|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ode.bpel.engine.migration.CorrelationKeyMigration
public class CorrelationKeyMigration
Migrates the correlation key values to a scheme containing the OModel correlation set id to one using its name. So something like 1~abc~de will become foo~abc~de.
| Constructor Summary | |
|---|---|
CorrelationKeyMigration()
|
|
| Method Summary | |
|---|---|
boolean |
migrate(java.util.Set<BpelProcess> registeredProcesses,
org.apache.ode.bpel.dao.BpelDAOConnection connection)
All database migrations are run in the same transaction so if one fails, they will all be rollbacked. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CorrelationKeyMigration()
| Method Detail |
|---|
public boolean migrate(java.util.Set<BpelProcess> registeredProcesses,
org.apache.ode.bpel.dao.BpelDAOConnection connection)
Migration
migrate in interface Migration
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||