|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.ld.dsmediator.update.DataServiceMediatorContext
Constructor Summary | |
DataServiceMediatorContext()
|
Method Summary | |
static DataServiceMediatorContext |
currentContext()
DataServiceMediatorContext for current user submit session |
void |
executeUpdatePlan(UpdatePlan updatePlan)
iterate through individual datagraph to trigger submit |
java.lang.String |
getApplicationProperty(java.lang.String propertyName,
java.lang.String defaultValue)
access the application properties defined in MBean console |
com.bea.ld.dsmediator.update.DecompositionMapDocument.DecompositionMap |
getCurrentDecompositionMap()
|
UpdatePlan |
getCurrentUpdatePlan(commonj.sdo.DataGraph sdo)
For a given view SDO object, decompose it and return a update plan Update plan is a sequence of nodes decomposed from original View SDO object. |
UpdatePlan |
getCurrentUpdatePlan(commonj.sdo.DataGraph sdo,
boolean checkLineage)
For a given view SDO object, decompose it and return a update plan Update plan is a sequence of nodes decomposed from original View SDO object. |
void |
pushReturnKey(java.util.Properties returnKey)
Use inside updateoverride to indicate the return key values to the caller of submit method |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DataServiceMediatorContext()
Method Detail |
public com.bea.ld.dsmediator.update.DecompositionMapDocument.DecompositionMap getCurrentDecompositionMap()
public void pushReturnKey(java.util.Properties returnKey)
returnKey
- public UpdatePlan getCurrentUpdatePlan(commonj.sdo.DataGraph sdo)
sdo
- public UpdatePlan getCurrentUpdatePlan(commonj.sdo.DataGraph sdo, boolean checkLineage)
sdo
- checkLineage
- boolean flag, default is true, when check lineage is enabled, all updated properties must have lineage, otherwise
error will be thrown back to userpublic void executeUpdatePlan(UpdatePlan updatePlan)
updatePlan
- public static DataServiceMediatorContext currentContext()
public java.lang.String getApplicationProperty(java.lang.String propertyName, java.lang.String defaultValue)
propertyName
- defaultValue
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |