|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnumIncludeRelationships | |
---|---|
org.apache.chemistry.opencmis.commons.impl.jaxb | |
org.apache.chemistry.opencmis.server.impl.webservices |
Uses of EnumIncludeRelationships in org.apache.chemistry.opencmis.commons.impl.jaxb |
---|
Fields in org.apache.chemistry.opencmis.commons.impl.jaxb declared as EnumIncludeRelationships | |
---|---|
protected EnumIncludeRelationships |
CmisQueryType.includeRelationships
|
Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return EnumIncludeRelationships | |
---|---|
static EnumIncludeRelationships |
EnumIncludeRelationships.fromValue(String v)
|
EnumIncludeRelationships |
CmisQueryType.getIncludeRelationships()
Gets the value of the includeRelationships property. |
static EnumIncludeRelationships |
EnumIncludeRelationships.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EnumIncludeRelationships[] |
EnumIncludeRelationships.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Method parameters in org.apache.chemistry.opencmis.commons.impl.jaxb with type arguments of type EnumIncludeRelationships | |
---|---|
void |
Query.setIncludeRelationships(javax.xml.bind.JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property. |
void |
GetObjectParents.setIncludeRelationships(javax.xml.bind.JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property. |
void |
GetObjectOfLatestVersion.setIncludeRelationships(javax.xml.bind.JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property. |
void |
GetObjectByPath.setIncludeRelationships(javax.xml.bind.JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property. |
void |
GetObject.setIncludeRelationships(javax.xml.bind.JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property. |
void |
GetFolderTree.setIncludeRelationships(javax.xml.bind.JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property. |
void |
GetDescendants.setIncludeRelationships(javax.xml.bind.JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property. |
void |
GetChildren.setIncludeRelationships(javax.xml.bind.JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property. |
void |
GetCheckedOutDocs.setIncludeRelationships(javax.xml.bind.JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property. |
Uses of EnumIncludeRelationships in org.apache.chemistry.opencmis.server.impl.webservices |
---|
Methods in org.apache.chemistry.opencmis.server.impl.webservices with parameters of type EnumIncludeRelationships | |
---|---|
CmisObjectListType |
NavigationService.getCheckedOutDocs(String repositoryId,
String folderId,
String filter,
String orderBy,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
|
CmisObjectInFolderListType |
NavigationService.getChildren(String repositoryId,
String folderId,
String filter,
String orderBy,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
|
List<CmisObjectInFolderContainerType> |
NavigationService.getDescendants(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
CmisExtensionType extension)
|
List<CmisObjectInFolderContainerType> |
NavigationService.getFolderTree(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
CmisExtensionType extension)
|
CmisObjectType |
ObjectService.getObject(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
CmisExtensionType extension)
|
CmisObjectType |
ObjectService.getObjectByPath(String repositoryId,
String path,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
CmisExtensionType extension)
|
CmisObjectType |
VersioningService.getObjectOfLatestVersion(String repositoryId,
String versionSeriesId,
Boolean major,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
CmisExtensionType extension)
|
List<CmisObjectParentsType> |
NavigationService.getObjectParents(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includeRelativePathSegment,
CmisExtensionType extension)
|
CmisObjectListType |
DiscoveryService.query(String repositoryId,
String statement,
Boolean searchAllVersions,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |