Uses of Class
com.evolveum.axiom.concepts.Lazy
-
Packages that use Lazy Package Description com.evolveum.axiom.concepts com.evolveum.axiom.lang.api com.evolveum.axiom.lang.impl com.evolveum.midpoint.repo.common.activity.definition 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 Modifier and Type Method Description static <T> Lazy<T>
Lazy. from(Lazy.Supplier<? extends T> supplier)
static <T> Lazy<T>
Lazy. instant(T value)
static <T> Lazy<T>
Lazy. nullValue()
-
Uses of Lazy in com.evolveum.axiom.lang.api
Fields in com.evolveum.axiom.lang.api declared as Lazy Modifier and Type Field Description static Lazy<Map<AxiomName,AxiomItemDefinition>>
AxiomBuiltIn. EMPTY
protected static Lazy<AxiomIdentifierDefinition>
AxiomBuiltIn.Item. NAME_IDENTIFIER
static Lazy<AxiomItemDefinition>
AxiomBuiltIn. NO_ARGUMENT
-
Uses of Lazy in com.evolveum.axiom.lang.impl
Fields in com.evolveum.axiom.lang.impl declared as Lazy Modifier and Type Field Description static Lazy<AxiomSchemaContext>
ModelReactorContext. BASE_LANGUAGE
Methods in com.evolveum.axiom.lang.impl that return Lazy Modifier and Type Method Description static 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 Lazy Modifier and Type Method Description void
ActivityReportingDefinition. applyDefaults(Lazy<ActivityReportingCharacteristics> lazyDefaults)
Constructors in com.evolveum.midpoint.repo.common.activity.definition with parameters of type Lazy Constructor Description ActivityReportingDefinition(@NotNull ActivityReportingDefinitionType bean, @NotNull Lazy<ActivityReportingCharacteristics> reportingCharacteristics)
-