com.bea.wli.worklist.api.taskplan
Interface Step.Event

All Superinterfaces:
ActionContainer.Event, Bounded.Event, EventSource.Event, NamedObject.Event
Enclosing interface:
Step

public static interface Step.Event
extends ActionContainer.Event

Property names for the PropertyChangeEvents that can be produced by edits on a object of this type.


Field Summary
static String ASSIGNMENT_INSTRUCTIONS
           
static String COMPLETION_DUE_BUSINESS_DATE
           
static String TARGET_ACTION_CONNECTORS
           
static String TIME_ESTIMATE
           
static String TYPE
           
 
Fields inherited from interface com.bea.wli.worklist.api.taskplan.ActionContainer.Event
ACTIONS
 
Fields inherited from interface com.bea.wli.worklist.api.taskplan.NamedObject.Event
DESCRIPTION, NAME
 
Fields inherited from interface com.bea.wli.worklist.api.taskplan.EventSource.Event
DIRTY
 
Fields inherited from interface com.bea.wli.worklist.api.taskplan.Bounded.Event
BOUNDS
 

Field Detail

TYPE

static final String TYPE
See Also:
Constant Field Values

ASSIGNMENT_INSTRUCTIONS

static final String ASSIGNMENT_INSTRUCTIONS
See Also:
Constant Field Values

TIME_ESTIMATE

static final String TIME_ESTIMATE
See Also:
Constant Field Values

COMPLETION_DUE_BUSINESS_DATE

static final String COMPLETION_DUE_BUSINESS_DATE
See Also:
Constant Field Values

TARGET_ACTION_CONNECTORS

static final String TARGET_ACTION_CONNECTORS
See Also:
Constant Field Values