Uses of Class
org.xcmis.messaging.CmisObjectListType

Packages that use CmisObjectListType
org.xcmis.messaging   
org.xcmis.soap   
org.xcmis.wssoap.impl   
 

Uses of CmisObjectListType in org.xcmis.messaging
 

Fields in org.xcmis.messaging declared as CmisObjectListType
protected  CmisObjectListType GetCheckedOutDocsResponse.objects
           
protected  CmisObjectListType QueryResponse.objects
           
protected  CmisObjectListType GetContentChangesResponse.objects
           
protected  CmisObjectListType GetObjectRelationshipsResponse.objects
           
 

Methods in org.xcmis.messaging that return CmisObjectListType
 CmisObjectListType ObjectFactory.createCmisObjectListType()
          Create an instance of CmisObjectListType
 CmisObjectListType GetCheckedOutDocsResponse.getObjects()
          Gets the value of the objects property.
 CmisObjectListType QueryResponse.getObjects()
          Gets the value of the objects property.
 CmisObjectListType GetContentChangesResponse.getObjects()
          Gets the value of the objects property.
 CmisObjectListType GetObjectRelationshipsResponse.getObjects()
          Gets the value of the objects property.
 

Methods in org.xcmis.messaging with parameters of type CmisObjectListType
 void GetCheckedOutDocsResponse.setObjects(CmisObjectListType value)
          Sets the value of the objects property.
 void QueryResponse.setObjects(CmisObjectListType value)
          Sets the value of the objects property.
 void GetContentChangesResponse.setObjects(CmisObjectListType value)
          Sets the value of the objects property.
 void GetObjectRelationshipsResponse.setObjects(CmisObjectListType value)
          Sets the value of the objects property.
 

Uses of CmisObjectListType in org.xcmis.soap
 

Methods in org.xcmis.soap that return CmisObjectListType
 CmisObjectListType NavigationServicePort.getCheckedOutDocs(String repositoryId, String folderId, String filter, String orderBy, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension)
           
 CmisObjectListType RelationshipServicePort.getObjectRelationships(String repositoryId, String objectId, Boolean includeSubRelationshipTypes, EnumRelationshipDirection relationshipDirection, String typeId, String filter, Boolean includeAllowableActions, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension)
           
 

Method parameters in org.xcmis.soap with type arguments of type CmisObjectListType
 void DiscoveryServicePort.getContentChanges(String repositoryId, Holder<String> changeLogToken, Boolean includeProperties, String filter, Boolean includePolicyIds, Boolean includeACL, BigInteger maxItems, CmisExtensionType extension, Holder<CmisObjectListType> objects)
           
 

Uses of CmisObjectListType in org.xcmis.wssoap.impl
 

Methods in org.xcmis.wssoap.impl that return CmisObjectListType
 CmisObjectListType NavigationServicePortImpl.getCheckedOutDocs(String repositoryId, String folderId, String propertyFilter, String orderBy, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension)
          
static CmisObjectListType TypeConverter.getCmisObjectListType(org.xcmis.spi.ItemsList<org.xcmis.spi.model.CmisObject> source)
           
static CmisObjectListType TypeConverter.getCmisObjectListType(List<org.xcmis.spi.model.CmisObject> source)
           
 CmisObjectListType RelationshipServicePortImpl.getObjectRelationships(String repositoryId, String objectId, Boolean includeSubRelationshipTypes, EnumRelationshipDirection relationshipDirection, String typeId, String propertyFilter, Boolean includeAllowableActions, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension)
          
 

Method parameters in org.xcmis.wssoap.impl with type arguments of type CmisObjectListType
 void DiscoveryServicePortImpl.getContentChanges(String repositoryId, Holder<String> changeLogToken, Boolean includeProperties, String propertyFilter, Boolean includePolicyIds, Boolean includeACL, BigInteger maxItems, CmisExtensionType extension, Holder<CmisObjectListType> objects)
          
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.