IBM WebSphere Application ServerTM
Release 7

com.ibm.bpe.api
Interface StateObserverEvent


public interface StateObserverEvent

This interface returns observer event specific information as there are the event number and the creation time. It defines the observer event numbers.

Since:
6.0 - introduced in 5.0

Field Summary
static int ACTIVITY_ALL_BRANCH_CONDITIONS_FALSE
          No branch in a switch including (default) has been selected.
static int ACTIVITY_BRANCH_CONDITION_TRUE
          A branch in a switch has been selected.
static int ACTIVITY_CHILD_PROCESS_TERMINATING
          Activity instance event force retry requestecd.
static int ACTIVITY_CLAIM_CANCELED
          Activity claim canceled.
static int ACTIVITY_CLAIMED
          Activity claimed.
static int ACTIVITY_COMPLETED
          Activity completed successfully.
static int ACTIVITY_CONDITION_FORCED
          Activity instance force join condition requested.
static int ACTIVITY_CUSTOMPROPERTY_SET
          The custom property of an activity instance has been changed.
static int ACTIVITY_ESCALATED
          A human task activity (staff activity) is escalated.
static int ACTIVITY_EXPIRED
          Activity expired.
static int ACTIVITY_FAILED
          Activity failed.
static int ACTIVITY_FAILING
          Activity failing.
static int ACTIVITY_FAULT_MESSAGE_SET
          set fault message of an activity.
static int ACTIVITY_FOR_EACH_COUNTERS_FORCED
          Activity instance force forEach requested.
static int ACTIVITY_FORCE_COMPLETED
          Activity instance event force completed
static int ACTIVITY_FORCE_RETRIED
          Activity instance event force retried.
static int ACTIVITY_JUMPED
          Activity instance jumped.
static int ACTIVITY_LOOP_CONDITION_FALSE
          Activity instance event loop condition evaluated to false.
static int ACTIVITY_LOOP_CONDITION_FORCED
          Activity instance force loop condition requested.
static int ACTIVITY_LOOP_CONDITION_TRUE
          Activity instance event loop condition evaluated to true.
static int ACTIVITY_MESSAGE_RECEIVED
          Activity instance event message received.
static int ACTIVITY_OUTPUT_MESSAGE_SET
          Set output message of an activity.
static int ACTIVITY_PARALLEL_BRANCHES_STARTED
          Parallel branches for the activity have been started
static int ACTIVITY_READY
          Activity ready.
static int ACTIVITY_RESCHEDULED
          Deprecated. As of version 7.0, replaced by ACTIVITY_TIMER_RESCHEDULED.
static int ACTIVITY_RESTARTED_EXIT_CONDITION_FALSE
          Activity restarted because the exit condition was evaluated to false.
static int ACTIVITY_SKIP_REQUESTED
          Activity instance skip requested.
static int ACTIVITY_SKIPPED
          Activity skipped.
static int ACTIVITY_SKIPPED_ON_EXIT_CONDITION
          Activity instance event exit condition evaluated.
static int ACTIVITY_SKIPPED_ON_REQUEST
          Activity instance skipped on request.
static int ACTIVITY_STARTED
          Activity started.
static int ACTIVITY_STOPPED
          Activity stopped.
static int ACTIVITY_TERMINATED
          Activity terminated because of an error occured in a perceding activity.
static int ACTIVITY_TIMER_RESCHEDULED
          Activity instance event activity timer rescheduled.
static int ACTIVITY_USERINPUT_SET
          Set user input of an activity.
static int ACTIVITY_WORKITEM_CREATED
          Activity instance event work item transferred.
static int ACTIVITY_WORKITEM_DELETED
          Activity instance event work item transferred.
static int ACTIVITY_WORKITEM_REFRESHED
          The work items for the activity instance are refreshed.
static int ACTIVITY_WORKITEM_TRANSFERRED
          The work item of an activity has been transferred.
static int CONTROL_LINK_EVALUATED_TO_FALSE
          Control link evaluated to false.
static int CONTROL_LINK_EVALUATED_TO_TRUE
          Control link evaluated to true.
static java.lang.String COPYRIGHT
           
static int LINK_EVALUATED_TO_FALSE
          Link evaluated to false.
static int LINK_EVALUATED_TO_TRUE
          Link evaluated to true.
static int PROCESS_COMPENSATED
          Process compensated.
static int PROCESS_COMPENSATING
          Process compensating.
static int PROCESS_COMPENSATION_FAILED
          Process compensation failed
static int PROCESS_COMPLETED
          Process successfully completed.
static int PROCESS_CORRELATION_SET_INITIALIZED
          Process instance event: correlation set initialized.
