org.schmant.support
Interface FutureEntityStrategy

All Known Implementing Classes:
FutureEntityIndexStrategy

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.

Since:
0.6
Author:
Karl Gustafsson
See Also:
FutureEntityFactory

Method Summary
 FutureEntity createFutureEntity(Object source)
          Create a future entity.
 

Method Detail

createFutureEntity

FutureEntity createFutureEntity(Object source)
Create a future entity.

Parameters:
source - The source entity. The this entity should be interpreted in the same way as the task does.
Returns:
A FutureEntity