Uses of Interface
com.evolveum.axiom.api.AxiomValue
Packages that use AxiomValue
Package
Description
-
Uses of AxiomValue in com.evolveum.axiom.api
Classes in com.evolveum.axiom.api with type parameters of type AxiomValueModifier and TypeInterfaceDescriptionstatic interface
AxiomValue.Factory<V,
T extends AxiomValue<V>> interface
ValueBuilder<P extends AxiomValue<?>>
static interface
ValueBuilder.BuilderOrValue<P extends AxiomValue<?>>
Subinterfaces of AxiomValue in com.evolveum.axiom.apiModifier and TypeInterfaceDescriptioninterface
interface
Classes in com.evolveum.axiom.api that implement AxiomValueMethods in com.evolveum.axiom.api that return AxiomValueModifier and TypeMethodDescriptiondefault AxiomValue<Collection<AxiomItem<?>>>
AxiomStructuredValue.Factory.createSimple
(AxiomTypeDefinition def, Collection<AxiomItem<?>> value, Map<AxiomName, AxiomItem<?>> infraItems) AxiomValueFactory.createSimple
(AxiomTypeDefinition def, V value, Map<AxiomName, AxiomItem<?>> infraItems) AxiomValueBuilder.get()
default AxiomValue<V>
AxiomItem.onlyValue()
Methods in com.evolveum.axiom.api that return types with arguments of type AxiomValueModifier and TypeMethodDescriptionSupplier<? extends AxiomValue<V>>
AxiomItemBuilder.onlyValue()
default <T> Optional<AxiomValue<T>>
AxiomStructuredValue.onlyValue
(Class<T> type, AxiomItemDefinition... components) Optional<? extends AxiomValue<V>>
AxiomMapItem.value
(AxiomValueIdentifier key) Collection<? extends AxiomValue<V>>
AxiomItem.values()
Methods in com.evolveum.axiom.api with parameters of type AxiomValueModifier and TypeMethodDescriptionstatic <V> AxiomItem<V>
AxiomItem.from
(AxiomItemDefinition def, AxiomValue<V> value) static AxiomValueIdentifier
AxiomValueIdentifier.from
(AxiomIdentifierDefinition key, AxiomValue<?> value) Method parameters in com.evolveum.axiom.api with type arguments of type AxiomValueModifier and TypeMethodDescriptionvoid
AxiomItemBuilder.addValue
(Supplier<? extends AxiomValue<V>> value) AxiomItemFactory.create
(AxiomItemDefinition def, Collection<? extends AxiomValue<?>> axiomItem) static <V> AxiomItem<V>
AxiomItem.from
(AxiomItemDefinition def, Collection<? extends AxiomValue<V>> values) -
Uses of AxiomValue in com.evolveum.axiom.api.schema
Subinterfaces of AxiomValue in com.evolveum.axiom.api.schemaMethods in com.evolveum.axiom.api.schema that return types with arguments of type AxiomValueModifier and TypeMethodDescriptionOptional<AxiomValue<?>>
AxiomItemDefinition.constantValue()
Optional<AxiomValue<?>>
AxiomItemDefinition.defaultValue()
-
Uses of AxiomValue in com.evolveum.axiom.lang.api
Methods in com.evolveum.axiom.lang.api that return types with arguments of type AxiomValueModifier and TypeMethodDescriptionOptional<AxiomValue<?>>
AxiomBuiltIn.Item.constantValue()
Optional<AxiomValue<?>>
AxiomBuiltIn.Item.defaultValue()
-
Uses of AxiomValue in com.evolveum.axiom.lang.impl
Methods in com.evolveum.axiom.lang.impl that return AxiomValueModifier and TypeMethodDescriptionValueContext.get()
<V> AxiomValue<V>
ModelReactorContext.lazyValue
(ValueContext<V> valueContext) ValueContext.lazyValue()
Methods in com.evolveum.axiom.lang.impl that return types with arguments of type AxiomValueModifier and TypeMethodDescriptionAxiomStatementRule.Lookup.global
(AxiomName identifierSpace, AxiomValueIdentifier identifier) AxiomStatementRule.Lookup.namespaceValue
(AxiomName space, AxiomValueIdentifier itemName) <T> Dependency<AxiomValue<T>>
AxiomStatementRule.Lookup.onlyItemValue
(AxiomItemDefinition item, Class<T> valueType) ItemContext.onlyValue0()
Dependency<AxiomValue<?>>
AxiomStatementRule.ActionBuilder.require
(AxiomValueContext<?> ext) Dependency<AxiomValue<?>>
ValueActionImpl.require
(AxiomValueContext<?> ext) Methods in com.evolveum.axiom.lang.impl with parameters of type AxiomValueModifier and TypeMethodDescriptionvoid
AxiomItemContext.addCompletedValue
(AxiomValue<?> itemDef) void
ItemContext.addCompletedValue
(AxiomValue<?> value) static AxiomValueIdentifier
BasicStatementRule.idFrom
(AxiomItemDefinition definition, AxiomValue<?> value) void
AxiomValueContext.replace
(AxiomValue<?> axiomItemValue) void
ValueContext.replace
(AxiomValue<?> axiomItemValue) Method parameters in com.evolveum.axiom.lang.impl with type arguments of type AxiomValueModifier and TypeMethodDescriptionvoid
ItemContext.merge
(Collection<? extends AxiomValue<?>> values) void
ItemContext.mergeCompleted
(Collection<? extends AxiomValue<?>> values) Constructor parameters in com.evolveum.axiom.lang.impl with type arguments of type AxiomValueModifierConstructorDescriptionAxiomSchemaContextImpl
(Map<AxiomName, Map<AxiomValueIdentifier, AxiomValue<?>>> globalMap) -
Uses of AxiomValue in com.evolveum.axiom.lang.spi
Classes in com.evolveum.axiom.lang.spi that implement AxiomValueModifier and TypeClassDescriptionclass
class
class
class
Methods in com.evolveum.axiom.lang.spi that return types with arguments of type AxiomValueModifier and TypeMethodDescriptionOptional<AxiomValue<?>>
AxiomItemDefinitionImpl.constantValue()
Optional<AxiomValue<?>>
AxiomItemDefinitionImpl.defaultValue()
Methods in com.evolveum.axiom.lang.spi with parameters of type AxiomValueModifier and TypeMethodDescriptionstatic AxiomIdentifierDefinition
AxiomIdentifierDefinitionImpl.from
(AxiomValue<?> value) static AxiomItemDefinition
AxiomItemDefinitionImpl.from
(AxiomValue<?> value) static AxiomTypeDefinition
AxiomTypeDefinitionImpl.from
(AxiomValue<?> value)