|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfuego.papi.InstanceEvent
public class InstanceEvent
Contains a process-instance event basic information.
Field Summary | |
---|---|
Time |
activationTime
|
String |
activity
|
String[] |
bussinesVariablesIds
|
Object[] |
bussinesVariablesValues
|
int |
category
|
String |
eventData
|
int |
id
|
static String |
INSTANCE_ACTION
|
static String |
INSTANCE_DUE
|
int |
instanceIn
|
String |
participantId
|
int |
participantIn
|
int |
processIn
|
Time |
receiveTime
|
static String |
TASK_EXECUTION_RESULT
|
static String |
TASK_NAME
|
static String |
TASK_NUMBER
|
static String |
TASK_STATE
|
int |
threadIn
|
Time |
timeStamp
|
int |
type
|
Constructor Summary | |
---|---|
InstanceEvent()
|
Method Summary | |
---|---|
int |
compareTo(Object compareObject)
Implementation of the method inherited from the interface Comparable. |
Time |
getActivationTime()
Returns the time when the instance which generate this event started to execute the activity. |
String |
getActivity()
Returns the activity where the event was generated. |
String[] |
getBussinesVariablesIds()
Returns all bussiness variables identification stored in the event. |
Object[] |
getBussinesVariablesValues()
Returns all bussiness variables values stored in the event. |
int |
getCategory()
Returns the category of the event. |
String |
getDescription(Locale locale)
Gets the description of the event for the given Locale |
String |
getEventData()
Returns the data stored in the event. |
String |
getEventDataValue(String key)
|
int |
getId()
Returns the id of the event. |
int |
getInstanceIn()
Returns the instance identification number where the event was generated. |
String |
getParticipantId()
Returns the participant identification which generated the event. |
int |
getParticipantIn()
Returns the participant identification number which generated the event. |
int |
getProcessIn()
Returns the process identification number where the event was generated. |
Time |
getReceiveTime()
Returns the time when the instance arrived to the activity where the event was generated. |
int |
getThreadIn()
Returns the thread identification number where the event was generated. |
Time |
getTimeStamp()
Returns the time when the event was generated. |
int |
getType()
Returns the type of the event. |
String |
toString()
Gets the representation of the instance as a String |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public Time activationTime
public String activity
public String[] bussinesVariablesIds
public Object[] bussinesVariablesValues
public int category
public String eventData
public int id
public int instanceIn
public String participantId
public int participantIn
public int processIn
public Time receiveTime
public int threadIn
public Time timeStamp
public int type
@NonNls public static final String TASK_NUMBER
@NonNls public static final String TASK_NAME
@NonNls public static final String TASK_STATE
@NonNls public static final String TASK_EXECUTION_RESULT
@NonNls public static final String INSTANCE_ACTION
@NonNls public static final String INSTANCE_DUE
Constructor Detail |
---|
public InstanceEvent()
Method Detail |
---|
public Time getActivationTime()
public String getActivity()
public String[] getBussinesVariablesIds()
public Object[] getBussinesVariablesValues()
public int getCategory()
public String getEventData()
getEventDataValue(String)
public int getId()
public int getInstanceIn()
public String getParticipantId()
public int getParticipantIn()
public int getProcessIn()
public Time getReceiveTime()
public int getThreadIn()
public Time getTimeStamp()
public int getType()
public final String getDescription(Locale locale)
@NonNls public final String toString()
toString
in class Object
public String getEventDataValue(String key)
public int compareTo(Object compareObject)
compareTo
in interface Comparable
|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |