|
Process UI Toolkit API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class defines an interface for Step Processing operations. This class must be implemented in any class that will act as a component bean for Step Processor-related operations.
This interface provides two methods to the implementing classes: doSave() and init().
Notes:
Method Summary | |
boolean |
doSave()
Completes the workflow step when the step is saved. |
void |
init(filenet.vw.toolkit.runtime.step.VWStepElement stepElement,
java.awt.Frame parentFrame,
filenet.vw.toolkit.runtime.step.VWSession session)
Initializes this control. |
Method Detail |
public boolean doSave()
public void init(filenet.vw.toolkit.runtime.step.VWStepElement stepElement, java.awt.Frame parentFrame, filenet.vw.toolkit.runtime.step.VWSession session)
stepElement
- A valid VWStepElement object.parentFrame
- A Frame object.session
- A valid VWSession object. A VWSession object must exist
before the control can be initialized.Frame
,
VWSession
,
VWStepElement
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |