public class ChangeEntitiesIManageJson extends BaseJson
Constructor and Description |
---|
ChangeEntitiesIManageJson() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getDocumentItemIds()
Collections of document item id
|
Boolean |
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 permissions
|
String |
getWorkspaceUuid()
The workspace's UUID
|
void |
setDocumentItemIds(Set<String> documentItemIds)
Collections of document item id
|
void |
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 permissions
|
void |
setWorkspaceUuid(String workspaceUuid)
The workspace's UUID
|
getObjType, setObjType, toString
public Set<PermittedEntityWithPermissionsFromUserJson> getPermittedEntitiesWithPermissions()
public void setPermittedEntitiesWithPermissions(Set<PermittedEntityWithPermissionsFromUserJson> permittedEntitiesWithPermissions)
permittedEntitiesWithPermissions
- The entities with their new
permissionspublic Set<String> getDocumentItemIds()
public void setDocumentItemIds(Set<String> documentItemIds)
documentItemIds
- Collections of document item idpublic Boolean getForceInheritanceOnDescendants()
public void setForceInheritanceOnDescendants(Boolean forceInheritanceOnDescendants)
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)public String getWorkspaceUuid()
public void setWorkspaceUuid(String workspaceUuid)
workspaceUuid
- The workspace's UUIDpublic Boolean getForceAction()
public void setForceAction(Boolean forceAction)
forceAction
- Whether to do the action on the entities that
haven't failed (true) Or through error on first error found (false)Copyright © 2019. All rights reserved.