Uses of Class
org.xcmis.spi.model.ObjectInfo

Packages that use ObjectInfo
org.xcmis.spi.model   
 

Uses of ObjectInfo in org.xcmis.spi.model
 

Methods in org.xcmis.spi.model that return ObjectInfo
 ObjectInfo CmisObject.getObjectInfo()
           
 

Methods in org.xcmis.spi.model with parameters of type ObjectInfo
 void CmisObject.setObjectInfo(ObjectInfo objectInfo)
           
 

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



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.