Interface Source

All Known Implementing Classes:
AbstractOcsSource, FileRequisitionSource, HttpRequisitionMergeSource, HttpRequisitionSource, JdbcSource, OcsComputersReplaySource, OcsComputersSource, OcsSnmpDevicesReplaySource, OcsSnmpDevicesSource, ScriptSource, XlsSource

public interface Source
A source for information used to create a requisition.
Author:
Dustin Frisch <fooker@lab.sh>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Factory interface for creating Sources.
  • Method Summary

    Modifier and Type
    Method
    Description
    Loads some information and returns them.
  • Method Details

    • dump

      Object dump() throws Exception
      Loads some information and returns them. There is no requirement to the returned object as long as there is a mapper available for mapping this data.
      Returns:
      the loaded information
      Throws:
      Exception