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 String
The content type of the report output.default String
Path to the file containing the report output.@NotNull ReportType
The report definition.@NotNull ReportDataType
The report data (output) object.default @NotNull String
Name of the report.Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDump, debugDumpLazily, debugDumpLazily
Methods 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, requesteeIsUser
Methods 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.
-