Class ReportCopyTask
java.lang.Object
ch.tocco.nice2.reporting.impl.action.logiccopy.ReportCopyTask
- All Implemented Interfaces:
ReportingLogicCopyTask
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ReportCopyTask
-
-
Method Details
-
isRelevantForEntity
Description copied from interface:ReportingLogicCopyTask
checks if this task works on some entity- Specified by:
isRelevantForEntity
in interfaceReportingLogicCopyTask
- Parameters:
source
- the entity to check against- Returns:
- true if task can run with passed entity
-
runCopy
Description copied from interface:ReportingLogicCopyTask
copy the source with some configs- Specified by:
runCopy
in interfaceReportingLogicCopyTask
- Parameters:
source
- the entity to copyactiveTasks
- all tasks that were marked as active- Returns:
- the copied entity
-