org.xcmis.wssoap.impl
Class DiscoveryServicePortImpl

java.lang.Object
  extended by org.xcmis.wssoap.impl.DiscoveryServicePortImpl
All Implemented Interfaces:
DiscoveryServicePort

public class DiscoveryServicePortImpl
extends Object
implements DiscoveryServicePort

Version:
$Id: DiscoveryServicePortImpl.java 2 2010-02-04 17:21:49Z andrew00x $
Author:
Max Shaposhnik

Constructor Summary
DiscoveryServicePortImpl()
          Constructs instance of DiscoveryServicePortImpl .
 
Method Summary
 void getContentChanges(String repositoryId, Holder<String> changeLogToken, Boolean includeProperties, String propertyFilter, Boolean includePolicyIds, Boolean includeACL, BigInteger maxItems, CmisExtensionType extension, Holder<CmisObjectListType> objects)
          
 QueryResponse query(Query parameters)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoveryServicePortImpl

public DiscoveryServicePortImpl()
Constructs instance of DiscoveryServicePortImpl .

Method Detail

query

public QueryResponse query(Query parameters)
                    throws CmisException

Specified by:
query in interface DiscoveryServicePort
Throws:
CmisException

getContentChanges

public void getContentChanges(String repositoryId,
                              Holder<String> changeLogToken,
                              Boolean includeProperties,
                              String propertyFilter,
                              Boolean includePolicyIds,
                              Boolean includeACL,
                              BigInteger maxItems,
                              CmisExtensionType extension,
                              Holder<CmisObjectListType> objects)
                       throws CmisException

Specified by:
getContentChanges in interface DiscoveryServicePort
Throws:
CmisException


Copyright © 2010 eXo Platform SAS. All Rights Reserved.