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

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

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

Methods in org.xcmis.client.gwt.object that return ChangeInfo
 ChangeInfo CmisObject.getChangeInfo()
          
 

Methods in org.xcmis.client.gwt.object with parameters of type ChangeInfo
 void CmisObject.setChangeInfo(ChangeInfo changeInfo)
           
 

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

Methods in org.xcmis.client.gwt.object.impl that return ChangeInfo
 ChangeInfo CmisObjectImpl.getChangeInfo()
           
 

Methods in org.xcmis.client.gwt.object.impl with parameters of type ChangeInfo
 void CmisObjectImpl.setChangeInfo(ChangeInfo changeInfo)
           
 

Constructors in org.xcmis.client.gwt.object.impl with parameters of type ChangeInfo
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.