org.alfresco.cmis
Interface CMISActionEvaluator

All Known Implementing Classes:
AbstractActionEvaluator, CanCheckOutActionEvaluator, FixedValueActionEvaluator, ParentActionEvaluator, PermissionActionEvaluator, RootActionEvaluator

public interface CMISActionEvaluator


Method Summary
 CMISAllowedActionEnum getAction()
          Gets the CMIS Allowed Action
 boolean isAllowed(java.lang.Object object)
          Determines if an action is allowed on an object
 

Method Detail

getAction

CMISAllowedActionEnum getAction()
Gets the CMIS Allowed Action

Returns:

isAllowed

boolean isAllowed(java.lang.Object object)
Determines if an action is allowed on an object

Parameters:
object -
Returns:


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.