Skip navigation links
oracle.odi.domain.project
Class StepProcedure
java.lang.Object
oracle.odi.domain.support.BusinessObject
oracle.odi.domain.support.AbstractRepositoryEntity
oracle.odi.domain.project.Step
oracle.odi.domain.project.StepProcedure
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, IRepositoryEntity, oracle.odi.domain.procusage.IProcedureUser
-
public class StepProcedure
- extends Step
- implements oracle.odi.domain.procusage.IProcedureUser
Subclass of Step that will be used inside an OdiPackage to express execution of an OdiUserProcedure.
- Since:
- 11.1.1.3.0
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class oracle.odi.domain.project.Step |
Step.LogLevel |
| Methods inherited from class oracle.odi.domain.project.Step |
getFailureRetryDelay, getFailureRetryNumber, getInternalId, getLoglevel, getName, getNextStepAfterFailure, getNextStepAfterSuccess, getParentPackage, getSecurityContainer, getStepId, isFirstStep, setFailureRetryDelay, setFailureRetryNumber, setLoglevel, setName, setNextStepAfterFailure, setNextStepAfterSuccess |
| Methods inherited from class oracle.odi.domain.support.BusinessObject |
clone |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StepProcedure
public StepProcedure(OdiPackage pPackage,
OdiUserProcedure pUserProcedure,
java.lang.String pName)
- Constructor that sets the parent
OdiPackage, the OdiUserProcedure upon which this Step is based and the step name.
- Parameters:
pPackage - the package that will hold this step
pName - the name of the step to be created
pUserProcedure - the procedure to be executed when executing this step
- Throws:
DomainRuntimeException - if the package is null, if the procedure is null or if the name is null, empty or longer than
getProcedure
public OdiUserProcedure getProcedure()
- Returns the
OdiUserProcedure upon which this Step is based.
-
- Returns:
- an
OdiUserProcedure object
getProcedureShortcut
public OdiUserProcedure getProcedureShortcut()
- Internal use only. Get the user procedure shortcut associated with this step.
-
- Returns:
- OdiUserProcedure shortcut associated with this step.
getProcedureOptions
public java.util.List<IOptionValue> getProcedureOptions()
- Return the values used in this step for the procedure options.
-
- Returns:
- an unmodifiable list of
IOptionValue
getInstanceId
public java.lang.Number getInstanceId()
-
- Specified by:
getInstanceId in interface oracle.odi.domain.procusage.IProcedureUser
Skip navigation links
Copyright © 2010, 2013, Oracle and/or its affiliates. All rights reserved.