Package de.hshannover.dqgui.core.util
Class ExtraData
- java.lang.Object
-
- de.hshannover.dqgui.core.util.ExtraData
-
public final class ExtraData extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleandecideConstOrQuery(java.lang.String source, DSLComponent component)static voidfirstLoadProcessing(DSLService service, java.util.List<DSLComponent> toProcess)Populate extra data fields of components.
-
-
-
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)
-
-