Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ValueMetadataType
Packages that use ValueMetadataType
Package
Description
GUI API package for various utility classes and interfaces.
-
Uses of ValueMetadataType in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that return types with arguments of type ValueMetadataTypeModifier and TypeMethodDescriptionstatic PrismContainerValue<ValueMetadataType>WebPrismUtil.getNewYieldValue() -
Uses of ValueMetadataType in com.evolveum.midpoint.gui.impl.factory.wrapper
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper that return types with arguments of type ValueMetadataTypeModifier and TypeMethodDescriptionValueMetadataWrapperFactoryImpl.createValueWrapper(PrismContainerWrapper<ValueMetadataType> parent, PrismContainerValue<ValueMetadataType> value, ValueStatus status, WrapperContext context) ValueMetadataWrapperFactoryImpl.createWrapper(PrismContainerValueWrapper<?> parent, Item childItem, ItemStatus status, WrapperContext context) Method parameters in com.evolveum.midpoint.gui.impl.factory.wrapper with type arguments of type ValueMetadataTypeModifier and TypeMethodDescriptionValueMetadataWrapperFactoryImpl.createValueWrapper(PrismContainerWrapper<ValueMetadataType> parent, PrismContainerValue<ValueMetadataType> value, ValueStatus status, WrapperContext context) ValueMetadataWrapperFactoryImpl.createValueWrapper(PrismContainerWrapper<ValueMetadataType> parent, PrismContainerValue<ValueMetadataType> value, ValueStatus status, WrapperContext context) protected booleanValueMetadataWrapperFactoryImpl.shouldBeExpanded(PrismContainerWrapper<ValueMetadataType> parent, PrismContainerValue<ValueMetadataType> value, WrapperContext context) protected booleanValueMetadataWrapperFactoryImpl.shouldBeExpanded(PrismContainerWrapper<ValueMetadataType> parent, PrismContainerValue<ValueMetadataType> value, WrapperContext context) protected booleanValueMetadataWrapperFactoryImpl.shouldCreateEmptyValue(PrismContainer<ValueMetadataType> item, WrapperContext context) -
Uses of ValueMetadataType in com.evolveum.midpoint.gui.impl.prism.wrapper
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that return types with arguments of type ValueMetadataTypeModifier and TypeMethodDescription@NotNull PrismContainerDefinition<ValueMetadataType>ValueMetadataWrapperImpl.clone()ValueMetadataWrapperImpl.cloneWithReplacedDefinition(QName itemName, ItemDefinition<?> newDefinition) @NotNull ContainerDelta<ValueMetadataType>ValueMetadataWrapperImpl.createEmptyDelta(ItemPath path) ValueMetadataWrapperImpl.createValue()ValueMetadataWrapperImpl.deepClone(@NotNull DeepCloneOperation operation) ValueMetadataWrapperImpl.getCompileTimeClass()ValueMetadataWrapperImpl.getItem()ValueMetadataWrapperImpl.getTypeClass()ValueMetadataWrapperImpl.getValue()ValueMetadataWrapperImpl.getValues()@NotNull PrismContainer<ValueMetadataType>ValueMetadataWrapperImpl.instantiate()@NotNull PrismContainer<ValueMetadataType>ValueMetadataWrapperImpl.instantiate(QName name) ValueMetadataWrapperImpl.toMutable()Method parameters in com.evolveum.midpoint.gui.impl.prism.wrapper with type arguments of type ValueMetadataTypeModifier and TypeMethodDescriptionbooleanValueMetadataWrapperImpl.canBeDefinitionOf(PrismContainer<ValueMetadataType> item) voidValueMetadataWrapperImpl.remove(PrismContainerValueWrapper<ValueMetadataType> valueWrapper, ModelServiceLocator locator) Constructor parameters in com.evolveum.midpoint.gui.impl.prism.wrapper with type arguments of type ValueMetadataTypeModifierConstructorDescriptionValueMetadataWrapperImpl(PrismContainerWrapper<ValueMetadataType> metadataValueWrapper) -
Uses of ValueMetadataType in com.evolveum.midpoint.model.common.mapping.metadata
Methods in com.evolveum.midpoint.model.common.mapping.metadata that return ValueMetadataTypeModifier and TypeMethodDescription@NotNull ValueMetadataTypeValueMetadataComputation.execute(OperationResult parentResult) @NotNull ValueMetadataTypeValueMetadataComputation.getOutputMetadataValueBean()Methods in com.evolveum.midpoint.model.common.mapping.metadata that return types with arguments of type ValueMetadataTypeModifier and TypeMethodDescriptionConsolidationMetadataComputation.getExistingValues()ConsolidationMetadataComputation.getNonNegativeValues()@NotNull PrismContainerValue<ValueMetadataType>ValueMetadataComputation.getOutputMetadataValue()Method parameters in com.evolveum.midpoint.model.common.mapping.metadata with type arguments of type ValueMetadataTypeModifier and TypeMethodDescriptionConsolidationMetadataComputation.forConsolidation(@NotNull List<ValueMetadataType> nonNegativeValues, @NotNull List<ValueMetadataType> existingValues, ItemValueMetadataProcessingSpec processingSpec, ModelCommonBeans beans, MappingEvaluationEnvironment env) -
Uses of ValueMetadataType in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens that return ValueMetadataTypeMethods in com.evolveum.midpoint.model.impl.lens with parameters of type ValueMetadataTypeModifier and TypeMethodDescriptionvoidLensProjectionContext.setCachedValueMetadata(ValueMetadataType cachedValueMetadata) -
Uses of ValueMetadataType in com.evolveum.midpoint.repo.common.expression
Methods in com.evolveum.midpoint.repo.common.expression that return ValueMetadataTypeModifier and TypeMethodDescription@NotNull ValueMetadataTypeConsolidationValueMetadataComputer.compute(@NotNull List<ValueMetadataType> nonNegativeValues, @NotNull List<ValueMetadataType> existingValues, @NotNull OperationResult result) TransformationValueMetadataComputer.compute(@NotNull List<PrismValue> inputValues, @NotNull OperationResult result) Methods in com.evolveum.midpoint.repo.common.expression with parameters of type ValueMetadataTypeModifier and TypeMethodDescriptionbooleanValueSetDefinition.containsYield(IV pval, ValueMetadataType metadata) Method parameters in com.evolveum.midpoint.repo.common.expression with type arguments of type ValueMetadataTypeModifier and TypeMethodDescription@NotNull ValueMetadataTypeConsolidationValueMetadataComputer.compute(@NotNull List<ValueMetadataType> nonNegativeValues, @NotNull List<ValueMetadataType> existingValues, @NotNull OperationResult result) Constructor parameters in com.evolveum.midpoint.repo.common.expression with type arguments of type ValueMetadataTypeModifierConstructorDescriptionValueSetDefinition(ValueSetDefinitionType setDefinitionBean, D itemDefinition, PrismContainerDefinition<ValueMetadataType> valueMetadataDefinition, ExpressionProfile expressionProfile, ExpressionFactory expressionFactory, String additionalVariableName, MappingSpecificationType mappingSpecification, String localContextDescription, String shortDesc, Task task, OperationResult result) -
Uses of ValueMetadataType in com.evolveum.midpoint.schema.metadata
Methods in com.evolveum.midpoint.schema.metadata with parameters of type ValueMetadataTypeModifier and TypeMethodDescriptionbooleanMidpointProvenanceEquivalenceStrategy.equals(ValueMetadataType metadata1, ValueMetadataType metadata2) -
Uses of ValueMetadataType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return types with arguments of type ValueMetadataTypeMethods in com.evolveum.midpoint.schema.util with parameters of type ValueMetadataTypeModifier and TypeMethodDescriptionstatic booleanProvenanceMetadataUtil.hasMappingSpecification(ValueMetadataType metadata, MappingSpecificationType mappingSpecification) static booleanProvenanceMetadataUtil.hasOrigin(ValueMetadataType metadata, String originOid) -
Uses of ValueMetadataType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type ValueMetadataTypeModifier and TypeFieldDescriptionstatic final Producer<ValueMetadataType>ValueMetadataType.FACTORYMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ValueMetadataTypeModifier and TypeMethodDescriptionValueMetadataType.clone()ObjectFactory.createValueMetadataType()ValueMetadataType.extension(ExtensionType value) ValueMetadataType.process(ProcessMetadataType value) ValueMetadataType.provenance(ProvenanceMetadataType value) ValueMetadataType.provisioning(ProvisioningMetadataType value) ValueMetadataType.storage(StorageMetadataType value) ValueMetadataType.transformation(TransformationMetadataType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ValueMetadataTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ValueMetadataType>ObjectFactory.createValueMetadata(ValueMetadataType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ValueMetadataTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ValueMetadataType>ObjectFactory.createValueMetadata(ValueMetadataType value)