Uses of Class
org.jbpm.runtime.manager.impl.migration.MigrationEntry.Type
-
Packages that use MigrationEntry.Type Package Description org.jbpm.runtime.manager.impl.migration -
-
Uses of MigrationEntry.Type in org.jbpm.runtime.manager.impl.migration
Methods in org.jbpm.runtime.manager.impl.migration that return MigrationEntry.Type Modifier and Type Method Description MigrationEntry.TypeMigrationEntry. getType()static MigrationEntry.TypeMigrationEntry.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static MigrationEntry.Type[]MigrationEntry.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jbpm.runtime.manager.impl.migration with parameters of type MigrationEntry.Type Modifier and Type Method Description voidMigrationReport. addEntry(MigrationEntry.Type type, String message)voidMigrationEntry. setType(MigrationEntry.Type type)Constructors in org.jbpm.runtime.manager.impl.migration with parameters of type MigrationEntry.Type Constructor Description MigrationEntry(MigrationEntry.Type type, String message)
-