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