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.EMPTY
protected static final Lazy<AxiomIdentifierDefinition>
AxiomBuiltIn.Item.NAME_IDENTIFIER
static 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_LANGUAGE
Methods 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 TypeMethodDescriptionvoid
ActivityReportingDefinition.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)