Class TransformContext


  • public class TransformContext
    extends Object
    Transformation context that can be used to keep track of vital information when doing multi-step transformations.
    Since:
    3.5
    Author:
    Nicklas
    • Constructor Detail

      • TransformContext

        public TransformContext​(DbControl dc)
        Creates a new transformation context that will use the given DbControl for database access.
    • Method Detail

      • getDbControl

        public DbControl getDbControl()
        Get the DbControl to use in this transformation context.
      • getInclude

        public Collection<Include> getInclude()
        Include options when executing queries to find parent/child items. Default is Include.ALL.