|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.genesyslab.omsdk.mil.MILStopProcessingReason
Placeholder for reason parameters associated with
StopProcessing requests to Interaction Server.
Genesys recommends that you use predefined reasons available in the Configuration Layer. These predefined reasons are business attribute values of type "StopProcessing Reason".
To get a MILStopProcessingReason instance for a predefined reason,
use createXXX(int code) static method of this class.
| Constructor Summary | |
MILStopProcessingReason(int code,
java.lang.String name,
java.lang.String description)
Constructor. |
|
| Method Summary | |
static MILStopProcessingReason |
createAbandoned(int code)
Creates a MILStopProcessingReason instance named Abandoned,
having the following description: "StopProcessing Reason Abandoned". |
static MILStopProcessingReason |
createAutoResponded(int code)
Creates a MILStopProcessingReason instance named Auto Responded,
having the following description: "StopProcessing Reason Auto Responded". |
static MILStopProcessingReason |
createForwarded(int code)
Creates a MILStopProcessingReason instance named Forwarded,
having the following description: "StopProcessing Reason Forwarded". |
static MILStopProcessingReason |
createNormal(int code)
Creates a MILStopProcessingReason instance named Normal,
having the following description: "StopProcessing Reason Auto Normal". |
static MILStopProcessingReason |
createRedirected(int code)
Creates a MILStopProcessingReason instance named Re-directed,
having the following description: "StopProcessing Reason Re-directed". |
static MILStopProcessingReason |
createSent(int code)
Creates a MILStopProcessingReason instance named Sent,
having the following description: "StopProcessing Reason Sent". |
static MILStopProcessingReason |
createTerminated(int code)
Creates a MILStopProcessingReason instance named Terminated,
having the following description: "StopProcessing Reason Terminated". |
int |
getCode()
Returns the reason code. |
java.lang.String |
getDescription()
Returns the reason description. |
java.lang.String |
getName()
Returns the reason name. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MILStopProcessingReason(int code,
java.lang.String name,
java.lang.String description)
For predefined reasons, use createXXX methods.
code - reason code; this code is specific to your application, not used by framework.name - the reason name.description - the reason description.| Method Detail |
public int getCode()
This reason code can be specific to the application.
public java.lang.String getName()
public java.lang.String getDescription()
public static MILStopProcessingReason createAutoResponded(int code)
MILStopProcessingReason instance named Auto Responded,
having the following description: "StopProcessing Reason Auto Responded".
code - the reason code; can be application-specific.
Auto Responded reason.public static MILStopProcessingReason createForwarded(int code)
MILStopProcessingReason instance named Forwarded,
having the following description: "StopProcessing Reason Forwarded".
code - the reason code; can be application-specific.
Forwarded reason.public static MILStopProcessingReason createNormal(int code)
MILStopProcessingReason instance named Normal,
having the following description: "StopProcessing Reason Auto Normal".
code - the reason code; can be application-specific.
Normal reason.public static MILStopProcessingReason createRedirected(int code)
MILStopProcessingReason instance named Re-directed,
having the following description: "StopProcessing Reason Re-directed".
code - the reason code; can be application-specific.
Re-directed reason.public static MILStopProcessingReason createSent(int code)
MILStopProcessingReason instance named Sent,
having the following description: "StopProcessing Reason Sent".
code - the reason code; can be application-specific.
Sent reason.public static MILStopProcessingReason createTerminated(int code)
MILStopProcessingReason instance named Terminated,
having the following description: "StopProcessing Reason Terminated".
code - the reason code; can be application-specific.
Terminated reason.public static MILStopProcessingReason createAbandoned(int code)
MILStopProcessingReason instance named Abandoned,
having the following description: "StopProcessing Reason Abandoned".
code - the reason code; can be application-specific.
Abandoned reason.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||