Uses of Class
org.gcube.common.storagehubwrapper.shared.ACLType
-
Packages that use ACLType Package Description org.gcube.common.storagehubwrapper.server org.gcube.common.storagehubwrapper.server.tohl org.gcube.common.storagehubwrapper.shared -
-
Uses of ACLType in org.gcube.common.storagehubwrapper.server
Methods in org.gcube.common.storagehubwrapper.server with parameters of type ACLType Modifier and Type Method Description WorkspaceSharedFolderStorageHubClientService. shareFolder(String folderId, Set<String> users, ACLType type)Share folder.WorkspaceSharedFolderWorkspaceStorageHubClientService. shareFolder(String folderId, Set<String> users, ACLType type) -
Uses of ACLType in org.gcube.common.storagehubwrapper.server.tohl
Methods in org.gcube.common.storagehubwrapper.server.tohl with parameters of type ACLType Modifier and Type Method Description WorkspaceSharedFolderWorkspace. shareFolder(String folderId, Set<String> users, ACLType type) -
Uses of ACLType in org.gcube.common.storagehubwrapper.shared
Methods in org.gcube.common.storagehubwrapper.shared that return ACLType Modifier and Type Method Description static ACLTypeACLType. valueOf(String name)Returns the enum constant of this type with the specified name.static ACLType[]ACLType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-