|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.domain.support.BusinessObject
oracle.odi.domain.support.AbstractRepositoryEntity
oracle.odi.domain.project.Step
oracle.odi.domain.project.StepModel
public class StepModel
Subclass of Step that represents a step based on an OdiModel.
Such step will be used to make Journalize, Control or Reverse action over an OdiModel.
Note: the current implementation doesn't support KM options overriding. Default values will be used.
| Nested Class Summary | |
|---|---|
static class |
StepModel.ConsistentJournalizeModelUsed to encapsulate informations about the consistent journalizing that has to be done over the model related to an StepModel instance. |
static class |
StepModel.ControlModelUsed to encapsulate informations about the control that has to be done over the model related to an StepModel instance. |
static interface |
StepModel.IModelActionType safety interface that implementation classes will use to define model actions. |
static class |
StepModel.ReverseModelUsed to encapsulate informations about the reverse that has to be done over the model related to an StepModel instance. |
static class |
StepModel.SimpleJournalizeModelUsed to encapsulate informations about the simple journalizing that has to be done over the model related to an StepModel instance. |
| 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 | |
|---|---|
StepModel(OdiPackage pPackage, OdiModel pModel, java.lang.String pName)Constructor that sets the parent OdiPackage, the OdiModel upon which this Step is based and the step name. |
|
| Method Summary | |
|---|---|
StepModel.IModelAction |
getAction()Return the StepModel.IModelAction defined on this Step for this OdiModel. |
OdiModel |
getModel()Returns the OdiModel on which the action is done. |
void |
setAction(StepModel.IModelAction pModelAction)Defines the StepModel.IModelAction to be done for this StepModel. |
| 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 StepModel(OdiPackage pPackage,
OdiModel pModel,
java.lang.String pName)
OdiPackage, the OdiModel upon which this Step is based and the step name.
pPackage - the package that will hold this steppModel - the modelpName - the name of the stepjava.lang.IllegalArgumentException - if the package or model is null, or if given name is null, empty or longer than| Method Detail |
|---|
public OdiModel getModel()
OdiModel on which the action is done.OdiModel objectpublic StepModel.IModelAction getAction()
StepModel.IModelAction defined on this Step for this OdiModel.StepModel.IModelAction objectsetAction(IModelAction)public void setAction(StepModel.IModelAction pModelAction)
StepModel.IModelAction to be done for this StepModel.
By default, the action is defined with a StepModel.ControlModel that doesn't check delete errors.
pModelAction - the actionjava.lang.IllegalArgumentException - if the model action is nullgetAction()
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||