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.Type
MigrationEntry. getType()
static MigrationEntry.Type
MigrationEntry.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 void
MigrationReport. addEntry(MigrationEntry.Type type, String message)
void
MigrationEntry. 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)
-