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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
passesCondition
(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
-
Constructor Details
-
CheckCurrentUserContentCondition
public CheckCurrentUserContentCondition()
-
-
Method Details
-
passesCondition
public boolean passesCondition(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps) throws com.opensymphony.workflow.WorkflowException - Specified by:
passesCondition
in interfacecom.opensymphony.workflow.Condition
- Throws:
com.opensymphony.workflow.WorkflowException
-