Uses of Interface
org.xcmis.client.gwt.object.CmisObject

Packages that use CmisObject
org.xcmis.client.gwt.model.restatom   
org.xcmis.client.gwt.object   
org.xcmis.client.gwt.object.impl   
org.xcmis.client.gwt.unmarshallers.parser   
 

Uses of CmisObject in org.xcmis.client.gwt.model.restatom
 

Methods in org.xcmis.client.gwt.model.restatom that return CmisObject
 CmisObject AtomEntry.getObject()
          Accessor for atom entry cmis object.
 

Methods in org.xcmis.client.gwt.model.restatom with parameters of type CmisObject
 void AtomEntry.setObject(CmisObject object)
          Mutator for atom entry cmis object.
 

Uses of CmisObject in org.xcmis.client.gwt.object
 

Subinterfaces of CmisObject in org.xcmis.client.gwt.object
 interface CmisDocument
          Created by The eXo Platform SAS.
 interface CmisFolder
          Created by The eXo Platform SAS.
 interface CmisPolicy
          Created by The eXo Platform SAS.
 interface CmisRelationship
          Created by The eXo Platform SAS.
 

Uses of CmisObject in org.xcmis.client.gwt.object.impl
 

Classes in org.xcmis.client.gwt.object.impl that implement CmisObject
 class CmisDocumentImpl
          Created by The eXo Platform SAS.
 class CmisFolderImpl
          Created by The eXo Platform SAS.
 class CmisObjectImpl
           
 class CmisPolicyImpl
          Created by The eXo Platform SAS.
 class CmisRelationshipImpl
          Created by The eXo Platform SAS.
 

Constructors in org.xcmis.client.gwt.object.impl with parameters of type CmisObject
CmisDocumentImpl(CmisObject object)
           
CmisFolderImpl(CmisObject object, String parentId)
           
CmisPolicyImpl(CmisObject object, String policyText)
           
CmisRelationshipImpl(CmisObject object, String sourceId, String targetId)
           
 

Uses of CmisObject in org.xcmis.client.gwt.unmarshallers.parser
 

Methods in org.xcmis.client.gwt.unmarshallers.parser that return CmisObject
static CmisObject ObjectParser.parse(com.google.gwt.xml.client.Node objectNode)
          Retrieve data from xml element to CmisObjectType.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.