Uses of Class
com.evolveum.axiom.api.AxiomName
-
-
Uses of AxiomName in com.evolveum.axiom.api
Subclasses of AxiomName in com.evolveum.axiom.api Modifier and Type Class Description class
AxiomItemName
Fields in com.evolveum.axiom.api declared as AxiomName Modifier and Type Field Description static AxiomName
AxiomValue. AXIOM_VALUE
static AxiomName
AxiomValue. METADATA
static AxiomName
AxiomValue. METADATA_TYPE
static AxiomName
AxiomValue. TYPE
static AxiomName
AxiomValue. VALUE
Methods in com.evolveum.axiom.api that return AxiomName Modifier and Type Method Description static AxiomName
AxiomName. axiom(String identifier)
static AxiomName
AxiomName. builtIn(String localName)
static AxiomName
AxiomName. data(String localName)
AxiomName
AxiomName. defaultNamespace()
static AxiomName
AxiomName. from(String namespace, String localName)
static AxiomName
AxiomName. local(@NotNull String localName)
AxiomName
AxiomName. localName(String name)
AxiomName
AbstractAxiomItem. name()
AxiomName
AxiomItem. name()
AxiomName
AxiomItemName. name()
AxiomName
AxiomPath.InfraItem. name()
AxiomName
AxiomPath.Item. name()
AxiomName
AxiomPath.Variable. name()
AxiomName
AxiomName. namespace(String targetNamespace)
static AxiomName
AxiomName. parse(String item)
Methods in com.evolveum.axiom.api that return types with arguments of type AxiomName Modifier and Type Method Description Map<AxiomName,Object>
AxiomValueIdentifier. components()
Map<AxiomName,AxiomItem<?>>
AbstractAxiomValue. infraItems()
Map<AxiomName,AxiomItem<?>>
AxiomInfraValue. infraItems()
Map<AxiomName,AxiomItem<?>>
AxiomStructuredValue. itemMap()
Map<AxiomName,AxiomItem<?>>
StructuredValueImpl. itemMap()
Methods in com.evolveum.axiom.api with parameters of type AxiomName Modifier and Type Method Description void
AxiomValueBuilder. add(AxiomName name, Supplier<? extends AxiomItem<?>> child)
Supplier<? extends AxiomItem<?>>
AxiomValueBuilder. get(AxiomName name)
Supplier<? extends AxiomItem<?>>
AxiomValueBuilder. get(AxiomName name, Function<AxiomName,? extends Supplier<? extends AxiomItem<?>>> child)
Supplier<? extends AxiomItem<?>>
AxiomValueBuilder. getInfra(AxiomName name, Function<AxiomName,? extends Supplier<? extends AxiomItem<?>>> child)
default Optional<AxiomItem<?>>
AxiomInfraValue. infraItem(AxiomName name)
static AxiomItemName
AxiomPath. item(AxiomName name)
default Optional<? extends AxiomItem<?>>
AxiomStructuredValue. item(AxiomName name)
Optional<? extends AxiomItem<?>>
StructuredValueImpl. item(AxiomName name)
default Optional<? extends AxiomItem<?>>
AxiomValue. metadata(AxiomName name)
static AxiomItemName
AxiomItemName. of(AxiomName name)
static AxiomValueIdentifier
AxiomValueIdentifier. of(AxiomName key, Object value)
protected AxiomItem<?>
StructuredValueImpl. requireItem(AxiomName name)
boolean
AxiomName. sameNamespace(AxiomName other)
Method parameters in com.evolveum.axiom.api with type arguments of type AxiomName Modifier and Type Method Description V
AxiomInfraValue.Factory. create(Map<AxiomName,AxiomItem<?>> infraItems)
T
AxiomValue.Factory. create(AxiomTypeDefinition type, V value, Map<AxiomName,AxiomItem<?>> infraItems)
default T
AxiomValue.Factory. create(Map<AxiomName,AxiomItem<?>> infraItems)
static <V> AxiomSimpleValue<V>
SimpleValue. create(AxiomTypeDefinition def, V value, Map<AxiomName,AxiomItem<?>> infraItems)
AxiomStructuredValue
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)
AxiomValue<V>
AxiomValueFactory. createSimple(AxiomTypeDefinition def, V value, Map<AxiomName,AxiomItem<?>> infraItems)
static AxiomValueIdentifier
AxiomValueIdentifier. from(Map<AxiomName,Object> build)
Supplier<? extends AxiomItem<?>>
AxiomValueBuilder. get(AxiomName name, Function<AxiomName,? extends Supplier<? extends AxiomItem<?>>> child)
Supplier<? extends AxiomItem<?>>
AxiomValueBuilder. getInfra(AxiomName name, Function<AxiomName,? extends Supplier<? extends AxiomItem<?>>> child)
Constructors in com.evolveum.axiom.api with parameters of type AxiomName Constructor Description AxiomVariableName(AxiomName name)
Constructor parameters in com.evolveum.axiom.api with type arguments of type AxiomName Constructor Description AbstractAxiomValue(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 AxiomName Modifier and Type Method Description static AxiomName
Inheritance. adapt(AxiomName parent, AxiomName child)
static AxiomName
Inheritance. adapt(AxiomName parent, AxiomItemDefinition child)
AxiomName
Inheritance. apply(AxiomName parent, AxiomName child)
static AxiomName
Inheritance. inheritNamespace(AxiomName parent, AxiomName name)
static AxiomName
Inheritance. noChange(AxiomName parent, AxiomName name)
static AxiomName
Inheritance. noNamespace(AxiomName parent, AxiomName name)
Methods in com.evolveum.axiom.api.meta with parameters of type AxiomName Modifier and Type Method Description static AxiomName
Inheritance. adapt(AxiomName parent, AxiomName child)
static AxiomName
Inheritance. adapt(AxiomName parent, AxiomItemDefinition child)
AxiomName
Inheritance. apply(AxiomName parent, AxiomName child)
static AxiomName
Inheritance. inheritNamespace(AxiomName parent, AxiomName name)
static AxiomName
Inheritance. noChange(AxiomName parent, AxiomName name)
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 AxiomName Modifier and Type Field Description static AxiomName
AxiomItemDefinition. CONSTANT
static AxiomName
AxiomItemDefinition. DEFAULT
static AxiomName
AxiomTypeDefinition. IDENTIFIER_MEMBER
static AxiomName
AxiomItemDefinition. NAME
static AxiomName
AxiomTypeDefinition. NAME
static AxiomName
AxiomItemDefinition. ROOT_SPACE
static AxiomName
AxiomItemDefinition. SPACE
static AxiomName
AxiomTypeDefinition. SPACE
static AxiomName
AxiomItemDefinition. VALUE_SPACE
Methods in com.evolveum.axiom.api.schema that return AxiomName Modifier and Type Method Description AxiomName
AxiomNamedDefinition. name()
Methods in com.evolveum.axiom.api.schema that return types with arguments of type AxiomName Modifier and Type Method Description Collection<AxiomName>
AxiomIdentifierDefinition. components()
Map<AxiomName,AxiomItemDefinition>
AxiomTypeDefinition. itemDefinitions()
Optional<AxiomName>
AxiomItemDefinition. substitutionOf()
Methods in com.evolveum.axiom.api.schema with parameters of type AxiomName Modifier and Type Method Description default AxiomItemDefinition
AxiomItemDefinition. derived(AxiomName name)
static AxiomItemDefinition
AxiomItemDefinition. derived(AxiomName name, AxiomItemDefinition source)
static AxiomIdentifierDefinition
AxiomIdentifierDefinition. from(AxiomName space, AxiomIdentifierDefinition.Scope scope, Set<AxiomName> members)
Optional<AxiomItemDefinition>
AxiomSchemaContext. getRoot(AxiomName type)
Optional<AxiomTypeDefinition>
AxiomSchemaContext. getType(AxiomName type)
static AxiomIdentifierDefinition
AxiomIdentifierDefinition. global(AxiomName name, AxiomName... components)
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
AxiomIdentifierDefinition. local(AxiomName name, AxiomName... components)
static AxiomIdentifierDefinition
AxiomIdentifierDefinition. parent(AxiomName name, AxiomName... components)
Method parameters in com.evolveum.axiom.api.schema with type arguments of type AxiomName Modifier and Type Method Description static 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 AxiomName Modifier and Type Method Description AxiomName
VirtualRootType. name()
Methods in com.evolveum.axiom.api.stream that return types with arguments of type AxiomName Modifier and Type Method Description Map<AxiomName,AxiomItemDefinition>
VirtualRootType. itemDefinitions()
Methods in com.evolveum.axiom.api.stream with parameters of type AxiomName Modifier and Type Method Description Optional<AxiomItemDefinition>
AxiomBuilderStreamTarget.ValueBuilder. childItemDef(AxiomName statement)
Optional<AxiomItemDefinition>
AxiomBuilderStreamTarget.ValueBuilder. infraItemDef(AxiomName item)
void
AxiomBuilderStreamTarget. startInfra(AxiomName item, SourceLocation loc)
AxiomBuilderStreamTarget.ItemBuilder
AxiomBuilderStreamTarget.ValueBuilder. startInfra(AxiomName identifier, SourceLocation loc)
void
AxiomBuilderStreamTarget. startItem(AxiomName item, SourceLocation loc)
AxiomBuilderStreamTarget.ItemBuilder
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 AxiomName Modifier and Type Method Description AxiomName
AxiomModelStatementSource. resolveIdentifier(@Nullable String prefix, @NotNull String localName)
Methods in com.evolveum.axiom.lang.antlr that return types with arguments of type AxiomName Modifier and Type Method Description ValueDecoder<AxiomParser.PrefixedNameContext,AxiomName>
AntlrDecoderContext. itemName()
ValueDecoder<I,AxiomName>
AxiomDecoderContext. itemName()
-
Uses of AxiomName in com.evolveum.axiom.lang.api
Fields in com.evolveum.axiom.lang.api declared as AxiomName Modifier and Type Field Description static AxiomName
AxiomModel. IMPORTED_NAMESPACE
static AxiomName
AxiomModel. NAMESPACE
Fields in com.evolveum.axiom.lang.api with type parameters of type AxiomName Modifier and Type Field Description static Lazy<Map<AxiomName,AxiomItemDefinition>>
AxiomBuiltIn. EMPTY
Methods in com.evolveum.axiom.lang.api that return AxiomName Modifier and Type Method Description AxiomName
AxiomBuiltIn.Item. name()
AxiomName
AxiomBuiltIn.Type. name()
Methods in com.evolveum.axiom.lang.api that return types with arguments of type AxiomName Modifier and Type Method Description Map<AxiomName,AxiomItemDefinition>
AxiomBuiltIn.Type. itemDefinitions()
Optional<AxiomName>
AxiomBuiltIn.Item. substitutionOf()
Constructors in com.evolveum.axiom.lang.api with parameters of type AxiomName Constructor Description Item(AxiomName name, AxiomTypeDefinition type, boolean required)
-
Uses of AxiomName in com.evolveum.axiom.lang.impl
Methods in com.evolveum.axiom.lang.impl that return AxiomName Modifier and Type Method Description AxiomName
ItemContext. name()
AxiomName
ValueContext. name()
AxiomName
ModelReactorContext. resolveIdentifier(@Nullable String prefix, @NotNull String localName)
Constructors in com.evolveum.axiom.lang.impl with parameters of type AxiomName Constructor Description ItemContext(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 AxiomName Constructor Description AxiomSchemaContextImpl(Map<AxiomName,Map<AxiomValueIdentifier,AxiomValue<?>>> globalMap)
-
Uses of AxiomName in com.evolveum.axiom.lang.spi
Methods in com.evolveum.axiom.lang.spi that return AxiomName Modifier and Type Method Description AxiomName
AbstractBaseDefinition. name()
default AxiomName
AxiomNameResolver. resolve(AxiomPrefixedName prefixedName)
AxiomName
AxiomNameResolver. resolveIdentifier(@Nullable String prefix, @NotNull String localName)
Methods in com.evolveum.axiom.lang.spi that return types with arguments of type AxiomName Modifier and Type Method Description Collection<AxiomName>
AxiomIdentifierDefinitionImpl. components()
Map<AxiomName,AxiomItemDefinition>
AxiomTypeDefinitionImpl. itemDefinitions()
Optional<AxiomName>
AxiomItemDefinitionImpl. substitutionOf()
Methods in com.evolveum.axiom.lang.spi with parameters of type AxiomName Modifier and Type Method Description Optional<AxiomItemDefinition>
AxiomItemStreamTreeBuilder.ValueBuilder. childDef(AxiomName statement)
Optional<? extends AxiomItem<?>>
AxiomTypeDefinitionImpl. item(AxiomName name)
void
AxiomItemStreamTreeBuilder. startItem(AxiomName item, SourceLocation loc)
AxiomItemStreamTreeBuilder.ItemBuilder
AxiomItemStreamTreeBuilder.ValueBuilder. startItem(AxiomName identifier, SourceLocation loc)
Constructor parameters in com.evolveum.axiom.lang.spi with type arguments of type AxiomName Constructor Description AbstractBaseDefinition(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 Modifier and Type Method Description static @NotNull QName
AxiomBased. qName(AxiomName name)
-