Class ExtraData


  • public final class ExtraData
    extends java.lang.Object
    • Method Detail

      • firstLoadProcessing

        public static void firstLoadProcessing​(DSLService service,
                                               java.util.List<DSLComponent> toProcess)
                                        throws DSLServiceException
        Populate extra data fields of components. This is a first time process for previously unprocessed components.
        Parameters:
        service - to update with.
        toProcess - data to process.
        Throws:
        DSLServiceException - in case the service is unreachable
      • decideConstOrQuery

        public static boolean decideConstOrQuery​(java.lang.String source,
                                                 DSLComponent component)