|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.workflow.work.WfBallot
public class WfBallot
These are the ballots objects used in assigned activities. Ballots will be generated at runtime.
Use the newWfBallot static factory method(s), not the WfBallot
constructor, to construct instances of this class. Instances must be
constructed using the static factory(s), in order to ensure proper initialization
of the instance.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
EVENT_LIST
Label for the attribute; Event list vector from workComplete. |
static String |
TIMESTAMP
Label for the attribute. |
| Method Summary | |
|---|---|
Vector |
getEventList()
Gets the value of the attribute: EVENT_LIST. |
Timestamp |
getTimestamp()
Gets the value of the attribute: TIMESTAMP. |
void |
setEventList(Vector a_EventList)
Sets the value of the attribute: EVENT_LIST. |
void |
setTimestamp(Timestamp a_Timestamp)
Sets the value of the attribute: TIMESTAMP. |
| Methods inherited from class wt.fc.WTObject |
|---|
getDisplayIdentifier, getDisplayIdentity, getDisplayType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String EVENT_LIST
public static final String TIMESTAMP
| Method Detail |
|---|
public Vector getEventList()
public void setEventList(Vector a_EventList)
throws WTPropertyVetoException
a_EventList -
WTPropertyVetoExceptionpublic Timestamp getTimestamp()
public void setTimestamp(Timestamp a_Timestamp)
throws WTPropertyVetoException
a_Timestamp -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||