| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.markers.MarkerEventMessage
atg.markers.bp.BusinessProcessEventMessage
public class BusinessProcessEventMessage
This class defines the base properties for a business process event message.
These messages are created by the BusinessProcessManager.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| protected  java.lang.String | mBusinessProcessName | 
| protected  java.lang.String | mBusinessProcessStage | 
| protected  int | mBusinessProcessStageSequence | 
| protected  java.sql.Timestamp | mProcessStartTime | 
| protected  boolean | mTransient | 
| Constructor Summary | |
|---|---|
| BusinessProcessEventMessage()Constructs a BusinessProcessEventMessage message | |
| Method Summary | |
|---|---|
|  java.lang.String | getBusinessProcessName()Returns the business process name associated with the event. | 
|  java.lang.String | getBusinessProcessStage()Returns the business process stage that was reached | 
|  int | getBusinessProcessStageSequence()Returns the sequence number of the business process stage that was reached | 
|  java.sql.Timestamp | getProcessStartTime()Gets the time the process was started. | 
|  boolean | isTransient()Gets the transient state of the user profile when the event was created. | 
|  void | setBusinessProcessName(java.lang.String pBusinessProcessName)The business process name associated with the event. | 
|  void | setBusinessProcessStage(java.lang.String pBusinessProcessStage)Sets the business process stage that was reached | 
|  void | setBusinessProcessStageSequence(int pBusinessProcessStageSequence)Sets the sequence number of the business process stage that was reached | 
|  void | setProcessStartTime(java.sql.Timestamp pProcessStartTime)Sets the time the process was started. | 
|  void | setTransient(boolean pTransient)Sets the transient state of the user profile when the event was created. | 
| Methods inherited from class atg.markers.MarkerEventMessage | 
|---|
| getEventDate, getMarkedItemId, getMarkedItemType, getMarkerPropertyName, getParentSessionId, getProfileId, getRepositoryName, getSessionId, getSiteId, setEventDate, setMarkedItemId, setMarkedItemType, setMarkerPropertyName, setParentSessionId, setProfileId, setRepositoryName, setSessionId, setSiteId | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
protected java.lang.String mBusinessProcessName
protected java.lang.String mBusinessProcessStage
protected int mBusinessProcessStageSequence
protected java.sql.Timestamp mProcessStartTime
protected boolean mTransient
| Constructor Detail | 
|---|
public BusinessProcessEventMessage()
| Method Detail | 
|---|
public void setBusinessProcessName(java.lang.String pBusinessProcessName)
public java.lang.String getBusinessProcessName()
public void setBusinessProcessStage(java.lang.String pBusinessProcessStage)
public java.lang.String getBusinessProcessStage()
public void setBusinessProcessStageSequence(int pBusinessProcessStageSequence)
public int getBusinessProcessStageSequence()
public void setProcessStartTime(java.sql.Timestamp pProcessStartTime)
pProcessStartTime - the timepublic java.sql.Timestamp getProcessStartTime()
Timestamppublic void setTransient(boolean pTransient)
pTransient - new value to setpublic boolean isTransient()
boolean| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||