Uses of Class
org.pentaho.commons.util.repository.type.AllowableActions

Packages that use AllowableActions
org.pentaho.commons.util.repository   
org.pentaho.commons.util.repository.type   
org.pentaho.platform.util.client   
 

Uses of AllowableActions in org.pentaho.commons.util.repository
 

Methods in org.pentaho.commons.util.repository that return AllowableActions
 AllowableActions IObjectService.getAllowableActions(String repositoryId, String objectId)
           
 

Uses of AllowableActions in org.pentaho.commons.util.repository.type
 

Methods in org.pentaho.commons.util.repository.type that return AllowableActions
 AllowableActions CmisObject.getAllowableActions()
           
 AllowableActions CmisObjectImpl.getAllowableActions()
           
 

Methods in org.pentaho.commons.util.repository.type with parameters of type AllowableActions
 void CmisObject.setAllowableActions(AllowableActions allowableActions)
           
 void CmisObjectImpl.setAllowableActions(AllowableActions allowableActions)
           
 

Uses of AllowableActions in org.pentaho.platform.util.client
 

Methods in org.pentaho.platform.util.client that return AllowableActions
 AllowableActions BiPlatformRepositoryClientObjectService.getAllowableActions(String arg0, String arg1)