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, - ...com.evolveum.midpoint.repo.common.activity.run Classes that support execution (run) of activities.
- 
- 
Uses of Lazy in com.evolveum.axiom.conceptsMethods 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.apiFields in com.evolveum.axiom.lang.api declared as Lazy Modifier and Type Field Description static Lazy<Map<AxiomName,AxiomItemDefinition>>AxiomBuiltIn. EMPTYprotected static Lazy<AxiomIdentifierDefinition>AxiomBuiltIn.Item. NAME_IDENTIFIERstatic Lazy<AxiomItemDefinition>AxiomBuiltIn. NO_ARGUMENT
- 
Uses of Lazy in com.evolveum.axiom.lang.implFields in com.evolveum.axiom.lang.impl declared as Lazy Modifier and Type Field Description static Lazy<AxiomSchemaContext>ModelReactorContext. BASE_LANGUAGEMethods 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.definitionMethods in com.evolveum.midpoint.repo.common.activity.definition with parameters of type Lazy Modifier and Type Method Description voidActivityReportingDefinition. 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)
- 
Uses of Lazy in com.evolveum.midpoint.repo.common.activity.runFields in com.evolveum.midpoint.repo.common.activity.run declared as Lazy Modifier and Type Field Description protected @NotNull Lazy<ActivityReportingCharacteristics>AbstractActivityRun. reportingCharacteristicsReporting characteristics of this kind of activity run.
 
-