Class ChangeEntitiesIManageJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.ChangeEntitiesIManageJson
- All Implemented Interfaces:
Serializable
public class ChangeEntitiesIManageJson extends BaseJson
Change multiple workspace member permissions for an imanage workspace or
documents.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ChangeEntitiesIManageJson()
-
Method Summary
Modifier and Type Method Description Set<String>
getDocumentItemIds()
Collections of document item idBoolean
getForceAction()
Whether to do the action on the entities that haven't failed (true) Or through error on first error found (false)Boolean
getForceInheritanceOnDescendants()
if set to TRUE, all subfolders and files of the input folders will inherit permissions and get their parents' permissions (including the change made by this operation)Set<PermittedEntityWithPermissionsFromUserJson>
getPermittedEntitiesWithPermissions()
The entities with their new permissionsString
getWorkspaceUuid()
The workspace's UUIDvoid
setDocumentItemIds(Set<String> documentItemIds)
Collections of document item idvoid
setForceAction(Boolean forceAction)
Whether to do the action on the entities that haven't failed (true) Or through error on first error found (false)void
setForceInheritanceOnDescendants(Boolean forceInheritanceOnDescendants)
if set to TRUE, all subfolders and files of the input folders will inherit permissions and get their parents' permissions (including the change made by this operation)void
setPermittedEntitiesWithPermissions(Set<PermittedEntityWithPermissionsFromUserJson> permittedEntitiesWithPermissions)
The entities with their new permissionsvoid
setWorkspaceUuid(String workspaceUuid)
The workspace's UUIDMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ChangeEntitiesIManageJson
public ChangeEntitiesIManageJson()
-
-
Method Details
-
getPermittedEntitiesWithPermissions
The entities with their new permissions- Returns:
- The entities with their new permissions
-
setPermittedEntitiesWithPermissions
public void setPermittedEntitiesWithPermissions(Set<PermittedEntityWithPermissionsFromUserJson> permittedEntitiesWithPermissions)The entities with their new permissions- Parameters:
permittedEntitiesWithPermissions
- The entities with their new permissions
-
getDocumentItemIds
Collections of document item id- Returns:
- Collections of document item id
-
setDocumentItemIds
Collections of document item id- Parameters:
documentItemIds
- Collections of document item id
-
getForceInheritanceOnDescendants
if set to TRUE, all subfolders and files of the input folders will inherit permissions and get their parents' permissions (including the change made by this operation)- Returns:
- if set to TRUE, all subfolders and files of the input folders will inherit permissions and get their parents' permissions (including the change made by this operation)
-
setForceInheritanceOnDescendants
if set to TRUE, all subfolders and files of the input folders will inherit permissions and get their parents' permissions (including the change made by this operation)- Parameters:
forceInheritanceOnDescendants
- if set to TRUE, all subfolders and files of the input folders will inherit permissions and get their parents' permissions (including the change made by this operation)
-
getWorkspaceUuid
The workspace's UUID- Returns:
- The workspace's UUID
-
setWorkspaceUuid
The workspace's UUID- Parameters:
workspaceUuid
- The workspace's UUID
-
getForceAction
Whether to do the action on the entities that haven't failed (true) Or through error on first error found (false)- Returns:
- Whether to do the action on the entities that haven't failed (true) Or through error on first error found (false)
-
setForceAction
Whether to do the action on the entities that haven't failed (true) Or through error on first error found (false)- Parameters:
forceAction
- Whether to do the action on the entities that haven't failed (true) Or through error on first error found (false)
-