|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.lang.String |
getActImplCorrID()
Gets the MQWF assigned correlation id of this collection point |
java.lang.String |
getActivityName()
Gets the name of the collection node defined in the work flow diagram |
dkDatastore |
getDatastore()
Gets the datastore |
boolean |
getEventDeleteFlag()
Indicates whether this collection point can be deleted or not. |
java.lang.String |
getEventTest()
Gets event to test specified on the collection brance of the work flow diagram Each collection node can define multiple branch events. |
java.lang.String |
getProcessID()
Gets the process id of the work flow event object |
java.lang.String |
getWorkFlowStarterID()
Gets the work flow starter id of the work flow event object |
void |
setActImplCorrID(java.lang.String actImplCorrID)
Sets the MQWF assigned correlation id of this collection point |
void |
setActivityName(java.lang.String activityName)
Sets the name of collection node defined in the work flow diagram |
void |
setDatastore(dkDatastore ds)
Sets datastore object |
void |
setEventDeleteFlag(boolean deleteFlag)
Sets the flag to indicate whether the collection point can be deleted or not. |
void |
setEventTest(java.lang.String eventTest)
Gets event to test specified on the collection brance of the work flow diagram Each collection node can define multiple branch events. |
void |
setProcessID(java.lang.String processID)
Sets the process id of the work flow event object |
void |
setWorkFlowStarterID(java.lang.String workFlowStarterID)
Sets the work flow starter id of the work flow event object |
Method Detail |
public dkDatastore getDatastore()
public void setDatastore(dkDatastore ds)
ds
- dkDatastore - datastore objectpublic java.lang.String getActivityName()
public void setActivityName(java.lang.String activityName)
activityName
- - name of the collection nodepublic java.lang.String getEventTest()
public void setEventTest(java.lang.String eventTest)
eventTest
- the event testpublic void setActImplCorrID(java.lang.String actImplCorrID)
aclImplCorrID
- correlation id of the collection pointpublic java.lang.String getActImplCorrID()
public java.lang.String getWorkFlowStarterID()
public void setWorkFlowStarterID(java.lang.String workFlowStarterID)
workFlowStarterID
- the work flow starter id of the work flow objectpublic java.lang.String getProcessID()
public void setProcessID(java.lang.String processID)
processID
- the process id of the work flow collection point objectpublic boolean getEventDeleteFlag()
public void setEventDeleteFlag(boolean deleteFlag)
eventDeleteFlag
- the collection point delete flag of the work flow colleciton point object
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |