Interface ResolutionTask<T>
- All Known Implementing Classes:
ResolutionTaskBase
public interface ResolutionTask<T>
-
Method Summary
Modifier and TypeMethodDescriptionThe list of items that need to be resolved.Collection<? extends ResolutionTask<T>>Populates the given entity with the given data.
-
Method Details
-
getPlaceholders
The list of items that need to be resolved.- Returns:
-
resolve
Populates the given entity with the given data. May returns yet another set of tasks that require further resolution- Parameters:
resolutions-- Returns:
-