Uses of Class
org.xcmis.core.CmisObjectType

Packages that use CmisObjectType
org.xcmis.atom   
org.xcmis.core   
org.xcmis.messaging   
org.xcmis.soap   
org.xcmis.wssoap.impl   
 

Uses of CmisObjectType in org.xcmis.atom
 

Methods in org.xcmis.atom that return types with arguments of type CmisObjectType
 JAXBElement<CmisObjectType> ObjectFactory.createObject(CmisObjectType value)
          Create an instance of JAXBElement<CmisObjectType>}
 

Methods in org.xcmis.atom with parameters of type CmisObjectType
 JAXBElement<CmisObjectType> ObjectFactory.createObject(CmisObjectType value)
          Create an instance of JAXBElement<CmisObjectType>}
 

Uses of CmisObjectType in org.xcmis.core
 

Fields in org.xcmis.core with type parameters of type CmisObjectType
protected  List<CmisObjectType> CmisObjectType.relationship
           
 

Methods in org.xcmis.core that return CmisObjectType
 CmisObjectType ObjectFactory.createCmisObjectType()
          Create an instance of CmisObjectType
 

Methods in org.xcmis.core that return types with arguments of type CmisObjectType
 List<CmisObjectType> CmisObjectType.getRelationship()
          Gets the value of the relationship property.
 

Uses of CmisObjectType in org.xcmis.messaging
 

Fields in org.xcmis.messaging declared as CmisObjectType
protected  CmisObjectType GetObjectOfLatestVersionResponse.object
           
protected  CmisObjectType CmisObjectInFolderType.object
           
protected  CmisObjectType GetObjectByPathResponse.object
           
protected  CmisObjectType GetFolderParentResponse.object
           
protected  CmisObjectType GetObjectResponse.object
           
protected  CmisObjectType CmisObjectParentsType.object
           
 

Fields in org.xcmis.messaging with type parameters of type CmisObjectType
protected  List<CmisObjectType> GetAppliedPoliciesResponse.objects
           
protected  List<CmisObjectType> CmisObjectListType.objects
           
protected  List<CmisObjectType> GetAllVersionsResponse.objects
           
 

Methods in org.xcmis.messaging that return CmisObjectType
 CmisObjectType GetObjectOfLatestVersionResponse.getObject()
          Gets the value of the object property.
 CmisObjectType CmisObjectInFolderType.getObject()
          Gets the value of the object property.
 CmisObjectType GetObjectByPathResponse.getObject()
          Gets the value of the object property.
 CmisObjectType GetFolderParentResponse.getObject()
          Gets the value of the object property.
 CmisObjectType GetObjectResponse.getObject()
          Gets the value of the object property.
 CmisObjectType CmisObjectParentsType.getObject()
          Gets the value of the object property.
 

Methods in org.xcmis.messaging that return types with arguments of type CmisObjectType
 List<CmisObjectType> GetAppliedPoliciesResponse.getObjects()
          Gets the value of the objects property.
 List<CmisObjectType> CmisObjectListType.getObjects()
          Gets the value of the objects property.
 List<CmisObjectType> GetAllVersionsResponse.getObjects()
          Gets the value of the objects property.
 

Methods in org.xcmis.messaging with parameters of type CmisObjectType
 void GetObjectOfLatestVersionResponse.setObject(CmisObjectType value)
          Sets the value of the object property.
 void CmisObjectInFolderType.setObject(CmisObjectType value)
          Sets the value of the object property.
 void GetObjectByPathResponse.setObject(CmisObjectType value)
          Sets the value of the object property.
 void GetFolderParentResponse.setObject(CmisObjectType value)
          Sets the value of the object property.
 void GetObjectResponse.setObject(CmisObjectType value)
          Sets the value of the object property.
 void CmisObjectParentsType.setObject(CmisObjectType value)
          Sets the value of the object property.
 

Uses of CmisObjectType in org.xcmis.soap
 

Methods in org.xcmis.soap that return CmisObjectType
 CmisObjectType NavigationServicePort.getFolderParent(String repositoryId, String folderId, String filter, CmisExtensionType extension)
           
 CmisObjectType ObjectServicePort.getObject(String repositoryId, String objectId, String filter, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds, Boolean includeACL, CmisExtensionType extension)
           
 CmisObjectType ObjectServicePort.getObjectByPath(String repositoryId, String path, String filter, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds, Boolean includeACL, CmisExtensionType extension)
           
 CmisObjectType VersioningServicePort.getObjectOfLatestVersion(String repositoryId, String objectId, Boolean major, String filter, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds, Boolean includeACL, CmisExtensionType extension)
           
 

Methods in org.xcmis.soap that return types with arguments of type CmisObjectType
 List<CmisObjectType> VersioningServicePort.getAllVersions(String repositoryId, String objectId, String filter, Boolean includeAllowableActions, CmisExtensionType extension)
           
 List<CmisObjectType> PolicyServicePort.getAppliedPolicies(String repositoryId, String objectId, String filter, CmisExtensionType extension)
           
 

Uses of CmisObjectType in org.xcmis.wssoap.impl
 

Methods in org.xcmis.wssoap.impl that return CmisObjectType
static CmisObjectType TypeConverter.getCmisObjectType(org.xcmis.spi.model.CmisObject object)
           
 CmisObjectType NavigationServicePortImpl.getFolderParent(String repositoryId, String folderId, String propertyFilter, CmisExtensionType extension)
          
 CmisObjectType ObjectServicePortImpl.getObject(String repositoryId, String objectId, String propertyFilter, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds, Boolean includeACL, CmisExtensionType extension)
          
 CmisObjectType ObjectServicePortImpl.getObjectByPath(String repositoryId, String path, String propertyFilter, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds, Boolean includeACL, CmisExtensionType extension)
          
 CmisObjectType VersioningServicePortImpl.getObjectOfLatestVersion(String repositoryId, String versionSeriesId, Boolean major, String propertyFilter, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds, Boolean includeACL, CmisExtensionType extension)
          
 

Methods in org.xcmis.wssoap.impl that return types with arguments of type CmisObjectType
 List<CmisObjectType> VersioningServicePortImpl.getAllVersions(String repositoryId, String versionSeriesId, String propertyFilter, Boolean includeAllowableActions, CmisExtensionType extension)
          
 List<CmisObjectType> PolicyServicePortImpl.getAppliedPolicies(String repositoryId, String objectId, String propertyFilter, CmisExtensionType extension)
          
static List<CmisObjectType> TypeConverter.getCmisObjectTypeList(List<org.xcmis.spi.model.CmisObject> source)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.