public interface DiscoveryServicePort
| Modifier and Type | Method and Description |
|---|---|
void |
getContentChanges(String repositoryId,
Holder<String> changeLogToken,
Boolean includeProperties,
String filter,
Boolean includePolicyIds,
Boolean includeACL,
BigInteger maxItems,
CmisExtensionType extension,
Holder<CmisObjectListType> objects) |
QueryResponse |
query(Query parameters) |
@RequestWrapper(localName="getContentChanges", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetContentChanges") @ResponseWrapper(localName="getContentChangesResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetContentChangesResponse") void getContentChanges(String repositoryId, Holder<String> changeLogToken, Boolean includeProperties, String filter, Boolean includePolicyIds, Boolean includeACL, BigInteger maxItems, CmisExtensionType extension, Holder<CmisObjectListType> objects) throws CmisException
CmisExceptionQueryResponse query(Query parameters) throws CmisException
CmisExceptionCopyright © 2005–2014 Alfresco Software. All rights reserved.