Interface ReportingLogicCopyTask
- All Known Implementing Classes:
OutputTemplateCopyTask
,ReportCopyTask
public interface ReportingLogicCopyTask
-
Method Summary
-
Method Details
-
isRelevantForEntity
checks if this task works on some entity- Parameters:
source
- the entity to check against- Returns:
- true if task can run with passed entity
-
runCopy
copy the source with some configs- Parameters:
source
- the entity to copyactiveTasks
- all tasks that were marked as active- Returns:
- the copied entity
-