org.xcmis.soap
Interface DiscoveryServicePort

All Known Implementing Classes:
DiscoveryServicePortImpl

public interface DiscoveryServicePort

This class was generated by Apache CXF 2.1.4 Tue Sep 07 21:45:25 UTC 2010 Generated source version: 2.1.4


Method Summary
 void getContentChanges(String repositoryId, Holder<String> changeLogToken, Boolean includeProperties, String filter, Boolean includePolicyIds, Boolean includeACL, BigInteger maxItems, CmisExtensionType extension, Holder<CmisObjectListType> objects)
           
 QueryResponse query(Query parameters)
           
 

Method Detail

getContentChanges

@RequestWrapper(localName="getContentChanges",
                targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                className="org.xcmis.messaging.GetContentChanges")
@ResponseWrapper(localName="getContentChangesResponse",
                 targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                 className="org.xcmis.messaging.GetContentChangesResponse")
void getContentChanges(String repositoryId,
                                                                                                                        Holder<String> changeLogToken,
                                                                                                                        Boolean includeProperties,
                                                                                                                        String filter,
                                                                                                                        Boolean includePolicyIds,
                                                                                                                        Boolean includeACL,
                                                                                                                        BigInteger maxItems,
                                                                                                                        CmisExtensionType extension,
                                                                                                                        Holder<CmisObjectListType> objects)
                       throws CmisException
Throws:
CmisException

query

QueryResponse query(Query parameters)
                    throws CmisException
Throws:
CmisException


Copyright © 2010 eXo Platform SAS. All Rights Reserved.