Skip navigation links

Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.2.0)

E18581-03


oracle.adfdt.view.common.binding.creator.v2
Class CreatorResult

java.lang.Object
  extended by oracle.adfdt.view.common.binding.creator.v2.CreatorResult


public class CreatorResult
extends java.lang.Object

The result of a create operation. Also used to send back more information concerning the create operation back to the caller.


Constructor Summary
CreatorResult(org.w3c.dom.DocumentFragment documentFragment)
          Creates a new result with the required document fragment.

 

Method Summary
 org.w3c.dom.DocumentFragment getFragment()
          Gets the nodes to be inserted.
 DomLocation getInsertionLocation()
          The insertion location for the document fragment.
 void setInsertionLocation(DomLocation location)
          Sets the insertion location if it differs from the insertion subtree root.

 

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

 

Constructor Detail

CreatorResult

public CreatorResult(org.w3c.dom.DocumentFragment documentFragment)
Creates a new result with the required document fragment. The fragment may be empty, but it cannot be null.
Parameters:
documentFragment - Fragment holding the nodes to be inserted, or an empty fragment.

Method Detail

getFragment

public org.w3c.dom.DocumentFragment getFragment()
Gets the nodes to be inserted. The document fragment may be null.

setInsertionLocation

public void setInsertionLocation(DomLocation location)
Sets the insertion location if it differs from the insertion subtree root.

getInsertionLocation

public DomLocation getInsertionLocation()
The insertion location for the document fragment. This is currently only respected for root (top-level) patterns. If this is null, the insertion point should be inside the insertion sub tree root.

Skip navigation links

Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.2.0)

E18581-03


Copyright © 1997, 2012, Oracle. All rights reserved.