org.alfresco.cmis.mapping
Class CanCheckOutActionEvaluator

java.lang.Object
  extended by org.alfresco.cmis.mapping.AbstractActionEvaluator
      extended by org.alfresco.cmis.mapping.CanCheckOutActionEvaluator
All Implemented Interfaces:
CMISActionEvaluator

public class CanCheckOutActionEvaluator
extends AbstractActionEvaluator

Alfresco Permission based Action Evaluator


Constructor Summary
protected CanCheckOutActionEvaluator(ServiceRegistry serviceRegistry)
          Construct
 
Method Summary
 boolean isAllowed(org.alfresco.service.cmr.repository.NodeRef nodeRef)
          Determines if an action is allowed on an object
 
Methods inherited from class org.alfresco.cmis.mapping.AbstractActionEvaluator
getAction, getServiceRegistry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CanCheckOutActionEvaluator

protected CanCheckOutActionEvaluator(ServiceRegistry serviceRegistry)
Construct

Parameters:
serviceRegistry -
permission -
Method Detail

isAllowed

public boolean isAllowed(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Description copied from interface: CMISActionEvaluator
Determines if an action is allowed on an object

Returns:


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