|
Vordel SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vordel.es.EntityBranch
com.vordel.es.util.TransactionalEntityBranch
public class TransactionalEntityBranch
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.vordel.es.EntityBranch |
|---|
EntityBranch.EntityNode |
| Constructor Summary | |
|---|---|
TransactionalEntityBranch(EntityStore es,
ESPK branchRootPK)
|
|
TransactionalEntityBranch(EntityStore es,
ESPK branchRootPK,
java.util.Set<ESPK> pks)
Create a branch of the entity hierarchy from a given store and starting point. |
|
| Method Summary | |
|---|---|
protected ESPK |
doGraft(EntityStore store,
ESPK espk,
java.util.Set<PortableESPK> unresolved,
java.util.Set<ESPK> newPKs)
|
| Methods inherited from class com.vordel.es.EntityBranch |
|---|
addNodes, createNode, getRootEntity, getSourceEntityStore, graftTo, isCompatibleGraftPoint, moveType, resetRoot, setType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransactionalEntityBranch(EntityStore es,
ESPK branchRootPK)
throws EntityStoreException
EntityStoreException
public TransactionalEntityBranch(EntityStore es,
ESPK branchRootPK,
java.util.Set<ESPK> pks)
throws EntityStoreException
es - The entity store from which to take the branch imagebranchRootPK - The ESPK of the root Entity of the branchpks - The original ESPKs of each of the Entities which were
traversed to generate this branch
EntityStoreException| Method Detail |
|---|
protected ESPK doGraft(EntityStore store,
ESPK espk,
java.util.Set<PortableESPK> unresolved,
java.util.Set<ESPK> newPKs)
throws EntityStoreException
doGraft in class EntityBranchEntityStoreException
|
Vordel SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||