Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


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

Packages that use JobSetStep.LinkType
oracle.as.scheduler Enterprise Scheduler API interfaces and classes, including RuntimeService and MetadataService. 

 

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 Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.