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.jcr   
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.jcr
 

Methods in org.apache.chemistry.opencmis.jcr that return ObjectData
 ObjectData JcrNode.compileObjectType(Set<String> filter, Boolean includeAllowableActions, ObjectInfoHandler objectInfos, boolean requiresObjectInfo)
          Compile the ObjectData for this node
 ObjectData JcrRepository.getFolderParent(javax.jcr.Session session, String folderId, String filter, ObjectInfoHandler objectInfos, boolean requiresObjectInfo)
          See CMIS 1.0 section 2.2.3.4 getFolderParent
 ObjectData JcrService.getFolderParent(String repositoryId, String folderId, String filter, ExtensionsData extension)
           
 ObjectData JcrRepository.getObject(javax.jcr.Session session, String objectId, String filter, Boolean includeAllowableActions, ObjectInfoHandler objectInfos, boolean requiresObjectInfo)
          See CMIS 1.0 section 2.2.4.7 getObject
 ObjectData JcrService.getObject(String repositoryId, String objectId, String filter, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds, Boolean includeAcl, ExtensionsData extension)
           
 ObjectData JcrRepository.getObjectByPath(javax.jcr.Session session, String folderPath, String filter, boolean includeAllowableActions, boolean includeACL, ObjectInfoHandler objectInfos, boolean requiresObjectInfo)
          See CMIS 1.0 section 2.2.4.9 getObjectByPath
 ObjectData JcrService.getObjectByPath(String repositoryId, String path, String filter, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds, Boolean includeAcl, ExtensionsData extension)
           
 ObjectData JcrService.getObjectOfLatestVersion(String repositoryId, String objectId, String versionSeriesId, Boolean major, String filter, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds, Boolean includeAcl, ExtensionsData extension)
           
 ObjectData JcrRepository.moveObject(javax.jcr.Session session, Holder<String> objectId, String targetFolderId, ObjectInfoHandler objectInfos, boolean requiresObjectInfo)
          See CMIS 1.0 section 2.2.4.13 moveObject
 ObjectData JcrRepository.updateProperties(javax.jcr.Session session, Holder<String> objectId, Properties properties, ObjectInfoHandler objectInfos, boolean objectInfoRequired)
          See CMIS 1.0 section 2.2.4.12 updateProperties
 

Methods in org.apache.chemistry.opencmis.jcr that return types with arguments of type ObjectData
 List<ObjectData> JcrRepository.getAllVersions(javax.jcr.Session session, String objectId, String filter, Boolean includeAllowableActions, ObjectInfoHandler objectInfos, boolean requiresObjectInfo)
          See CMIS 1.0 section 2.2.7.6 getAllVersions
 List<ObjectData> JcrService.getAllVersions(String repositoryId, String objectId, String versionSeriesId, String filter, Boolean includeAllowableActions, ExtensionsData extension)
           
 

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-2011 The Apache Software Foundation. All Rights Reserved.