public interface IlpExpansionStrategyFactory
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.
Modifier and Type | Field and Description |
---|---|
static IlpExpansionStrategyFactory |
DEFAULT
Default expansion strategy factory.
|
Modifier and Type | Method and Description |
---|---|
IlpExpansionStrategy |
create(IlpObject object)
Returns an expansion strategy for the given business object.
|
static final IlpExpansionStrategyFactory DEFAULT
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© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.