|
|||||||||
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.WorkflowComponentWithModelSlot
org.openarchitectureware.workflow.lib.SimpleJavaModificationComponent
public abstract class SimpleJavaModificationComponent
Constructor Summary | |
---|---|
SimpleJavaModificationComponent()
|
Method Summary | |
---|---|
protected abstract void |
doModification(WorkflowContext ctx,
ProgressMonitor monitor,
Issues issues,
java.lang.Object model)
|
void |
invoke(WorkflowContext ctx,
ProgressMonitor monitor,
Issues issues)
Invokes the workflow component. |
Methods inherited from class org.openarchitectureware.workflow.lib.WorkflowComponentWithModelSlot |
---|
checkConfiguration, getModelSlot, setModelSlot |
Methods inherited from class org.openarchitectureware.workflow.lib.AbstractWorkflowComponent |
---|
checkRequiredConfigProperty, getComponentName, 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 SimpleJavaModificationComponent()
Method Detail |
---|
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
invocationprotected abstract void doModification(WorkflowContext ctx, ProgressMonitor monitor, Issues issues, java.lang.Object model)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |