|
Process UI Toolkit API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVWStepProcessorComponent
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.api.VWStepElement stepElement,
java.awt.Frame parentFrame,
filenet.vw.api.VWSession session)
Initializes this control. |
Method Detail |
---|
boolean doSave()
void init(filenet.vw.api.VWStepElement stepElement, java.awt.Frame parentFrame, filenet.vw.api.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
|
Process UI Toolkit API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |