Process UI Toolkit API

filenet.vw.toolkit.runtime.step
Interface IVWStepProcessorComponent

All Known Implementing Classes:
VWFieldPanel, VWWflGroupPanel, VWMilestonePanel, VWTabbedPane, VWAttachmentPanel

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:

Since:
IWWS1.00

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

doSave

public boolean doSave()
Completes the workflow step when the step is saved.
Returns:
A boolean value; the method returns TRUE if the updates were saved successfully; otherwise, the method returns FALSE.
Since:
IWWS1.00

init

public void init(filenet.vw.toolkit.runtime.step.VWStepElement stepElement,
                 java.awt.Frame parentFrame,
                 filenet.vw.toolkit.runtime.step.VWSession session)
Initializes this control.
Parameters:
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.
Since:
IWWS1.00
See Also:
Frame, VWSession, VWStepElement


Copyright © 2002, 2003 FileNet Corporation. All rights reserved.