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.concepts
Methods in com.evolveum.axiom.concepts that return Lazy -
Uses of Lazy in com.evolveum.axiom.lang.api
Fields 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.impl
Fields 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.definition
Methods 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)