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

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

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.
 interface TransientCmisObject
           
 interface TransientDocument
           
 interface TransientFileableCmisObject
           
 interface TransientFolder
           
 interface TransientPolicy
           
 interface TransientRelationship
           
 

Methods in org.apache.chemistry.opencmis.client.api that return ObjectId
 ObjectId Document.checkIn(boolean major, java.util.Map<java.lang.String,?> properties, ContentStream contentStream, java.lang.String checkinComment)
          If this is a PWC (private working copy) it performs a check in.
 ObjectId Document.checkIn(boolean major, java.util.Map<java.lang.String,?> properties, ContentStream contentStream, java.lang.String checkinComment, java.util.List<Policy> policies, java.util.List<Ace> addAces, java.util.List<Ace> removeAces)
          If this is a PWC (private working copy) it performs a check in.
 ObjectId TransientDocument.checkIn(boolean major, java.lang.String checkinComment)
           
 ObjectId Document.checkOut()
          Checks out the document and returns the object id of the PWC (private working copy).
 ObjectId Session.createDocument(java.util.Map<java.lang.String,?> properties, ObjectId folderId, ContentStream contentStream, VersioningState versioningState)
          Creates a new document.
 ObjectId Session.createDocument(java.util.Map<java.lang.String,?> properties, ObjectId folderId, ContentStream contentStream, VersioningState versioningState, java.util.List<Policy> policies, java.util.List<Ace> addAces, java.util.List<Ace> removeAces)
          Creates a new document.
 ObjectId Session.createDocumentFromSource(ObjectId source, java.util.Map<java.lang.String,?> properties, ObjectId folderId, VersioningState versioningState)
          Creates a new document from a source document.
 ObjectId Session.createDocumentFromSource(ObjectId source, java.util.Map<java.lang.String,?> properties, ObjectId folderId, VersioningState versioningState, java.util.List<Policy> policies, java.util.List<Ace> addAces, java.util.List<Ace> removeAces)
          Creates a new document from a source document.
 ObjectId Session.createFolder(java.util.Map<java.lang.String,?> properties, ObjectId folderId)
          Creates a new folder.
 ObjectId Session.createFolder(java.util.Map<java.lang.String,?> properties, ObjectId folderId, java.util.List<Policy> policies, java.util.List<Ace> addAces, java.util.List<Ace> removeAces)
          Creates a new folder.
 ObjectId Session.createObjectId(java.lang.String id)
          Creates an object id from a String.
 ObjectId Session.createPolicy(java.util.Map<java.lang.String,?> properties, ObjectId folderId)
          Creates a new policy.
 ObjectId Session.createPolicy(java.util.Map<java.lang.String,?> properties, ObjectId folderId, java.util.List<Policy> policies, java.util.List<Ace> addAces, java.util.List<Ace> removeAces)
          Creates a new policy.
 ObjectId Session.createRelationship(java.util.Map<java.lang.String,?> properties)
          Creates a new relationship.
 ObjectId Session.createRelationship(java.util.Map<java.lang.String,?> properties, java.util.List<Policy> policies, java.util.List<Ace> addAces, java.util.List<Ace> removeAces)
          Creates a new relationship.
 ObjectId Document.deleteContentStream(boolean refresh)
          Removes the current content stream from the document.
 ObjectId RelationshipProperties.getSourceId()
          Returns the source id of this CMIS relationship (CMIS property cmis:sourceId).
 ObjectId RelationshipProperties.getTargetId()
          Returns the target id of this CMIS relationship (CMIS property cmis:targetId).
 ObjectId TransientCmisObject.save()
           
 ObjectId Document.setContentStream(ContentStream contentStream, boolean overwrite, boolean refresh)
          Sets a new content stream for the document.
 ObjectId CmisObject.updateProperties(java.util.Map<java.lang.String,?> properties, boolean refresh)
          Updates the properties that are provided.
 

