Uses of Class
systems.dmx.core.service.accesscontrol.SharingMode
-
Packages that use SharingMode Package Description systems.dmx.accesscontrol systems.dmx.core.service.accesscontrol systems.dmx.workspaces -
-
Uses of SharingMode in systems.dmx.accesscontrol
Fields in systems.dmx.accesscontrol declared as SharingMode Modifier and Type Field Description static SharingMode
AccessControlService. ADMIN_WORKSPACE_SHARING_MODE
static SharingMode
AccessControlService. SYSTEM_WORKSPACE_SHARING_MODE
-
Uses of SharingMode in systems.dmx.core.service.accesscontrol
Methods in systems.dmx.core.service.accesscontrol that return SharingMode Modifier and Type Method Description static SharingMode
SharingMode. fromString(String uri)
static SharingMode
SharingMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SharingMode[]
SharingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SharingMode in systems.dmx.workspaces
Fields in systems.dmx.workspaces declared as SharingMode Modifier and Type Field Description static SharingMode
WorkspacesService. DMX_WORKSPACE_SHARING_MODE
Methods in systems.dmx.workspaces with parameters of type SharingMode Modifier and Type Method Description Topic
WorkspacesPlugin. createWorkspace(String name, String uri, SharingMode sharingMode)
Topic
WorkspacesService. createWorkspace(String name, String uri, SharingMode sharingMode)
-