|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Signable is an interface to specify recording the completion of a work
item by a principal for a specific object. The signature and comments
associated with that action are recorded.
Supported API: false
Extendable: false
Field Summary | |
static String |
COMMENTS
Label for the attribute; Note: Should be removed in favor of Annotatable. |
static String |
SIGNED_OBJECT
Label for the attribute. |
static String |
SIGNER
Label for the attribute. |
static String |
SIGNER_NAME
Label for the attribute; Full name of signing user. |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Method Summary | |
String |
getComments()
Gets the value of the attribute: COMMENTS. |
ObjectReference |
getSignedObject()
Gets the object for the association that plays role: SIGNED_OBJECT. |
WTPrincipalReference |
getSigner()
Gets the object for the association that plays role: SIGNER. |
String |
getSignerName()
Gets the value of the attribute: SIGNER_NAME. |
void |
setComments(String a_Comments)
Sets the value of the attribute: COMMENTS. |
void |
setSignedObject(ObjectReference a_SignedObject)
Sets the object for the association that plays role: SIGNED_OBJECT. |
void |
setSigner(WTPrincipalReference a_Signer)
Sets the object for the association that plays role: SIGNER. |
void |
setSignerName(String a_SignerName)
Sets the value of the attribute: SIGNER_NAME. |
Methods inherited from interface wt.fc.Persistable |
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo |
Methods inherited from interface wt.fc.ObjectMappable |
readExternal, writeExternal |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo, getConceptualClassname |
Field Detail |
public static final String SIGNER_NAME
public static final String COMMENTS
public static final String SIGNED_OBJECT
public static final String SIGNER
Method Detail |
public String getSignerName()
public void setSignerName(String a_SignerName) throws WTPropertyVetoException
a_SignerName
-
WTPropertyVetoException
public String getComments()
public void setComments(String a_Comments) throws WTPropertyVetoException
a_Comments
-
WTPropertyVetoException
public ObjectReference getSignedObject()
public void setSignedObject(ObjectReference a_SignedObject) throws WTPropertyVetoException
a_SignedObject
-
WTPropertyVetoException
public WTPrincipalReference getSigner()
public void setSigner(WTPrincipalReference a_Signer) throws WTPropertyVetoException
a_Signer
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |