Uses of Interface
systems.dmx.core.Assoc
- 
- 
Uses of Assoc in systems.dmx.accesscontrolMethods in systems.dmx.accesscontrol that return Assoc Modifier and Type Method Description AssocAccessControlPlugin. getMembership(String username, long workspaceId)AssocAccessControlService. 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 voidAccessControlPlugin. postCreateAssoc(Assoc assoc)voidAccessControlPlugin. postUpdateAssoc(Assoc assoc, ChangeReport report, AssocModel updateModel)
- 
Uses of Assoc in systems.dmx.coreSubinterfaces of Assoc in systems.dmx.core Modifier and Type Interface Description interfaceCompDefA composition definition of a parent type and a child type -- part of DMX's type system.interfaceRelatedAssocAn Assoc-Assoc pair.Methods in systems.dmx.core that return Assoc Modifier and Type Method Description AssocAssocPlayer. getAssoc()AssocDMXObject. getAssoc(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, long othersTopicId)AssocRelatedObject. 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.implMethods in systems.dmx.core.impl that return Assoc Modifier and Type Method Description AssocCoreServiceImpl. getAssoc(long assocId)AssocCoreServiceImpl. getAssocBetweenTopicAndAssoc(String assocTypeUri, long topicId, long assocId, String topicRoleTypeUri, String assocRoleTypeUri)AssocCoreServiceImpl. getAssocBetweenTopicAndTopic(String assocTypeUri, long topic1Id, long topic2Id, String roleTypeUri1, String roleTypeUri2)AssocCoreServiceImpl. 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.serviceMethods in systems.dmx.core.service that return Assoc Modifier and Type Method Description AssocCoreService. createAssoc(AssocModel model)AssocCoreService. getAssoc(long assocId)AssocCoreService. getAssocBetweenTopicAndAssoc(String assocTypeUri, long topicId, long assocId, String topicRoleTypeUri, String assocRoleTypeUri)AssocCoreService. 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.AssocCoreService. 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.accesscontrolMethods in systems.dmx.core.service.accesscontrol with parameters of type Assoc Modifier and Type Method Description voidPrivilegedAccess. deleteAssocMapcontext(Assoc assoc)
- 
Uses of Assoc in systems.dmx.core.service.eventMethods in systems.dmx.core.service.event with parameters of type Assoc Modifier and Type Method Description voidPostCreateAssoc. postCreateAssoc(Assoc assoc)voidPostUpdateAssoc. postUpdateAssoc(Assoc assoc, ChangeReport report, AssocModel updateModel)voidPreDeleteAssoc. preDeleteAssoc(Assoc assoc)voidPreSendAssoc. preSendAssoc(Assoc assoc)voidPreUpdateAssoc. preUpdateAssoc(Assoc assoc, AssocModel updateModel)
- 
Uses of Assoc in systems.dmx.timestampsMethods 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 voidTimestampsPlugin. postCreateAssoc(Assoc assoc)voidTimestampsPlugin. postUpdateAssoc(Assoc assoc, ChangeReport report, AssocModel updateModel)voidTimestampsPlugin. preSendAssoc(Assoc assoc)
- 
Uses of Assoc in systems.dmx.topicmapsMethods in systems.dmx.topicmaps that return Assoc Modifier and Type Method Description AssocTopicmapsPlugin. getAssocMapcontext(long topicmapId, long assocId)AssocTopicmapsService. getAssocMapcontext(long topicmapId, long assocId)AssocTopicmapsPlugin. getTopicMapcontext(long topicmapId, long topicId)AssocTopicmapsService. getTopicMapcontext(long topicmapId, long topicId)
- 
Uses of Assoc in systems.dmx.webserviceMethods in systems.dmx.webservice that return Assoc Modifier and Type Method Description AssocWebservicePlugin. getAssoc(long assocId)AssocWebservicePlugin. getAssocBetweenTopicAndTopic(String assocTypeUri, long topic1Id, long topic2Id, String roleTypeUri1, String roleTypeUri2)AssocWebservicePlugin. 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.workspacesMethods 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 voidWorkspacesPlugin. postCreateAssoc(Assoc assoc)Standard workspace assignment for assocs.
 
-