public class DMDiscoveryServicePort extends DMAbstractServicePort implements 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(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.
|
QueryResponse |
query(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 QueryResponse query(Query parameters) throws CmisException
query in interface DiscoveryServicePortparameters - query parametersCmisException - (with following EnumServiceException : INVALID_ARGUMENT, OBJECT_NOT_FOUND, NOT_SUPPORTED, PERMISSION_DENIED, RUNTIME)public void getContentChanges(String repositoryId, Holder<String> changeLogToken, Boolean includeProperties, String filter, Boolean includePolicyIds, Boolean includeACL, BigInteger maxItems, CmisExtensionType extension, Holder<CmisObjectListType> objects) throws CmisException
getContentChanges in interface 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–2014 Alfresco Software. All rights reserved.