WorkflowFactoryImpl |
WorkflowFactoryImpl.branch() |
WorkflowFactoryImpl |
WorkflowFactoryImpl.branch(String condition) |
WorkflowFactoryImpl |
WorkflowFactoryImpl.call(int id,
String beanName,
String methodName,
Object... arguments) |
WorkflowFactoryImpl |
WorkflowFactoryImpl.callAsync(int id,
String beanName,
String methodName,
Object... arguments) |
WorkflowFactoryImpl |
WorkflowFactoryImpl.createInstance(int id,
String workflowName,
Integer workflowVersion,
String label1,
String label2) |
WorkflowFactoryImpl |
WorkflowFactoryImpl.done() |
WorkflowFactoryImpl |
WorkflowFactoryImpl.doWhile() |
WorkflowFactoryImpl |
WorkflowFactoryImpl.doWhile(int id,
String condition) |
WorkflowFactoryImpl |
WorkflowFactoryImpl.else_() |
WorkflowFactoryImpl |
WorkflowFactoryImpl.elseIf(String condition) |
WorkflowFactoryImpl |
WorkflowFactoryImpl.endIf() |
WorkflowFactoryImpl |
WorkflowFactoryImpl.escalate(int id) |
WorkflowFactoryImpl |
WorkflowFactoryImpl.humanTask(int id,
String roleName,
String assignee) |
WorkflowFactoryImpl |
WorkflowFactoryImpl.if_(int id,
String condition) |
WorkflowFactoryImpl |
WorkflowFactoryImpl.joinAll() |
WorkflowFactoryImpl |
WorkflowFactoryImpl.joinFirst() |
WorkflowFactoryImpl |
WorkflowFactoryImpl.split(int id) |
WorkflowFactoryImpl |
WorkflowFactoryImpl.start() |
WorkflowFactoryImpl |
WorkflowFactoryImpl.validateInputVariable(int id,
String attribute,
Class type) |
WorkflowFactoryImpl |
WorkflowFactoryImpl.validateInputVariable(int id,
String attribute,
Class type,
boolean isRequired) |
WorkflowFactoryImpl |
WorkflowFactoryImpl.validateInputVariable(int id,
String attribute,
Class type,
boolean isRequired,
Object defaultValue) |
WorkflowFactoryImpl |
WorkflowFactoryImpl.value(int id,
Object value) |
WorkflowFactoryImpl |
WorkflowFactoryImpl.variable(String name) |
WorkflowFactoryImpl |
WorkflowFactoryImpl.variables(String... nameMappings) |
WorkflowFactoryImpl |
WorkflowFactoryImpl.waitSignal(int id,
String type) |
WorkflowFactoryImpl |
WorkflowFactoryImpl.waitTimer(int id,
String due) |
WorkflowFactoryImpl |
WorkflowFactoryImpl.waitUntilDate(int id,
String due) |
WorkflowFactoryImpl |
WorkflowFactoryImpl.whileDo() |
WorkflowFactoryImpl |
WorkflowFactoryImpl.whileDo(int id,
String condition) |
WorkflowFactoryImpl |
WorkflowFactoryImpl.withAttribute(String name,
Object value) |