Uses of Interface
systems.dmx.core.JSONEnabled
-
-
Uses of JSONEnabled in systems.dmx.core
Subinterfaces of JSONEnabled in systems.dmx.core Modifier and Type Interface Description interface
Assoc
An association with 2 ends.interface
AssocPlayer
An association at the end of anAssoc
.interface
AssocType
Part of DMX's type system, like a class whose instances areAssoc
s.interface
CompDef
A composition definition of a parent type and a child type -- part of DMX's type system.interface
DMXObject
interface
DMXType
interface
Player
APlayer
represents one of the 2Assoc
ends.interface
RelatedAssoc
An Assoc-Assoc pair.interface
RelatedObject
interface
RelatedTopic
A Topic-Assoc pair.interface
RoleType
A role type is basically a topic plus a view config.interface
Topic
A topic -- DMX's central data object.interface
TopicPlayer
A topic at the end of anAssoc
.interface
TopicType
Part of DMX's type system, like a class whose instances areTopic
s. -
Uses of JSONEnabled in systems.dmx.core.impl
Classes in systems.dmx.core.impl that implement JSONEnabled Modifier and Type Class Description class
AssocModelImpl
Data that underly anAssoc
.class
AssocTypeModelImpl
Data that underlies aAssocType
.class
DMXObjectModelImpl
class
RelatedAssocModelImpl
class
RelatedTopicModelImpl
class
TopicModelImpl
-
Uses of JSONEnabled in systems.dmx.core.model
Subinterfaces of JSONEnabled in systems.dmx.core.model Modifier and Type Interface Description interface
AssocModel
The data that underly anAssoc
.interface
AssocPlayerModel
The data that underly anAssocPlayer
.interface
AssocTypeModel
The data that underly anAssocType
.interface
ChildTopicsModel
The data that underly aChildTopics
object.interface
CompDefModel
The data that underly aCompDef
.interface
DMXObjectModel
The data that underly aDMXObject
.interface
PlayerModel
The data that underly aPlayer
.interface
RelatedAssocModel
interface
RelatedObjectModel
interface
RelatedTopicModel
interface
RoleTypeModel
Data that underlies aRoleType
.interface
TopicDeletionModel
interface
TopicModel
The data that underly aTopic
.interface
TopicPlayerModel
The data that underly aTopicPlayer
.interface
TopicReferenceModel
interface
TopicTypeModel
The data that underly aTopicType
.interface
TypeModel
-
Uses of JSONEnabled in systems.dmx.core.model.facets
Subinterfaces of JSONEnabled in systems.dmx.core.model.facets Modifier and Type Interface Description interface
FacetValueModel
A facet value as used in update facet calls. -
Uses of JSONEnabled in systems.dmx.core.model.topicmaps
Subinterfaces of JSONEnabled in systems.dmx.core.model.topicmaps Modifier and Type Interface Description interface
ViewAssoc
An association viewmodel as contained in a topicmap viewmodel.interface
ViewProps
A mapping of prop URIs (strings) to prop values (objects).interface
ViewTopic
A topic viewmodel as contained in a topicmap viewmodel. -
Uses of JSONEnabled in systems.dmx.core.service
Subinterfaces of JSONEnabled in systems.dmx.core.service Modifier and Type Interface Description interface
ChangeReport
interface
PluginInfo
Classes in systems.dmx.core.service that implement JSONEnabled Modifier and Type Class Description static class
ChangeReport.Change
class
Directives.Entry
class
DirectivesResponse
ADMXObject
/Directives
pair to be sent as response.class
QueryResult
class
TopicResult
Fields in systems.dmx.core.service declared as JSONEnabled Modifier and Type Field Description JSONEnabled
Directives.Entry. arg
Methods in systems.dmx.core.service with parameters of type JSONEnabled Modifier and Type Method Description void
Directives. add(Directive dir, JSONEnabled arg)
-
Uses of JSONEnabled in systems.dmx.core.service.accesscontrol
Classes in systems.dmx.core.service.accesscontrol that implement JSONEnabled Modifier and Type Class Description class
Permissions
Calculated permissions for the current user. -
Uses of JSONEnabled in systems.dmx.core.util
Method parameters in systems.dmx.core.util with type arguments of type JSONEnabled Modifier and Type Method Description static org.codehaus.jettison.json.JSONArray
DMXUtils. toJSONArray(Iterable<? extends JSONEnabled> items)
-
Uses of JSONEnabled in systems.dmx.files
Classes in systems.dmx.files that implement JSONEnabled Modifier and Type Class Description class
DirectoryListing
class
DirectoryListing.FileItem
class
ResourceInfo
class
StoredFile
-
Uses of JSONEnabled in systems.dmx.topicmaps
Classes in systems.dmx.topicmaps that implement JSONEnabled Modifier and Type Class Description class
Topicmap
A topicmap model: a collection of topics and associations plus their view properties. -
Uses of JSONEnabled in systems.dmx.webservice
Methods in systems.dmx.webservice that return JSONEnabled Modifier and Type Method Description JSONEnabled
WebservicePlugin. getWebSocketsConfig()
-
Uses of JSONEnabled in systems.dmx.webservice.provider
Methods in systems.dmx.webservice.provider with parameters of type JSONEnabled Modifier and Type Method Description long
JSONEnabledProvider. getSize(JSONEnabled jsonEnabled, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
void
JSONEnabledProvider. writeTo(JSONEnabled jsonEnabled, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
Method parameters in systems.dmx.webservice.provider with type arguments of type JSONEnabled Modifier and Type Method Description long
JSONEnabledCollectionProvider. getSize(Collection<JSONEnabled> objects, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
void
JSONEnabledCollectionProvider. writeTo(Collection<JSONEnabled> objects, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
-