Uses of Interface
systems.dmx.core.AssocType
-
Packages that use AssocType Package Description systems.dmx.core.impl systems.dmx.core.service systems.dmx.core.service.event systems.dmx.webclient systems.dmx.webservice systems.dmx.workspaces -
-
Uses of AssocType in systems.dmx.core.impl
Methods in systems.dmx.core.impl that return types with arguments of type AssocType Modifier and Type Method Description List<AssocType>
CoreServiceImpl. getAllAssocTypes()
-
Uses of AssocType in systems.dmx.core.service
Methods in systems.dmx.core.service that return AssocType Modifier and Type Method Description AssocType
CoreService. createAssocType(AssocTypeModel model)
AssocType
CoreService. getAssocType(String assocTypeUri)
AssocType
CoreService. getAssocTypeImplicitly(long assocId)
Acccesses an association type while enforcing the implicit READ permission.Methods in systems.dmx.core.service that return types with arguments of type AssocType Modifier and Type Method Description List<AssocType>
CoreService. getAllAssocTypes()
-
Uses of AssocType in systems.dmx.core.service.event
Methods in systems.dmx.core.service.event with parameters of type AssocType Modifier and Type Method Description void
IntroduceAssocType. introduceAssocType(AssocType assocType)
void
PreSendAssocType. preSendAssocType(AssocType assocType)
-
Uses of AssocType in systems.dmx.webclient
Methods in systems.dmx.webclient with parameters of type AssocType Modifier and Type Method Description void
WebclientPlugin. introduceAssocType(AssocType assocType)
-
Uses of AssocType in systems.dmx.webservice
Methods in systems.dmx.webservice that return AssocType Modifier and Type Method Description AssocType
WebservicePlugin. createAssocType(AssocTypeModel model)
AssocType
WebservicePlugin. getAssocType(String uri)
AssocType
WebservicePlugin. getAssocTypeImplicitly(long assocId)
Methods in systems.dmx.webservice that return types with arguments of type AssocType Modifier and Type Method Description List<AssocType>
WebservicePlugin. getAllAssocTypes()
-
Uses of AssocType in systems.dmx.workspaces
Methods in systems.dmx.workspaces with parameters of type AssocType Modifier and Type Method Description void
WorkspacesPlugin. introduceAssocType(AssocType assocType)
Takes care the DMX standard types (and their parts) get an assignment to the DMX workspace.
-