Class CheckCurrentUserContentCondition
- java.lang.Object
 - 
- org.ametys.plugins.userdirectory.workflow.CheckCurrentUserContentCondition
 
 
- 
- All Implemented Interfaces:
 com.opensymphony.workflow.Condition
public class CheckCurrentUserContentCondition extends Object implements com.opensymphony.workflow.Condition
This OS workflow condition checks if the current content is the content of the current user 
- 
- 
Constructor Summary
Constructors Constructor Description CheckCurrentUserContentCondition() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanpassesCondition(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps) 
 - 
 
- 
- 
Constructor Detail
- 
CheckCurrentUserContentCondition
public CheckCurrentUserContentCondition()
 
 - 
 
- 
Method Detail
- 
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
 
 - 
 
 -