Class CreateContainer


  • public class CreateContainer
    extends java.lang.Object
    Create the container if it doesn't currently exist
    • Constructor Summary

      Constructors 
      Constructor Description
      CreateContainer​(java.lang.String tenantId, java.lang.String dsId, boolean dryRun)
      Public constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      Create the container for the configured tenant and datasource pair
      • Methods inherited from class java.lang.Object

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

      • CreateContainer

        public CreateContainer​(java.lang.String tenantId,
                               java.lang.String dsId,
                               boolean dryRun)
        Public constructor
        Parameters:
        tenantId -
        dsId -
        dryRun -
    • Method Detail

      • run

        public void run()
                 throws FHIRException
        Create the container for the configured tenant and datasource pair
        Throws:
        FHIRException