Uses of Interface
com.evolveum.axiom.api.AxiomStructuredValue
- 
Packages that use AxiomStructuredValue Package Description com.evolveum.axiom.api com.evolveum.axiom.api.schema com.evolveum.axiom.lang.impl com.evolveum.axiom.lang.spi 
- 
- 
Uses of AxiomStructuredValue in com.evolveum.axiom.apiClasses in com.evolveum.axiom.api that implement AxiomStructuredValue Modifier and Type Class Description classStructuredValueImplMethods in com.evolveum.axiom.api that return AxiomStructuredValue Modifier and Type Method Description AxiomStructuredValueAxiomValueFactory. createComplex(AxiomTypeDefinition def, Map<AxiomName,AxiomItem<?>> items, Map<AxiomName,AxiomItem<?>> infraItems)Methods in com.evolveum.axiom.api that return types with arguments of type AxiomStructuredValue Modifier and Type Method Description default Optional<? extends AxiomStructuredValue>AxiomStructured. asComplex()default Optional<? extends AxiomStructuredValue>AxiomValue. metadata()
- 
Uses of AxiomStructuredValue in com.evolveum.axiom.api.schemaSubinterfaces of AxiomStructuredValue in com.evolveum.axiom.api.schema Modifier and Type Interface Description interfaceAxiomIdentifierDefinition
- 
Uses of AxiomStructuredValue in com.evolveum.axiom.lang.implMethods in com.evolveum.axiom.lang.impl with parameters of type AxiomStructuredValue Modifier and Type Method Description static voidBasicStatementRule. addFromType(AxiomStructuredValue source, AxiomValueContext<?> target, boolean inheritance)
- 
Uses of AxiomStructuredValue in com.evolveum.axiom.lang.spiClasses in com.evolveum.axiom.lang.spi that implement AxiomStructuredValue Modifier and Type Class Description classAbstractBaseDefinitionclassAxiomIdentifierDefinitionImplclassAxiomItemDefinitionImplclassAxiomTypeDefinitionImplMethods in com.evolveum.axiom.lang.spi with parameters of type AxiomStructuredValue Modifier and Type Method Description static AxiomTypeDefinitionAxiomTypeDefinitionImpl. from(AxiomStructuredValue value)
 
-