Package | Description |
---|---|
org.apache.chemistry.opencmis.commons.impl.jaxb | |
org.apache.chemistry.opencmis.server.impl.webservices |
Modifier and Type | Field and Description |
---|---|
protected EnumIncludeRelationships |
CmisQueryType.includeRelationships |
Modifier and Type | Field and Description |
---|---|
protected JAXBElement<EnumIncludeRelationships> |
Query.includeRelationships |
protected JAXBElement<EnumIncludeRelationships> |
GetObjectParents.includeRelationships |
protected JAXBElement<EnumIncludeRelationships> |
GetObjectOfLatestVersion.includeRelationships |
protected JAXBElement<EnumIncludeRelationships> |
GetObjectByPath.includeRelationships |
protected JAXBElement<EnumIncludeRelationships> |
GetObject.includeRelationships |
protected JAXBElement<EnumIncludeRelationships> |
GetFolderTree.includeRelationships |
protected JAXBElement<EnumIncludeRelationships> |
GetDescendants.includeRelationships |
protected JAXBElement<EnumIncludeRelationships> |
GetChildren.includeRelationships |
protected JAXBElement<EnumIncludeRelationships> |
GetCheckedOutDocs.includeRelationships |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Query.setIncludeRelationships(JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property.
|
void |
GetObjectParents.setIncludeRelationships(JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property.
|
void |
GetObjectOfLatestVersion.setIncludeRelationships(JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property.
|
void |
GetObjectByPath.setIncludeRelationships(JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property.
|
void |
GetObject.setIncludeRelationships(JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property.
|
void |
GetFolderTree.setIncludeRelationships(JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property.
|
void |
GetDescendants.setIncludeRelationships(JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property.
|
void |
GetChildren.setIncludeRelationships(JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property.
|
void |
GetCheckedOutDocs.setIncludeRelationships(JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property.
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.