Class ARG_MigrationFile
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_MigrationFile
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionintcount created profilesintcount migrated profilesbooleancustom fileerror messagefile nameconfigurations - SharedArgprofiles - SharedArgmigration status -
Constructor Summary
ConstructorsConstructorDescriptionARG_MigrationFile(String name, List<ARG_MigrationProfile> seqProfile, List<ARG_MigrationConfiguration> seqConfiguration, K_MIGRATION_STATUS status, boolean isCustom, String message, int cntMigrated, int cntCreated) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidunmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Field Details
-
name
file name -
seqProfile
profiles - SharedArg -
seqConfiguration
configurations - SharedArg -
status
migration status -
isCustom
public boolean isCustomcustom file -
message
error message -
cntMigrated
public int cntMigratedcount migrated profiles -
cntCreated
public int cntCreatedcount created profiles
-
-
Constructor Details
-
ARG_MigrationFile
public ARG_MigrationFile() -
ARG_MigrationFile
public ARG_MigrationFile(String name, List<ARG_MigrationProfile> seqProfile, List<ARG_MigrationConfiguration> seqConfiguration, K_MIGRATION_STATUS status, boolean isCustom, String message, int cntMigrated, int cntCreated)
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-