|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.events.KeyedEvent
com.ptc.windchill.esi.wf.ESIResultEvent
public class ESIResultEvent
ESI workflows may suspend until external processes are complete. When
they do, the ESIResultEvent is the trigger that tells the workflow to
resume. Objects of this class convey to a workflow whether or not an
ESI external request succeeded.
Supported API: true
Extendable: true
| Constructor Summary | |
|---|---|
ESIResultEvent(Persistable eventTarget)
Constuctor for this class. |
|
| Method Summary | |
|---|---|
String |
getErrorMessage()
Gets the value of the attribute: errorMessage; An optional message to provide to the workflow. |
Persistable |
getTarget()
Returns the event target associated with this event. |
String |
getTargetUfid()
Gets the value of the attribute: targetUfid; The UFID to the ESITarget associated with this result. |
String |
getTxUfid()
Gets the value of the attribute: txUfid; The UFID to the ESITtransaction associated with this result. |
boolean |
isSuccessful()
Gets the value of the attribute: successful; Defines whether or not the external process succeeded. |
void |
setErrorMessage(String a_ErrorMessage)
Sets the value of the attribute: errorMessage; An optional message to provide to the workflow. |
void |
setSuccessful(boolean a_Successful)
Sets the value of the attribute: successful; Defines whether or not the external process succeeded. |
void |
setTargetUfid(String a_TargetUfid)
Sets the value of the attribute: targetUfid; The UFID to the ESITarget associated with this result. |
void |
setTxUfid(String a_TxUfid)
Sets the value of the attribute: txUfid; The UFID to the ESITtransaction associated with this result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ESIResultEvent(Persistable eventTarget)
eventTarget - | Method Detail |
|---|
public boolean isSuccessful()
public void setSuccessful(boolean a_Successful)
throws WTPropertyVetoException
a_Successful -
WTPropertyVetoExceptionpublic String getErrorMessage()
public void setErrorMessage(String a_ErrorMessage)
throws WTPropertyVetoException
a_ErrorMessage -
WTPropertyVetoExceptionpublic String getTargetUfid()
public void setTargetUfid(String a_TargetUfid)
throws WTPropertyVetoException
a_TargetUfid -
WTPropertyVetoExceptionpublic String getTxUfid()
public void setTxUfid(String a_TxUfid)
throws WTPropertyVetoException
a_TxUfid -
WTPropertyVetoExceptionpublic Persistable getTarget()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||