Class FlowableWorkflowUtils
- java.lang.Object
-
- org.apache.syncope.core.flowable.impl.FlowableWorkflowUtils
-
public class FlowableWorkflowUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DomainProcessEngineengine
-
Constructor Summary
Constructors Constructor Description FlowableWorkflowUtils(DomainProcessEngine engine)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetUserWorkflowVariable(String variableName, User user)static booleanisUserIngroup(UserTO user, String groupName)voidsetUserWorkflowVariable(String variableName, Object value, User user)
-
-
-
Field Detail
-
engine
protected final DomainProcessEngine engine
-
-
Constructor Detail
-
FlowableWorkflowUtils
public FlowableWorkflowUtils(DomainProcessEngine engine)
-
-