Uses of Class
org.xcmis.client.gwt.object.impl.ObjectInfo

Packages that use ObjectInfo
org.xcmis.client.gwt.object   
org.xcmis.client.gwt.object.impl   
 

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

Methods in org.xcmis.client.gwt.object that return ObjectInfo
 ObjectInfo CmisObject.getObjectInfo()
          
 

Methods in org.xcmis.client.gwt.object with parameters of type ObjectInfo
 void CmisObject.setObjectInfo(ObjectInfo objectInfo)
           
 

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

Methods in org.xcmis.client.gwt.object.impl that return ObjectInfo
 ObjectInfo CmisObjectImpl.getObjectInfo()
           
 

Methods in org.xcmis.client.gwt.object.impl with parameters of type ObjectInfo
 void CmisObjectImpl.setObjectInfo(ObjectInfo objectInfo)
           
 

Constructors in org.xcmis.client.gwt.object.impl with parameters of type ObjectInfo
CmisObjectImpl(Map<String,Property<?>> properties, List<AccessControlEntry> acl, boolean exactACL, Set<String> policyIds, List<CmisObjectImpl> relationships, List<Rendition> renditions, AllowableActions allowableActions, ChangeInfo changeInfo, ObjectInfo objectInfo, String pathSegment)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.