Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Interface dkWorkFlowEvent

All Known Implementing Classes:
DKWorkFlowEventFed

public interface dkWorkFlowEvent


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

getDatastore

public dkDatastore getDatastore()
Gets the datastore
Returns:
dkDatastore object

setDatastore

public void setDatastore(dkDatastore ds)
Sets datastore object
Parameters:
ds - dkDatastore - datastore object

getActivityName

public java.lang.String getActivityName()
Gets the activity name of the work flow event object
Returns:
activity name of the work flow event object

setActivityName

public void setActivityName(java.lang.String activityName)
Sets the activity name of the work flow event object
Parameters:
activityName - - activity name of the work flow event object

getActivityID

public long getActivityID()
Gets the activity id of the work flow event object
Returns:
activity id of the work flow event object

setActivityID

public void setActivityID(long activityID)
Sets the activity id of the work flow event object
Parameters:
activityID - - activity id of the work flow event object

getSubscribedEventName

public java.lang.String getSubscribedEventName()
Gets subscribed event name for this work flow event object
Returns:
the subscribed event name of the work flow event object

setSubscribedEventName

public void setSubscribedEventName(java.lang.String subscribedEventName)
Sets the subscribed event name for this work flow event
Parameters:
subscribedEventName - subscribed event name of the work flow event object

setEventType

public void setEventType(short eventType)
Sets event type of this work flow event object
Parameters:
eventType - event type of this work flow event object

getEventType

public short getEventType()
Gets event type of this work flow event object
Returns:
the event type of the work flow event object

getIntervalTimeStamp

public DKTimestamp getIntervalTimeStamp()
Gets the interval time stamp
Returns:
the interval time stamp of the work flow event object

setIntervalTimeStamp

public void setIntervalTimeStamp(DKTimestamp intervalTimeStamp)
Sets the interval time stamp
Parameters:
intervalTimeStamp - the interval time stamp of the work flow event object

getActImplCorrID

public java.lang.String getActImplCorrID()
Gets the MQWF assigned correlation ID of this work flow event object
Returns:
the MQWF assigned correlation ID of the work flow event object

setActImplCorrID

public void setActImplCorrID(java.lang.String actImplCorrID)
Sets the MQWF assigned correlation ID of the work flow event object
Parameters:
aclImplCorrID - the MQWF assigned correlation ID of the work flow event object

getWorkFlowStarterID

public java.lang.String getWorkFlowStarterID()
Gets the work flow starter id of the work flow event object
Returns:
the work flow starter id of the work flow event object

setWorkFlowStarterID

public void setWorkFlowStarterID(java.lang.String workFlowStarterID)
Sets the work flow starter id of the work flow event object
Parameters:
workFlowStarterID - the work flow starter id of the work flow event object

getProcessID

public java.lang.String getProcessID()
Gets the process id of the work flow event object
Returns:
the process id of the work flow event object

setProcessID

public void setProcessID(java.lang.String processID)
Sets the process id of the work flow event object
Parameters:
processID - the process id of the work flow event object

getEventCompletedFlag

public boolean getEventCompletedFlag()
Checks whether the event is completed or not
Returns:
true if the event is completed, false otherwise

setEventCompletedFlag

public void setEventCompletedFlag(boolean eventCompletedFlag)
Sets the event completed flag of the work flow event object
Parameters:
eventCompletedFlag - true if the event is completed, false otherwise

getEventDeleteFlag

public boolean getEventDeleteFlag()
Indicates whether this event can be deleted or not.
Returns:
true if this event can be deleted, false otherwise

setEventDeleteFlag

public void setEventDeleteFlag(boolean eventDeleteFlag)
Sets the flag to indicate whether the event can be deleted or not.
Parameters:
eventDeleteFlag - the event delete flag of the work flow event object

EIP Java APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.