|
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 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 |
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
- - activity name of the work flow event objectpublic long getActivityID()
public void setActivityID(long activityID)
activityID
- - activity id of the work flow event objectpublic java.lang.String getSubscribedEventName()
public void setSubscribedEventName(java.lang.String subscribedEventName)
subscribedEventName
- subscribed event name of the work flow event objectpublic void setEventType(short eventType)
eventType
- event type of this work flow event objectpublic short getEventType()
public DKTimestamp getIntervalTimeStamp()
public void setIntervalTimeStamp(DKTimestamp intervalTimeStamp)
intervalTimeStamp
- the interval time stamp of the work flow event objectpublic java.lang.String getActImplCorrID()
public void setActImplCorrID(java.lang.String actImplCorrID)
aclImplCorrID
- the MQWF assigned correlation ID of the work flow event objectpublic java.lang.String getWorkFlowStarterID()
public void setWorkFlowStarterID(java.lang.String workFlowStarterID)
workFlowStarterID
- the work flow starter id of the work flow event objectpublic java.lang.String getProcessID()
public void setProcessID(java.lang.String processID)
processID
- the process id of the work flow event objectpublic boolean getEventCompletedFlag()
public void setEventCompletedFlag(boolean eventCompletedFlag)
eventCompletedFlag
- true if the event is completed, false otherwisepublic boolean getEventDeleteFlag()
public void setEventDeleteFlag(boolean eventDeleteFlag)
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 |