|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FutureEntityStrategy
The FutureEntityStrategy
is the interface for a strategy that can
take a source object and create a FutureEntity
object based on it.
This can be used by the
InterpretAsFutureEntityStrategy
method to create a future entity representing the target of a
process task based on its source.
FutureEntityFactory
Method Summary | |
---|---|
FutureEntity |
createFutureEntity(Object source)
Create a future entity. |
Method Detail |
---|
FutureEntity createFutureEntity(Object source)
source
- The source entity. The this entity should be interpreted in
the same way as the task does.
FutureEntity
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |