|
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.DKWorkFlowEventFed
Constructor Summary | |
DKWorkFlowEventFed()
Default Constructor |
|
DKWorkFlowEventFed(dkDatastore ds)
Constructor with dkDatastore reference |
|
DKWorkFlowEventFed(dkDatastore ds,
java.lang.String activityName)
Constructor with datastore and activityName |
Method Summary | |
java.lang.String |
getActImplCorrID()
Gets the MQWF assigned correlation ID of this work flow event object |
long |
getActivityID()
Gets the activity id of the work flow event object |
java.lang.String |
getActivityName()
Gets the activity name of the work flow event object |
dkDatastore |
getDatastore()
Gets the datastore |
boolean |
getEventCompletedFlag()
Checks whether the event is completed or not |
boolean |
getEventDeleteFlag()
Indicates whether this event can be deleted or not. |
short |
getEventType()
Gets event type of this work flow event object |
DKTimestamp |
getIntervalTimeStamp()
Gets the interval time stamp |
java.lang.String |
getProcessID()
Gets the process id of the work flow event object |
java.lang.String |
getSubscribedEventName()
Gets subscribed event name for this 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 the work flow event object |
void |
setActivityID(long activityID)
Sets the activity id of the work flow event object |
void |
setActivityName(java.lang.String activityName)
Sets the activity name of the work flow event object |
void |
setDatastore(dkDatastore ds)
Sets datastore object |
void |
setEventCompletedFlag(boolean eventCompletedFlag)
Sets the event completed flag of the work flow event object |
void |
setEventDeleteFlag(boolean eventDeleteFlag)
Sets the flag to indicate whether the event can be deleted or not. |
void |
setEventType(short eventType)
Sets event type of this work flow event object |
void |
setIntervalTimeStamp(DKTimestamp intervalTimeStamp)
Sets the interval time stamp |
void |
setProcessID(java.lang.String processID)
Sets the process id of the work flow event object |
void |
setSubscribedEventName(java.lang.String subscribedEventName)
Sets the subscribed event name for this work flow event |
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 DKWorkFlowEventFed()
public DKWorkFlowEventFed(dkDatastore ds)
ds
- dkDatastore - datastore objectpublic DKWorkFlowEventFed(dkDatastore ds, java.lang.String activityName)
ds
- dkDatastore - datastore objectactivityName
- - name of the activity in this work flow event objectMethod Detail |
public dkDatastore getDatastore()
getDatastore
in interface dkWorkFlowEvent
public void setDatastore(dkDatastore ds)
setDatastore
in interface dkWorkFlowEvent
ds
- dkDatastore - datastore objectpublic java.lang.String getActivityName()
getActivityName
in interface dkWorkFlowEvent
public void setActivityName(java.lang.String activityName)
setActivityName
in interface dkWorkFlowEvent
activityName
- - activity name of the work flow event objectpublic long getActivityID()
getActivityID
in interface dkWorkFlowEvent
public void setActivityID(long activityID)
setActivityID
in interface dkWorkFlowEvent
activityID
- - activity id of the work flow event objectpublic java.lang.String getSubscribedEventName()
getSubscribedEventName
in interface dkWorkFlowEvent
public void setSubscribedEventName(java.lang.String subscribedEventName)
setSubscribedEventName
in interface dkWorkFlowEvent
subscribedEventName
- subscribed event name of the work flow event objectpublic void setEventType(short eventType)
setEventType
in interface dkWorkFlowEvent
eventType
- event type of this work flow event objectpublic short getEventType()
getEventType
in interface dkWorkFlowEvent
public DKTimestamp getIntervalTimeStamp()
getIntervalTimeStamp
in interface dkWorkFlowEvent
public void setIntervalTimeStamp(DKTimestamp intervalTimeStamp)
setIntervalTimeStamp
in interface dkWorkFlowEvent
intervalTimeStamp
- the interval time stamp of the work flow event objectpublic java.lang.String getActImplCorrID()
getActImplCorrID
in interface dkWorkFlowEvent
public void setActImplCorrID(java.lang.String actImplCorrID)
setActImplCorrID
in interface dkWorkFlowEvent
aclImplCorrID
- the MQWF assigned correlation ID of the work flow event objectpublic java.lang.String getWorkFlowStarterID()
getWorkFlowStarterID
in interface dkWorkFlowEvent
public void setWorkFlowStarterID(java.lang.String workFlowStarterID)
setWorkFlowStarterID
in interface dkWorkFlowEvent
workFlowStarterID
- the work flow starter id of the work flow event objectpublic java.lang.String getProcessID()
getProcessID
in interface dkWorkFlowEvent
public void setProcessID(java.lang.String processID)
setProcessID
in interface dkWorkFlowEvent
processID
- the process id of the work flow event objectpublic boolean getEventCompletedFlag()
getEventCompletedFlag
in interface dkWorkFlowEvent
public void setEventCompletedFlag(boolean eventCompletedFlag)
setEventCompletedFlag
in interface dkWorkFlowEvent
eventCompletedFlag
- true if the event is completed, false otherwisepublic boolean getEventDeleteFlag()
getEventDeleteFlag
in interface dkWorkFlowEvent
public void setEventDeleteFlag(boolean eventDeleteFlag)
setEventDeleteFlag
in interface dkWorkFlowEvent
eventDeleteFlag
- the event delete flag of the work flow event object
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |