ReportType (Complex Type)

Namespace: http://midpoint.evolveum.com/xml/ns/public/common/common-3

Supertype: AssignmentHolderType
Specification of midPoint report. This specification defines what the report should contain, how it should look like, output format and so on. This specificaiton does NOT define when the report is exectued. The report may be executed ad-hoc (e.g. by explicitly executing it in GUI), or the report may be scheduled by using a task. ReportType contains many elements that are specific to JasperRepors. In fact, such elements should not be top-level elements. They should rather be in their own Jasper-specific container. But due to various reasons (e.g. migration) these items are kept as they are. They will get sorted out eventually.
Item Summary  
Name Type Multiplicity Description
name property
PolyStringType
[0,1] Human-readable, mutable name of the object. 
description property
string
[0,1] Free-form textual description of the object. 
documentation property
string
[0,1] AsciiDoc-formatted technical documentation of the object. 
subtype property
string
[0,-1] Type of the object. 
fetchResult property
OperationResultType
[0,1] Result of the operation that fetched this instance of the object. 
extension container
ExtensionType
[0,1] Extension container that provides generic extensibility mechanism. 
parentOrgRef reference
ObjectReferenceType
[0,-1] Set of the orgs (organizational units, projects, teams) that the object relates to. 
trigger container
TriggerType
[0,-1] Triggers for this object. 
metadata container
MetadataType
[0,1] Meta-data about object creation, modification, etc. 
tenantRef reference
ObjectReferenceType
[0,1] Reference to the tenant to which this object belongs. 
lifecycleState property
string
[0,1] Lifecycle state of the object. 
operationExecution container
OperationExecutionType
[0,-1] Description of recent operations executed on this object (or related objects in special cases). 
lensContext container
LensContextType
[0,1] Model context describing executed operation  
policySituation property
anyURI
[0,-1] The policy situation(s) of this object. 
triggeredPolicyRule property
EvaluatedPolicyRuleType
[0,-1] Triggered policy rules for this assignment. 
policyException container
PolicyExceptionType
[0,-1] Recorded exception from a policy rule. 
diagnosticInformation property
DiagnosticInformationType
[0,-1] Diagnostic information attached to this object. 
indestructible property
boolean
[0,1] Protection againts accidental deletion. 
assignment container
AssignmentType
[0,-1] Set of object's assignments. 
iteration property
int
[0,1] Iteration number. 
iterationToken property
string
[0,1] Iteration token. 
archetypeRef reference
ObjectReferenceType
[0,-1] References to all applicable archetypes, including "indirect" archetypes such as archetype supertypes. 
roleMembershipRef reference
ObjectReferenceType
[0,-1] References to abstract roles (roles, orgs, services) that this focus currently belongs to - directly or indirectly. 
delegatedRef reference
ObjectReferenceType
[0,-1] References to objects (abstract roles as well as users) obtained via delegation. 
roleInfluenceRef reference
ObjectReferenceType
[0,-1] References to abstract roles (roles and orgs) that this focus may directly belong to. 
reportEngine property
ReportEngineSelectionType
[0,1] Selects which report engine should be used to render this report. 
jasper container
JasperReportEngineConfigurationType
[0,1] Configuration for jasper-based reports. 
dashboard container
DashboardReportEngineConfigurationType
[0,1] Configuration for dashboard-based reports. 
objectCollection container
ObjectCollectionReportEngineConfigurationType
[0,1] Configuration for object collection-based reports. 
fileFormat container
FileFormatConfigurationType
[0,1] Report output file format. 
defaultScriptConfiguration property
ScriptExpressionEvaluatorConfigurationType
[0,1] Default configuration for the scripts executed inside the report. 
postReportScript property
CommandLineScriptType
[0,1] Command-line script that will be executed after the report is complete and the output file is completely produced. 
behavior container
ReportBehaviorType
[0,1] Behavior for report.