static int PROCESS_CORRELATION_SET_SET
          Process instance event: correlation set set.
static int PROCESS_CORRELATION_SET_UNSET
          Process instance event: correlation set deleted.
static int PROCESS_CUSTOMPROPERTY_SET
          The custom property of a process instance has been changed.
static int PROCESS_DELETED
          Process successfully deleted.
static int PROCESS_EVENT_ESCALATED
          The oTask associated with the event handler of a process is escalated.
static int PROCESS_EVENT_RECEIVED
          Process event handler has received an event.
static int PROCESS_FAILED
          Process failed.
static int PROCESS_FAILING
          Process failing.
static int PROCESS_INSTALLED
          Process template installed no related MQWF event.
static int PROCESS_MIGRATED
          Process instance event: process migrated.
static int PROCESS_MIGRATION_TRIGGERED
          Process instance event: process migrated.
static int PROCESS_OWNER_TRANSFERRED
          Process instance event owner transferred
static int PROCESS_PA_CHANGED
          Partner link on process level was changed
static int PROCESS_RESTARTED
          Process successfully restarted.
static int PROCESS_RESUMED
          Process resumed.
static int PROCESS_STARTED
          Process Started.
static int PROCESS_SUSPENDED
          Process suspended.
static int PROCESS_TERMINATED
          Process terminated.
static int PROCESS_TERMINATING
          Process terminating.
static int PROCESS_UNINSTALLED
          Process template uninstalled.
static int PROCESS_WORKITEM_CREATED
          Activity instance event work item transferred.
static int PROCESS_WORKITEM_DELETED
          Activity instance event work item transferred.
static int PROCESS_WORKITEM_TRANSFERRED
          The work item of an process has been transferred.
static int SCOPE_COMPENSATED
          Scope instance compensated event.
static int SCOPE_COMPENSATING
          Scope instance compensating event.
static int SCOPE_COMPENSATION_FAILED
          Scope instance compensation failed event.
static int SCOPE_COMPLETED
          Scope instance completed event.
static int SCOPE_CONDITION_FORCED
          Scope instance force join condition requested.
static int SCOPE_EVENT_ESCALATED
          The oTask associated with the event handler of a scop is escalated.
static int SCOPE_EVENT_RECEIVED
          The event handler of a sope has received an event.
static int SCOPE_FAILED
          Scope instance failed event.
static int SCOPE_FAILING
          Scope instance failing event.
static int SCOPE_FORCE_COMPLETED
          Scope instance event force completed
static int SCOPE_FORCE_RETRIED
          Scope instance event force retried.
static int SCOPE_SKIPPED
          Scope instance skipped event.
static int SCOPE_STARTED
          Scope instance started event.
static int SCOPE_STOPPED
          Scope instance stopped event.
static int SCOPE_TERMINATED
          Scope instance terminated event.
static int VARIABLE_UPDATED
          Variable updated.
 
Method Summary
 long getCreationTimeInUTC()
           
 int getObserverEvent()
           
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

PROCESS_STARTED

static final int PROCESS_STARTED
Process Started. Related to MQWF audit event : Process started 21000

See Also:
Constant Field Values

PROCESS_SUSPENDED

static final int PROCESS_SUSPENDED
Process suspended. related to MQWF event 21001

See Also:
Constant Field Values

PROCESS_RESUMED

static final int PROCESS_RESUMED
Process resumed. related to MQWF event 21002

See Also:
Constant Field Values

PROCESS_COMPLETED

static final int PROCESS_COMPLETED
Process successfully completed. Related with MQWF Audit Event : Process completed 21004

See Also:
Constant Field Values

PROCESS_TERMINATED

static final int PROCESS_TERMINATED
Process terminated. related to MQWF event 21005

See Also:
Constant Field Values

ACTIVITY_READY

static final int ACTIVITY_READY
Activity ready. Related with MQWF Audit Event : Activity ready, 21006

See Also:
Constant Field Values

ACTIVITY_STARTED

static final int ACTIVITY_STARTED
Activity started. Related with MQWF Audit Event : Activity started, 21007

See Also:
Constant Field Values

ACTIVITY_COMPLETED

static final int ACTIVITY_COMPLETED
Activity completed successfully. Related with MQWF audit event: Activity Completed 21011

See Also:
Constant Field Values

PROCESS_RESTARTED

static final int PROCESS_RESTARTED
Process successfully restarted. Related with MQWF Audit Event : Process deleted 21019

See Also:
Constant Field Values

PROCESS_DELETED

