public interface WorkspaceSharedFolder extends WorkspaceFolder
| Modifier and Type | Method and Description |
|---|---|
void |
addUser(String user) |
void |
deleteACL(List<String> users) |
Map<ACLType,List<String>> |
getACLOwner()
Get a map of ACL of a WorkspaceSharedFolder
|
ACLType |
getACLUser()
Get the ACL of a WorkspaceSharedFolder
|
List<String> |
getAdministrators()
Get Administrators
|
String |
getDisplayName() |
List<String> |
getMembers() |
String |
getName(String user) |
List<String> |
getUsers() |
boolean |
isVreFolder() |
void |
setACL(List<String> users,
ACLType privilege)
Set ACLs on shared folder
|
boolean |
setAdmin(String username)
Add administrators to a shared folder
|
WorkspaceFolder |
unShare() |
WorkspaceFolder |
unShare(String user)
Unshare a single user
|
createAnnotationItem, createAquaMapsItem, createDocumentItem, createDocumentLinkItem, createExternalFileItem, createExternalImageItem, createExternalPDFFileItem, createExternalResourceLink, createExternalUrlItem, createExternalUrlItem, createFolder, createImageDocumentItem, createImageDocumentLinkItem, createMetadataItem, createPDFDocumentItem, createPDFDocumentLinkItem, createQueryItem, createQueryItem, createReportItem, createReportTemplateItem, createTabularDataLink, createTimeSeries, createUrlDocumentItem, createWorkflowReport, createWorkflowTemplate, exists, find, getChildren, getNewFolderBulkCreator, sharecloneItem, getAccounting, getCapabilities, getCreationTime, getDescription, getId, getIdSharedFolder, getLastAction, getLastModificationTime, getName, getOwner, getParent, getPath, getProperties, getPublicLink, getReaders, getRemotePath, getType, isFolder, isMarkedAsRead, isRoot, isShared, isTrashed, markAsRead, move, remove, removeChild, rename, setDescriptionList<String> getAdministrators() throws InternalErrorException
InternalErrorExceptionboolean setAdmin(String username) throws InsufficientPrivilegesException, InternalErrorException
List<String> getUsers() throws InternalErrorException
InternalErrorExceptionvoid addUser(String user) throws InsufficientPrivilegesException, InternalErrorException
user - InsufficientPrivilegesExceptionInternalErrorExceptionWorkspaceFolder unShare() throws InternalErrorException
WorkspaceFolderInternalErrorExceptionWorkspaceFolder unShare(String user) throws InternalErrorException
user - WorkspaceFolderInternalErrorExceptionString getName(String user) throws InternalErrorException
user - InternalErrorExceptionvoid setACL(List<String> users, ACLType privilege) throws InternalErrorException
users - privilege - InternalErrorExceptionString getDisplayName()
boolean isVreFolder()
Map<ACLType,List<String>> getACLOwner() throws InternalErrorException
InternalErrorExceptionACLType getACLUser() throws InternalErrorException
InternalErrorExceptionvoid deleteACL(List<String> users) throws InternalErrorException
users - InternalErrorExceptionList<String> getMembers() throws InternalErrorException
InternalErrorExceptionCopyright © 2014. All Rights Reserved.