Skip navigation links

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

E17060-03


Uses of Class
oracle.odi.domain.project.OdiProject

Packages that use OdiProject
oracle.odi.domain.project This package contains the Oracle Data Integrator Project implementation. 
oracle.odi.domain.project.finder This package contains Oracle Data Integrator Finder interfaces for domain project objects.
 
oracle.odi.domain.xrefs.expression.contexts Defines contexts (aka scope) for expression parsing. 
oracle.odi.interfaces.interactive.support.xrefs This package provides the implementation for expression contexts of data sets and target expressions in Oracle Data Integrator interfaces. 

 

Uses of OdiProject in oracle.odi.domain.project

 

Methods in oracle.odi.domain.project that return OdiProject
 OdiProject OdiFolder.getProject()
          Returns the parent OdiProject that owns this OdiFolder instance.
 OdiProject OdiKM.getProject()
          Returns the parent OdiProject.
 OdiProject OdiSKM.getProject()
          Returns the parent OdiProject.
 OdiProject OdiSequence.getProject()
          Returns the OdiProject instance for Project-Level sequences.
 OdiProject OdiUserFunction.getProject()
          Obtains the OdiProject this OdiUserFunction belongs to, or null if this is a global OdiUserFunction.
 OdiProject OdiVariable.getProject()
          Returns the OdiProject that owns this OdiVariable instance.

 

Methods in oracle.odi.domain.project with parameters of type OdiProject
 void OdiKM.setProject(OdiProject pProject)
          Sets the parent OdiProject.

 

Constructors in oracle.odi.domain.project with parameters of type OdiProject
OdiCKM(OdiProject pProject, java.lang.String pName)
          Constructor that sets the parent project and the name of the KM.
OdiFolder(OdiProject pProject, java.lang.String pName)
          Constructor who sets the parent project and the name of the folder.
OdiIKM(OdiProject pProject, java.lang.String pName)
          Constructor that sets the parent project and the name of the IKM.
OdiJKM(OdiProject pProject, java.lang.String pName)
          Constructor that sets the parent project and the name of the KM.
OdiLKM(OdiProject pProject, java.lang.String pName)
          Constructor that sets the parent project and the name of the KM.
OdiRKM(OdiProject pProject, java.lang.String pName)
          Constructor that sets the parent project and the name of the KM.
OdiSequence(OdiProject pProject, java.lang.String pName, java.lang.Integer pIncrementValue)
          Construct a new OdiSequence.
OdiSKM(OdiProject pProject, java.lang.String pName)
          Constructor that sets the parent project and the name of the KM
OdiUserFunction(OdiProject pProject, java.lang.String pName, java.lang.String pGroupName, java.lang.String pFunctionString)
          Constructs a new OdiUserFunction with the given name, group name and functional string owned by the given OdiProject.
OdiVariable(OdiProject pProject, java.lang.String pName)
          Construct a new OdiVariable with the given name owned by the given OdiProject.

 

Uses of OdiProject in oracle.odi.domain.project.finder

 

Methods in oracle.odi.domain.project.finder that return OdiProject
 OdiProject IOdiProjectFinder.findByCode(java.lang.String pCode)
          Return the OdiProject instance defined by this code.

 

Uses of OdiProject in oracle.odi.domain.xrefs.expression.contexts

 

Constructors in oracle.odi.domain.xrefs.expression.contexts with parameters of type OdiProject
OdiProjectExpressionContext(OdiProject pProject)
          Create a new OdiProjectExpressionContext.
OdiProjectExpressionContext(OdiProject pProject, IOdiVariableFinder pOdiVariableFinder, IOdiSequenceFinder pOdiSequenceFinder, IOdiUserFunctionFinder pOdiUserFunctionFinder)
          Create a new OdiProjectExpressionContext.

 

Uses of OdiProject in oracle.odi.interfaces.interactive.support.xrefs

 

Constructors in oracle.odi.interfaces.interactive.support.xrefs with parameters of type OdiProject
ContextManager(OdiProject pProject, IOdiEntityManager pOdiEntityManager)
          Create a context manager that will include tags for the specified project.
ContextManager(OdiProject pProject, IOdiEntityManager pOdiEntityManager, boolean pUseFindersForProjectObjects)
          Create a context manager that will include tags for the specified project.

 


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.