Interface ExporterContext


public interface ExporterContext
  • Method Details

    • getExportedBy

      String getExportedBy()
      Gets who initiated the export
      Returns:
      String
    • getExportedDate

      Date getExportedDate()
      Gets date at which export occured
      Returns:
      Date
    • getExporterVersion

      String getExporterVersion()
      Gets version number of exporter
      Returns:
      String
    • getExportOf

      NodeRef getExportOf()
      Gets active node for export
      Returns:
      NodeRef
    • getExportParent

      NodeRef getExportParent()
      Gets parent of exporting node
      Returns:
      NodeRef
    • getExportList

      NodeRef[] getExportList()
      Gets list of nodes for export
      Returns:
      NodeRef[]
    • getExportMap

      Map<Integer,NodeRef[]> getExportMap()
    • getExportParentList

      NodeRef[] getExportParentList()
      Gets list of parents for exporting nodes
      Returns:
      NodeRef[]
    • canRetrieve

      boolean canRetrieve()
      Return true if there is active node for export
      Returns:
      boolean
    • setNextValue

      int setNextValue()
      Set next active node from list
      Returns:
      int
    • resetContext

      void resetContext()
      Set first active node