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: