|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jprocessunit.ActionEvent
org.jprocessunit.addon.jpd.StartProcessEvent
public class StartProcessEvent
JProcessUnit Action Event used to start JPD's and retrive related information.
| Constructor Summary | |
|---|---|
StartProcessEvent(java.lang.String jpdPath,
java.lang.String jpdName)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getInstanceID(java.lang.String targetServiceUri)
|
java.lang.Integer |
getIntegerVariableValue(java.lang.String targetServiceUri,
java.lang.String varName)
Accessor to the value of an internal process variable of type Integer. |
java.lang.String |
getJpdName()
|
java.lang.String |
getLabel(java.lang.String targetServiceUri)
|
java.lang.Long |
getLongVariableValue(java.lang.String targetServiceUri,
java.lang.String varName)
Accessor to the value of an internal process variable of type Long. |
java.lang.String |
getServiceUri()
|
com.bea.wli.bpm.runtime.ProcessStatus |
getStatus(java.lang.String targetServiceUri)
|
java.lang.String |
getStringVariableValue(java.lang.String targetServiceUri,
java.lang.String varName)
Accessor to the value of an internal process variable of type String. |
org.apache.xmlbeans.XmlObject |
getSyncResponse()
|
org.apache.xmlbeans.XmlObject |
getXmlVariableValue(java.lang.String targetServiceUri,
java.lang.String varName)
Accessor to the value of an internal process variable of type XML. |
void |
performAction()
Starts the JPD and passes the SOAP message argument |
void |
setSoapMessage(java.io.File soapMessageFile)
|
void |
setSoapMessage(java.lang.String soapMessage)
|
| Methods inherited from class org.jprocessunit.ActionEvent |
|---|
assertEvent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StartProcessEvent(java.lang.String jpdPath,
java.lang.String jpdName)
jpdPath - HTTP path of the JPD, eg "/myProj/processes"jpdName - Name of the JPD, eg "myProcess.jpd"| Method Detail |
|---|
public java.lang.String getJpdName()
public void setSoapMessage(java.lang.String soapMessage)
soapMessage - SOAP message that is passed as an argument to the JPD.public void setSoapMessage(java.io.File soapMessageFile)
soapMessageFile - File containing SOAP message that is passed as an argument to
the JPD.public java.lang.String getServiceUri()
public java.lang.String getStringVariableValue(java.lang.String targetServiceUri,
java.lang.String varName)
targetServiceUri - The uri of the JPD that variable belongs to. If this parameter
value is null then the starting (top level) JPD is used.
Otherwise the URI must be either the service URI of the top
level JPD or one of its children JPD's.varName - Name of the string variable to be retrieved from childJpdName
public java.lang.Long getLongVariableValue(java.lang.String targetServiceUri,
java.lang.String varName)
targetServiceUri - The uri of the JPD that variable belongs to. If this parameter
value is null then the starting (top level) JPD is used.
Otherwise the URI must be either the service URI of the top
level JPD or one of its children JPD's.varName - Name of the string variable to be retrieved from childJpdName
public java.lang.Integer getIntegerVariableValue(java.lang.String targetServiceUri,
java.lang.String varName)
targetServiceUri - The uri of the JPD that variable belongs to. If this parameter
value is null then the starting (top level) JPD is used.
Otherwise the URI must be either the service URI of the top
level JPD or one of its children JPD's.varName - Name of the string variable to be retrieved from childJpdName
public org.apache.xmlbeans.XmlObject getXmlVariableValue(java.lang.String targetServiceUri,
java.lang.String varName)
targetServiceUri - The uri of the JPD that variable belongs to. If this parameter
value is null then the starting (top level) JPD is used.
Otherwise the URI must be either the service URI of the top
level JPD or one of its children JPD's.varName - Name of the string variable to be retrieved from childJpdNamepublic java.lang.String getLabel(java.lang.String targetServiceUri)
public com.bea.wli.bpm.runtime.ProcessStatus getStatus(java.lang.String targetServiceUri)
public java.lang.String getInstanceID(java.lang.String targetServiceUri)
public org.apache.xmlbeans.XmlObject getSyncResponse()
public void performAction()
performAction in class ActionEvent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||