Package | Description |
---|---|
oracle.odi.core.persistence |
Provides Oracle Data Integrator core infrastructure persistence management API.
|
oracle.odi.core.security |
This package (and its sub packages) implements the security layer for ODI SDK including login authentication, password management and privileges check.
|
oracle.odi.domain |
Root package of Oracle Data Integrator domain concerns, providing commons classes
required by sub-packages.
|
oracle.odi.domain.dimension | |
oracle.odi.domain.finder |
Provides foundation of finder concerns.
|
oracle.odi.domain.flexfields |
Provides class related to FlexFields override concerns.
|
oracle.odi.domain.mapping |
This package contains the Oracle Data Integrator Mapping implementation.
|
oracle.odi.domain.mapping.component |
This package contains the component implementation in Oracle Data Integrator Mapping.
|
oracle.odi.domain.mapping.physical |
This package contains the implementation for defining the physical aspects of Oracle Data Integrator Mapping.
|
oracle.odi.domain.mapping.properties |
This package contains the property classes in Oracle Data Integrator Mapping.
|
oracle.odi.domain.marker |
This package contains the Oracle Data Integrator Marker implementation.
|
oracle.odi.domain.model |
This package contains the Oracle Data Integrator Data Model domain implementation.
|
oracle.odi.domain.project |
This package contains the Oracle Data Integrator Project implementation.
|
oracle.odi.domain.project.interfaces |
This package contains Oracle Data Integrator Interface implementation.
|
oracle.odi.domain.root |
This package contains the root classes for Oracle Data Integrator Mapping.
|
oracle.odi.domain.runtime.common | |
oracle.odi.domain.runtime.loadplan | |
oracle.odi.domain.runtime.lpi | |
oracle.odi.domain.runtime.scenario |
This package contains classes for managing Oracle Data Integrator Scenarios and related objects.
|
oracle.odi.domain.runtime.scheduling | |
oracle.odi.domain.runtime.sequence |
This package contains classes for managing Oracle Data Integrator Sequences and their values.
|
oracle.odi.domain.runtime.session |
This package contains classes for managing Oracle Data Integrator Sessions and related objects.
|
oracle.odi.domain.runtime.session.blueprint | |
oracle.odi.domain.runtime.variable |
This package contains classes for needed to create and work with Oracle Data Integrator variables and their values.
|
oracle.odi.domain.security |
This package contains user implementation.
|
oracle.odi.domain.topology |
This package contains the Oracle Data Integrator Topology domain model implementation.
|
oracle.odi.domain.validation | |
oracle.odi.missingref.support |
Provides classes to support the management of missing references which may occur when doing versioning or import/export operations.
|
Modifier and Type | Method and Description |
---|---|
IRepositoryEntity |
IOdiEntityManager.findRepositoryEntityById(java.lang.Class pRequiredType,
java.io.Serializable pId)
Find the repository entity instance of the given class and with the
given identifier / primary key from the ODI instance that manager belongs to.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IOdiEntityManager.contains(IRepositoryEntity entity)
Return true if the specified entity belongs to the current persistence context.
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityManager.checkPermission(IRepositoryEntity entity,
PermissionType pPermissionType)
This is a helper method to check the Permission on the current authentication.
|
static Permission |
Permission.getInstancePermission(PermissionType pType,
IRepositoryEntity pEntity)
Return Permission object for certain entity and priviledge.
|
static Permission |
Permission.getInstancePermission(PermissionType pType,
IRepositoryEntity pParentEntity,
java.lang.Class pChildEntityClass)
Return Permission object for certain child type under certain parent entity and priviledge.
|
boolean |
SecurityManager.isAuthorized(IRepositoryEntity pEntity,
PermissionType pPermissionType)
Almost same as above method, but take in entity and permission type directly.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMasterOdiEntity
Marker interface for entities that resides in the ODI Master Repository.
|
interface |
IMasterRepositoryEntity |
interface |
IOdiEntity
An interface that indicates an object is an ODI entity.
|
interface |
IWorkDevelopmentOdiEntity
Marker interface for entities that resides in the ODI Work
development Repository.
|
interface |
IWorkRuntimeOdiEntity
Marker interface for entities that resides in the ODI Runtime Repository.
|
Modifier and Type | Method and Description |
---|---|
IRepositoryEntity |
IRepositoryEntity.getParent()
This returns parent entity for any first or second class entity,
This allows the caller to construct a path that navigates from any entity back to its topmost container.
|
IRepositoryEntity |
IRepositoryEntity.getSecurityContainer() |
Modifier and Type | Class and Description |
---|---|
class |
OdiCube
A class to represent a cube object.
|
class |
OdiDimension
A class to represent a dimension object.
|
class |
OdiDimensionalModel
A class to represent a dimensional model that is a container for dimension and cube objects.
|
Modifier and Type | Method and Description |
---|---|
IRepositoryEntity |
OdiCube.getSecurityContainer() |
IRepositoryEntity |
OdiCubeUsesDimension.getSecurityContainer() |
IRepositoryEntity |
OdiDimension.getSecurityContainer() |
IRepositoryEntity |
OdiDimensionalModel.getSecurityContainer() |
IRepositoryEntity |
OdiHierarchy.getSecurityContainer() |
IRepositoryEntity |
OdiHierarchyMember.getSecurityContainer() |
IRepositoryEntity |
OdiKeyPartUse.getSecurityContainer() |
IRepositoryEntity |
OdiLevel.getSecurityContainer() |
IRepositoryEntity |
OdiLevelAttribute.getSecurityContainer() |
IRepositoryEntity |
OdiMeasure.getSecurityContainer() |
IRepositoryEntity |
OdiNaturalKeyMember.getSecurityContainer() |
IRepositoryEntity |
OdiParentRef.getSecurityContainer() |
IRepositoryEntity |
OdiRefMember.getSecurityContainer() |
IRepositoryEntity |
OdiSkipLevel.getSecurityContainer() |
Modifier and Type | Method and Description |
---|---|
IRepositoryEntity |
IFinder.findRepositoryEntityById(java.io.Serializable pId)
Find finder type object by internal object id.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IFlexFieldUser
This interface is implemented by ODI objects for which an
OdiFlexField 's
default value can be overridden. |
Modifier and Type | Interface and Description |
---|---|
interface |
IMapComponent
An interface to represent a map component within a component owner.
|
interface |
IMapComponentOwner
An mapping used to specify an ODI mapping component owner.
|
interface |
IMapExpressionOwner
Marker interface for objects that can own MapExpression objects.
|
interface |
IMapRootContainer
The root container for a top-level, stand-alone graph of components (typically a Mapping or a ReusableMapping).
|
interface |
IMapSignatureOwner |
interface |
IPropertyDefinitionOwner
Marker interface for a class that can own property definitions.
|
Modifier and Type | Class and Description |
---|---|
class |
MapAttribute
A persistent class that represents an attribute of a map connector point.
|
class |
MapComponentType
A persistent class containing information about the definition of a component type.
|
class |
MapConnectorPointRole
A class to store the characteristics of a set of component connector points with
a specific role or purpose.
|
class |
Mapping
A class to represent the top level mapping, which is a component owner.
|
class |
ReusableMapping
A Reusable Mapping is a special sub mapping that can be reused in other mappings or other reusable mappings.
|
Modifier and Type | Method and Description |
---|---|
IRepositoryEntity |
Mapping.getSecurityContainer() |
IRepositoryEntity |
ReusableMapping.getSecurityContainer() |
Modifier and Type | Class and Description |
---|---|
class |
CubeComponent |
class |
DimensionComponent |
class |
ExpandableComponentDelegate |
Modifier and Type | Class and Description |
---|---|
class |
DeploymentSpec
Deprecated.
Use
MapPhysicalDesign . |
class |
MapPhysicalExpression
A class representing the physical usage of an attribute expression in the
logical graph.
|
Modifier and Type | Method and Description |
---|---|
IRepositoryEntity |
DeploymentSpec.getParent()
Deprecated.
|
IRepositoryEntity |
DeploymentSpec.getSecurityContainer()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Property
The property class for ODI properties.
|
class |
PropertyDefinition
A class representing a property definition for a component type or class type.
|
Modifier and Type | Class and Description |
---|---|
class |
OdiMarkerGroup
Represents design time metadata about a marker group.
|
class |
OdiMarkerType |
Modifier and Type | Method and Description |
---|---|
IRepositoryEntity |
OdiMarkerGroup.getSecurityContainer() |
IRepositoryEntity |
OdiMarkerType.getSecurityContainer() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOdiCondition |
class |
AbstractOdiSubModel
Abstract base class for sub-models.
|
class |
OdiColumn
An OdiColumn represents the data structure of a column part of an
OdiDataStore . |
class |
OdiCondition
An OdiCondition allows to define a data constraint to check on an
OdiDataStore . |
class |
OdiDataStore
An OdiDataStore represents a two-dimensional tabular data structure, generally a database table structure.
|
class |
OdiDataStoreFormatType
Storage format type of the Hadoop data file.
|
class |
OdiFilter
An
OdiFilter allows to define data filter relative to an
OdiDataStore . |
class |
OdiGlobalSubModel
AbstractOdiSubModel subclass, to manage global ODI submodels.
|
class |
OdiKey
A key for an
OdiDataStore . |
class |
OdiMainPartition
Represents a main partition of an
OdiDataStore . |
class |
OdiModel
An OdiModel represents a set of datastores corresponding to data structures contained in a physical schema.
|
class |
OdiModelFolder
An OdiModelFolder is used to arrange
OdiModel s. |
class |
OdiPartition
An OdiPartition is an abstract class defining database partitioning.
|
class |
OdiReference
An OdiReference is a reference between a foreign
OdiDataStore and a primary OdiDataStore . |
class |
OdiSubModel
A sub model is a group of functionally homogeneous datastores within a model.
|
class |
OdiSubPartition
Subclasses
OdiPartition , and is a child of a OdiMainPartition instance. |
Modifier and Type | Method and Description |
---|---|
IRepositoryEntity |
OdiReferenceShortcutAdapter.getConsumer() |
IRepositoryEntity |
AbstractOdiSubModel.getSecurityContainer() |
IRepositoryEntity |
KeyColumn.getSecurityContainer() |
IRepositoryEntity |
OdiColumn.getSecurityContainer() |
IRepositoryEntity |
OdiCondition.getSecurityContainer() |
IRepositoryEntity |
OdiDataStore.getSecurityContainer() |
IRepositoryEntity |
OdiDataStoreFormatType.getSecurityContainer() |
IRepositoryEntity |
OdiFilter.getSecurityContainer() |
IRepositoryEntity |
OdiKey.getSecurityContainer() |
IRepositoryEntity |
OdiModel.getSecurityContainer() |
IRepositoryEntity |
OdiModelFolder.getSecurityContainer() |
IRepositoryEntity |
OdiPartition.getSecurityContainer() |
IRepositoryEntity |
OdiReference.getSecurityContainer() |
IRepositoryEntity |
ReferenceColumn.getSecurityContainer() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractComponentKM
Represents Extract Knowledge Module
OdiXKM class is defined to only use ComponentKMLine as ProcedureLine.
|
class |
ComponentKM
Deprecated.
This class is deprecated. If you want a class that refers to all
component KM classes (IKM, LKM, CKM, XKM) then use AbstractComponentKM
instead. If you want a class that refers to a concrete component KM
then use the OdiXKM class.
|
class |
OdiCKM
Represents the Control Knowledge Module.
|
class |
OdiFolder
An OdiFolder is a workbench entity that ODI users will use to organize their
work related to a single
OdiProject . |
class |
OdiIKM
Represents an Integration Knowledge Module.
|
class |
OdiInterface
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release.
An OdiInterface is the main class that implement target datastore feeding, suppling data from several source
datastores.
If an interface is constructed with a reference object, the interface will represented a shortcut to
the reference object. When an interface is used as a shortcut, most properties are accessed through
the base object. The This class is not intended to be used directly to create a consistent OdiInterface instance.
A consistent OdiInterface is an OdiInterface instance that would be executed as is without any consistency issues
regarding mappings, execution locations, etc. Creating a consistent This class is provided for internal use only, or for ODI consumers that want to read an existing OdiInterface instance.
Any direct changes to that class or any of its enclosing members from package StagingArea and TargetDataStore are non-nullable instances. |
class |
OdiJKM
Represents a journalization knowledge module.
|
class |
OdiKM
Abstract base class that all knowledge modules types subclasses.
|
class |
OdiKMTemplate |
class |
OdiLKM
Represents the Loading Knowledge Module.
|
class |
OdiPackage
Represents an ODI package.
|
class |
OdiProcedure
Abstract high-level object encompassing ODI User Procedures and ODI Knowledge
Modules.
|
class |
OdiProject
An OdiProject is a top level workbench object in ODI.
|
class |
OdiRKM
Represents the Reverse Knowledge Module.
|
class |
OdiSequence
Represents design time metadata about a sequence.
|
class |
OdiSKM
Represents the Service Knowledge Module.
|
class |
OdiUserFunction
Represents design time metadata about a customized function that can be used in expressions of other objects such as
OdiInterface , OdiUserProcedure . |
class |
OdiUserProcedure
Represents the ODI user procedures.
|
class |
OdiVariable
Represents design time metadata about a variable.
|
class |
OdiXKM
Represents Extract Knowledge Module
OdiXKM class is defined to only use OdiXKMLine as ProcedureLine.
|
Modifier and Type | Method and Description |
---|---|
IRepositoryEntity |
SourceDataStoreShortcutAdapter.getConsumer()
Deprecated.
|
IRepositoryEntity |
DataSet.getSecurityContainer()
Deprecated.
|
IRepositoryEntity |
GenericClause.getSecurityContainer()
Deprecated.
|
IRepositoryEntity |
ObjTrace.getSecurityContainer()
Deprecated.
|
IRepositoryEntity |
SourceDataStore.getSecurityContainer()
Deprecated.
|
IRepositoryEntity |
SourceSet.getSecurityContainer()
Deprecated.
Returns the data set for which this source set is attached to.
|
IRepositoryEntity |
TargetColumn.getSecurityContainer()
Deprecated.
|
IRepositoryEntity |
TargetMapping.getSecurityContainer()
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IFCORoot |
interface |
INamedObject
The base interface for an ODI named object.
|
interface |
IPropertyOwner
An interface that represents any mapping object that can own properties.
|
interface |
IRoot
An interface to represent a mapping object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IExecutable |
Modifier and Type | Class and Description |
---|---|
class |
OdiCecLoadPlan |
class |
OdiLoadPlan
An OdiLoadPlan is the root entity of the Load Plan aggregate.
|
class |
OdiLoadPlanSchedule
OdiLoadPlanSchedule is an execution schedule attached to the concrete
OdiLoadPlan , specified on the object construction. |
Modifier and Type | Method and Description |
---|---|
IRepositoryEntity |
OdiCecLoadPlan.getSecurityContainer() |
IRepositoryEntity |
OdiLoadPlan.getSecurityContainer() |
IRepositoryEntity |
OdiLoadPlanElement.getSecurityContainer() |
IRepositoryEntity |
OdiLoadPlanSchedule.getSecurityContainer() |
IRepositoryEntity |
OdiLoadPlanStepVariable.getSecurityContainer() |
IRepositoryEntity |
OdiLoadPlanVariable.getSecurityContainer() |
Modifier and Type | Class and Description |
---|---|
class |
OdiLoadPlanInstance
The OdiLoadPlanInstance represents the state of an OdiLoadPlan once it's started.
Its main use is to keep an history of a load plan start, in order to be able to restart it in the same state. |
Modifier and Type | Method and Description |
---|---|
IRepositoryEntity |
OdiLoadPlanInstance.getSecurityContainer() |
IRepositoryEntity |
OdiLoadPlanInstanceElement.getSecurityContainer() |
IRepositoryEntity |
OdiLoadPlanInstanceExceptionLog.getSecurityContainer() |
IRepositoryEntity |
OdiLoadPlanInstanceExceptionVariableLog.getSecurityContainer() |
IRepositoryEntity |
OdiLoadPlanInstanceRun.getSecurityContainer() |
IRepositoryEntity |
OdiLoadPlanInstanceStepLog.getSecurityContainer() |
IRepositoryEntity |
OdiLoadPlanInstanceStepVariable.getSecurityContainer() |
IRepositoryEntity |
OdiLoadPlanInstanceVariable.getSecurityContainer() |
IRepositoryEntity |
OdiLoadPlanInstanceVariableLog.getSecurityContainer() |
Modifier and Type | Class and Description |
---|---|
class |
OdiCecScenario |
class |
OdiScenario
An ODI Scenario is designed to put a source component (interface, package, procedure, variable)
into production.
|
class |
OdiScenarioFolder
*
|
class |
OdiScenarioSchedule
OdiScenarioSchedule is an execution schedule attached to the concrete
OdiScenario , specified on the object construction. |
Modifier and Type | Method and Description |
---|---|
IRepositoryEntity |
OdiCecScenario.getSecurityContainer() |
IRepositoryEntity |
OdiScenario.getSecurityContainer() |
IRepositoryEntity |
OdiScenarioFolder.getSecurityContainer() |
IRepositoryEntity |
OdiScenarioReport.getSecurityContainer() |
IRepositoryEntity |
OdiScenarioSchedule.getSecurityContainer() |
IRepositoryEntity |
OdiScenarioSequence.getSecurityContainer() |
IRepositoryEntity |
OdiScenarioStep.getSecurityContainer() |
IRepositoryEntity |
OdiScenarioTask.getSecurityContainer() |
IRepositoryEntity |
OdiScenarioVariable.getSecurityContainer() |
IRepositoryEntity |
OdiStepReport.getSecurityContainer() |
Modifier and Type | Class and Description |
---|---|
class |
OdiSchedule
Abstract high-level object encompassing ODI Scenario Schedule and ODI Load Plan
Schedule.
|
Modifier and Type | Method and Description |
---|---|
IRepositoryEntity |
OdiJobStartupParam.getSecurityContainer() |
Modifier and Type | Method and Description |
---|---|
IRepositoryEntity |
OdiStandardSequenceValue.getSecurityContainer() |
Modifier and Type | Class and Description |
---|---|
class |
OdiSession
An
OdiSession is an execution (of a scenario, an interface, a package or a procedure, ...)
undertaken by an execution agent. |
class |
OdiSessionFolder
An
OdiSessionFolder is used to group OdiSession
using predefined Keywords. |
Modifier and Type | Method and Description |
---|---|
IRepositoryEntity |
OdiSession.getSecurityContainer() |
IRepositoryEntity |
OdiSessionCustomStep.getSecurityContainer() |
IRepositoryEntity |
OdiSessionCustomTask.getSecurityContainer() |
IRepositoryEntity |
OdiSessionCustomVariable.getSecurityContainer() |
IRepositoryEntity |
OdiSessionFolder.getSecurityContainer() |
IRepositoryEntity |
OdiSessionParameter.getSecurityContainer()
Return the parent
OdiSession of this OdiSessionParameter. |
IRepositoryEntity |
OdiSessionSequence.getSecurityContainer()
Deprecated.
|
IRepositoryEntity |
OdiSessionStep.getSecurityContainer()
Deprecated.
|
IRepositoryEntity |
OdiSessionStepLog.getSecurityContainer() |
IRepositoryEntity |
OdiSessionTask.getSecurityContainer()
Deprecated.
|
IRepositoryEntity |
OdiSessionTaskLog.getSecurityContainer() |
IRepositoryEntity |
OdiSessionVariable.getSecurityContainer()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
OdiSessionBlueprint
OdiSessionBlueprint is SDK representation of Session Blueprint which is the copy of
one particular snapshot/revision of a OdiScenario (or created directly from design time objects). |
Modifier and Type | Method and Description |
---|---|
IRepositoryEntity |
OdiSessionBlueprint.getSecurityContainer() |
IRepositoryEntity |
OdiSessionBlueprintBreakpoint.getSecurityContainer() |
IRepositoryEntity |
OdiSessionBlueprintSequence.getSecurityContainer() |
IRepositoryEntity |
OdiSessionBlueprintStep.getSecurityContainer() |
IRepositoryEntity |
OdiSessionBlueprintTask.getSecurityContainer() |
IRepositoryEntity |
OdiSessionBlueprintVariable.getSecurityContainer() |
Modifier and Type | Method and Description |
---|---|
IRepositoryEntity |
OdiVariableValue.getSecurityContainer() |
Modifier and Type | Class and Description |
---|---|
class |
OdiEnterprisePrincipal |
class |
OdiPrincipal |
class |
OdiProfile |
class |
OdiRole
Master repository entity, which is mapped to SNP_USER
|
class |
OdiUser
The
OdiUser class contains informations about a user
including password and supervisor. |
Modifier and Type | Method and Description |
---|---|
IRepositoryEntity |
OdiEnterprisePrincipal.getSecurityContainer() |
IRepositoryEntity |
OdiPrincipal.getSecurityContainer()
Return the parent object.
|
IRepositoryEntity |
OdiProfile.getSecurityContainer() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOdiWsBasePhysicalSchema
An AbstractOdiWsBasePhysicalSchema an extension of OdiPhysicalSchema and serves as the parent for the other Web Services Technology specific physical schema.
|
class |
OdiAction |
class |
OdiContext
An ODI Context.
|
class |
OdiContextualAgentMapping
Agent mapping between a physical agent and a logical agent applying for
an ODI context.
|
class |
OdiContextualSchemaMapping
Schema mapping between physical schema and logical schema applying for
an ODI context.
|
class |
OdiDataServer
An
OdiDataServer is a data server that is defined for a technology
into the physical topology of ODI. |
class |
OdiDataType
An
OdiDataType is a domain entity describing a single data type defined for an
ODI technology. |
class |
OdiEnterpriseScheduler
ODI domain object representing an ODI enterprise scheduler.
|
class |
OdiFlexField
An ODI Flex Field enabling generic/flexible definition of custom informations
for an ODI entity (aka
IOdiEntity ). |
class |
OdiHadoopDataServer
The
OdiHadoopDataServer class contains information to connect to the
described hadoop data server and how to manage that connection with properties
like "hadoopJobTrackerUri" and "hadoopNameNodeUri". |
class |
OdiHBaseDataServer
The
OdiHBaseDataServer class contains information to connect to the
described HBase data server and how to manage that connection with properties |
class |
OdiHiveDataServer
The
OdiHiveDataServer class contains information to connect to the
described Hive data server and how to manage that connection with properties |
class |
OdiIndexType
An
OdiIndexType is a domain entity describing a single type of SGBDR index for an
ODI technology. |
class |
OdiLogicalAgent
An ODI logical agent to be used as reference to an
OdiPhysicalAgent
for a given OdiContext . |
class |
OdiLogicalExtRtEngine
An ODI logical external runtime engine to be used as reference
to an
OdiPhysicalExtRtEngine for a given OdiContext . |
class |
OdiLogicalSchema
An ODI logical schema.
|
class |
OdiMasterRepositoryInfo
Metadata about an ODI Master Repository.
|
class |
OdiObject |
class |
OdiPhysicalAgent
An ODI physical agent, holding metadata about a deployed runtime agent.
|
class |
OdiPhysicalAgentDataSource
OdiPhysicalAgentDataSource allows to override connection settings of an
AbstractOdiDataServer with J2EE DataSource settings for an ODI agent deployed
into a J2EE server. |
class |
OdiPhysicalExtRtEngine
An ODI physical external runtime engine, holding metadata about a deployed external runtime engine.
|
class |
OdiPhysicalSchema
An
OdiPhysicalSchema is a physical schema defined for a data server
into the physical topology of ODI. |
class |
OdiPigDataServer
The
OdiPigDataServer class contains information to connect to the
described Pig data server and how to manage that connection with properties
pigExecType |
class |
OdiRepositoryServer
An OdiRepositoryServer.
|
class |
OdiSparkPythonDataServer
The
OdiSparkPythonDataServer class contains information to connect to the
described SparkPython data server and how to manage that connection with properties |
class |
OdiTechnology
A technology that is defined within the physical topology provided by ODI.
|
class |
OdiWorkRepositoryInfo
Metadata about an ODI Work Repository.
|
class |
OdiWsPhysicalSchema
A
OdiWsPhysicalSchema is an extension of AbstractOdiWsBasePhysicalSchema
and encapsulates the properties specific to Web Services Technology
For details regarding the parent Physical Schema see AbstractOdiWsBasePhysicalSchema |
Modifier and Type | Method and Description |
---|---|
IRepositoryEntity |
ValidationRecord.getErrorObject()
The underlying IRepositoryEntity object that has a validation error for the Validation Record
|
Constructor and Description |
---|
ValidationRecord(IRepositoryEntity errorObject,
ValidationMessageHandle messageHandle,
java.lang.Object[] args) |
Modifier and Type | Method and Description |
---|---|
IMissingRef[] |
MissingRefManager.getMissingRefsForObject(IRepositoryEntity pRepositoryEntity)
Returns the missing refs managed in this manager whose origin entity is this one.
|