JavaScript is disabled on your browser.
 
 
 
Oracle® Fusion Middleware Java API Reference for Oracle Data Integrator 12c (12.2.1.3.0)  E96504-01
 
Summary:  
Nested |  
Field |  
Constr |  
Method  
 
Detail:  
Field |  
Constr |  
Method  
 
 
  
All Known Subinterfaces: 
IFlexFieldUser  
 
All Known Implementing Classes: 
AbstractComponentKM , AbstractOdiWsBasePhysicalSchema , ComponentKM , Mapping , OdiBICSPhysicalSchema , OdiCKM , OdiColumn , OdiCondition , OdiContext , OdiCube , OdiDataServer , OdiDataStore , OdiDimension , OdiHadoopDataServer , OdiHBaseDataServer , OdiHiveDataServer , OdiIKM , OdiInterface , OdiJKM , OdiKey , OdiKM , OdiLKM , OdiLoadPlan , OdiLoadPlanInstance , OdiLogicalSchema , OdiModel , OdiPackage , OdiPhysicalSchema , OdiPigDataServer , OdiProcedure , OdiProject , OdiReference , oracle.odi.domain.topology.OdiRestPhysicalSchema, OdiRKM , OdiScenario , OdiSparkPythonDataServer , OdiTechnology , OdiUserProcedure , OdiWsPhysicalSchema , OdiXKM  
 
 
 
public interface IFlexFieldUser  
The IFlexFieldUser interface is implemented by ODI objects for which an IFlexField's 
 default value can be overridden. Actual IFlexField's value override
 is done through an instance of IFlexFieldValue.
Since:  
12.1.2 
 
 
 
 
 
Method Summary 
All Methods   Instance Methods   Abstract Methods    
Modifier and Type 
Method and Description 
 
java.util.Collection 
getFlexFieldsValues  ()
Obtains flex fields values related to this IFlexFieldUser.
 
 
java.lang.String 
getName  ()
Gets the name of this flexfield user.
 
 
void 
initFlexFields  (oracle.odi.domain.adapter.topology.finder.IOdiFlexFieldFinder pOdiFlexFieldFinder)
Initialize flex fields related to this IFlexFieldUser
 
 
 
 
 
 
 
 
Method Detail 
 
 
 
getFlexFieldsValues 
java.util.Collection getFlexFieldsValues() 
Obtains flex fields values related to this IFlexFieldUser.
 In most implementations, method #initFlexFields(IOdiFlexFieldFinder) should be
 called before calling this method.
Returns:  
list of flex field values 
 
 
 
 
 
 
 
 
 
 
 
Oracle® Fusion Middleware Java API Reference for Oracle Data Integrator 12c (12.2.1.3.0)  E96504-01
 
Summary:  
Nested |  
Field |  
Constr |  
Method  
 
Detail:  
Field |  
Constr |  
Method  
 
 
  
Copyright © 2010, 2018, Oracle and/or its affiliates. All rights reserved.