Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


oracle.as.scheduler
Class JobSetStepProperty

java.lang.Object
  extended by oracle.as.scheduler.JobSetStepProperty


public class JobSetStepProperty
extends java.lang.Object

Defines the JobSet step properties.


Field Summary
static java.lang.String SELECT_OUTPUT
          Deprecated. Not supported.
static java.lang.String SELECT_STATE
          Deprecated. Replaced by SystemProperty.SELECT_STATE
static java.lang.String STATE_EVALUATOR
          Deprecated. 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

SELECT_OUTPUT

@Deprecated
public static final java.lang.String SELECT_OUTPUT
Deprecated. Not supported.
Not supported.
See Also:
Constant Field Values

SELECT_STATE

@Deprecated
public static final java.lang.String SELECT_STATE
Deprecated. Replaced by SystemProperty.SELECT_STATE
Specifies whether the step's state should be included when determining the JobSet's state.

The property datatype is BOOLEAN.

See Also:
Constant Field Values

STATE_EVALUATOR

@Deprecated
public static final java.lang.String STATE_EVALUATOR
Deprecated. Not supported.
Not supported.

Defines the state evaluator class for the step.

The property datatype is STRING.

See Also:
Constant Field Values

Constructor Detail

JobSetStepProperty

public JobSetStepProperty()

Method Detail

getNames

public static java.util.Set<java.lang.String> getNames()
Returns the names of the step properties.
Returns:
Set of the names of all step properties.

isStepProp

public static boolean isStepProp(java.lang.String name)
Determines if the given name is a JobSetStepProperty.
Returns:
true if the name is a valid property name; else false.

getStepPropInfo

public static ParameterInfo getStepPropInfo(java.lang.String name)
Returns the detailed information for the step property identified by the given name.
Returns:
the information about the property. This will be null if no such step property exists.

getTypedObject

public static java.lang.Object getTypedObject(java.lang.String propName,
                                              java.lang.String val)
                                       throws ValidationException
Returns the given value converted into the appropriate type for the given property name.
Parameters:
propName - name of the property.
val - the value to convert into the correct type for the property.
Returns:
an Object that has the correct type for the given property, or null if the property name is not a valid JobSetStepProperty name.
Throws:
ValidationException - if val has an unsupported datype or a conversion error occurs.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


Copyright © 2008, 2012 Oracle. All rights reserved.