|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openarchitectureware.workflow.lib.AbstractWorkflowComponent
org.openarchitectureware.workflow.container.CompositeComponent
org.openarchitectureware.workflow.container.ConditionalComponent
public abstract class ConditionalComponent
Field Summary |
---|
Fields inherited from class org.openarchitectureware.workflow.container.CompositeComponent |
---|
components, log |
Constructor Summary | |
---|---|
ConditionalComponent(java.lang.String name)
|
Method Summary | |
---|---|
void |
invoke(WorkflowContext ctx,
ProgressMonitor monitor,
Issues issues)
Dispatches the invocation to all aggregated components. |
void |
setElse(CompositeComponent comp)
|
Methods inherited from class org.openarchitectureware.workflow.container.CompositeComponent |
---|
addBean, addCartridge, addComponent, addFeature, addIf, checkConfiguration, getComponentName, getComponents, getContainer, getId, getLocation, getLogMessage, getName, getOwnLocation, getResource, put, setContainer, setId, setLocation, setOwnLocation, setResource |
Methods inherited from class org.openarchitectureware.workflow.lib.AbstractWorkflowComponent |
---|
checkRequiredConfigProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.openarchitectureware.workflow.container.WorkflowConditional |
---|
evaluate |
Constructor Detail |
---|
public ConditionalComponent(java.lang.String name)
Method Detail |
---|
public void setElse(CompositeComponent comp)
public void invoke(WorkflowContext ctx, ProgressMonitor monitor, Issues issues)
invoke
in interface WorkflowComponent
invoke
in class CompositeComponent
ctx
- the current workflow contextmonitor
- implementors should provide some feedback about the progress
using this monitorissues
- facility for reporting possible issues that occur during
invocationWorkflowComponent.invoke(org.openarchitectureware.workflow.WorkflowContext,
org.openarchitectureware.workflow.monitor.ProgressMonitor,
org.openarchitectureware.workflow.issues.Issues)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |