|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WorkflowComponent in org.eclipse.gmt.modisco.workflow.mwe.workflow |
---|
Subinterfaces of WorkflowComponent in org.eclipse.gmt.modisco.workflow.mwe.workflow | |
---|---|
interface |
WorkflowComponentMinimalist
Deprecated. |
interface |
WorkflowComponentProxy
Deprecated. |
interface |
WorkflowCompositeComponent
Deprecated. |
interface |
WorkflowUnitOfWork
Deprecated. |
Methods in org.eclipse.gmt.modisco.workflow.mwe.workflow that return WorkflowComponent | |
---|---|
WorkflowComponent |
WorkflowComponentProxy.getTargetComponent()
Deprecated. Returns the value of the 'Target Component' reference. |
Methods in org.eclipse.gmt.modisco.workflow.mwe.workflow with parameters of type WorkflowComponent | |
---|---|
void |
WorkflowComponentProxy.setTargetComponent(WorkflowComponent value)
Deprecated. Sets the value of the ' Target Component ' reference. |
Uses of WorkflowComponent in org.eclipse.gmt.modisco.workflow.mwe.workflow.orchestration |
---|
Methods in org.eclipse.gmt.modisco.workflow.mwe.workflow.orchestration with parameters of type WorkflowComponent | |
---|---|
boolean |
WorkflowExecutionPredicate.evaluate(WorkflowComponent component,
WorkflowContext context)
Deprecated. |
boolean |
WorkflowRerunPredicate.evaluate(WorkflowComponent component,
WorkflowContext context)
Deprecated. |
void |
WorkflowComponentOrchestrationStrategy.run(WorkflowComponent component,
WorkflowContext context)
Deprecated. |
void |
WorkflowConditionalComponentOrchestrationStrategy.run(WorkflowComponent component,
WorkflowContext context)
Deprecated. |
Uses of WorkflowComponent in org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime |
---|
Methods in org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime that return WorkflowComponent | |
---|---|
WorkflowComponent |
WorkflowRunner.getComponent()
Deprecated. Returns the value of the 'Component' reference. |
WorkflowComponent |
WorkflowEngine.getWorkflow()
Deprecated. Returns the value of the 'Workflow' reference. |
Methods in org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime with parameters of type WorkflowComponent | |
---|---|
void |
WorkflowContext.reset(WorkflowComponent component)
Deprecated. |
void |
WorkflowContext.resetLog(WorkflowComponent component)
Deprecated. |
void |
WorkflowContext.resetState(WorkflowComponent component)
Deprecated. |
void |
WorkflowRunner.setComponent(WorkflowComponent value)
Deprecated. Sets the value of the ' Component ' reference. |
void |
WorkflowEngine.setWorkflow(WorkflowComponent value)
Deprecated. Sets the value of the ' Workflow ' reference. |
Uses of WorkflowComponent in org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.util |
---|
Method parameters in org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.util with type arguments of type WorkflowComponent | |
---|---|
T |
RuntimeSwitch.caseWorkflowLogMap(java.util.Map.Entry<WorkflowComponent,WorkflowLog> object)
Deprecated. Returns the result of interpreting the object as an instance of 'Workflow Log Map'. |
T |
RuntimeSwitch.caseWorkflowStateMap(java.util.Map.Entry<WorkflowComponent,WorkflowState> object)
Deprecated. Returns the result of interpreting the object as an instance of 'Workflow State Map'. |
Uses of WorkflowComponent in org.eclipse.gmt.modisco.workflow.mwe.workflow.util |
---|
Methods in org.eclipse.gmt.modisco.workflow.mwe.workflow.util with parameters of type WorkflowComponent | |
---|---|
T |
WorkflowSwitch.caseWorkflowComponent(WorkflowComponent object)
Deprecated. Returns the result of interpreting the object as an instance of 'Component'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |