Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


oracle.odi.domain.runtime.lpi
Class OdiLoadPlanInstanceElement

java.lang.Object
  extended by oracle.odi.domain.support.BusinessObject
      extended by oracle.odi.domain.support.AbstractRepositoryEntity
          extended by oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceElement

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, IRepositoryEntity
Direct Known Subclasses:
OdiLoadPlanInstanceCaseCondition, OdiLoadPlanInstanceException, OdiLoadPlanInstanceStep

public abstract class OdiLoadPlanInstanceElement
extends oracle.odi.domain.support.AbstractRepositoryEntity

Abstract class representing an object in the OdiLoadPlanInstance hierarchy of steps

Since:
11.1.1.5.0
See Also:
Serialized Form

Field Summary
static int NAME_MAX_LENGTH
           

 

Constructor Summary
OdiLoadPlanInstanceElement()
           

 

Method Summary
 java.lang.String getName()
           
 IRepositoryEntity getSecurityContainer()
          Define a generic way to retrieve container for entities.
 java.lang.Number getStepId()
           

 

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

 

Methods inherited from interface oracle.odi.domain.IRepositoryEntity
getInternalId

 

Field Detail

NAME_MAX_LENGTH

public static final int NAME_MAX_LENGTH
See Also:
Constant Field Values

Constructor Detail

OdiLoadPlanInstanceElement

public OdiLoadPlanInstanceElement()

Method Detail

getName

public java.lang.String getName()

getStepId

public java.lang.Number getStepId()

getSecurityContainer

public IRepositoryEntity getSecurityContainer()
Description copied from interface: IRepositoryEntity
Define a generic way to retrieve container for entities.
Returns:
container entity

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


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