Interface ReportOutputCreatedEvent
- All Superinterfaces:
DebugDumpable,Event,Serializable,ShortDumpable
Signals that a report output has been created.
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Method Summary
Modifier and TypeMethodDescription@Nullable AbstractActivityRun<?,?, ?> Activity run in which the report was created.default @NotNull StringThe content type of the report output.default StringPath to the file containing the report output.@NotNull ReportTypeThe report definition.@NotNull ReportDataTypeThe report data (output) object.default @NotNull StringName of the report.Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.notifications.api.events.Event
getChannel, getFocusPassword, getId, getRequestee, getRequesteeDisplayName, getRequesteeObject, getRequesteeOid, getRequester, getRequesterOid, getStatusAsText, isAccountRelated, isAdd, isAlsoSuccess, isCategoryType, isCertCampaignStageRelated, isDelete, isFailure, isInProgress, isModify, isOnlyFailure, isOperationType, isPolicyRuleRelated, isRelatedToItem, isStatusType, isSuccess, isUserRelated, isWorkflowProcessRelated, isWorkflowRelated, isWorkItemRelated, requesteeIs, requesteeIsUserMethods inherited from interface com.evolveum.midpoint.util.ShortDumpable
shortDump, shortDump, shortDumpLazily
-
Method Details
-
getReport
The report definition. -
getReportName
Name of the report. -
getReportData
The report data (output) object. -
getContentType
The content type of the report output. -
getFilePath
Path to the file containing the report output. Normally it should be non-null. -
getActivityRun
Activity run in which the report was created. Normally it should be non-null, as currently all the reports are created within activities.
-