Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ValueMetadataType
Packages that use ValueMetadataType
Package
Description
-
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.cloneWithNewDefinition(QName newItemName, ItemDefinition<?> newDefinition) @NotNull ItemDefinition<PrismContainer<ValueMetadataType>>ValueMetadataWrapperImpl.cloneWithNewName(@NotNull ItemName itemName) @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.mutator()Method parameters in com.evolveum.midpoint.gui.impl.prism.wrapper with type arguments of type ValueMetadataTypeModifier and TypeMethodDescriptionvoidValueMetadataWrapperImpl.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.api.expr
Methods in com.evolveum.midpoint.model.api.expr that return ValueMetadataTypeModifier and TypeMethodDescriptiondefault @Nullable ValueMetadataTypeMidpointFunctions.getMetadata(@NotNull AbstractCredentialType credential) default @Nullable ValueMetadataTypeMidpointFunctions.getMetadata(@NotNull ObjectType object) -
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 ValueMetadataTypeModifier and TypeMethodDescription<F extends ObjectType>
ValueMetadataTypeOperationalDataManager.createCreateMetadata(LensContext<F> context, XMLGregorianCalendar now, Task task) Currently used for the credentials.LensProjectionContext.getCachedValueMetadata()Methods in com.evolveum.midpoint.model.impl.lens with parameters of type ValueMetadataTypeModifier and TypeMethodDescriptionvoidLensProjectionContext.setCachedValueMetadata(ValueMetadataType cachedValueMetadata) -
Uses of ValueMetadataType in com.evolveum.midpoint.model.impl.mining
Methods in com.evolveum.midpoint.model.impl.mining that return types with arguments of type ValueMetadataTypeModifier and TypeMethodDescriptionprotected static <PV extends PrismValue>
@NotNull List<ValueMetadataType>RoleAnalysisServiceUtils.collectValueMetadata(PV rowValue) -
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) @NotNull ValueMetadataTypeTransformationValueMetadataComputer.compute(@NotNull List<PrismValue> inputValues, @NotNull OperationResult result) Methods in com.evolveum.midpoint.repo.common.expression with parameters of type ValueMetadataTypeModifier and TypeMethodDescriptionbooleanValueSetDefinition.hasMappingSpecification(@NotNull ValueMetadataType md) 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, @NotNull ValueSetDefinition.ExtraSetSpecification extraSetSpecification, D itemDefinition, PrismContainerDefinition<ValueMetadataType> valueMetadataDefinition, ExpressionProfile expressionProfile, ExpressionFactory expressionFactory, String additionalVariableName, MappingSpecificationType mappingSpecification, List<MappingSpecificationType> mappingAliasSpecification, String localContextDescription, String shortDesc, Task task, OperationResult result) -
Uses of ValueMetadataType in com.evolveum.midpoint.repo.sqale.qmodel.assignment
Methods in com.evolveum.midpoint.repo.sqale.qmodel.assignment with parameters of type ValueMetadataTypeModifier and TypeMethodDescriptionQAssignmentMetadataMapping.insert(ValueMetadataType schemaObject, MAssignment ownerRow, JdbcSession jdbcSession) -
Uses of ValueMetadataType in com.evolveum.midpoint.repo.sqale.qmodel.metadata
Methods in com.evolveum.midpoint.repo.sqale.qmodel.metadata with parameters of type ValueMetadataTypeModifier and TypeMethodDescriptionQValueMetadataMapping.initRowObject(ValueMetadataType schemaObject, OR ownerRow) abstract MQValueMetadataMapping.insert(ValueMetadataType assignment, OR ownerRow, JdbcSession jdbcSession) -
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 ValueMetadataTypeModifier and TypeMethodDescriptionstatic @Nullable ValueMetadataTypeValueMetadataTypeUtil.findMatchingValue(ValueMetadata valueMetadata, ProvenanceMetadataType provenance) static ValueMetadataTypeValueMetadataTypeUtil.fromLegacy(@NotNull MetadataType legacy) static @Nullable ValueMetadataTypeValueMetadataTypeUtil.getMetadata(@NotNull AbstractCredentialType credential) static @Nullable ValueMetadataTypeValueMetadataTypeUtil.getMetadata(@NotNull ObjectType object) static @Nullable ValueMetadataTypeValueMetadataTypeUtil.getMetadata(Containerable holder, ProvenanceMetadataType provenance) static @Nullable ValueMetadataTypeValueMetadataTypeUtil.getMetadata(AssignmentType assignment) TEMPORARY/EXPERIMENTAL.static @NotNull ValueMetadataTypeValueMetadataTypeUtil.getMetadataRequired(Containerable holder, ProvenanceMetadataType provenance) static @NotNull ValueMetadataTypeValueMetadataTypeUtil.getMetadataRequired(ObjectType object) static @NotNull ValueMetadataTypeValueMetadataTypeUtil.getOrCreateMetadata(@NotNull Containerable holder, @NotNull ProvenanceMetadataType provenance) static <T extends ObjectType>
@NotNull ValueMetadataTypeValueMetadataTypeUtil.getOrCreateMetadata(@NotNull PrismObject<T> object) static @NotNull ValueMetadataTypeValueMetadataTypeUtil.getOrCreateMetadata(@NotNull ObjectType object) static @NotNull ValueMetadataTypeValueMetadataTypeUtil.getOrCreateMetadata(AssignmentType assignment) Deprecated.static @Nullable ValueMetadataTypeFocusTypeUtil.getPasswordMetadata(@NotNull FocusType focus) Methods in com.evolveum.midpoint.schema.util that return types with arguments of type ValueMetadataTypeModifier and TypeMethodDescriptionstatic @NotNull Collection<ValueMetadataType>ValueMetadataTypeUtil.getMetadataBeans(Containerable containerable) static @NotNull Collection<ValueMetadataType>ValueMetadataTypeUtil.getMetadataBeans(Referencable referencable) ProvenanceMetadataUtil.originSelector(String oid) Methods in com.evolveum.midpoint.schema.util with parameters of type ValueMetadataTypeModifier and TypeMethodDescriptionstatic @Nullable XMLGregorianCalendarValueMetadataTypeUtil.getLastChangeTimestamp(ValueMetadataType metadata) Returns modification time or creation time.static @NotNull ProcessMetadataTypeValueMetadataTypeUtil.getOrCreateProcessMetadata(@NotNull ValueMetadataType metadata) static @NotNull ProvenanceMetadataTypeValueMetadataTypeUtil.getOrCreateProvenanceMetadata(@NotNull ValueMetadataType metadata) static @NotNull ProvisioningMetadataTypeValueMetadataTypeUtil.getOrCreateProvisioningMetadata(@NotNull ValueMetadataType metadata) static @NotNull StorageMetadataTypeValueMetadataTypeUtil.getOrCreateStorageMetadata(@NotNull ValueMetadataType metadata) static @NotNull ItemPathValueMetadataTypeUtil.getPathOf(@NotNull ValueMetadataType metadata) Returns the (relative) path to the given metadata bean.static 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)