Uses of Interface
org.apache.chemistry.opencmis.commons.data.ObjectData

Packages that use ObjectData
org.apache.chemistry.opencmis.client.api The OpenCMIS Client API. 
org.apache.chemistry.opencmis.commons.data OpenCMIS data interfaces. 
org.apache.chemistry.opencmis.commons.server OpenCMIS server interfaces. 
org.apache.chemistry.opencmis.commons.spi OpenCMIS client and server binding services. 
org.apache.chemistry.opencmis.server.support   
 

Uses of ObjectData in org.apache.chemistry.opencmis.client.api
 

Methods in org.apache.chemistry.opencmis.client.api with parameters of type ObjectData
 ChangeEvent ObjectFactory.convertChangeEvent(ObjectData objectData)
           
 CmisObject ObjectFactory.convertObject(ObjectData objectData, OperationContext context)
           
 QueryResult ObjectFactory.convertQueryResult(ObjectData objectData)
           
 ObjectType ObjectFactory.getTypeFromObjectData(ObjectData objectData)
           
 

Uses of ObjectData in org.apache.chemistry.opencmis.commons.data
 

Methods in org.apache.chemistry.opencmis.commons.data that return ObjectData
 ObjectData ObjectParentData.getObject()
           
 ObjectData ObjectInFolderData.getObject()
           
 

Methods in org.apache.chemistry.opencmis.commons.data that return types with arguments of type ObjectData
 List<ObjectData> ObjectList.getObjects()
           
 List<ObjectData> ObjectData.getRelationships()
          Returns the relationships from and to this object.
 

Uses of ObjectData in org.apache.chemistry.opencmis.commons.server
 

Methods in org.apache.chemistry.opencmis.commons.server that return ObjectData
 ObjectData ObjectInfo.getObject()
          Returns the full object.
 

Uses of ObjectData in org.apache.chemistry.opencmis.commons.spi
 

Methods in org.apache.chemistry.opencmis.commons.spi that return ObjectData
 ObjectData NavigationService.getFolderParent(String repositoryId, String folderId, String filter, ExtensionsData extension)
          Gets the parent folder object for the specified folder object.
 ObjectData ObjectService.getObject(String repositoryId, String objectId, String filter, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds, Boolean includeAcl, ExtensionsData extension)
          Gets the specified information for the object specified by id.
 ObjectData ObjectService.getObjectByPath(String repositoryId, String path, String filter, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds, Boolean includeAcl, ExtensionsData extension)
          Gets the specified information for the object specified by path.
 ObjectData VersioningService.getObjectOfLatestVersion(String repositoryId, String objectId, String versionSeriesId, Boolean major, String filter, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds, Boolean includeAcl, ExtensionsData extension)
          Get the latest document object in the version series.
 

Methods in org.apache.chemistry.opencmis.commons.spi that return types with arguments of type ObjectData
 List<ObjectData> VersioningService.getAllVersions(String repositoryId, String objectId, String versionSeriesId, String filter, Boolean includeAllowableActions, ExtensionsData extension)
          Returns the list of all document objects in the specified version series, sorted by the property "cmis:creationDate" descending.
 List<ObjectData> PolicyService.getAppliedPolicies(String repositoryId, String objectId, String filter, ExtensionsData extension)
          Gets the list of policies currently applied to the specified object.
 

Uses of ObjectData in org.apache.chemistry.opencmis.server.support
 

Methods in org.apache.chemistry.opencmis.server.support that return ObjectData
 ObjectData CmisServiceWrapper.getFolderParent(String repositoryId, String folderId, String filter, ExtensionsData extension)
           
 ObjectData CmisServiceWrapper.getObject(String repositoryId, String objectId, String filter, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds, Boolean includeAcl, ExtensionsData extension)
           
 ObjectData CmisServiceWrapper.getObjectByPath(String repositoryId, String path, String filter, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds, Boolean includeAcl, ExtensionsData extension)
           
 ObjectData CmisServiceWrapper.getObjectOfLatestVersion(String repositoryId, String objectId, String versionSeriesId, Boolean major, String filter, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds, Boolean includeAcl, ExtensionsData extension)
           
 

Methods in org.apache.chemistry.opencmis.server.support that return types with arguments of type ObjectData
 List<ObjectData> CmisServiceWrapper.getAllVersions(String repositoryId, String objectId, String versionSeriesId, String filter, Boolean includeAllowableActions, ExtensionsData extension)
           
 List<ObjectData> CmisServiceWrapper.getAppliedPolicies(String repositoryId, String objectId, String filter, ExtensionsData extension)
           
 



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