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 SharingModeAccessControlService. ADMIN_WORKSPACE_SHARING_MODEstatic SharingModeAccessControlService. 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 SharingModeSharingMode. fromString(String uri)static SharingModeSharingMode. 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 SharingModeWorkspacesService. DMX_WORKSPACE_SHARING_MODEMethods in systems.dmx.workspaces with parameters of type SharingMode Modifier and Type Method Description TopicWorkspacesPlugin. createWorkspace(String name, String uri, SharingMode sharingMode)TopicWorkspacesService. createWorkspace(String name, String uri, SharingMode sharingMode)
-