Skip navigation links

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

E17060-04


oracle.odi.interfaces.interactive.support.textholder
Class ExecutableTextHolderFactory

java.lang.Object
  extended by oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderFactory


public class ExecutableTextHolderFactory
extends java.lang.Object

This is the factory class to create the text holder object for different types of interface sub-component, including filter, join, target mapping and target column.


Constructor Summary
ExecutableTextHolderFactory()
           

 

Method Summary
static IExecutableTextHolder getExecutableTextHolderFor(IInterfaceSubComponent pInterfaceSubComponent)
          Returns the text holder for the given interface sub-component.
static boolean hasTextHolderComponent(IInterfaceSubComponent pInterfaceSubComponent)
          Returns whether the given interface sub-component has a supported text holder or not.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ExecutableTextHolderFactory

public ExecutableTextHolderFactory()

Method Detail

hasTextHolderComponent

public static boolean hasTextHolderComponent(IInterfaceSubComponent pInterfaceSubComponent)
Returns whether the given interface sub-component has a supported text holder or not.
Parameters:
pInterfaceSubComponent - the desired interface sub-component
Returns:
true if the given interface sub-component has a supported text holder, false otherwise

getExecutableTextHolderFor

public static IExecutableTextHolder getExecutableTextHolderFor(IInterfaceSubComponent pInterfaceSubComponent)
Returns the text holder for the given interface sub-component.
Parameters:
pInterfaceSubComponent - the sub-component whose text holder is to be retrieved
Returns:
the text holder for the given interface sub-component

Skip navigation links

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

E17060-04


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