static final int PROCESS_DELETED
Process successfully deleted. Related with MQWF Audit Event : Process deleted 21020

See Also:
Constant Field Values

ACTIVITY_CLAIM_CANCELED

static final int ACTIVITY_CLAIM_CANCELED
Activity claim canceled. Related with MQWF Audit Event : Cancel check out activity, 21021

See Also:
Constant Field Values

ACTIVITY_CLAIMED

static final int ACTIVITY_CLAIMED
Activity claimed. Related with MQWF Audit Event : Check out activity, 21022

See Also:
Constant Field Values

ACTIVITY_TERMINATED

static final int ACTIVITY_TERMINATED
Activity terminated because of an error occured in a perceding activity. Related with MQWF Audit Event : Activity terminated 21027

See Also:
Constant Field Values

CONTROL_LINK_EVALUATED_TO_TRUE

static final int CONTROL_LINK_EVALUATED_TO_TRUE
Control link evaluated to true. Related with MQWF event : Control conector evaluated to true, 21034.

See Also:
Constant Field Values

LINK_EVALUATED_TO_TRUE

static final int LINK_EVALUATED_TO_TRUE
Link evaluated to true.

See Also:
Constant Field Values

ACTIVITY_RESTARTED_EXIT_CONDITION_FALSE

static final int ACTIVITY_RESTARTED_EXIT_CONDITION_FALSE
Activity restarted because the exit condition was evaluated to false. See MQWF Audit Event : Activity automatically restarted as exit condition evaluated to false

See Also:
Constant Field Values

ACTIVITY_FAILED

static final int ACTIVITY_FAILED
Activity failed. Related with MQWF Audit Event : Activity set in Error 21080

See Also:
Constant Field Values

ACTIVITY_EXPIRED

static final int ACTIVITY_EXPIRED
Activity expired. Related with MQWF Audit Event : Activity expired 21081

See Also:
Constant Field Values

VARIABLE_UPDATED

static final int VARIABLE_UPDATED
Variable updated. related with MQWF event 21090

See Also:
Constant Field Values

CONTROL_LINK_EVALUATED_TO_FALSE

static final int CONTROL_LINK_EVALUATED_TO_FALSE
Control link evaluated to false. No related MQWF event!

See Also:
Constant Field Values

LINK_EVALUATED_TO_FALSE

static final int LINK_EVALUATED_TO_FALSE
Link evaluated to false.

See Also:
Constant Field Values

PROCESS_FAILED

static final int PROCESS_FAILED
Process failed. No related MQWF event!

See Also:
Constant Field Values

PROCESS_COMPENSATING

static final int PROCESS_COMPENSATING
Process compensating. no related MQWF event.

See Also:
Constant Field Values

PROCESS_COMPENSATED

static final int PROCESS_COMPENSATED
Process compensated. no related MQWF event.

See Also:
Constant Field Values

ACTIVITY_SKIPPED

static final int ACTIVITY_SKIPPED
Activity skipped. no related MQWF event.

See Also:
Constant Field Values

PROCESS_INSTALLED

static final int PROCESS_INSTALLED
Process template installed no related MQWF event.

See Also:
Constant Field Values

PROCESS_UNINSTALLED

static final int PROCESS_UNINSTALLED
Process template uninstalled. no related MQWF event.

See Also:
Constant Field Values

PROCESS_TERMINATING

static final int PROCESS_TERMINATING
Process terminating. no related MQWF event.

See Also:
Constant Field Values

PROCESS_FAILING

static final int PROCESS_FAILING
Process failing. no related MQWF event.

See Also:
Constant Field Values

ACTIVITY_FAILING

static final int ACTIVITY_FAILING
Activity failing. no related MQWF event.

See Also:
Constant Field Values

ACTIVITY_OUTPUT_MESSAGE_SET

static final int ACTIVITY_OUTPUT_MESSAGE_SET
Set output message of an activity.

See Also:
Constant Field Values

ACTIVITY_FAULT_MESSAGE_SET

static final int ACTIVITY_FAULT_MESSAGE_SET
set fault message of an activity.

See Also:
Constant Field Values

ACTIVITY_USERINPUT_SET

static final int ACTIVITY_USERINPUT_SET
Set user input of an activity.

See Also:
Constant Field Values

ACTIVITY_STOPPED

static final int ACTIVITY_STOPPED
Activity stopped. no related MQWF event.

See Also:
Constant Field Values

SCOPE_STARTED

static final int SCOPE_STARTED
Scope instance started event.

See Also:
Constant Field Values

SCOPE_SKIPPED

static final int SCOPE_SKIPPED
Scope instance skipped event.

See Also:
Constant Field Values

