|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.genesyslab.ail.Enum
com.genesyslab.ail.event.WorkbinEvent.Operation
public static class WorkbinEvent.Operation
Enum for the possible operations performed on an interaction that modified the workbin.
| Field Summary | |
|---|---|
static WorkbinEvent.Operation |
CONFERENCE
Indicates an interaction change due to a conference. |
static int |
CONFERENCE_
Indicates an interaction change due to a conference. |
static WorkbinEvent.Operation |
CREATE
Indicates an interaction was created. |
static int |
CREATE_
Indicates an interaction was created. |
static WorkbinEvent.Operation |
INTRUDE
Indicates an interaction change due to an intrude operation. |
static int |
INTRUDE_
Indicates an interaction change due to an intrude operation. |
static WorkbinEvent.Operation |
LEAVE
Indicates an interaction left. |
static int |
LEAVE_
Indicates an interaction left. |
static WorkbinEvent.Operation |
PARTY_DISCONNECT
Indicates a party's disconnection. |
static int |
PARTY_DISCONNECT_
Indicates a party's disconnection. |
static WorkbinEvent.Operation |
PLACE_IN_QUEUE
Indicates an interaction was placed in the queue. |
static int |
PLACE_IN_QUEUE_
Indicates an interaction was placed in the queue. |
static WorkbinEvent.Operation |
PLACE_IN_WORKBIN
Indicates an interaction was placed in the workbin. |
static int |
PLACE_IN_WORKBIN_
Indicates an interaction was placed in the workbin. |
static WorkbinEvent.Operation |
PULL
Indicates an interaction was pulled. |
static int |
PULL_
Indicates an interaction was pulled. |
static WorkbinEvent.Operation |
REJECT
Indicates an interaction was rejected. |
static int |
REJECT_
Indicates an interaction was rejected. |
static WorkbinEvent.Operation |
ROUTE
Indicates an interaction change due to a routing operation. |
static int |
ROUTE_
Indicates an interaction change due to a routing operation. |
static WorkbinEvent.Operation |
STOP
Indicates an interaction was stopped. |
static int |
STOP_
Indicates an interaction was stopped. |
static WorkbinEvent.Operation |
TIMEOUT
Indicates an interaction timed out. |
static int |
TIMEOUT_
Indicates an interaction timed out. |
static WorkbinEvent.Operation |
TRANSFER
Indicates that an interaction was transferred. |
static int |
TRANSFER_
Indicates that an interaction was transferred. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static WorkbinEvent.Operation |
getOperation(int operation)
Returns the Operation for this value. |
| Methods inherited from class com.genesyslab.ail.Enum |
|---|
equals, hashCode, max, toInt, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int TRANSFER_
public static final WorkbinEvent.Operation TRANSFER
public static final int CONFERENCE_
public static final WorkbinEvent.Operation CONFERENCE
public static final int INTRUDE_
public static final WorkbinEvent.Operation INTRUDE
public static final int ROUTE_
public static final WorkbinEvent.Operation ROUTE
public static final int PULL_
public static final WorkbinEvent.Operation PULL
public static final int CREATE_
public static final WorkbinEvent.Operation CREATE
public static final int REJECT_
public static final WorkbinEvent.Operation REJECT
public static final int TIMEOUT_
public static final WorkbinEvent.Operation TIMEOUT
public static final int LEAVE_
public static final WorkbinEvent.Operation LEAVE
public static final int STOP_
public static final WorkbinEvent.Operation STOP
public static final int PLACE_IN_WORKBIN_
public static final WorkbinEvent.Operation PLACE_IN_WORKBIN
public static final int PLACE_IN_QUEUE_
public static final WorkbinEvent.Operation PLACE_IN_QUEUE
public static final int PARTY_DISCONNECT_
public static final WorkbinEvent.Operation PARTY_DISCONNECT
| Method Detail |
|---|
public static final WorkbinEvent.Operation getOperation(int operation)
Operation for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||