Class ScheduleExporter

    • Constructor Detail

    • Method Detail

      • canExport

        public boolean canExport​(IBmObject bmObject)
        Parameters:
        bmObject - the object form Big Model (not null)
        Returns:
        true if this implementation can handle object serialization, false otherwise
      • waitDerivedDataComputation

        protected void waitDerivedDataComputation​(IBmObject bmObject)
        Waits DS calculation before save. Implementing class should define the logic of waiting by itself.
        Overrides:
        waitDerivedDataComputation in class BasicBmObjectExporter
        Parameters:
        bmObject - The context object.