public abstract class AbstractGraphComposer
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
AbstractGraphComposer() |
Modifier and Type | Method and Description |
---|---|
abstract commonj.sdo.DataObject | composeGraph(java.util.List graphs, java.lang.String rootPropertyName, java.lang.String entityIdentityPropertyName)
This method composes the final graph given a collection of graphs, represented by the list of root objects
|
protected void | disableChangeSummary(commonj.sdo.DataObject rootDataObject)
This method disables the logging change summary function in the DataGraph object.
|
protected void | enableChangeSummary(commonj.sdo.DataObject rootDataObject)
Enables the logging change summary function in the DataGraph object.
|
SelectionCriteria | getSelectionCriteria()
Returns the selection criteria.
|
void | setSelectionCriteria(SelectionCriteria aSelectionCriteria)
Sets the selection criteria.
|
public abstract commonj.sdo.DataObject composeGraph(java.util.List graphs, java.lang.String rootPropertyName, java.lang.String entityIdentityPropertyName)
protected void disableChangeSummary(commonj.sdo.DataObject rootDataObject)
protected void enableChangeSummary(commonj.sdo.DataObject rootDataObject)
public void setSelectionCriteria(SelectionCriteria aSelectionCriteria)
public SelectionCriteria getSelectionCriteria()