Uses of Interface
org.apache.chemistry.opencmis.client.api.ObjectId

Packages that use ObjectId
org.apache.chemistry.opencmis.client.api The OpenCMIS Client API. 
 

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

Subinterfaces of ObjectId in org.apache.chemistry.opencmis.client.api
 interface CmisObject
          Base CMIS object.
 interface Document
          CMIS Document.
 interface FileableCmisObject
          Fileable CMIS object.
 interface Folder
          CMIS Folder.
 interface Policy
          CMIS Policy.
 interface Relationship
          CMIS Relationship.
 

Methods in org.apache.chemistry.opencmis.client.api that return ObjectId
 ObjectId Document.checkIn(boolean major, Map<String,?> properties, ContentStream contentStream, String checkinComment, List<Policy> policies, List<Ace> addAces, List<Ace> removeAces)
          If this is a PWC (private working copy) it performs a check in.
 ObjectId Document.checkOut()
          Checks out the document and returns the object id of the PWC (private working copy).
 ObjectId Session.createDocument(Map<String,?> properties, ObjectId folderId, ContentStream contentStream, VersioningState versioningState, List<Policy> policies, List<Ace> addAces, List<Ace> removeAces)
          Creates a new document.
 ObjectId Session.createDocumentFromSource(ObjectId source, Map<String,?> properties, ObjectId folderId, VersioningState versioningState, List<Policy> policies, List<Ace> addAces, List<Ace> removeAces)
          Creates a new document from a source document.
 ObjectId Session.createFolder(Map<String,?> properties, ObjectId folderId, List<Policy> policies, List<Ace> addAces, List<Ace> removeAces)
          Creates a new folder.
 ObjectId Session.createObjectId(String id)
          Creates an object id from a String.
 ObjectId Session.createPolicy(Map<String,?> properties, ObjectId folderId, List<Policy> policies, List<Ace> addAces, List<Ace> removeAces)
          Creates a new policy.
 ObjectId Session.createRelationship(Map<String,?> properties, List<Policy> policies, List<Ace> addAces, List<Ace> removeAces)
          Creates a new relationship.
 ObjectId Document.deleteContentStream()
          Removes the current content stream from the document.
 ObjectId Document.setContentStream(ContentStream contentStream, boolean overwrite)
          Sets a new content stream for the document.
 ObjectId CmisObject.updateProperties()
          Updates the properties that have been set with CmisObject.setProperty(String, Object) or CmisObject.setPropertyMultivalue(String, List).
 ObjectId CmisObject.updateProperties(Map<String,?> properties)
          Updates the properties that are provided.
 

Methods in org.apache.chemistry.opencmis.client.api with parameters of type ObjectId
 void FileableCmisObject.addToFolder(ObjectId folderId, boolean allVersions)
          Adds this object to a folder.
 void CmisObject.applyPolicy(ObjectId policyId)
          Applies a policy to this object.
 ObjectId Session.createDocument(Map<String,?> properties, ObjectId folderId, ContentStream contentStream, VersioningState versioningState, List<Policy> policies, List<Ace> addAces, List<Ace> removeAces)
          Creates a new document.
 ObjectId Session.createDocumentFromSource(ObjectId source, Map<String,?> properties, ObjectId folderId, VersioningState versioningState, List<Policy> policies, List<Ace> addAces, List<Ace> removeAces)
          Creates a new document from a source document.
 Document Folder.createDocumentFromSource(ObjectId source, Map<String,?> properties, VersioningState versioningState, List<Policy> policies, List<Ace> addAces, List<Ace> removeAces, OperationContext context)
          Creates a new document from a source document in this folder.
 ObjectId Session.createFolder(Map<String,?> properties, ObjectId folderId, List<Policy> policies, List<Ace> addAces, List<Ace> removeAces)
          Creates a new folder.
 ObjectId Session.createPolicy(Map<String,?> properties, ObjectId folderId, List<Policy> policies, List<Ace> addAces, List<Ace> removeAces)
          Creates a new policy.
 CmisObject Session.getObject(ObjectId objectId)
          Returns a CMIS object from the session cache.
 CmisObject Session.getObject(ObjectId objectId, OperationContext context)
          Returns a CMIS object from the session cache.
 FileableCmisObject FileableCmisObject.move(ObjectId sourceFolderId, ObjectId targetFolderId)
          Moves the object.
 void FileableCmisObject.removeFromFolder(ObjectId folderId)
          Removes this object from a folder.
 void CmisObject.removePolicy(ObjectId policyId)
          Remove a policy from this object.
 



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