|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.lifecycle.LifeCycleSignature
public class LifeCycleSignature
LifeCycleSignature captures a role player's ballot and comments for a specific object in a specific phase of a life cycle.
Use the newLifeCycleSignature static factory method(s),
not the LifeCycleSignature 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
Signable,
Phase,
LifeCycleHistory,
wt.workflow.WorkItem,
Serialized Form| Field Summary | |
|---|---|
static String |
ROLE_NAME
Label for the attribute; The name of the Role Supported API: true |
static String |
VOTE
Label for the attribute; The signer's vote. |
| Method Summary | |
|---|---|
String |
getComments()
Gets the value of the attribute: COMMENTS. |
String |
getRoleName()
Gets the value of the attribute: ROLE_NAME. |
String |
getSignerName()
Gets the value of the attribute: SIGNER_NAME. |
boolean |
isVote()
Gets the value of the attribute: VOTE. |
void |
setComments(String a_Comments)
Sets the value of the attribute: COMMENTS. |
void |
setRoleName(String a_RoleName)
Sets the value of the attribute: ROLE_NAME. |
void |
setSignerName(String a_SignerName)
Sets the value of the attribute: SIGNER_NAME. |
void |
setVote(boolean a_Vote)
Sets the value of the attribute: VOTE. |
| 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 ROLE_NAME
public static final String VOTE
| Method Detail |
|---|
public String getRoleName()
public void setRoleName(String a_RoleName)
throws WTPropertyVetoException
a_RoleName -
WTPropertyVetoExceptionpublic boolean isVote()
public void setVote(boolean a_Vote)
throws WTPropertyVetoException
a_Vote -
WTPropertyVetoExceptionpublic String getSignerName()
public void setSignerName(String a_SignerName)
throws WTPropertyVetoException
a_SignerName -
WTPropertyVetoExceptionpublic String getComments()
public void setComments(String a_Comments)
throws WTPropertyVetoException
a_Comments -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||