SCOPE_FAILED

static final int SCOPE_FAILED
Scope instance failed event.

See Also:
Constant Field Values

SCOPE_FAILING

static final int SCOPE_FAILING
Scope instance failing event.

See Also:
Constant Field Values

SCOPE_TERMINATED

static final int SCOPE_TERMINATED
Scope instance terminated event.

See Also:
Constant Field Values

SCOPE_COMPLETED

static final int SCOPE_COMPLETED
Scope instance completed event.

See Also:
Constant Field Values

PROCESS_CORRELATION_SET_INITIALIZED

static final int PROCESS_CORRELATION_SET_INITIALIZED
Process instance event: correlation set initialized.

See Also:
Constant Field Values

ACTIVITY_FORCE_RETRIED

static final int ACTIVITY_FORCE_RETRIED
Activity instance event force retried.

See Also:
Constant Field Values

ACTIVITY_FORCE_COMPLETED

static final int ACTIVITY_FORCE_COMPLETED
Activity instance event force completed

See Also:
Constant Field Values

ACTIVITY_MESSAGE_RECEIVED

static final int ACTIVITY_MESSAGE_RECEIVED
Activity instance event message received.

See Also:
Constant Field Values

ACTIVITY_LOOP_CONDITION_TRUE

static final int ACTIVITY_LOOP_CONDITION_TRUE
Activity instance event loop condition evaluated to true.

See Also:
Constant Field Values

ACTIVITY_LOOP_CONDITION_FALSE

static final int ACTIVITY_LOOP_CONDITION_FALSE
Activity instance event loop condition evaluated to false.

See Also:
Constant Field Values

ACTIVITY_WORKITEM_DELETED

static final int ACTIVITY_WORKITEM_DELETED
Activity instance event work item transferred.

See Also:
Constant Field Values

ACTIVITY_WORKITEM_CREATED

static final int ACTIVITY_WORKITEM_CREATED
Activity instance event work item transferred.

See Also:
Constant Field Values

PROCESS_WORKITEM_DELETED

static final int PROCESS_WORKITEM_DELETED
Activity instance event work item transferred.

See Also:
Constant Field Values

PROCESS_WORKITEM_CREATED

static final int PROCESS_WORKITEM_CREATED
Activity instance event work item transferred.

See Also:
Constant Field Values

SCOPE_COMPENSATING

static final int SCOPE_COMPENSATING
Scope instance compensating event.

See Also:
Constant Field Values

SCOPE_COMPENSATED

static final int SCOPE_COMPENSATED
Scope instance compensated event.

See Also:
Constant Field Values

SCOPE_COMPENSATION_FAILED

static final int SCOPE_COMPENSATION_FAILED
Scope instance compensation failed event.

See Also:
Constant Field Values

PROCESS_COMPENSATION_FAILED

static final int PROCESS_COMPENSATION_FAILED
Process compensation failed

See Also:
Constant Field Values

PROCESS_EVENT_RECEIVED

static final int PROCESS_EVENT_RECEIVED
Process event handler has received an event.

See Also:
Constant Field Values

SCOPE_EVENT_RECEIVED

static final int SCOPE_EVENT_RECEIVED
The event handler of a sope has received an event.

See Also:
Constant Field Values

PROCESS_EVENT_ESCALATED

static final int PROCESS_EVENT_ESCALATED
The oTask associated with the event handler of a process is escalated.

See Also:
Constant Field Values

ACTIVITY_ESCALATED

static final int ACTIVITY_ESCALATED
A human task activity (staff activity) is escalated.

See Also:
Constant Field Values

SCOPE_EVENT_ESCALATED

static final int SCOPE_EVENT_ESCALATED
The oTask associated with the event handler of a scop is escalated.

See Also:
Constant Field Values

ACTIVITY_WORKITEM_REFRESHED

static final int ACTIVITY_WORKITEM_REFRESHED
The work items for the activity instance are refreshed.

See Also:
Constant Field Values

ACTIVITY_WORKITEM_TRANSFERRED

static final int ACTIVITY_WORKITEM_TRANSFERRED
The work item of an activity has been transferred.

See Also:
Constant Field Values

PROCESS_WORKITEM_TRANSFERRED

static final int PROCESS_WORKITEM_TRANSFERRED
The work item of an process has been transferred.

See Also:
Constant Field Values

ACTIVITY_PARALLEL_BRANCHES_STARTED

static final int ACTIVITY_PARALLEL_BRANCHES_STARTED
Parallel branches for the activity have been started

See Also:
Constant Field Values

PROCESS_PA_CHANGED

