Uses of Class
de.deepamehta.core.service.accesscontrol.SharingMode

Packages that use SharingMode
de.deepamehta.core.impl   
de.deepamehta.core.service.accesscontrol   
de.deepamehta.plugins.accesscontrol.service   
de.deepamehta.plugins.workspaces   
de.deepamehta.plugins.workspaces.service   
 

Uses of SharingMode in de.deepamehta.core.impl
 

Methods in de.deepamehta.core.impl that return SharingMode
private  SharingMode AccessControlImpl.getSharingMode(long workspaceId)
           
 

Uses of SharingMode in de.deepamehta.core.service.accesscontrol
 

Fields in de.deepamehta.core.service.accesscontrol with type parameters of type SharingMode
private static Map<String,SharingMode> SharingMode.sharingModes
           
 

Methods in de.deepamehta.core.service.accesscontrol that return SharingMode
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.
 

Methods in de.deepamehta.core.service.accesscontrol with parameters of type SharingMode
private  void SharingMode.put(String uri, SharingMode sharingMode)
           
 

Uses of SharingMode in de.deepamehta.plugins.accesscontrol.service
 

Fields in de.deepamehta.plugins.accesscontrol.service declared as SharingMode
static SharingMode AccessControlService.SYSTEM_WORKSPACE_SHARING_MODE
           
 

Uses of SharingMode in de.deepamehta.plugins.workspaces
 

Methods in de.deepamehta.plugins.workspaces with parameters of type SharingMode
 Topic WorkspacesPlugin.createWorkspace(String name, String uri, SharingMode sharingMode)
           
 

Uses of SharingMode in de.deepamehta.plugins.workspaces.service
 

Fields in de.deepamehta.plugins.workspaces.service declared as SharingMode
static SharingMode WorkspacesService.DEEPAMEHTA_WORKSPACE_SHARING_MODE
           
 

Methods in de.deepamehta.plugins.workspaces.service with parameters of type SharingMode
 Topic WorkspacesService.createWorkspace(String name, String uri, SharingMode sharingMode)
           
 



Copyright © 2015. All Rights Reserved.