public class DMDiscoveryServicePort extends DMAbstractServicePort implements org.alfresco.repo.cmis.ws.DiscoveryServicePort
authorityService, cmisAclService, cmisChangeLogService, cmisObjectFactory, cmisQueryService, cmisRenditionService, cmisService, descriptorService, fileFolderService, INCLUDE_RELATIONSHIPS_ENUM_MAPPING, nodeService, permissionService, propertiesUtil, searchService| Constructor and Description |
|---|
DMDiscoveryServicePort() |
| Modifier and Type | Method and Description |
|---|---|
void |
getContentChanges(java.lang.String repositoryId,
javax.xml.ws.Holder changeLogToken,
java.lang.Boolean includeProperties,
java.lang.String filter,
java.lang.Boolean includePolicyIds,
java.lang.Boolean includeACL,
java.math.BigInteger maxItems,
org.alfresco.repo.cmis.ws.CmisExtensionType extension,
javax.xml.ws.Holder objects)
Gets a list of content changes.
|
org.alfresco.repo.cmis.ws.QueryResponse |
query(org.alfresco.repo.cmis.ws.Query parameters)
Queries the repository for queryable object based on properties or an optional full-text string.
|
appendWithAce, appendWithRelationships, applyAclCarefully, applyPolicies, checkRepositoryId, convertAclReportToCmisAclType, createCmisObject, createCmisObject, createCmisObjectList, createCursor, createPropertyFilter, createPropertyFilter, determineObjectAllowableActions, getRenditions, isObjectInFolder, setAuthorityService, setCmisAclService, setCmisChangeLogService, setCmisQueryService, setCmisRenditionService, setCmisService, setDescriptorService, setFileFolderService, setNodeService, setPermissionService, setPropertiesUtil, setSearchServicepublic org.alfresco.repo.cmis.ws.QueryResponse query(org.alfresco.repo.cmis.ws.Query parameters)
throws org.alfresco.repo.cmis.ws.CmisException
query in interface org.alfresco.repo.cmis.ws.DiscoveryServicePortparameters - query parametersCmisException - (with following EnumServiceException : INVALID_ARGUMENT, OBJECT_NOT_FOUND, NOT_SUPPORTED, PERMISSION_DENIED, RUNTIME)public void getContentChanges(java.lang.String repositoryId,
javax.xml.ws.Holder changeLogToken,
java.lang.Boolean includeProperties,
java.lang.String filter,
java.lang.Boolean includePolicyIds,
java.lang.Boolean includeACL,
java.math.BigInteger maxItems,
org.alfresco.repo.cmis.ws.CmisExtensionType extension,
javax.xml.ws.Holder objects)
throws org.alfresco.repo.cmis.ws.CmisException
getContentChanges in interface org.alfresco.repo.cmis.ws.DiscoveryServicePortrepositoryId - String value that determines Id of the necessary RepositorychangeLogToken - generic Holder class instance with String type parameter that determines last Change Log TokenincludeProperties - Boolean instance value that specifies whether all allowed by filter properties should be returned for Change Type equal to 'UPDATED' or
Object Id property onlyfilter - String value for filtering properties for Change Entry with Change Type equal to 'UPDATED'includePolicyIds - Boolean instance value that determines whether Policy Ids must be returnedincludeACL - Boolean instance value that determines whether ACLs must be returnedmaxItems - BigInteger instance value that determines required amount of Change Log Entriesextension - CmisException instance of unknown assignmentobjects - generic Holder instance with CmisObjectListType type parameter for storing results of service executionCmisException - with next allowable EnumServiceException enum attribute of exception type values: CONSTRAINT, FILTER_NOT_VALID, INVALID_ARGUMENT,
NOT_SUPPORTED, OBJECT_NOT_FOUND, PERMISSION_DENIED, RUNTIMECopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.