Uses of Class
com.evolveum.axiom.concepts.Lazy
Packages that use Lazy
Package
Description
Supports the definitions of activities and their various aspects:
 - work,
 - distribution,
 - control flow,
 - reporting,
 - ...
- 
Uses of Lazy in com.evolveum.axiom.conceptsMethods in com.evolveum.axiom.concepts that return Lazy
- 
Uses of Lazy in com.evolveum.axiom.lang.apiFields in com.evolveum.axiom.lang.api declared as LazyModifier and TypeFieldDescriptionstatic final Lazy<Map<AxiomName,AxiomItemDefinition>> AxiomBuiltIn.EMPTYprotected static final Lazy<AxiomIdentifierDefinition>AxiomBuiltIn.Item.NAME_IDENTIFIERstatic final Lazy<AxiomItemDefinition>AxiomBuiltIn.NO_ARGUMENT
- 
Uses of Lazy in com.evolveum.axiom.lang.implFields in com.evolveum.axiom.lang.impl declared as LazyModifier and TypeFieldDescriptionstatic final Lazy<AxiomSchemaContext>ModelReactorContext.BASE_LANGUAGEMethods in com.evolveum.axiom.lang.impl that return LazyModifier and TypeMethodDescriptionstatic Lazy<AxiomModelStatementSource>ModelReactorContext.sourceFromResource(String axiomModelResource) 
- 
Uses of Lazy in com.evolveum.midpoint.repo.common.activity.definitionMethods in com.evolveum.midpoint.repo.common.activity.definition with parameters of type LazyModifier and TypeMethodDescriptionvoidActivityReportingDefinition.applyDefaults(Lazy<ActivityReportingCharacteristics> lazyDefaults) Constructors in com.evolveum.midpoint.repo.common.activity.definition with parameters of type LazyModifierConstructorDescriptionActivityReportingDefinition(@NotNull ActivityReportingDefinitionType bean, @NotNull Lazy<ActivityReportingCharacteristics> reportingCharacteristics)