@MTOM public class DiscoveryService extends AbstractService implements DiscoveryServicePort
Modifier and Type | Field and Description |
---|---|
javax.xml.ws.WebServiceContext |
wsContext |
CALL_CONTEXT_MAP
Constructor and Description |
---|
DiscoveryService() |
Modifier and Type | Method and Description |
---|---|
void |
getContentChanges(String repositoryId,
javax.xml.ws.Holder<String> changeLogToken,
Boolean includeProperties,
String filter,
Boolean includePolicyIds,
Boolean includeAcl,
BigInteger maxItems,
CmisExtensionType extension,
javax.xml.ws.Holder<CmisObjectListType> objects) |
CmisObjectListType |
query(String repositoryId,
String statement,
Boolean searchAllVersions,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension) |
closeService, convertException, createContext, getCmisVersion, getService, getServiceFactory
public javax.xml.ws.WebServiceContext wsContext
public void getContentChanges(String repositoryId, javax.xml.ws.Holder<String> changeLogToken, Boolean includeProperties, String filter, Boolean includePolicyIds, Boolean includeAcl, BigInteger maxItems, CmisExtensionType extension, javax.xml.ws.Holder<CmisObjectListType> objects) throws CmisException
getContentChanges
in interface DiscoveryServicePort
CmisException
public CmisObjectListType query(String repositoryId, String statement, Boolean searchAllVersions, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension) throws CmisException
query
in interface DiscoveryServicePort
CmisException
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.