|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.b2b.rosettanet.templates.TemplateVariables
This class contains the list of workflow variables that are defined in the templates used for the example RosettaNet PIP workflows. The methods are invoked from the example workflows's business operations.
Constructor Summary | |
TemplateVariables(com.bea.b2b.wlpi.WorkflowInstance wi)
|
Method Summary | |
java.lang.String |
getActionHeader()
Get the actionHeader workflow instance variable |
java.lang.String |
getActionInstanceId()
Get the actionInstanceId workflow instance variable |
java.lang.String |
getBusinessActionCode()
Get the businessActionCode workflow instance variable |
java.lang.String |
getFromContactName()
Get the fromContactName workflow instance variable |
java.lang.String |
getFromDocid()
Get the fromDocid workflow instance variable |
java.lang.String |
getFromDocTimeStamp()
Get the fromDocTimeStamp workflow instance variable |
java.lang.String |
getFromDUNS()
Get the fromDUNS workflow instance variable |
java.lang.String |
getFromEmailAddress()
Get the fromEmailAddress workflow instance variable |
java.lang.String |
getFromPartnerClassCode()
Get the fromPartnerClassCode workflow instance variable |
java.lang.String |
getFromRoleClassCode()
Get the fromRoleClassCode workflow instance variable |
java.lang.String |
getFromSupplyChainCode()
Get the fromSupplyChainCode workflow instance variable |
java.lang.String |
getFromTeleNo()
Get the fromTeleNo workflow instance variable |
java.lang.Boolean |
getIsException()
Get the isException workflow instance variable |
java.lang.String |
getProcessIndicatorCode()
Get the processIndicatorCode workflow instance variable |
java.lang.String |
getProcessInstanceId()
Get the processInstanceId workflow instance variable |
java.lang.String |
getReason()
Get the reason workflow instance variable |
java.lang.Integer |
getRetry()
Get the retry workflow instance variable |
java.lang.String |
getServiceContent()
Get the serviceContent workflow instance variable |
java.lang.String |
getSignalHeader()
Get the signalHeader workflow instance variable |
java.lang.String |
getToDUNS()
Get the toDUNS workflow instance variable |
java.lang.String |
getToPartnerClassCode()
Get the toPartnerClassCode workflow instance variable |
java.lang.String |
getToRoleClassCode()
Get the toRoleClassCode workflow instance variable |
java.lang.String |
getToSupplyChainCode()
Get the toSupplyChainCode workflow instance variable |
java.lang.String |
getTransactionCode()
Get the transactionCode workflow instance variable |
java.lang.String |
getTransactionInstanceId()
Get the transactionInstanceId workflow instance variable |
void |
setActionHeader(java.lang.String data)
Set the actionHeader workflow instance variable |
void |
setActionInstanceId(java.lang.String data)
Set the actionInstanceId workflow instance variable |
void |
setBusinessActionCode(java.lang.String data)
Set the businessActionCode workflow instance variable |
void |
setFromContactName(java.lang.String data)
Set the fromContactName workflow instance variable |
void |
setFromDocid(java.lang.String data)
Set the fromDocid workflow instance variable |
void |
setFromDocTimeStamp(java.lang.String data)
Set the fromDocTimeStamp workflow instance variable |
void |
setFromDUNS(java.lang.String data)
Set the fromDUNS workflow instance variable |
void |
setFromEmailAddress(java.lang.String data)
Set the fromEmailAddress workflow instance variable |
void |
setFromPartnerClassCode(java.lang.String data)
Set the fromPartnerClassCode workflow instance variable |
void |
setFromRoleClassCode(java.lang.String data)
Set the fromRoleClassCode workflow instance variable |
void |
setFromSupplyChainCode(java.lang.String data)
Set the fromSupplyChainCode workflow instance variable |
void |
setFromTeleNo(java.lang.String data)
Set the fromTeleNo workflow instance variable |
void |
setIsException(java.lang.Boolean data)
Set the isException workflow instance variable |
void |
setProcessIndicatorCode(java.lang.String data)
Set the processIndicatorCode workflow instance variable |
void |
setProcessInstanceId(java.lang.String data)
Set the processInstanceId workflow instance variable |
void |
setReason(java.lang.String data)
Set the reason workflow instance variable |
void |
setRetry(java.lang.Integer data)
Set the retry workflow instance variable |
void |
setServiceContent(java.lang.String data)
Set the serviceContent workflow instance variable |
void |
setSignalHeader(java.lang.String data)
Set the signalHeader workflow instance variable |
void |
setToDUNS(java.lang.String data)
Set the toDUNS workflow instance variable |
void |
setToPartnerClassCode(java.lang.String data)
Set the toPartnerClassCode workflow instance variable |
void |
setToRoleClassCode(java.lang.String data)
Set the toRoleClassCode workflow instance variable |
void |
setToSupplyChainCode(java.lang.String data)
Set the toSupplyChainCode workflow instance variable |
void |
setTransactionCode(java.lang.String data)
Set the transactionCode workflow instance variable |
void |
setTransactionInstanceId(java.lang.String data)
Set the transactionInstanceId workflow instance variable |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public TemplateVariables(com.bea.b2b.wlpi.WorkflowInstance wi)
Method Detail |
public void setActionHeader(java.lang.String data) throws com.bea.b2b.wlpi.WLPIException
data
- value to set the actionHeader workflow variable topublic void setSignalHeader(java.lang.String data) throws com.bea.b2b.wlpi.WLPIException
data
- value to set the signalHeader workflow variable topublic void setServiceContent(java.lang.String data) throws com.bea.b2b.wlpi.WLPIException
data
- value to set the serviceContent workflow variable topublic void setActionInstanceId(java.lang.String data) throws com.bea.b2b.wlpi.WLPIException
data
- value to set the actionInstanceId workflow variable topublic void setProcessInstanceId(java.lang.String data) throws com.bea.b2b.wlpi.WLPIException
data
- value to set the processInstanceId workflow variable topublic void setTransactionInstanceId(java.lang.String data) throws com.bea.b2b.wlpi.WLPIException
data
- value to set the transactionInstanceId workflow variable topublic void setTransactionCode(java.lang.String data) throws com.bea.b2b.wlpi.WLPIException
data
- value to set the transactionCode workflow variable topublic void setBusinessActionCode(java.lang.String data) throws com.bea.b2b.wlpi.WLPIException
data
- value to set the businessActionCode workflow variable topublic void setProcessIndicatorCode(java.lang.String data) throws com.bea.b2b.wlpi.WLPIException
data
- value to set the processIndicatorCode workflow variable topublic void setFromEmailAddress(java.lang.String data) throws com.bea.b2b.wlpi.WLPIException
data
- value to set the fromEmailAddress workflow variable topublic void setFromTeleNo(java.lang.String data) throws com.bea.b2b.wlpi.WLPIException
data
- value to set the fromTeleNo workflow variable topublic void setFromContactName(java.lang.String data) throws com.bea.b2b.wlpi.WLPIException
data
- value to set the fromContactName workflow variable topublic void setToRoleClassCode(java.lang.String data) throws com.bea.b2b.wlpi.WLPIException
data
- value to set the toRoleClassCode workflow variable topublic void setToPartnerClassCode(java.lang.String data) throws com.bea.b2b.wlpi.WLPIException
data
- value to set the toPartnerClassCode workflow variable topublic void setToSupplyChainCode(java.lang.String data) throws com.bea.b2b.wlpi.WLPIException
data
- value to set the toSupplyChainCode workflow variable topublic void setFromRoleClassCode(java.lang.String data) throws com.bea.b2b.wlpi.WLPIException
data
- value to set the fromRoleClassCode workflow variable topublic void setFromPartnerClassCode(java.lang.String data) throws com.bea.b2b.wlpi.WLPIException
data
- value to set the fromPartnerClassCode workflow variable topublic void setFromSupplyChainCode(java.lang.String data) throws com.bea.b2b.wlpi.WLPIException
data
- value to set the fromSupplyChainCode workflow variable topublic void setFromDocid(java.lang.String data) throws com.bea.b2b.wlpi.WLPIException
data
- value to set the fromDocid workflow variable topublic void setFromDocTimeStamp(java.lang.String data) throws com.bea.b2b.wlpi.WLPIException
data
- value to set the fromDocTimeStamp workflow variable topublic void setFromDUNS(java.lang.String data) throws com.bea.b2b.wlpi.WLPIException
data
- value to set the fromDUNS workflow variable topublic void setToDUNS(java.lang.String data) throws com.bea.b2b.wlpi.WLPIException
data
- value to set the toDUNS workflow variable topublic void setReason(java.lang.String data) throws com.bea.b2b.wlpi.WLPIException
data
- value to set the reason workflow variable topublic void setIsException(java.lang.Boolean data) throws com.bea.b2b.wlpi.WLPIException
data
- value to set the isException workflow variable topublic void setRetry(java.lang.Integer data) throws com.bea.b2b.wlpi.WLPIException
data
- value to set the retry workflow variable topublic java.lang.String getTransactionCode() throws com.bea.b2b.wlpi.WLPIException
public java.lang.String getBusinessActionCode() throws com.bea.b2b.wlpi.WLPIException
public java.lang.String getProcessIndicatorCode() throws com.bea.b2b.wlpi.WLPIException
public java.lang.String getToRoleClassCode() throws com.bea.b2b.wlpi.WLPIException
public java.lang.String getToPartnerClassCode() throws com.bea.b2b.wlpi.WLPIException
public java.lang.String getToSupplyChainCode() throws com.bea.b2b.wlpi.WLPIException
public java.lang.String getFromRoleClassCode() throws com.bea.b2b.wlpi.WLPIException
public java.lang.String getFromPartnerClassCode() throws com.bea.b2b.wlpi.WLPIException
public java.lang.String getFromSupplyChainCode() throws com.bea.b2b.wlpi.WLPIException
public java.lang.String getFromDocid() throws com.bea.b2b.wlpi.WLPIException
public java.lang.String getFromDocTimeStamp() throws com.bea.b2b.wlpi.WLPIException
public java.lang.String getFromDUNS() throws com.bea.b2b.wlpi.WLPIException
public java.lang.String getToDUNS() throws com.bea.b2b.wlpi.WLPIException
public java.lang.String getReason() throws com.bea.b2b.wlpi.WLPIException
public java.lang.String getFromEmailAddress() throws com.bea.b2b.wlpi.WLPIException
public java.lang.String getFromTeleNo() throws com.bea.b2b.wlpi.WLPIException
public java.lang.String getFromContactName() throws com.bea.b2b.wlpi.WLPIException
public java.lang.String getActionInstanceId() throws com.bea.b2b.wlpi.WLPIException
public java.lang.String getProcessInstanceId() throws com.bea.b2b.wlpi.WLPIException
public java.lang.String getTransactionInstanceId() throws com.bea.b2b.wlpi.WLPIException
public java.lang.String getActionHeader() throws com.bea.b2b.wlpi.WLPIException
public java.lang.String getSignalHeader() throws com.bea.b2b.wlpi.WLPIException
public java.lang.String getServiceContent() throws com.bea.b2b.wlpi.WLPIException
public java.lang.Boolean getIsException() throws com.bea.b2b.wlpi.WLPIException
public java.lang.Integer getRetry() throws com.bea.b2b.wlpi.WLPIException
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |