|
Oracle Enterprise Scheduler Java API Reference 11g Release 1 (11.1.1.7) E26229-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.as.scheduler.JobSetStepProperty
public class JobSetStepProperty
Defines the JobSet step properties.
| Field Summary | |
|---|---|
static java.lang.String |
SELECT_OUTPUTDeprecated. Not supported. |
static java.lang.String |
SELECT_STATEDeprecated. Replaced by SystemProperty.SELECT_STATE |
static java.lang.String |
STATE_EVALUATORDeprecated. Not supported. |
| Constructor Summary | |
|---|---|
JobSetStepProperty() |
|
| Method Summary | |
|---|---|
static java.util.Set<java.lang.String> |
getNames()Returns the names of the step properties. |
static ParameterInfo |
getStepPropInfo(java.lang.String name)Returns the detailed information for the step property identified by the given name. |
static java.lang.Object |
getTypedObject(java.lang.String propName, java.lang.String val)Returns the given value converted into the appropriate type for the given property name. |
static boolean |
isStepProp(java.lang.String name)Determines if the given name is a JobSetStepProperty. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Deprecated
public static final java.lang.String SELECT_OUTPUT
@Deprecated
public static final java.lang.String SELECT_STATE
SystemProperty.SELECT_STATEThe property datatype is BOOLEAN.
@Deprecated
public static final java.lang.String STATE_EVALUATOR
Defines the state evaluator class for the step.
The property datatype is STRING.
| Constructor Detail |
|---|
public JobSetStepProperty()
| Method Detail |
|---|
public static java.util.Set<java.lang.String> getNames()
public static boolean isStepProp(java.lang.String name)
public static ParameterInfo getStepPropInfo(java.lang.String name)
null if no such step property exists.
public static java.lang.Object getTypedObject(java.lang.String propName,
java.lang.String val)
throws ValidationException
propName - name of the property.val - the value to convert into the correct type for the property.null if the property name is not a valid JobSetStepProperty name.ValidationException - if val has an unsupported datype or a conversion error occurs.
|
Oracle Enterprise Scheduler Java API Reference 11g Release 1 (11.1.1.7) E26229-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||