Uses of Class
com.evolveum.axiom.api.AxiomName
Packages that use AxiomName
Package
Description
-
Uses of AxiomName in com.evolveum.axiom.api
Subclasses of AxiomName in com.evolveum.axiom.apiFields in com.evolveum.axiom.api declared as AxiomNameModifier and TypeFieldDescriptionstatic final AxiomName
AxiomValue.AXIOM_VALUE
static final AxiomName
AxiomValue.METADATA
static final AxiomName
AxiomValue.METADATA_TYPE
static final AxiomName
AxiomValue.TYPE
static final AxiomName
AxiomValue.VALUE
Methods in com.evolveum.axiom.api that return AxiomNameModifier and TypeMethodDescriptionstatic AxiomName
static AxiomName
static AxiomName
AxiomName.defaultNamespace()
static AxiomName
static AxiomName
AbstractAxiomItem.name()
AxiomItem.name()
AxiomItemName.name()
AxiomPath.InfraItem.name()
AxiomPath.Item.name()
AxiomPath.Variable.name()
static AxiomName
Methods in com.evolveum.axiom.api that return types with arguments of type AxiomNameModifier and TypeMethodDescriptionAxiomValueIdentifier.components()
AbstractAxiomValue.infraItems()
AxiomInfraValue.infraItems()
AxiomStructuredValue.itemMap()
StructuredValueImpl.itemMap()
Methods in com.evolveum.axiom.api with parameters of type AxiomNameModifier and TypeMethodDescriptionvoid
AxiomValueBuilder.get
(AxiomName name, Function<AxiomName, ? extends Supplier<? extends AxiomItem<?>>> child) AxiomValueBuilder.getInfra
(AxiomName name, Function<AxiomName, ? extends Supplier<? extends AxiomItem<?>>> child) static AxiomItemName
static AxiomItemName
static AxiomValueIdentifier
protected AxiomItem<?>
StructuredValueImpl.requireItem
(AxiomName name) boolean
AxiomName.sameNamespace
(AxiomName other) Method parameters in com.evolveum.axiom.api with type arguments of type AxiomNameModifier and TypeMethodDescriptionAxiomValue.Factory.create
(AxiomTypeDefinition type, V value, Map<AxiomName, AxiomItem<?>> infraItems) default T
static final <V> AxiomSimpleValue<V>
SimpleValue.create
(AxiomTypeDefinition def, V value, Map<AxiomName, AxiomItem<?>> infraItems) AxiomValueFactory.createComplex
(AxiomTypeDefinition def, Map<AxiomName, AxiomItem<?>> items, Map<AxiomName, AxiomItem<?>> infraItems) default 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) static AxiomValueIdentifier
AxiomValueBuilder.get
(AxiomName name, Function<AxiomName, ? extends Supplier<? extends AxiomItem<?>>> child) AxiomValueBuilder.getInfra
(AxiomName name, Function<AxiomName, ? extends Supplier<? extends AxiomItem<?>>> child) Constructors in com.evolveum.axiom.api with parameters of type AxiomNameConstructor parameters in com.evolveum.axiom.api with type arguments of type AxiomNameModifierConstructorDescriptionAbstractAxiomValue
(AxiomTypeDefinition type, Map<AxiomName, AxiomItem<?>> infraItems) AxiomValueIdentifier
(Map<AxiomName, Object> components) StructuredValueImpl
(AxiomTypeDefinition type, Map<AxiomName, AxiomItem<?>> items, Map<AxiomName, AxiomItem<?>> infraItems) -
Uses of AxiomName in com.evolveum.axiom.api.meta
Methods in com.evolveum.axiom.api.meta that return AxiomNameModifier and TypeMethodDescriptionstatic AxiomName
static AxiomName
Inheritance.adapt
(AxiomName parent, AxiomItemDefinition child) static AxiomName
Inheritance.inheritNamespace
(AxiomName parent, AxiomName name) static AxiomName
static AxiomName
Inheritance.noNamespace
(AxiomName parent, AxiomName name) Methods in com.evolveum.axiom.api.meta with parameters of type AxiomNameModifier and TypeMethodDescriptionstatic AxiomName
static AxiomName
Inheritance.adapt
(AxiomName parent, AxiomItemDefinition child) static AxiomName
Inheritance.inheritNamespace
(AxiomName parent, AxiomName name) static AxiomName
static AxiomName
Inheritance.noNamespace
(AxiomName parent, AxiomName name) -
Uses of AxiomName in com.evolveum.axiom.api.schema
Fields in com.evolveum.axiom.api.schema declared as AxiomNameModifier and TypeFieldDescriptionstatic final AxiomName
AxiomItemDefinition.CONSTANT
static final AxiomName
AxiomItemDefinition.DEFAULT
static final AxiomName
AxiomTypeDefinition.IDENTIFIER_MEMBER
static final AxiomName
AxiomItemDefinition.NAME
static final AxiomName
AxiomTypeDefinition.NAME
static final AxiomName
AxiomItemDefinition.ROOT_SPACE
static final AxiomName
AxiomItemDefinition.SPACE
static final AxiomName
AxiomTypeDefinition.SPACE
static final AxiomName
AxiomItemDefinition.VALUE_SPACE
Methods in com.evolveum.axiom.api.schema that return AxiomNameMethods in com.evolveum.axiom.api.schema that return types with arguments of type AxiomNameModifier and TypeMethodDescriptionAxiomIdentifierDefinition.components()
AxiomTypeDefinition.itemDefinitions()
AxiomItemDefinition.substitutionOf()
Methods in com.evolveum.axiom.api.schema with parameters of type AxiomNameModifier and TypeMethodDescriptiondefault AxiomItemDefinition
static AxiomItemDefinition
AxiomItemDefinition.derived
(AxiomName name, AxiomItemDefinition source) static AxiomIdentifierDefinition
AxiomIdentifierDefinition.from
(AxiomName space, AxiomIdentifierDefinition.Scope scope, Set<AxiomName> members) static AxiomIdentifierDefinition
static AxiomValueIdentifier
AxiomItemDefinition.identifier
(AxiomName name) static AxiomValueIdentifier
AxiomTypeDefinition.identifier
(AxiomName name) default boolean
AxiomTypeDefinition.isSubtypeOf
(AxiomName other) default Optional<AxiomItemDefinition>
AxiomTypeDefinition.itemDefinition
(AxiomName child) default Optional<AxiomItemDefinition>
AxiomTypeDefinition.itemDefinition
(AxiomName parentItem, AxiomName name) static AxiomIdentifierDefinition
static AxiomIdentifierDefinition
Method parameters in com.evolveum.axiom.api.schema with type arguments of type AxiomNameModifier and TypeMethodDescriptionstatic AxiomIdentifierDefinition
AxiomIdentifierDefinition.from
(AxiomName space, AxiomIdentifierDefinition.Scope scope, Set<AxiomName> members) -
Uses of AxiomName in com.evolveum.axiom.api.stream
Methods in com.evolveum.axiom.api.stream that return AxiomNameMethods in com.evolveum.axiom.api.stream that return types with arguments of type AxiomNameMethods in com.evolveum.axiom.api.stream with parameters of type AxiomNameModifier and TypeMethodDescriptionAxiomBuilderStreamTarget.ValueBuilder.childItemDef
(AxiomName statement) AxiomBuilderStreamTarget.ValueBuilder.infraItemDef
(AxiomName item) void
AxiomBuilderStreamTarget.startInfra
(AxiomName item, SourceLocation loc) AxiomBuilderStreamTarget.ValueBuilder.startInfra
(AxiomName identifier, SourceLocation loc) void
AxiomBuilderStreamTarget.startItem
(AxiomName item, SourceLocation loc) AxiomBuilderStreamTarget.ValueBuilder.startItem
(AxiomName identifier, SourceLocation loc) -
Uses of AxiomName in com.evolveum.axiom.lang.antlr
Methods in com.evolveum.axiom.lang.antlr that return AxiomNameModifier and TypeMethodDescriptionAxiomModelStatementSource.resolveIdentifier
(@Nullable String prefix, @NotNull String localName) Methods in com.evolveum.axiom.lang.antlr that return types with arguments of type AxiomName -
Uses of AxiomName in com.evolveum.axiom.lang.api
Fields in com.evolveum.axiom.lang.api declared as AxiomNameModifier and TypeFieldDescriptionstatic final AxiomName
AxiomModel.IMPORTED_NAMESPACE
static final AxiomName
AxiomModel.NAMESPACE
Fields in com.evolveum.axiom.lang.api with type parameters of type AxiomNameModifier and TypeFieldDescriptionstatic final Lazy<Map<AxiomName,
AxiomItemDefinition>> AxiomBuiltIn.EMPTY
Methods in com.evolveum.axiom.lang.api that return AxiomNameMethods in com.evolveum.axiom.lang.api that return types with arguments of type AxiomNameModifier and TypeMethodDescriptionAxiomBuiltIn.Type.itemDefinitions()
AxiomBuiltIn.Item.substitutionOf()
Constructors in com.evolveum.axiom.lang.api with parameters of type AxiomName -
Uses of AxiomName in com.evolveum.axiom.lang.impl
Methods in com.evolveum.axiom.lang.impl that return AxiomNameModifier and TypeMethodDescriptionItemContext.name()
ValueContext.name()
ModelReactorContext.resolveIdentifier
(@Nullable String prefix, @NotNull String localName) Methods in com.evolveum.axiom.lang.impl with parameters of type AxiomNameModifier and TypeMethodDescriptionvoid
ModelReactorContext.addStatementFactory
(AxiomName statementType, AxiomValueFactory<?> factory) <T> Dependency<AxiomItem<T>>
<T> AxiomItemContext<T>
<T> ItemContext<T>
protected Optional<AxiomItemDefinition>
ItemContext.childItemDef
(AxiomName id) ValueContext.childItemDef
(AxiomName statement) protected ItemContext<?>
ValueContext.createItem
(AxiomName id, SourceLocation loc) AxiomStatementRule.Lookup.global
(AxiomName identifierSpace, AxiomValueIdentifier identifier) ValueContext.infraItemDef
(AxiomName item) static AxiomValueIdentifier
ValueContext<?>
IdentifierSpaceHolderImpl.lookup
(AxiomName space, AxiomValueIdentifier key) AxiomStatementRule.Lookup.modify
(AxiomName identifierSpace, AxiomValueIdentifier identifier) AxiomStatementRule.Lookup.namespace
(AxiomName name, AxiomValueIdentifier namespaceId) ModelReactorContext.namespace
(AxiomName name, AxiomValueIdentifier namespaceId) AxiomStatementRule.Lookup.namespaceValue
(AxiomName space, AxiomValueIdentifier itemName) AxiomStatementRule.Lookup.reference
(AxiomName identifierSpace, AxiomValueIdentifier identifier) void
AxiomValueContext.register
(AxiomName space, AxiomIdentifierDefinition.Scope scope, AxiomValueIdentifier key) void
IdentifierSpaceHolderImpl.register
(AxiomName space, AxiomIdentifierDefinition.Scope scope, AxiomValueIdentifier key, ValueContext<?> item) void
ModelReactorContext.register
(AxiomName space, AxiomIdentifierDefinition.Scope scope, AxiomValueIdentifier key, ValueContext<?> context) void
ValueContext.register
(AxiomName space, AxiomIdentifierDefinition.Scope scope, AxiomValueIdentifier key) <T> Dependency.Search<AxiomItem<T>>
ValueContext.requireChild
(AxiomName item) ModelReactorContext.rootDefinition
(AxiomName statement) ValueContext.startInfra
(AxiomName identifier, SourceLocation loc) ItemContext<?>
ValueContext.startItem
(AxiomName identifier, SourceLocation loc) Constructors in com.evolveum.axiom.lang.impl with parameters of type AxiomNameModifierConstructorDescriptionItemContext
(ValueContext<?> sourceContext, AxiomName name, AxiomItemDefinition definition, SourceLocation loc) MapItemContext
(ValueContext<?> sourceContext, AxiomName name, AxiomItemDefinition definition, SourceLocation loc) Constructor parameters in com.evolveum.axiom.lang.impl with type arguments of type AxiomNameModifierConstructorDescriptionAxiomSchemaContextImpl
(Map<AxiomName, Map<AxiomValueIdentifier, AxiomValue<?>>> globalMap) -
Uses of AxiomName in com.evolveum.axiom.lang.spi
Methods in com.evolveum.axiom.lang.spi that return AxiomNameModifier and TypeMethodDescriptionAbstractBaseDefinition.name()
default AxiomName
AxiomNameResolver.resolve
(AxiomPrefixedName prefixedName) AxiomNameResolver.resolveIdentifier
(@Nullable String prefix, @NotNull String localName) Methods in com.evolveum.axiom.lang.spi that return types with arguments of type AxiomNameModifier and TypeMethodDescriptionAxiomIdentifierDefinitionImpl.components()
AxiomTypeDefinitionImpl.itemDefinitions()
AxiomItemDefinitionImpl.substitutionOf()
Methods in com.evolveum.axiom.lang.spi with parameters of type AxiomNameModifier and TypeMethodDescriptionvoid
AxiomItemStreamTreeBuilder.startItem
(AxiomName item, SourceLocation loc) AxiomItemStreamTreeBuilder.ValueBuilder.startItem
(AxiomName identifier, SourceLocation loc) Constructor parameters in com.evolveum.axiom.lang.spi with type arguments of type AxiomNameModifierConstructorDescriptionAbstractBaseDefinition
(AxiomTypeDefinition type, Map<AxiomName, AxiomItem<?>> items, Map<AxiomName, AxiomItem<?>> infraItems) AxiomIdentifierDefinitionImpl
(AxiomTypeDefinition axiomItemDefinition, Map<AxiomName, AxiomItem<?>> items, Map<AxiomName, AxiomItem<?>> infraItems) AxiomItemDefinitionImpl
(AxiomTypeDefinition axiomItemDefinition, Map<AxiomName, AxiomItem<?>> items, Map<AxiomName, AxiomItem<?>> infraItems) AxiomTypeDefinitionImpl
(AxiomTypeDefinition def, Map<AxiomName, AxiomItem<?>> keywordMap, Map<AxiomName, AxiomItem<?>> infraItems) -
Uses of AxiomName in com.evolveum.midpoint.prism.impl.schema.axiom
Methods in com.evolveum.midpoint.prism.impl.schema.axiom with parameters of type AxiomName