|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.odi.domain.support.BusinessObject
oracle.odi.domain.support.AbstractRepositoryEntity
oracle.odi.domain.project.Step
oracle.odi.domain.project.StepOsCommand
public class StepOsCommand
Subclass of Step representing a step that contains an OS (Operating System)
command.
Such step will be used inside an OdiPackage to express execution
of an OS command as a simple string.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class oracle.odi.domain.project.Step |
|---|
Step.LogLevel |
| Field Summary |
|---|
| Fields inherited from class oracle.odi.domain.project.Step |
|---|
NAME_MAX_LENGTH |
| Constructor Summary | |
|---|---|
StepOsCommand(OdiPackage pPackage,
java.lang.String pName)
Constructor that sets the parent OdiPackage and the step name. |
|
| Method Summary | |
|---|---|
Expression |
getCommandExpression()
Returns the expression that define the OS command to be executed when executing this step. |
void |
setCommandExpression(Expression pCommand)
Sets the expression that defines the OS command to be executed when executing this step. |
void |
setCommandExpression(java.lang.String pCommand,
GlobalExpressionContext pGlobalContext)
Sets the expression that defines the OS command to be executed when executing this step. |
| 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 |
| Constructor Detail |
|---|
public StepOsCommand(OdiPackage pPackage,
java.lang.String pName)
OdiPackage and the step name.
pPackage - the package that will hold this steppName - the name of the step to be created
java.lang.IllegalArgumentException - if the package is null or if the name is null, empty or
longer than | Method Detail |
|---|
public Expression getCommandExpression()
Expression objectsetCommandExpression(Expression)public void setCommandExpression(Expression pCommand)
pCommand - the expressionsetCommandExpression(String, GlobalExpressionContext),
getCommandExpression()
public void setCommandExpression(java.lang.String pCommand,
GlobalExpressionContext pGlobalContext)
pCommand - the expressionpGlobalContext - the global context that will be used to reference global ODI objects (like variables, sequences...)setCommandExpression(Expression),
getCommandExpression()
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||