Uses of Interface
systems.dmx.core.Assoc
-
-
Uses of Assoc in systems.dmx.accesscontrol
Methods in systems.dmx.accesscontrol that return Assoc Modifier and Type Method Description Assoc
AccessControlPlugin. getMembership(String username, long workspaceId)
Assoc
AccessControlService. getMembership(String username, long workspaceId)
Methods in systems.dmx.accesscontrol that return types with arguments of type Assoc Modifier and Type Method Description Collection<Assoc>
AccessControlPlugin. getAssocsByCreator(String username)
Collection<Assoc>
AccessControlService. getAssocsByCreator(String username)
Methods in systems.dmx.accesscontrol with parameters of type Assoc Modifier and Type Method Description void
AccessControlPlugin. postCreateAssoc(Assoc assoc)
void
AccessControlPlugin. postUpdateAssoc(Assoc assoc, ChangeReport report, AssocModel updateModel)
-
Uses of Assoc in systems.dmx.core
Subinterfaces of Assoc in systems.dmx.core Modifier and Type Interface Description interface
CompDef
A composition definition of a parent type and a child type -- part of DMX's type system.interface
RelatedAssoc
An Assoc-Assoc pair.Methods in systems.dmx.core that return Assoc Modifier and Type Method Description Assoc
AssocPlayer. getAssoc()
Assoc
DMXObject. getAssoc(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, long othersTopicId)
Assoc
RelatedObject. getRelatingAssoc()
Methods in systems.dmx.core that return types with arguments of type Assoc Modifier and Type Method Description List<Assoc>
DMXObject. getAssocs()
Fetches all associations this object is a player in. -
Uses of Assoc in systems.dmx.core.impl
Methods in systems.dmx.core.impl that return Assoc Modifier and Type Method Description Assoc
CoreServiceImpl. getAssoc(long assocId)
Assoc
CoreServiceImpl. getAssocBetweenTopicAndAssoc(String assocTypeUri, long topicId, long assocId, String topicRoleTypeUri, String assocRoleTypeUri)
Assoc
CoreServiceImpl. getAssocBetweenTopicAndTopic(String assocTypeUri, long topic1Id, long topic2Id, String roleTypeUri1, String roleTypeUri2)
Assoc
CoreServiceImpl. getAssocByValue(String typeUri, SimpleValue value)
Methods in systems.dmx.core.impl that return types with arguments of type Assoc Modifier and Type Method Description Iterable<Assoc>
CoreServiceImpl. getAllAssocs()
List<Assoc>
CoreServiceImpl. getAssocs(long topic1Id, long topic2Id)
List<Assoc>
CoreServiceImpl. getAssocs(long topic1Id, long topic2Id, String assocTypeUri)
List<Assoc>
CoreServiceImpl. getAssocsByProperty(String propUri, Object propValue)
List<Assoc>
CoreServiceImpl. getAssocsByPropertyRange(String propUri, Number from, Number to)
List<Assoc>
CoreServiceImpl. getAssocsByRoleType(String roleTypeUri)
List<Assoc>
CoreServiceImpl. getAssocsByType(String assocTypeUri)
List<Assoc>
CoreServiceImpl. queryAssocs(String typeUri, String query)
-
Uses of Assoc in systems.dmx.core.service
Methods in systems.dmx.core.service that return Assoc Modifier and Type Method Description Assoc
CoreService. createAssoc(AssocModel model)
Assoc
CoreService. getAssoc(long assocId)
Assoc
CoreService. getAssocBetweenTopicAndAssoc(String assocTypeUri, long topicId, long assocId, String topicRoleTypeUri, String assocRoleTypeUri)
Assoc
CoreService. getAssocBetweenTopicAndTopic(String assocTypeUri, long topic1Id, long topic2Id, String roleTypeUri1, String roleTypeUri2)
Returns the association between two topics, qualified by association type and both role types.Assoc
CoreService. getAssocByValue(String typeUri, SimpleValue value)
Retrieves a single association by type and exact value.Methods in systems.dmx.core.service that return types with arguments of type Assoc Modifier and Type Method Description Iterable<Assoc>
CoreService. getAllAssocs()
List<Assoc>
CoreService. getAssocs(long topic1Id, long topic2Id)
Returns all associations between two topics.List<Assoc>
CoreService. getAssocs(long topic1Id, long topic2Id, String assocTypeUri)
Returns the associations between two topics.List<Assoc>
CoreService. getAssocsByProperty(String propUri, Object propValue)
List<Assoc>
CoreService. getAssocsByPropertyRange(String propUri, Number from, Number to)
List<Assoc>
CoreService. getAssocsByRoleType(String roleTypeUri)
List<Assoc>
CoreService. getAssocsByType(String assocTypeUri)
List<Assoc>
CoreService. queryAssocs(String typeUri, String query)
Retrieves associations by type and value. -
Uses of Assoc in systems.dmx.core.service.accesscontrol
Methods in systems.dmx.core.service.accesscontrol with parameters of type Assoc Modifier and Type Method Description void
PrivilegedAccess. deleteAssocMapcontext(Assoc assoc)
-
Uses of Assoc in systems.dmx.core.service.event
Methods in systems.dmx.core.service.event with parameters of type Assoc Modifier and Type Method Description void
PostCreateAssoc. postCreateAssoc(Assoc assoc)
void
PostUpdateAssoc. postUpdateAssoc(Assoc assoc, ChangeReport report, AssocModel updateModel)
void
PreDeleteAssoc. preDeleteAssoc(Assoc assoc)
void
PreSendAssoc. preSendAssoc(Assoc assoc)
void
PreUpdateAssoc. preUpdateAssoc(Assoc assoc, AssocModel updateModel)
-
Uses of Assoc in systems.dmx.timestamps
Methods in systems.dmx.timestamps that return types with arguments of type Assoc Modifier and Type Method Description Collection<Assoc>
TimestampsPlugin. getAssocsByCreationTime(long from, long to)
Collection<Assoc>
TimestampsService. getAssocsByCreationTime(long from, long to)
Collection<Assoc>
TimestampsPlugin. getAssocsByModificationTime(long from, long to)
Collection<Assoc>
TimestampsService. getAssocsByModificationTime(long from, long to)
Methods in systems.dmx.timestamps with parameters of type Assoc Modifier and Type Method Description void
TimestampsPlugin. postCreateAssoc(Assoc assoc)
void
TimestampsPlugin. postUpdateAssoc(Assoc assoc, ChangeReport report, AssocModel updateModel)
void
TimestampsPlugin. preSendAssoc(Assoc assoc)
-
Uses of Assoc in systems.dmx.topicmaps
Methods in systems.dmx.topicmaps that return Assoc Modifier and Type Method Description Assoc
TopicmapsPlugin. getAssocMapcontext(long topicmapId, long assocId)
Assoc
TopicmapsService. getAssocMapcontext(long topicmapId, long assocId)
Assoc
TopicmapsPlugin. getTopicMapcontext(long topicmapId, long topicId)
Assoc
TopicmapsService. getTopicMapcontext(long topicmapId, long topicId)
-
Uses of Assoc in systems.dmx.webservice
Methods in systems.dmx.webservice that return Assoc Modifier and Type Method Description Assoc
WebservicePlugin. getAssoc(long assocId)
Assoc
WebservicePlugin. getAssocBetweenTopicAndTopic(String assocTypeUri, long topic1Id, long topic2Id, String roleTypeUri1, String roleTypeUri2)
Assoc
WebservicePlugin. getAssocByValue(String typeUri, SimpleValue value)
Methods in systems.dmx.webservice that return types with arguments of type Assoc Modifier and Type Method Description List<Assoc>
WebservicePlugin. getAssocs(long topic1Id, long topic2Id)
List<Assoc>
WebservicePlugin. getAssocs(long topic1Id, long topic2Id, String assocTypeUri)
List<Assoc>
WebservicePlugin. queryAssocs(String typeUri, String query)
-
Uses of Assoc in systems.dmx.workspaces
Methods in systems.dmx.workspaces that return types with arguments of type Assoc Modifier and Type Method Description List<Assoc>
WorkspacesPlugin. getAssignedAssocs(long workspaceId)
List<Assoc>
WorkspacesPlugin. getAssignedAssocs(long workspaceId, String assocTypeUri)
List<Assoc>
WorkspacesService. getAssignedAssocs(long workspaceId)
Returns all associations assigned to the given workspace.List<Assoc>
WorkspacesService. getAssignedAssocs(long workspaceId, String assocTypeUri)
Returns all associations of the given type that are assigned to the given workspace.Methods in systems.dmx.workspaces with parameters of type Assoc Modifier and Type Method Description void
WorkspacesPlugin. postCreateAssoc(Assoc assoc)
Standard workspace assignment for assocs.
-