Uses of Interface
systems.dmx.core.RoleType
-
Packages that use RoleType 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 RoleType in systems.dmx.core.impl
Methods in systems.dmx.core.impl that return RoleType Modifier and Type Method Description RoleTypeCoreServiceImpl. createRoleType(RoleTypeModel model)RoleTypeCoreServiceImpl. getRoleType(String roleTypeUri)RoleTypeCoreServiceImpl. getRoleTypeImplicitly(long assocId, String roleTypeUri)Methods in systems.dmx.core.impl that return types with arguments of type RoleType Modifier and Type Method Description List<RoleType>CoreServiceImpl. getAllRoleTypes() -
Uses of RoleType in systems.dmx.core.service
Methods in systems.dmx.core.service that return RoleType Modifier and Type Method Description RoleTypeCoreService. createRoleType(RoleTypeModel model)RoleTypeCoreService. getRoleType(String roleTypeUri)RoleTypeCoreService. getRoleTypeImplicitly(long assocId, String roleTypeUri)Methods in systems.dmx.core.service that return types with arguments of type RoleType Modifier and Type Method Description List<RoleType>CoreService. getAllRoleTypes() -
Uses of RoleType in systems.dmx.core.service.event
Methods in systems.dmx.core.service.event with parameters of type RoleType Modifier and Type Method Description voidIntroduceRoleType. introduceRoleType(RoleType roleType) -
Uses of RoleType in systems.dmx.webclient
Methods in systems.dmx.webclient with parameters of type RoleType Modifier and Type Method Description voidWebclientPlugin. introduceRoleType(RoleType roleType) -
Uses of RoleType in systems.dmx.webservice
Methods in systems.dmx.webservice that return RoleType Modifier and Type Method Description RoleTypeWebservicePlugin. createRoleType(RoleTypeModel model)RoleTypeWebservicePlugin. getRoleTypeImplicitly(long assocId, String roleTypeUri)Methods in systems.dmx.webservice that return types with arguments of type RoleType Modifier and Type Method Description List<RoleType>WebservicePlugin. getAllRoleTypes() -
Uses of RoleType in systems.dmx.workspaces
Methods in systems.dmx.workspaces with parameters of type RoleType Modifier and Type Method Description voidWorkspacesPlugin. assignRoleTypeToWorkspace(RoleType roleType, long workspaceId)voidWorkspacesService. assignRoleTypeToWorkspace(RoleType roleType, long workspaceId)Assigns a role type as well as its "parts" to a workspace.voidWorkspacesPlugin. introduceRoleType(RoleType roleType)Takes care the DMX standard types (and their parts) get an assignment to the DMX workspace.
-