Class CheckAllowedUsersCondition
- java.lang.Object
 - 
- org.ametys.plugins.workflow.AbstractWorkflowComponent
 - 
- org.ametys.plugins.bpm.workflowsdef.CheckAllowedUsersCondition
 
 
 
- 
- All Implemented Interfaces:
 com.opensymphony.workflow.Condition,LogEnabled,Serviceable
public class CheckAllowedUsersCondition extends AbstractWorkflowComponent implements com.opensymphony.workflow.Condition
Condition for checking rights of an user for the current action. 
- 
- 
Field Summary
- 
Fields inherited from class org.ametys.plugins.workflow.AbstractWorkflowComponent
_logger, _manager, CONTEXT_PARAMETERS_KEY, FAIL_CONDITIONS_KEY, RESULT_MAP_KEY, WORKFLOW_ERRORS_KEY, WORKFLOW_WARNS_KEY 
 - 
 
- 
Constructor Summary
Constructors Constructor Description CheckAllowedUsersCondition() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanpassesCondition(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)voidservice(ServiceManager manager)- 
Methods inherited from class org.ametys.plugins.workflow.AbstractWorkflowComponent
addWorkflowError, addWorkflowWarning, enableLogging, getConditionFailures, getContextParameters, getResultsMap, getUser 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
CheckAllowedUsersCondition
public CheckAllowedUsersCondition()
 
 - 
 
- 
Method Detail
- 
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
 servicein interfaceServiceable- Overrides:
 servicein classAbstractWorkflowComponent- Throws:
 ServiceException
 
- 
passesCondition
public boolean passesCondition(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps) throws com.opensymphony.workflow.WorkflowException
- Specified by:
 passesConditionin interfacecom.opensymphony.workflow.Condition- Throws:
 com.opensymphony.workflow.WorkflowException
 
 - 
 
 -