| Package | Description |
|---|---|
| org.alfresco.repo.cmis.ws |
| Modifier and Type | Field and Description |
|---|---|
protected EnumIncludeRelationships |
CmisQueryType.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 |
|---|---|
protected CmisObjectType |
DMAbstractServicePort.createCmisObject(Object object,
PropertyFilter filter,
EnumIncludeRelationships includeRelationships,
Boolean includeAllowableActions,
String renditionFilter)
This method creates and configures CMIS object against appropriate Alfresco object (NodeRef or AssociationRef).
|
JAXBElement<EnumIncludeRelationships> |
ObjectFactory.createGetCheckedOutDocsIncludeRelationships(EnumIncludeRelationships value)
|
JAXBElement<EnumIncludeRelationships> |
ObjectFactory.createGetChildrenIncludeRelationships(EnumIncludeRelationships value)
|
JAXBElement<EnumIncludeRelationships> |
ObjectFactory.createGetDescendantsIncludeRelationships(EnumIncludeRelationships value)
|
JAXBElement<EnumIncludeRelationships> |
ObjectFactory.createGetFolderTreeIncludeRelationships(EnumIncludeRelationships value)
|
JAXBElement<EnumIncludeRelationships> |
ObjectFactory.createGetObjectByPathIncludeRelationships(EnumIncludeRelationships value)
|
JAXBElement<EnumIncludeRelationships> |
ObjectFactory.createGetObjectIncludeRelationships(EnumIncludeRelationships value)
|
JAXBElement<EnumIncludeRelationships> |
ObjectFactory.createGetObjectOfLatestVersionIncludeRelationships(EnumIncludeRelationships value)
|
JAXBElement<EnumIncludeRelationships> |
ObjectFactory.createGetObjectParentsIncludeRelationships(EnumIncludeRelationships value)
|
JAXBElement<EnumIncludeRelationships> |
ObjectFactory.createQueryIncludeRelationships(EnumIncludeRelationships value)
|
CmisObjectListType |
NavigationServicePort.getCheckedOutDocs(String repositoryId,
String folderId,
String filter,
String orderBy,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension) |
CmisObjectListType |
DMNavigationServicePort.getCheckedOutDocs(String repositoryId,
String folderId,
String filter,
String orderBy,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
Gets the private working copies of checked-out objects that the user is allowed to update.
|
CmisObjectInFolderListType |
NavigationServicePort.getChildren(String repositoryId,
String folderId,
String filter,
String orderBy,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension) |
CmisObjectInFolderListType |
DMNavigationServicePort.getChildren(String repositoryId,
String folderId,
String filter,
String orderBy,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegments,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
Gets the list of child objects contained in the specified folder.
|
List<CmisObjectInFolderContainerType> |
NavigationServicePort.getDescendants(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
CmisExtensionType extension) |
List<CmisObjectInFolderContainerType> |
DMNavigationServicePort.getDescendants(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegments,
CmisExtensionType extension)
Gets the list of descendant objects contained at one or more levels in the tree rooted at the specified folder.
|
List<CmisObjectInFolderContainerType> |
NavigationServicePort.getFolderTree(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
CmisExtensionType extension) |
List<CmisObjectInFolderContainerType> |
DMNavigationServicePort.getFolderTree(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegments,
CmisExtensionType extension)
Gets the list of descendant objects contained at one or more levels in the tree rooted at the specified folder.
|
CmisObjectType |
DMObjectServicePort.getObject(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeACL,
CmisExtensionType extension)
Gets the specified object
|
CmisObjectType |
ObjectServicePort.getObject(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeACL,
CmisExtensionType extension) |
CmisObjectType |
DMObjectServicePort.getObjectByPath(String repositoryId,
String path,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeACL,
CmisExtensionType extension)
Gets the specified object by path
|
CmisObjectType |
ObjectServicePort.getObjectByPath(String repositoryId,
String path,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeACL,
CmisExtensionType extension) |
CmisObjectType |
DMVersioningServicePort.getObjectOfLatestVersion(String repositoryId,
String objectId,
Boolean major,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeACL,
CmisExtensionType extension) |
CmisObjectType |
VersioningServicePort.getObjectOfLatestVersion(String repositoryId,
String objectId,
Boolean major,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeACL,
CmisExtensionType extension) |
List<CmisObjectParentsType> |
NavigationServicePort.getObjectParents(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includeRelativePathSegment,
CmisExtensionType extension) |
List<CmisObjectParentsType> |
DMNavigationServicePort.getObjectParents(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includeRelativePathSegment,
CmisExtensionType extension)
Returns the parent folders for the specified non-folder, fileable object.
|
void |
CmisQueryType.setIncludeRelationships(EnumIncludeRelationships value)
Sets the value of the includeRelationships property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetObject.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 |
GetDescendants.setIncludeRelationships(JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property.
|
void |
GetCheckedOutDocs.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 |
GetFolderTree.setIncludeRelationships(JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property.
|
void |
Query.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 |
GetObjectParents.setIncludeRelationships(JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.