Uses of Interface
systems.dmx.core.DMXObject
-
-
Uses of DMXObject in systems.dmx.accesscontrol
Methods in systems.dmx.accesscontrol with parameters of type DMXObject Modifier and Type Method Description void
AccessControlPlugin. enrichWithUserInfo(DMXObject object)
void
AccessControlService. enrichWithUserInfo(DMXObject object)
Retrieves the CREATOR/MODIFIER usernames and stores them in the given object's model (under synthetic child type URIsdmx.accesscontrol.creator
anddmx.accesscontrol.modifier
). -
Uses of DMXObject in systems.dmx.core
Subinterfaces of DMXObject in systems.dmx.core Modifier and Type Interface Description interface
Assoc
An association with 2 ends.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
DMXType
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
TopicType
Part of DMX's type system, like a class whose instances areTopic
s.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 DMXObject
Assoc. getDMXObject1()
DMXObject
Assoc. getDMXObject2()
-
Uses of DMXObject in systems.dmx.core.impl
Methods in systems.dmx.core.impl that return DMXObject Modifier and Type Method Description DMXObject
CoreServiceImpl. getObject(long id)
-
Uses of DMXObject in systems.dmx.core.model.topicmaps
Methods in systems.dmx.core.model.topicmaps with parameters of type DMXObject Modifier and Type Method Description void
ViewProps. store(DMXObject object)
-
Uses of DMXObject in systems.dmx.core.service
Fields in systems.dmx.core.service with type parameters of type DMXObject Modifier and Type Field Description List<? extends DMXObject>
QueryResult. objects
Methods in systems.dmx.core.service that return DMXObject Modifier and Type Method Description DMXObject
CoreService. getObject(long id)
DMXObject
DirectivesResponse. 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.accesscontrol
Methods in systems.dmx.core.service.accesscontrol with parameters of type DMXObject Modifier and Type Method Description void
PrivilegedAccess. assignToWorkspace(DMXObject object, long workspaceId)
Performs the initial workspace assignment for an object. -
Uses of DMXObject in systems.dmx.core.util
Methods 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.facets
Methods in systems.dmx.facets with parameters of type DMXObject Modifier and Type Method Description RelatedTopic
FacetsPlugin. getFacet(DMXObject object, String facetTypeUri)
RelatedTopic
FacetsService. 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.void
FacetsPlugin. updateFacet(DMXObject object, String facetTypeUri, FacetValueModel value)
void
FacetsService. updateFacet(DMXObject object, String facetTypeUri, FacetValueModel value)
Updates a facet. -
Uses of DMXObject in systems.dmx.timestamps
Methods in systems.dmx.timestamps with parameters of type DMXObject Modifier and Type Method Description void
TimestampsPlugin. enrichWithTimestamps(DMXObject object)
void
TimestampsService. enrichWithTimestamps(DMXObject object)
Retrieves the CREATED/MODIFIED timestamps and stores them in the given object's model (under synthetic child type URIsdmx.timestamps.created
anddmx.timestamps.modified
).void
TimestampsPlugin. setModified(DMXObject object)
void
TimestampsService. setModified(DMXObject object)
-
Uses of DMXObject in systems.dmx.workspaces
Methods in systems.dmx.workspaces with parameters of type DMXObject Modifier and Type Method Description void
WorkspacesPlugin. assignToWorkspace(DMXObject object, long workspaceId)
void
WorkspacesService. assignToWorkspace(DMXObject object, long workspaceId)
Assigns an object to a workspace.
-