static final int PROCESS_PA_CHANGED
Partner link on process level was changed

Since:
6.1
See Also:
Constant Field Values

PROCESS_CUSTOMPROPERTY_SET

static final int PROCESS_CUSTOMPROPERTY_SET
The custom property of a process instance has been changed.

See Also:
Constant Field Values

ACTIVITY_CUSTOMPROPERTY_SET

static final int ACTIVITY_CUSTOMPROPERTY_SET
The custom property of an activity instance has been changed.

See Also:
Constant Field Values

ACTIVITY_BRANCH_CONDITION_TRUE

static final int ACTIVITY_BRANCH_CONDITION_TRUE
A branch in a switch has been selected.

See Also:
Constant Field Values

ACTIVITY_ALL_BRANCH_CONDITIONS_FALSE

static final int ACTIVITY_ALL_BRANCH_CONDITIONS_FALSE
No branch in a switch including (default) has been selected.

See Also:
Constant Field Values

ACTIVITY_JUMPED

static final int ACTIVITY_JUMPED
Activity instance jumped.

See Also:
Constant Field Values

ACTIVITY_SKIP_REQUESTED

static final int ACTIVITY_SKIP_REQUESTED
Activity instance skip requested.

See Also:
Constant Field Values

ACTIVITY_SKIPPED_ON_REQUEST

static final int ACTIVITY_SKIPPED_ON_REQUEST
Activity instance skipped on request.

See Also:
Constant Field Values

SCOPE_STOPPED

static final int SCOPE_STOPPED
Scope instance stopped event.

See Also:
Constant Field Values

SCOPE_FORCE_COMPLETED

static final int SCOPE_FORCE_COMPLETED
Scope instance event force completed

See Also:
Constant Field Values

SCOPE_FORCE_RETRIED

static final int SCOPE_FORCE_RETRIED
Scope instance event force retried.

See Also:
Constant Field Values

ACTIVITY_RESCHEDULED

static final int ACTIVITY_RESCHEDULED
Deprecated. As of version 7.0, replaced by ACTIVITY_TIMER_RESCHEDULED.
Activity instance event activity rescheduled.

See Also:
Constant Field Values

ACTIVITY_TIMER_RESCHEDULED

static final int ACTIVITY_TIMER_RESCHEDULED
Activity instance event activity timer rescheduled.

See Also:
Constant Field Values

ACTIVITY_SKIPPED_ON_EXIT_CONDITION

static final int ACTIVITY_SKIPPED_ON_EXIT_CONDITION
Activity instance event exit condition evaluated.

See Also:
Constant Field Values

PROCESS_OWNER_TRANSFERRED

static final int PROCESS_OWNER_TRANSFERRED
Process instance event owner transferred

See Also:
Constant Field Values

ACTIVITY_CHILD_PROCESS_TERMINATING

static final int ACTIVITY_CHILD_PROCESS_TERMINATING
Activity instance event force retry requestecd.

See Also:
Constant Field Values

ACTIVITY_CONDITION_FORCED

static final int ACTIVITY_CONDITION_FORCED
Activity instance force join condition requested.

See Also:
Constant Field Values

ACTIVITY_LOOP_CONDITION_FORCED

static final int ACTIVITY_LOOP_CONDITION_FORCED
Activity instance force loop condition requested.

See Also:
Constant Field Values

ACTIVITY_FOR_EACH_COUNTERS_FORCED

static final int ACTIVITY_FOR_EACH_COUNTERS_FORCED
Activity instance force forEach requested.

See Also:
Constant Field Values

SCOPE_CONDITION_FORCED

static final int SCOPE_CONDITION_FORCED
Scope instance force join condition requested.

See Also:
Constant Field Values

PROCESS_CORRELATION_SET_SET

static final int PROCESS_CORRELATION_SET_SET
Process instance event: correlation set set.

See Also:
Constant Field Values

PROCESS_CORRELATION_SET_UNSET

static final int PROCESS_CORRELATION_SET_UNSET
Process instance event: correlation set deleted.

See Also:
Constant Field Values

PROCESS_MIGRATED

static final int PROCESS_MIGRATED
Process instance event: process migrated.

See Also:
Constant Field Values

PROCESS_MIGRATION_TRIGGERED

static final int PROCESS_MIGRATION_TRIGGERED
Process instance event: process migrated.

See Also:
Constant Field Values
Method Detail

getObserverEvent

int getObserverEvent()
Returns:
The event number of this event.

getCreationTimeInUTC

long getCreationTimeInUTC()
Returns:
The time the event has been created in Millis.

IBM WebSphere Application ServerTM
Release 7