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

Packages that use CmisObject
org.apache.chemistry.opencmis.client.api The OpenCMIS Client API. 
org.apache.chemistry.opencmis.tck.impl   
org.apache.chemistry.opencmis.workbench   
org.apache.chemistry.opencmis.workbench.details   
org.apache.chemistry.opencmis.workbench.model   
org.apache.chemistry.opencmis.workbench.swing   
 

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

Subinterfaces of CmisObject in org.apache.chemistry.opencmis.client.api
 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 CmisObject
 CmisObject ObjectFactory.convertObject(ObjectData objectData, OperationContext context)
           
 CmisObject TransientCmisObject.getCmisObject()
           
 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.
 CmisObject Session.getObjectByPath(String path)
          Returns a CMIS object from the session cache.
 CmisObject Session.getObjectByPath(String path, OperationContext context)
          Returns a CMIS object from the session cache.
 CmisObject TransientRelationship.getSource()
           
 CmisObject Relationship.getSource()
          Gets the source object.
 CmisObject TransientRelationship.getSource(OperationContext context)
           
 CmisObject Relationship.getSource(OperationContext context)
          Gets the source object using the given OperationContext.
 CmisObject TransientRelationship.getTarget()
           
 CmisObject Relationship.getTarget()
          Gets the target object.
 CmisObject TransientRelationship.getTarget(OperationContext context)
           
 CmisObject Relationship.getTarget(OperationContext context)
          Gets the target object using the given OperationContext.
 CmisObject CmisObject.updateProperties(Map<String,?> properties)
          Updates the properties that are provided.
 

Methods in org.apache.chemistry.opencmis.client.api that return types with arguments of type CmisObject
 ItemIterable<CmisObject> TransientFolder.getChildren()
           
 ItemIterable<CmisObject> Folder.getChildren()
          Returns the children of this folder.
 ItemIterable<CmisObject> TransientFolder.getChildren(OperationContext context)
           
 ItemIterable<CmisObject> Folder.getChildren(OperationContext context)
          Returns the children of this folder using the given OperationContext.
 

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

Methods in org.apache.chemistry.opencmis.tck.impl with parameters of type CmisObject
protected  CmisTestResult AbstractSessionTest.assertAllowableAction(CmisObject object, Action action, CmisTestResult success, CmisTestResult failure)
           
protected  CmisTestResult AbstractSessionTest.assertNotAllowableAction(CmisObject object, Action action, CmisTestResult success, CmisTestResult failure)
           
protected  CmisTestResult AbstractSessionTest.assertShallowEquals(CmisObject expected, CmisObject actual, CmisTestResult success, CmisTestResult failure)
           
protected  CmisTestResult AbstractSessionTest.checkObject(CmisObject object, String[] properties, String message)
           
protected  void AbstractSessionTest.deleteObject(CmisObject object)
          Deletes an object and checks if it is deleted.
protected  boolean AbstractSessionTest.exists(CmisObject object)
          Tests if an object exists by refreshing it.
 

Uses of CmisObject in org.apache.chemistry.opencmis.workbench
 

Methods in org.apache.chemistry.opencmis.workbench with parameters of type CmisObject
static File ClientHelper.createTempFileFromDocument(CmisObject object, String streamId)
           
static void ClientHelper.download(Component component, CmisObject object, String streamId)
           
static void ClientHelper.open(Component component, CmisObject object, String streamId)
           
 

Uses of CmisObject in org.apache.chemistry.opencmis.workbench.details
 

Methods in org.apache.chemistry.opencmis.workbench.details that return CmisObject
 CmisObject AbstractDetailsTable.getObject()
           
 

Methods in org.apache.chemistry.opencmis.workbench.details with parameters of type CmisObject
 String ObjectPanel.getDocumentURL(CmisObject document, Session session)
           
 

Uses of CmisObject in org.apache.chemistry.opencmis.workbench.model
 

Methods in org.apache.chemistry.opencmis.workbench.model that return CmisObject
 CmisObject ClientModel.getCurrentObject()
           
 CmisObject ClientModel.getFromCurrentChildren(String id)
           
 

Methods in org.apache.chemistry.opencmis.workbench.model that return types with arguments of type CmisObject
 List<CmisObject> ClientModel.getCurrentChildren()
           
 

Uses of CmisObject in org.apache.chemistry.opencmis.workbench.swing
 

Methods in org.apache.chemistry.opencmis.workbench.swing that return CmisObject
 CmisObject ActionPanel.getObject()
           
 

Methods in org.apache.chemistry.opencmis.workbench.swing with parameters of type CmisObject
 void ActionPanel.setObject(CmisObject object)
           
 



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