Methods in org.apache.chemistry.opencmis.client.api with parameters of type ObjectId
 void TransientFileableCmisObject.addToFolder(ObjectId folderId, boolean allVersions)
           
 void FileableCmisObject.addToFolder(ObjectId folderId, boolean allVersions)
          Adds this object to a folder.
 Acl Session.applyAcl(ObjectId objectId, java.util.List<Ace> addAces, java.util.List<Ace> removeAces, AclPropagation aclPropagation)
          Applies an ACL to an object.
 void CmisObject.applyPolicy(ObjectId... policyIds)
          Applies policies to this object.
 void Session.applyPolicy(ObjectId objectId, ObjectId... policyIds)
          Applies a set of policies to an object.
 void Session.applyPolicy(ObjectId objectId, ObjectId... policyIds)
          Applies a set of policies to an object.
 Document TransientDocument.copy(ObjectId targetFolderId)
           
 Document Document.copy(ObjectId targetFolderId)
          Creates a copy of this document, including content.
 Document TransientDocument.copy(ObjectId targetFolderId, java.util.Map<java.lang.String,?> properties, VersioningState versioningState, java.util.List<Policy> policies, java.util.List<Ace> addACEs, java.util.List<Ace> removeACEs, OperationContext context)
           
 Document Document.copy(ObjectId targetFolderId, java.util.Map<java.lang.String,?> properties, VersioningState versioningState, java.util.List<Policy> policies, java.util.List<Ace> addACEs, java.util.List<Ace> removeACEs, OperationContext context)
          Creates a copy of this document, including content.
 ObjectId Session.createDocument(java.util.Map<java.lang.String,?> properties, ObjectId folderId, ContentStream contentStream, VersioningState versioningState)
          Creates a new document.
 ObjectId Session.createDocument(java.util.Map<java.lang.String,?> properties, ObjectId folderId, ContentStream contentStream, VersioningState versioningState, java.util.List<Policy> policies, java.util.List<Ace> addAces, java.util.List<Ace> removeAces)
          Creates a new document.
 ObjectId Session.createDocumentFromSource(ObjectId source, java.util.Map<java.lang.String,?> properties, ObjectId folderId, VersioningState versioningState)
          Creates a new document from a source document.
 ObjectId Session.createDocumentFromSource(ObjectId source, java.util.Map<java.lang.String,?> properties, ObjectId folderId, VersioningState versioningState, java.util.List<Policy> policies, java.util.List<Ace> addAces, java.util.List<Ace> removeAces)
          Creates a new document from a source document.
 Document TransientFolder.createDocumentFromSource(ObjectId source, java.util.Map<java.lang.String,?> properties, VersioningState versioningState)
           
 Document Folder.createDocumentFromSource(ObjectId source, java.util.Map<java.lang.String,?> properties, VersioningState versioningState)
          Creates a new document from a source document in this folder.
 Document TransientFolder.createDocumentFromSource(ObjectId source, java.util.Map<java.lang.String,?> properties, VersioningState versioningState, java.util.List<Policy> policies, java.util.List<Ace> addAces, java.util.List<Ace> removeAces, OperationContext context)
           
 Document Folder.createDocumentFromSource(ObjectId source, java.util.Map<java.lang.String,?> properties, VersioningState versioningState, java.util.List<Policy> policies, java.util.List<Ace> addAces, java.util.List<Ace> removeAces, OperationContext context)
          Creates a new document from a source document in this folder.
 ObjectId Session.createFolder(java.util.Map<java.lang.String,?> properties, ObjectId folderId)
          Creates a new folder.
 ObjectId Session.createFolder(java.util.Map<java.lang.String,?> properties, ObjectId folderId, java.util.List<Policy> policies, java.util.List<Ace> addAces, java.util.List<Ace> removeAces)
          Creates a new folder.
 ObjectId Session.createPolicy(java.util.Map<java.lang.String,?> properties, ObjectId folderId)
          Creates a new policy.
 ObjectId Session.createPolicy(java.util.Map<java.lang.String,?> properties, ObjectId folderId, java.util.List<Policy> policies, java.util.List<Ace> addAces, java.util.List<Ace> removeAces)
          Creates a new policy.
 Acl Session.getAcl(ObjectId objectId, boolean onlyBasicPermissions)
          Fetches the ACL of an object from the repository.
 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.
 ItemIterable<Relationship> Session.getRelationships(ObjectId objectId, boolean includeSubRelationshipTypes, RelationshipDirection relationshipDirection, ObjectType type, OperationContext context)
          Fetches the relationships from or to an object from the repository.
 FileableCmisObject TransientFileableCmisObject.move(ObjectId sourceFolderId, ObjectId targetFolderId)
           
 FileableCmisObject FileableCmisObject.move(ObjectId sourceFolderId, ObjectId targetFolderId)
          Moves the object.
 FileableCmisObject FileableCmisObject.move(ObjectId sourceFolderId, ObjectId targetFolderId, OperationContext context)
          Moves the object.
 void TransientFileableCmisObject.removeFromFolder(ObjectId folderId)
           
 void FileableCmisObject.removeFromFolder(ObjectId folderId)
          Removes this object from a folder.
 void Session.removeObjectFromCache(ObjectId objectId)
          Removes the given object from the cache.
 void CmisObject.removePolicy(ObjectId... policyIds)
          Remove policies from this object.
 void Session.removePolicy(ObjectId objectId, ObjectId... policyIds)
          Removes a set of policies from an object.
 void Session.removePolicy(ObjectId objectId, ObjectId... policyIds)
          Removes a set of policies from an object.
 void QueryStatement.setId(int parameterIndex, ObjectId... id)
          Sets the designated parameter to the given object id.
 void TransientRelationship.setSourceId(ObjectId id)
           
 void TransientRelationship.setTargetId(ObjectId id)
           
 

Uses of ObjectId in org.apache.chemistry.opencmis.tck.impl
 

Methods in org.apache.chemistry.opencmis.tck.impl with parameters of type ObjectId
protected  Relationship AbstractSessionTest.createRelationship(Session session, java.lang.String name, ObjectId source, ObjectId target)
          Creates a relationship.
protected  Relationship AbstractSessionTest.createRelationship(Session session, java.lang.String name, ObjectId source, ObjectId target, java.lang.String objectTypeId)
          Creates a relationship.
 



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