|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpExpansionStrategyFactory
This interface represents a factory used to create expansion strategies. An expansion strategy defines how a business object behaves in case of expansion.
This factory is used by adapters to create the expansion strategy that is used by each representation object. Stateless expansion strategies can be shared among several representation objects.
IlpExpansionStrategy,
IlpAbstractHierarchyAdapter.setExpansionStrategyFactory(ilog.cpl.util.IlpExpansionStrategyFactory)| Field Summary | |
|---|---|
static IlpExpansionStrategyFactory |
DEFAULT
Default expansion strategy factory. |
| Method Summary | |
|---|---|
IlpExpansionStrategy |
create(IlpObject object)
Returns an expansion strategy for the given business object. |
| Field Detail |
|---|
static final IlpExpansionStrategyFactory DEFAULT
| Method Detail |
|---|
IlpExpansionStrategy create(IlpObject object)
This method is called whenever an expansion strategy is needed by a business objects. Stateless expansion strategies can be shared among several business objects.
object - Business object
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||