Package org.eso.ias.cdb.structuredtext.pojos


package org.eso.ias.cdb.structuredtext.pojos
A package for the pojos used by Jakson2 libraries. They differ from rdb pojos (org.eso.ias.cdb.pojos) because they use the IDs instead of including objects directly that would make JSON files very long and unreadable. In short, instead of embedding objects (for example the ASCEs running in a DASU), we want to have only their IDs in JSON files.
Author:
acaproni
  • Classes
    Class
    Description
    Pojos for JSON that replaces objects inclusion in the ASCE with their IDS.
    Pojo for JSON that replaces object inclusion with their IDS.
    The DASU to deploy to replace the reference to the DASU ant the template with their IDs
    JsonSupervisorDao encapsulate a SupervisorDao to replaces its set of DASUs with a set of IDs.
    Templated inputs of the ASCE These are the inputs that belongs to a different template of that of the ASCE for which we need to specify the instance (@see #124)