Skip navigation links

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


Uses of Class
oracle.as.scheduler.JobSetStep.LinkType

Packages that use JobSetStep.LinkType
oracle.as.scheduler Enterprise Scheduler API interfaces and classes. 

 

Uses of JobSetStep.LinkType in oracle.as.scheduler

 

Methods in oracle.as.scheduler that return JobSetStep.LinkType
static JobSetStep.LinkType JobSetStep.LinkType.getType(int value)
          Returns the LinkType corresponding to the given value.
static JobSetStep.LinkType JobSetStep.LinkType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JobSetStep.LinkType[] JobSetStep.LinkType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.as.scheduler with parameters of type JobSetStep.LinkType
 java.lang.String JobSetStep.getLink(JobSetStep.LinkType linkType)
          Returns the stepId for the given LinkType.
 void JobSetStep.setLink(JobSetStep.LinkType linkType, java.lang.String linkStepId)
          Defines a linked step for the given LinkType.

 


Skip navigation links

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


Copyright © 2008, 2012 Oracle. All rights reserved.