Class ARG_MigrationFile

java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_MigrationFile
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_MigrationFile extends Object implements de.mid.innovator.srv2api.impl.MarshallAble
  • Field Details

    • name

      public String name
      file name
    • seqProfile

      public List<ARG_MigrationProfile> seqProfile
      profiles - SharedArg
    • seqConfiguration

      public List<ARG_MigrationConfiguration> seqConfiguration
      configurations - SharedArg
    • status

      public K_MIGRATION_STATUS status
      migration status
    • isCustom

      public boolean isCustom
      custom file
    • message

      public String message
      error message
    • cntMigrated

      public int cntMigrated
      count migrated profiles
    • cntCreated

      public int cntCreated
      count created profiles
  • Constructor Details

  • Method Details

    • marshal

      public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      marshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • unmarshal

      public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
      Specified by:
      unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • resolveReferences

      public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble