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 RoleType
CoreServiceImpl. createRoleType(RoleTypeModel model)
RoleType
CoreServiceImpl. getRoleType(String roleTypeUri)
RoleType
CoreServiceImpl. 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 RoleType
CoreService. createRoleType(RoleTypeModel model)
RoleType
CoreService. getRoleType(String roleTypeUri)
RoleType
CoreService. 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 void
IntroduceRoleType. 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 void
WebclientPlugin. introduceRoleType(RoleType roleType)
-
Uses of RoleType in systems.dmx.webservice
Methods in systems.dmx.webservice that return RoleType Modifier and Type Method Description RoleType
WebservicePlugin. createRoleType(RoleTypeModel model)
RoleType
WebservicePlugin. 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 void
WorkspacesPlugin. assignRoleTypeToWorkspace(RoleType roleType, long workspaceId)
void
WorkspacesService. assignRoleTypeToWorkspace(RoleType roleType, long workspaceId)
Assigns a role type as well as its "parts" to a workspace.void
WorkspacesPlugin. introduceRoleType(RoleType roleType)
Takes care the DMX standard types (and their parts) get an assignment to the DMX workspace.
-