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 interfaceAxiomValue.Factory<V,T extends AxiomValue<V>> interfaceValueBuilder<P extends AxiomValue<?>>static interfaceValueBuilder.BuilderOrValue<P extends AxiomValue<?>>Subinterfaces of AxiomValue in com.evolveum.axiom.apiModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses 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 AxiomValueIdentifierAxiomValueIdentifier.from(AxiomIdentifierDefinition key, AxiomValue<?> value) Method parameters in com.evolveum.axiom.api with type arguments of type AxiomValueModifier and TypeMethodDescriptionvoidAxiomItemBuilder.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 TypeMethodDescriptionvoidAxiomItemContext.addCompletedValue(AxiomValue<?> itemDef) voidItemContext.addCompletedValue(AxiomValue<?> value) static AxiomValueIdentifierBasicStatementRule.idFrom(AxiomItemDefinition definition, AxiomValue<?> value) voidAxiomValueContext.replace(AxiomValue<?> axiomItemValue) voidValueContext.replace(AxiomValue<?> axiomItemValue) Method parameters in com.evolveum.axiom.lang.impl with type arguments of type AxiomValueModifier and TypeMethodDescriptionvoidItemContext.merge(Collection<? extends AxiomValue<?>> values) voidItemContext.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 TypeClassDescriptionclassclassclassclassMethods 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 AxiomIdentifierDefinitionAxiomIdentifierDefinitionImpl.from(AxiomValue<?> value) static AxiomItemDefinitionAxiomItemDefinitionImpl.from(AxiomValue<?> value) static AxiomTypeDefinitionAxiomTypeDefinitionImpl.from(AxiomValue<?> value)