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

E17060-01

Uses of Class
oracle.odi.domain.project.interfaces.GenericClause

Packages that use GenericClause
oracle.odi.domain.project.interfaces This package contains Oracle Data Integrator Interface implementation. 
oracle.odi.interfaces.interactive.support.actions This package contains the Oracle Data Integrator interface action implementation classes Classes in this package allow modification to the ODI interface object, when used in conjunction with the oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions helper class. 
 

Uses of GenericClause in oracle.odi.domain.project.interfaces
 

Subclasses of GenericClause in oracle.odi.domain.project.interfaces
 class Filter
          This class represents a filter in an interface.
 class Join
          This class represents a join in an interface.
 

Methods in oracle.odi.domain.project.interfaces that return types with arguments of type GenericClause
 java.util.Collection<GenericClause> DataSet.getGenericClauses()
          Returns the list of generic clauses of this dataset, which is the list of filters and joins in this dataset.
 

Uses of GenericClause in oracle.odi.interfaces.interactive.support.actions
 

Constructors in oracle.odi.interfaces.interactive.support.actions with parameters of type GenericClause
InterfaceActionOnGenericClauseAbstract(GenericClause pGenericClause)
          For internal use only.
InterfaceActionOnGenericClauseSetBusinessRule(GenericClause pGenericClause, java.lang.String pBusinessRule)
          The constructor for the action.
InterfaceActionOnGenericClauseSetDefaultOrder(GenericClause pGenericClause)
          Constructor for the action.
InterfaceActionOnGenericClauseSetDescription(GenericClause pGenericClause, java.lang.String pDescription)
          Deprecated.  
InterfaceActionOnGenericClauseSetEnabled(GenericClause pGenericClause, boolean pEnabled)
          The constructor for the action.
InterfaceActionOnGenericClauseSetExecutionLocation(GenericClause pGenericClause, OdiInterface.ExecutionLocation pExecutionLocation)
          The constructor for the action class.
InterfaceActionOnGenericClauseSetIndexType(GenericClause pGenericClause, OdiIndexType pIndexType, InterfaceActionOnGenericClauseSetIndexType.IndexTypeNumber pIndexTypeNumber)
          Constructor for the action class.
InterfaceActionOnGenericClauseSetOrder(GenericClause pGenericClause, int pClauseOrder)
          The constructor for the action.
InterfaceActionOnGenericClauseSetSql(GenericClause pGenericClause, java.lang.String pSql)
          The constructor for the action class.
InterfaceActionRemoveGenericClause(GenericClause pGenericClause)
          Creates an action class instance which will remove a filter or join clause, when performAction is called.
 


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

E17060-01

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