INNER, CROSS, NATURALpublic class InterfaceActionOnJoinSetJoinProperties extends java.lang.Object implements IInterfaceAction
InteractiveInterfaceHelperWithActions| Modifier and Type | Class and Description |
|---|---|
static class |
InterfaceActionOnJoinSetJoinProperties.JoinType
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release.
The join type for the join object.
|
| Constructor and Description |
|---|
InterfaceActionOnJoinSetJoinProperties(Join pJoin,
boolean pOrdered,
boolean pOuter1,
boolean pOuter2)
Deprecated.
change outer properties on join
Note than if you use this action on a cross join, it will become non cross.
|
InterfaceActionOnJoinSetJoinProperties(Join pJoin,
InterfaceActionOnJoinSetJoinProperties.JoinType pJoinType,
boolean pOrdered)
Deprecated.
Constructor for the action class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
performAction(IInterfaceActionListener pInterfaceActionListener,
IInterfaceUndoListener pInterfaceUndoListener,
IActionHelper pActionHelper)
Deprecated.
Action that is performed on the ODI interface objects.
|
public InterfaceActionOnJoinSetJoinProperties(Join pJoin, InterfaceActionOnJoinSetJoinProperties.JoinType pJoinType, boolean pOrdered)
pJoin - The join object for which properties will be set.pJoinType - The join type to be set, on of INNTER, CROSS, NATURAL.pOrdered - If true, the join will be ordered with respect to other join objects in the interface.public InterfaceActionOnJoinSetJoinProperties(Join pJoin, boolean pOrdered, boolean pOuter1, boolean pOuter2)
pJoin - The join object for which properties will be set.pOrdered - If true, the join will be ordered with respect to other join objects in the interface.pOuter1 - If true, the join will be outer with respect to the first attached source.pOuter2 - If true, the join will be outer with respect to the second attached source.public void performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
IInterfaceActionperformAction in interface IInterfaceActionpInterfaceActionListener - the interface action listener instancepInterfaceUndoListener - the interface undo listener instancepActionHelper - the action helper instance