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

Packages that use AllowableActions
org.xcmis.spi   
org.xcmis.spi.basic   
org.xcmis.spi.model   
 

Uses of AllowableActions in org.xcmis.spi
 

Methods in org.xcmis.spi that return AllowableActions
 AllowableActions Storage.calculateAllowableActions(ObjectData object)
          Calculates allowable actions for specified object.
 AllowableActions PermissionService.calculateAllowableActions(ObjectData object, org.exoplatform.services.security.Identity userIdentity, RepositoryInfo repositoryInfo)
          Calculate allowable actions for specified object.
 AllowableActions Connection.getAllowableActions(String objectId)
          Get the list of allowable actions for an Object.
 

Uses of AllowableActions in org.xcmis.spi.basic
 

Methods in org.xcmis.spi.basic that return AllowableActions
 AllowableActions BasicStorage.calculateAllowableActions(ObjectData object)
          Calculates allowable actions for specified object.
 

Uses of AllowableActions in org.xcmis.spi.model
 

Methods in org.xcmis.spi.model that return AllowableActions
static AllowableActions AllowableActions.ALL()
           
 AllowableActions CmisObject.getAllowableActions()
           
 

Methods in org.xcmis.spi.model with parameters of type AllowableActions
 void CmisObject.setAllowableActions(AllowableActions allowableActions)
           
 

Constructors in org.xcmis.spi.model with parameters of type AllowableActions
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 © 2011 eXo Platform SAS. All Rights Reserved.