|
|||||||||
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.lib.PassiveWorkflowComponent
public class PassiveWorkflowComponent
Constructor Summary | |
---|---|
PassiveWorkflowComponent()
|
Method Summary | |
---|---|
void |
checkConfiguration(Issues issues)
Validates the configuration before invocation. |
java.lang.String |
getComponentName()
Override this method by custom components. |
void |
invoke(WorkflowContext ctx,
ProgressMonitor monitor,
Issues issues)
Invokes the workflow component. |
Methods inherited from class org.openarchitectureware.workflow.lib.AbstractWorkflowComponent |
---|
checkRequiredConfigProperty, getContainer, getId, getLocation, getLogMessage, setContainer, setId, setLocation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PassiveWorkflowComponent()
Method Detail |
---|
public void checkConfiguration(Issues issues)
WorkflowComponent
issues
- facility for reporting configuration issues.WorkflowComponent.checkConfiguration(org.openarchitectureware.workflow.issues.Issues)
public void invoke(WorkflowContext ctx, ProgressMonitor monitor, Issues issues)
WorkflowComponent
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)
public java.lang.String getComponentName()
AbstractWorkflowComponent
getComponentName
in interface WorkflowComponent
getComponentName
in class AbstractWorkflowComponent
WorkflowComponent.getComponentName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |