Package | Description |
---|---|
org.jbpm.runtime.manager.impl.migration |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
MigrationReport.addEntry(MigrationEntry.Type type,
String message) |
void |
MigrationEntry.setType(MigrationEntry.Type type) |
Constructor and Description |
---|
MigrationEntry(MigrationEntry.Type type,
String message) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.