public class GetDescendantsRequest extends Request
domain, runAsUserId| Constructor and Description |
|---|
GetDescendantsRequest(String domain,
String runAsUserId,
FolderNode folder,
Integer depth,
org.apache.chemistry.opencmis.commons.enums.IncludeRelationships includeRelationships,
Boolean includeAcls,
Set<String> propertyFilter,
Boolean includePolicies) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDepth() |
FolderNode |
getFolder() |
Boolean |
getIncludeAcls() |
Boolean |
getIncludePolicies() |
org.apache.chemistry.opencmis.commons.enums.IncludeRelationships |
getIncludeRelationships() |
Set<String> |
getPropertyFilter() |
String |
toString() |
getDomain, getRunAsUserIdpublic FolderNode getFolder()
public Integer getDepth()
public org.apache.chemistry.opencmis.commons.enums.IncludeRelationships getIncludeRelationships()
public Boolean getIncludeAcls()
public Boolean getIncludePolicies()
Copyright © 2015. All rights reserved.