| Package | Description |
|---|---|
| org.alfresco.repo.cmis.ws |
| Modifier and Type | Field and Description |
|---|---|
protected CmisObjectListType |
GetObjectRelationshipsResponse.objects |
protected CmisObjectListType |
GetCheckedOutDocsResponse.objects |
protected CmisObjectListType |
QueryResponse.objects |
protected CmisObjectListType |
GetContentChangesResponse.objects |
| Modifier and Type | Method and Description |
|---|---|
CmisObjectListType |
ObjectFactory.createCmisObjectListType()
Create an instance of
CmisObjectListType |
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.
|
CmisObjectListType |
DMRelationshipServicePort.getObjectRelationships(String repositoryId,
String objectId,
Boolean includeSubRelationshipTypes,
EnumRelationshipDirection relationshipDirection,
String typeId,
String filter,
Boolean includeAllowableActions,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
Gets a list of relationships associated with the object, optionally of a specified relationship type, and optionally in a specified direction.
|
CmisObjectListType |
RelationshipServicePort.getObjectRelationships(String repositoryId,
String objectId,
Boolean includeSubRelationshipTypes,
EnumRelationshipDirection relationshipDirection,
String typeId,
String filter,
Boolean includeAllowableActions,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension) |
CmisObjectListType |
GetObjectRelationshipsResponse.getObjects()
Gets the value of the objects property.
|
CmisObjectListType |
GetCheckedOutDocsResponse.getObjects()
Gets the value of the objects property.
|
CmisObjectListType |
QueryResponse.getObjects()
Gets the value of the objects property.
|
CmisObjectListType |
GetContentChangesResponse.getObjects()
Gets the value of the objects property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetObjectRelationshipsResponse.setObjects(CmisObjectListType value)
Sets the value of the objects property.
|
void |
GetCheckedOutDocsResponse.setObjects(CmisObjectListType value)
Sets the value of the objects property.
|
void |
QueryResponse.setObjects(CmisObjectListType value)
Sets the value of the objects property.
|
void |
GetContentChangesResponse.setObjects(CmisObjectListType value)
Sets the value of the objects property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DiscoveryServicePort.getContentChanges(String repositoryId,
Holder<String> changeLogToken,
Boolean includeProperties,
String filter,
Boolean includePolicyIds,
Boolean includeACL,
BigInteger maxItems,
CmisExtensionType extension,
Holder<CmisObjectListType> objects) |
void |
DMDiscoveryServicePort.getContentChanges(String repositoryId,
Holder<String> changeLogToken,
Boolean includeProperties,
String filter,
Boolean includePolicyIds,
Boolean includeACL,
BigInteger maxItems,
CmisExtensionType extension,
Holder<CmisObjectListType> objects)
Gets a list of content changes.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.