org.apache.chemistry.opencmis.commons.impl.jaxb
Interface DiscoveryServicePort
- All Known Implementing Classes:
- DiscoveryService
public interface DiscoveryServicePort
This class was generated by the JAX-WS RI.
JAX-WS RI 2.1.7-b01-
Generated source version: 2.1
Method Summary |
void |
getContentChanges(java.lang.String repositoryId,
javax.xml.ws.Holder<java.lang.String> changeLogToken,
java.lang.Boolean includeProperties,
java.lang.String filter,
java.lang.Boolean includePolicyIds,
java.lang.Boolean includeACL,
java.math.BigInteger maxItems,
CmisExtensionType extension,
javax.xml.ws.Holder<CmisObjectListType> objects)
|
CmisObjectListType |
query(java.lang.String repositoryId,
java.lang.String statement,
java.lang.Boolean searchAllVersions,
java.lang.Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
java.lang.String renditionFilter,
java.math.BigInteger maxItems,
java.math.BigInteger skipCount,
CmisExtensionType extension)
|
query
@RequestWrapper(localName="query",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.apache.chemistry.opencmis.commons.impl.jaxb.Query")
@ResponseWrapper(localName="queryResponse",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.apache.chemistry.opencmis.commons.impl.jaxb.QueryResponse")
CmisObjectListType query(java.lang.String repositoryId,
java.lang.String statement,
java.lang.Boolean searchAllVersions,
java.lang.Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
java.lang.String renditionFilter,
java.math.BigInteger maxItems,
java.math.BigInteger skipCount,
CmisExtensionType extension)
throws CmisException
- Parameters:
extension
- statement
- searchAllVersions
- includeRelationships
- includeAllowableActions
- skipCount
- maxItems
- repositoryId
- renditionFilter
-
- Returns:
- returns org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectListType
- Throws:
CmisException
getContentChanges
@RequestWrapper(localName="getContentChanges",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetContentChanges")
@ResponseWrapper(localName="getContentChangesResponse",
targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetContentChangesResponse")
void getContentChanges(java.lang.String repositoryId,
javax.xml.ws.Holder<java.lang.String> changeLogToken,
java.lang.Boolean includeProperties,
java.lang.String filter,
java.lang.Boolean includePolicyIds,
java.lang.Boolean includeACL,
java.math.BigInteger maxItems,
CmisExtensionType extension,
javax.xml.ws.Holder<CmisObjectListType> objects)
throws CmisException
- Parameters:
extension
- includePolicyIds
- includeProperties
- changeLogToken
- objects
- maxItems
- repositoryId
- filter
- includeACL
-
- Throws:
CmisException
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.