Uses of Interface
systems.dmx.core.DMXObject
- 
- 
Uses of DMXObject in systems.dmx.accesscontrolMethods in systems.dmx.accesscontrol with parameters of type DMXObject Modifier and Type Method Description voidAccessControlPlugin. enrichWithUserInfo(DMXObject object)voidAccessControlService. enrichWithUserInfo(DMXObject object)Retrieves the CREATOR/MODIFIER usernames and stores them in the given object's model (under synthetic child type URIsdmx.accesscontrol.creatoranddmx.accesscontrol.modifier).
- 
Uses of DMXObject in systems.dmx.coreSubinterfaces of DMXObject in systems.dmx.core Modifier and Type Interface Description interfaceAssocAn association with 2 ends.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.interfaceDMXTypeinterfaceRelatedAssocAn 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.interfaceTopicTypePart of DMX's type system, like a class whose instances areTopics.Methods in systems.dmx.core with type parameters of type DMXObject Modifier and Type Method Description <O extends DMXObject>
 ODMXObject. loadChildTopics()<O extends DMXObject>
 ODMXObject. loadChildTopics(String compDefUri)Methods in systems.dmx.core that return DMXObject Modifier and Type Method Description DMXObjectAssoc. getDMXObject1()DMXObjectAssoc. getDMXObject2()
- 
Uses of DMXObject in systems.dmx.core.implMethods in systems.dmx.core.impl that return DMXObject Modifier and Type Method Description DMXObjectCoreServiceImpl. getObject(long id)
- 
Uses of DMXObject in systems.dmx.core.model.topicmapsMethods in systems.dmx.core.model.topicmaps with parameters of type DMXObject Modifier and Type Method Description voidViewProps. store(DMXObject object)
- 
Uses of DMXObject in systems.dmx.core.serviceFields in systems.dmx.core.service with type parameters of type DMXObject Modifier and Type Field Description List<? extends DMXObject>QueryResult. objectsMethods in systems.dmx.core.service that return DMXObject Modifier and Type Method Description DMXObjectCoreService. getObject(long id)DMXObjectDirectivesResponse. getObject()Constructors in systems.dmx.core.service with parameters of type DMXObject Constructor Description DirectivesResponse(DMXObject object)Constructor parameters in systems.dmx.core.service with type arguments of type DMXObject Constructor Description QueryResult(String topicQuery, String topicTypeUri, boolean searchTopicChildren, String assocQuery, String assocTypeUri, boolean searchAssocChildren, List<? extends DMXObject> objects)
- 
Uses of DMXObject in systems.dmx.core.service.accesscontrolMethods in systems.dmx.core.service.accesscontrol with parameters of type DMXObject Modifier and Type Method Description voidPrivilegedAccess. assignToWorkspace(DMXObject object, long workspaceId)Performs the initial workspace assignment for an object.
- 
Uses of DMXObject in systems.dmx.core.utilMethods in systems.dmx.core.util with type parameters of type DMXObject Modifier and Type Method Description static <T extends DMXObject>
 List<T>DMXUtils. loadChildTopics(List<T> objects)Method parameters in systems.dmx.core.util with type arguments of type DMXObject Modifier and Type Method Description static <M> List<M>DMXUtils. toModelList(Iterable<? extends DMXObject> objects)
- 
Uses of DMXObject in systems.dmx.facetsMethods in systems.dmx.facets with parameters of type DMXObject Modifier and Type Method Description RelatedTopicFacetsPlugin. getFacet(DMXObject object, String facetTypeUri)RelatedTopicFacetsService. getFacet(DMXObject object, String facetTypeUri)Retrieves a facet value.List<RelatedTopic>FacetsPlugin. getFacets(DMXObject object, String facetTypeUri)List<RelatedTopic>FacetsService. getFacets(DMXObject object, String facetTypeUri)Retrieves the values of a multi-facet.voidFacetsPlugin. updateFacet(DMXObject object, String facetTypeUri, FacetValueModel value)voidFacetsService. updateFacet(DMXObject object, String facetTypeUri, FacetValueModel value)Updates a facet.
- 
Uses of DMXObject in systems.dmx.timestampsMethods in systems.dmx.timestamps with parameters of type DMXObject Modifier and Type Method Description voidTimestampsPlugin. enrichWithTimestamps(DMXObject object)voidTimestampsService. enrichWithTimestamps(DMXObject object)Retrieves the CREATED/MODIFIED timestamps and stores them in the given object's model (under synthetic child type URIsdmx.timestamps.createdanddmx.timestamps.modified).voidTimestampsPlugin. setModified(DMXObject object)voidTimestampsService. setModified(DMXObject object)
- 
Uses of DMXObject in systems.dmx.workspacesMethods in systems.dmx.workspaces with parameters of type DMXObject Modifier and Type Method Description voidWorkspacesPlugin. assignToWorkspace(DMXObject object, long workspaceId)voidWorkspacesService. assignToWorkspace(DMXObject object, long workspaceId)Assigns an object to a workspace.
 
-