|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgTaskType | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.applicationblocks.com.queries | |
com.genesyslab.platform.configuration.protocol.types | This package contains classes based on the Genesys GEnum class. |
Uses of CfgTaskType in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgTaskType | |
---|---|
CfgTaskType |
CfgScheduledTask.getType()
Type of the ScheduledTask. |
CfgTaskType |
CfgDeltaScheduledTask.getType()
Type of the ScheduledTask. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgTaskType | |
---|---|
void |
CfgScheduledTask.setType(CfgTaskType value)
Type of the ScheduledTask. |
Uses of CfgTaskType in com.genesyslab.platform.applicationblocks.com.queries |
---|
Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgTaskType | |
---|---|
CfgTaskType |
CfgScheduledTaskQuery.getTaskType()
Type of the ScheduledTask (see
CfgTaskType
). |
Methods in com.genesyslab.platform.applicationblocks.com.queries with parameters of type CfgTaskType | |
---|---|
void |
CfgScheduledTaskQuery.setTaskType(CfgTaskType value)
Type of the ScheduledTask (see
CfgTaskType
). |
Uses of CfgTaskType in com.genesyslab.platform.configuration.protocol.types |
---|
Fields in com.genesyslab.platform.configuration.protocol.types declared as CfgTaskType | |
---|---|
static CfgTaskType |
CfgTaskType.CFGTTMaxType
|
static CfgTaskType |
CfgTaskType.CFGTTNoType
|
static CfgTaskType |
CfgTaskType.CFGTTRegenerateDIDGroups
|
static CfgTaskType |
CfgTaskType.CFGTTRegenerateIVRProfiles
|
static CfgTaskType |
CfgTaskType.CFGTTSwapIVRURLs
|
static CfgTaskType |
CfgTaskType.CFGTTUpdateAppIVR
|
Methods in com.genesyslab.platform.configuration.protocol.types that return CfgTaskType | |
---|---|
static CfgTaskType |
CfgTaskType.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CfgTaskType |
CfgTaskType.valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists. |
Methods in com.genesyslab.platform.configuration.protocol.types that return types with arguments of type CfgTaskType | |
---|---|
static java.util.Collection<CfgTaskType> |
CfgTaskType.values()
Returns all values of the enumeration. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |