Package wt.workflow.work
Class WfBallot
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.workflow.work._WfBallot
wt.workflow.work.WfBallot
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,DisplayIdentification
@GenAsPersistable(superClass=WTObject.class,versions=381563430901732124L,properties={@GeneratedProperty(name="eventList",type=java.util.Vector.class,supportedAPI=PUBLIC,javaDoc="Event list vector from workComplete.",columnProperties=@ColumnProperties(columnType=BLOB)),@GeneratedProperty(name="voter",type=WTPrincipalReference.class,javaDoc="This generalizes the actual subtype of voter - WfPrincipalAssignee, WfProjectAssignee, WfRoleAssignee, or WfVariableAssignee."),@GeneratedProperty(name="timestamp",type=java.sql.Timestamp.class,supportedAPI=PUBLIC,constraints=@PropertyConstraints(changeable=VIA_OTHER_MEANS)),@GeneratedProperty(name="required",type=boolean.class,initialValue="false",javaDoc="Indicates whether the assignee was required to cast this ballot."),@GeneratedProperty(name="delegate",type=WTPrincipalReference.class,columnProperties=@ColumnProperties(persistent=false))},tableProperties=@TableProperties(oracleTableSize=LARGE))
public class WfBallot
extends _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
- See Also:
-
Field Summary
Fields inherited from class wt.workflow.work._WfBallot
EVENT_LIST, TIMESTAMP -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEventList(Vector a_EventList) Sets the value of the attribute: EVENT_LIST.Methods inherited from class wt.workflow.work._WfBallot
getEventList, getTimestamp, setTimestampMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
-
Method Details
-
setEventList
Sets the value of the attribute: EVENT_LIST. Event list vector from workComplete.
Supported API: true- Overrides:
setEventListin class_WfBallot- Parameters:
a_EventList-- Throws:
WTPropertyVetoException- See Also:
-