Interface ImporterBinding


public interface ImporterBinding
Encapsulation of Import binding parameters
Author:
David Caruana
  • Method Details

    • getUUIDBinding

      Gets the Node UUID Binding
      Returns:
      UUID_BINDING
    • allowReferenceWithinTransaction

      boolean allowReferenceWithinTransaction()
      Gets whether the search for imported node references should search within the import transaction or not.
      Returns:
      true => search within import transaction; false => only search existing committed items
    • getValue

      String getValue(String key)
      Gets a value for the specified name - to support simple name / value substitution
      Parameters:
      key - the value name
      Returns:
      the value
    • getExcludedClasses

      QName[] getExcludedClasses()
      Gets the list of content model classes to exclude from import
      Returns:
      list of model class qnames to exclude (return null to indicate use of default list)
    • getImportConentCache

      ImporterContentCache getImportConentCache()