Uses of Class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectType

Packages that use CmisObjectType
org.apache.chemistry.opencmis.client.bindings.spi.atompub   
org.apache.chemistry.opencmis.commons.impl   
org.apache.chemistry.opencmis.commons.impl.jaxb   
org.apache.chemistry.opencmis.server.impl.webservices   
 

Uses of CmisObjectType in org.apache.chemistry.opencmis.client.bindings.spi.atompub
 

Methods in org.apache.chemistry.opencmis.client.bindings.spi.atompub that return CmisObjectType
protected  CmisObjectType AbstractAtomPubService.createIdObject(java.lang.String objectId)
          Creates a CMIS object that only contains an id in the property list.
 

Constructors in org.apache.chemistry.opencmis.client.bindings.spi.atompub with parameters of type CmisObjectType
AtomEntryWriter(CmisObjectType object)
          Constructor.
AtomEntryWriter(CmisObjectType object, java.lang.String mediaType, java.io.InputStream stream)
          Constructor.
 

Uses of CmisObjectType in org.apache.chemistry.opencmis.commons.impl
 

Methods in org.apache.chemistry.opencmis.commons.impl that return CmisObjectType
static CmisObjectType Converter.convert(ObjectData object)
          Converts a CMIS object.
 

Methods in org.apache.chemistry.opencmis.commons.impl that return types with arguments of type CmisObjectType
 javax.xml.bind.JAXBElement<CmisObjectType> JaxBHelper.CMISExtraObjectFactory.createObject(CmisObjectType value)
           
 

Methods in org.apache.chemistry.opencmis.commons.impl with parameters of type CmisObjectType
static ObjectData Converter.convert(CmisObjectType object)
          Converts a CMIS object.
 javax.xml.bind.JAXBElement<CmisObjectType> JaxBHelper.CMISExtraObjectFactory.createObject(CmisObjectType value)
           
 

Uses of CmisObjectType in org.apache.chemistry.opencmis.commons.impl.jaxb
 

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb declared as CmisObjectType
protected  CmisObjectType GetObjectResponse.object
           
protected  CmisObjectType GetObjectOfLatestVersionResponse.object
           
protected  CmisObjectType GetObjectByPathResponse.object
           
protected  CmisObjectType GetFolderParentResponse.object
           
protected  CmisObjectType CmisObjectParentsType.object
           
protected  CmisObjectType CmisObjectInFolderType.object
           
 

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb with type parameters of type CmisObjectType
protected  java.util.List<CmisObjectType> GetAppliedPoliciesResponse.objects
           
protected  java.util.List<CmisObjectType> GetAllVersionsResponse.objects
           
protected  java.util.List<CmisObjectType> CmisObjectListType.objects
           
protected  java.util.List<CmisObjectType> CmisObjectType.relationship
           
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return CmisObjectType
 CmisObjectType ObjectFactory.createCmisObjectType()
          Create an instance of CmisObjectType
 CmisObjectType NavigationServicePort.getFolderParent(java.lang.String repositoryId, java.lang.String folderId, java.lang.String filter, CmisExtensionType extension)
           
 CmisObjectType GetObjectResponse.getObject()
          Gets the value of the object property.
 CmisObjectType GetObjectOfLatestVersionResponse.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 CmisObjectParentsType.getObject()
          Gets the value of the object property.
 CmisObjectType CmisObjectInFolderType.getObject()
          Gets the value of the object property.
 CmisObjectType ObjectServicePort.getObject(java.lang.String repositoryId, java.lang.String objectId, java.lang.String filter, java.lang.Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, java.lang.String renditionFilter, java.lang.Boolean includePolicyIds, java.lang.Boolean includeACL, CmisExtensionType extension)
           
 CmisObjectType ObjectServicePort.getObjectByPath(java.lang.String repositoryId, java.lang.String path, java.lang.String filter, java.lang.Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, java.lang.String renditionFilter, java.lang.Boolean includePolicyIds, java.lang.Boolean includeACL, CmisExtensionType extension)
           
 CmisObjectType VersioningServicePort.getObjectOfLatestVersion(java.lang.String repositoryId, java.lang.String objectId, java.lang.Boolean major, java.lang.String filter, java.lang.Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, java.lang.String renditionFilter, java.lang.Boolean includePolicyIds, java.lang.Boolean includeACL, CmisExtensionType extension)
           
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return types with arguments of type CmisObjectType
 java.util.List<CmisObjectType> VersioningServicePort.getAllVersions(java.lang.String repositoryId, java.lang.String objectId, java.lang.String filter, java.lang.Boolean includeAllowableActions, CmisExtensionType extension)
           
 java.util.List<CmisObjectType> PolicyServicePort.getAppliedPolicies(java.lang.String repositoryId, java.lang.String objectId, java.lang.String filter, CmisExtensionType extension)
           
 java.util.List<CmisObjectType> GetAppliedPoliciesResponse.getObjects()
          Gets the value of the objects property.
 java.util.List<CmisObjectType> GetAllVersionsResponse.getObjects()
          Gets the value of the objects property.
 java.util.List<CmisObjectType> CmisObjectListType.getObjects()
          Gets the value of the objects property.
 java.util.List<CmisObjectType> CmisObjectType.getRelationship()
          Gets the value of the relationship property.
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb with parameters of type CmisObjectType
 void GetObjectResponse.setObject(CmisObjectType value)
          Sets the value of the object property.
 void GetObjectOfLatestVersionResponse.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 CmisObjectParentsType.setObject(CmisObjectType value)
          Sets the value of the object property.
 void CmisObjectInFolderType.setObject(CmisObjectType value)
          Sets the value of the object property.
 

Uses of CmisObjectType in org.apache.chemistry.opencmis.server.impl.webservices
 

Methods in org.apache.chemistry.opencmis.server.impl.webservices that return CmisObjectType
 CmisObjectType NavigationService.getFolderParent(java.lang.String repositoryId, java.lang.String folderId, java.lang.String filter, CmisExtensionType extension)
           
 CmisObjectType ObjectService.getObject(java.lang.String repositoryId, java.lang.String objectId, java.lang.String filter, java.lang.Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, java.lang.String renditionFilter, java.lang.Boolean includePolicyIds, java.lang.Boolean includeAcl, CmisExtensionType extension)
           
 CmisObjectType ObjectService.getObjectByPath(java.lang.String repositoryId, java.lang.String path, java.lang.String filter, java.lang.Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, java.lang.String renditionFilter, java.lang.Boolean includePolicyIds, java.lang.Boolean includeAcl, CmisExtensionType extension)
           
 CmisObjectType VersioningService.getObjectOfLatestVersion(java.lang.String repositoryId, java.lang.String versionSeriesId, java.lang.Boolean major, java.lang.String filter, java.lang.Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, java.lang.String renditionFilter, java.lang.Boolean includePolicyIds, java.lang.Boolean includeAcl, CmisExtensionType extension)
           
 

Methods in org.apache.chemistry.opencmis.server.impl.webservices that return types with arguments of type CmisObjectType
 java.util.List<CmisObjectType> VersioningService.getAllVersions(java.lang.String repositoryId, java.lang.String versionSeriesId, java.lang.String filter, java.lang.Boolean includeAllowableActions, CmisExtensionType extension)
           
 java.util.List<CmisObjectType> PolicyService.getAppliedPolicies(java.lang.String repositoryId, java.lang.String objectId, java.lang.String filter, CmisExtensionType extension)
           
 



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