PLANTA customizer APIs Current: migration - enums migration - enums Die nachfolgenden Inhalte sind nur in englischer Sprache verfügbar. This topic discusses the enums used in the migration framework.ClassesPacketCategoryEach migration packet must have a category attribute that is set to one of these categoriesNameValueDescriptionPacketCategory.CATEGORY_MANDATORY0This packet must be installed for successful migrationPacketCategory.CATEGORY_OPTIONAL1This packet is completely optional. An example would be an early port of an upcoming featurePacketCategory.CATEGORY_HELPER2This packet provides some helper functionality aimed at customizersPacketState The packet state is written and read from the data item Status and can have the following valuesNameValueDescriptionPacketState.NEW0A migration packet that was not part of a migration yetPacketState.INSTALLED1A migration packet that ran successfullyPacketState.SKIPPED2DeprecatedPacketState.FAILED3A migration packet that ran unsuccessfullyPacketState.PENDING4A migration packet that has a dependency on another packet, but the other packet does not have the necessary statePacketState.UNNECESSARY5A migration packet that was deemed unnecessary for the previous migration ×