|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.DKWorkFlowCollectionPointFed
Constructor Summary | |
DKWorkFlowCollectionPointFed()
Default Constructor |
|
DKWorkFlowCollectionPointFed(dkDatastore ds)
Constructor with dkDatastore reference |
|
DKWorkFlowCollectionPointFed(dkDatastore ds,
java.lang.String processID)
Constructor with name and description |
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 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKWorkFlowCollectionPointFed()
public DKWorkFlowCollectionPointFed(dkDatastore ds)
ds
- dkDatastore - datastore objectpublic DKWorkFlowCollectionPointFed(dkDatastore ds, java.lang.String processID)
ds
- dkDatastore - datastore objectactivityName
- - name of the activity in this work flow event objectMethod Detail |
public dkDatastore getDatastore()
getDatastore
in interface dkWorkFlowCollectionPoint
public void setDatastore(dkDatastore ds)
setDatastore
in interface dkWorkFlowCollectionPoint
ds
- dkDatastore - datastore objectpublic java.lang.String getActivityName()
getActivityName
in interface dkWorkFlowCollectionPoint
public void setActivityName(java.lang.String activityName)
setActivityName
in interface dkWorkFlowCollectionPoint
activityName
- - name of the collection nodepublic java.lang.String getEventTest()
getEventTest
in interface dkWorkFlowCollectionPoint
public void setEventTest(java.lang.String eventTest)
setEventTest
in interface dkWorkFlowCollectionPoint
eventTest
- the event testpublic void setActImplCorrID(java.lang.String actImplCorrID)
setActImplCorrID
in interface dkWorkFlowCollectionPoint
aclImplCorrID
- correlation id of the collection pointpublic java.lang.String getActImplCorrID()
getActImplCorrID
in interface dkWorkFlowCollectionPoint
public java.lang.String getWorkFlowStarterID()
getWorkFlowStarterID
in interface dkWorkFlowCollectionPoint
public void setWorkFlowStarterID(java.lang.String workFlowStarterID)
setWorkFlowStarterID
in interface dkWorkFlowCollectionPoint
workFlowStarterID
- the work flow starter id of the work flow objectpublic java.lang.String getProcessID()
getProcessID
in interface dkWorkFlowCollectionPoint
public void setProcessID(java.lang.String processID)
setProcessID
in interface dkWorkFlowCollectionPoint
processID
- the process id of the work flow collection point objectpublic boolean getEventDeleteFlag()
getEventDeleteFlag
in interface dkWorkFlowCollectionPoint
public void setEventDeleteFlag(boolean deleteFlag)
setEventDeleteFlag
in interface dkWorkFlowCollectionPoint
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 |