Interface SchemaRefreshCapability

  • All Superinterfaces:
    DFCapability

    public interface SchemaRefreshCapability
    extends DFCapability
    Allows to update schema independently by changes made by other DIF instances. It's useful to refresh Schema model in Plexus-Connect.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void schemaChanged​(com.im.ijcs.api.ddl.dto.InvocationDescription schemaChange, com.im.commons.progress.DFEnvironmentRW env)
      Notifies schema with external change.
    • Method Detail

      • schemaChanged

        void schemaChanged​(com.im.ijcs.api.ddl.dto.InvocationDescription schemaChange,
                           com.im.commons.progress.DFEnvironmentRW env)
        Notifies schema with external change.
        Parameters:
        schemaChange - set of changes applied to the DIF model
        env - environment for schema changes