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 interfaceAssocAn association with 2 ends.interfaceAssocPlayerAn association at the end of anAssoc.interfaceAssocTypePart of DMX's type system, like a class whose instances areAssocs.interfaceCompDefA composition definition of a parent type and a child type -- part of DMX's type system.interfaceDMXObjectinterfaceDMXTypeinterfacePlayerAPlayerrepresents one of the 2Assocends.interfaceRelatedAssocAn Assoc-Assoc pair.interfaceRelatedObjectinterfaceRelatedTopicA Topic-Assoc pair.interfaceRoleTypeA role type is basically a topic plus a view config.interfaceTopicA topic -- DMX's central data object.interfaceTopicPlayerA topic at the end of anAssoc.interfaceTopicTypePart of DMX's type system, like a class whose instances areTopics. -
Uses of JSONEnabled in systems.dmx.core.impl
Classes in systems.dmx.core.impl that implement JSONEnabled Modifier and Type Class Description classAssocModelImplData that underly anAssoc.classAssocTypeModelImplData that underlies aAssocType.classDMXObjectModelImplclassRelatedAssocModelImplclassRelatedTopicModelImplclassTopicModelImpl -
Uses of JSONEnabled in systems.dmx.core.model
Subinterfaces of JSONEnabled in systems.dmx.core.model Modifier and Type Interface Description interfaceAssocModelThe data that underly anAssoc.interfaceAssocPlayerModelThe data that underly anAssocPlayer.interfaceAssocTypeModelThe data that underly anAssocType.interfaceChildTopicsModelThe data that underly aChildTopicsobject.interfaceCompDefModelThe data that underly aCompDef.interfaceDMXObjectModelThe data that underly aDMXObject.interfacePlayerModelThe data that underly aPlayer.interfaceRelatedAssocModelinterfaceRelatedObjectModelinterfaceRelatedTopicModelinterfaceRoleTypeModelData that underlies aRoleType.interfaceTopicDeletionModelinterfaceTopicModelThe data that underly aTopic.interfaceTopicPlayerModelThe data that underly aTopicPlayer.interfaceTopicReferenceModelinterfaceTopicTypeModelThe data that underly aTopicType.interfaceTypeModel -
Uses of JSONEnabled in systems.dmx.core.model.facets
Subinterfaces of JSONEnabled in systems.dmx.core.model.facets Modifier and Type Interface Description interfaceFacetValueModelA 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 interfaceViewAssocAn association viewmodel as contained in a topicmap viewmodel.interfaceViewPropsA mapping of prop URIs (strings) to prop values (objects).interfaceViewTopicA 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 interfaceChangeReportinterfacePluginInfoClasses in systems.dmx.core.service that implement JSONEnabled Modifier and Type Class Description static classChangeReport.ChangeclassDirectives.EntryclassDirectivesResponseADMXObject/Directivespair to be sent as response.classQueryResultclassTopicResultFields in systems.dmx.core.service declared as JSONEnabled Modifier and Type Field Description JSONEnabledDirectives.Entry. argMethods in systems.dmx.core.service with parameters of type JSONEnabled Modifier and Type Method Description voidDirectives. 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 classPermissionsCalculated 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.JSONArrayDMXUtils. 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 classDirectoryListingclassDirectoryListing.FileItemclassResourceInfoclassStoredFile -
Uses of JSONEnabled in systems.dmx.topicmaps
Classes in systems.dmx.topicmaps that implement JSONEnabled Modifier and Type Class Description classTopicmapA 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 JSONEnabledWebservicePlugin. 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 longJSONEnabledProvider. getSize(JSONEnabled jsonEnabled, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)voidJSONEnabledProvider. 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 longJSONEnabledCollectionProvider. getSize(Collection<JSONEnabled> objects, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)voidJSONEnabledCollectionProvider. 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)
-