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(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)
           
 

Method Detail

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(String repositoryId,
                                                        String statement,
                                                        Boolean searchAllVersions,
                                                        Boolean includeAllowableActions,
                                                        EnumIncludeRelationships includeRelationships,
                                                        String renditionFilter,
                                                        BigInteger maxItems,
                                                        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(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
Parameters:
extension -
includePolicyIds -
includeProperties -
changeLogToken -
objects -
maxItems -
repositoryId -
filter -
includeACL -
Throws:
CmisException


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.