Class ChainedAction

    • Constructor Summary

      Constructors 
      Constructor Description
      ChainedAction()
      Public constructor where this action is the end of the chain
      ChainedAction​(Action next)
      Public constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void performOn​(FHIRDbFlavor flavor, java.sql.Connection c)
      Perform this action on the given connection
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChainedAction

        public ChainedAction​(Action next)
        Public constructor
        Parameters:
        next - the next action in the chain
      • ChainedAction

        public ChainedAction()
        Public constructor where this action is the end of the chain