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 DomainProcessEngine
engine
-
Constructor Summary
Constructors Constructor Description FlowableWorkflowUtils(DomainProcessEngine engine)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getUserWorkflowVariable(String variableName, User user)
static boolean
isUserIngroup(UserTO user, String groupName)
void
setUserWorkflowVariable(String variableName, Object value, User user)
-
-
-
Field Detail
-
engine
protected final DomainProcessEngine engine
-
-
Constructor Detail
-
FlowableWorkflowUtils
public FlowableWorkflowUtils(DomainProcessEngine engine)
-
-