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 AssocTypeCoreService. createAssocType(AssocTypeModel model)AssocTypeCoreService. getAssocType(String assocTypeUri)AssocTypeCoreService. 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 voidIntroduceAssocType. introduceAssocType(AssocType assocType)voidPreSendAssocType. 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 voidWebclientPlugin. introduceAssocType(AssocType assocType) -
Uses of AssocType in systems.dmx.webservice
Methods in systems.dmx.webservice that return AssocType Modifier and Type Method Description AssocTypeWebservicePlugin. createAssocType(AssocTypeModel model)AssocTypeWebservicePlugin. getAssocType(String uri)AssocTypeWebservicePlugin. 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 voidWorkspacesPlugin. introduceAssocType(AssocType assocType)Takes care the DMX standard types (and their parts) get an assignment to the DMX workspace.
-