public class ChangeEntitiesTransientJson extends BaseJson
Constructor and Description |
---|
ChangeEntitiesTransientJson() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getDocumentPaths()
Files to add to the path
|
Set<String> |
getFolderPaths()
Folders to add to the path
|
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 |
setDocumentPaths(Set<String> documentPaths)
Files to add to the path
|
void |
setFolderPaths(Set<String> folderPaths)
Folders to add to the path
|
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> getDocumentPaths()
public void setDocumentPaths(Set<String> documentPaths)
documentPaths
- Files to add to the pathpublic 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 Set<String> getFolderPaths()
public void setFolderPaths(Set<String> folderPaths)
folderPaths
- Folders to add to the pathpublic 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.