Class ExtractToSampleTransformer

    • Field Detail

      • pushOnly

        private boolean pushOnly
    • Constructor Detail

      • ExtractToSampleTransformer

        public ExtractToSampleTransformer()
      • ExtractToSampleTransformer

        public ExtractToSampleTransformer​(boolean childrensThatPushOnly)
        Create a new extract to sample transformer that only load parent samples to extracts that has a subtype with "push annotations" set. This functionality should only be used in the first transformation step.
        Since:
        3.16
        See Also:
        PushToParentsTransformer
    • Method Detail