Uses of Class
com.evolveum.midpoint.prism.CloneStrategy
-
-
Uses of CloneStrategy in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return CloneStrategy Modifier and Type Method Description static CloneStrategyCloneStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static CloneStrategy[]CloneStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.prism with parameters of type CloneStrategy Modifier and Type Method Description static <T extends PrismValue>
@NotNull Collection<T>PrismValueCollectionsUtil. cloneCollectionComplex(CloneStrategy strategy, Collection<T> values)ItemItem. cloneComplex(CloneStrategy strategy)Complex clone with different cloning strategies.PrismContainer<C>PrismContainer. cloneComplex(CloneStrategy strategy)PrismContainerValue<C>PrismContainerValue. cloneComplex(CloneStrategy strategy)PrismObject<O>PrismObject. cloneComplex(CloneStrategy strategy)PrismObjectValue<O>PrismObjectValue. cloneComplex(CloneStrategy strategy)PrismProperty<T>PrismProperty. cloneComplex(CloneStrategy strategy)PrismPropertyValue<T>PrismPropertyValue. cloneComplex(CloneStrategy strategy)PrismReferencePrismReference. cloneComplex(CloneStrategy strategy)PrismReferenceValuePrismReferenceValue. cloneComplex(CloneStrategy strategy)PrismValuePrismValue. cloneComplex(CloneStrategy strategy)Complex clone with different cloning strategies. -
Uses of CloneStrategy in com.evolveum.midpoint.prism.impl
Methods in com.evolveum.midpoint.prism.impl with parameters of type CloneStrategy Modifier and Type Method Description PrismContainer<C>PrismContainerImpl. cloneComplex(CloneStrategy strategy)PrismContainerValueImpl<C>PrismContainerValueImpl. cloneComplex(CloneStrategy strategy)PrismObjectImpl<O>PrismObjectImpl. cloneComplex(CloneStrategy strategy)PrismObjectValueImpl<O>PrismObjectValueImpl. cloneComplex(CloneStrategy strategy)PrismProperty<T>PrismPropertyImpl. cloneComplex(CloneStrategy strategy)PrismPropertyValue<T>PrismPropertyValueImpl. cloneComplex(CloneStrategy strategy)PrismReferenceImplPrismReferenceImpl. cloneComplex(CloneStrategy strategy)PrismReferenceValueImplPrismReferenceValueImpl. cloneComplex(CloneStrategy strategy)abstract PrismValuePrismValueImpl. cloneComplex(CloneStrategy strategy)Complex clone with different cloning strategies.protected voidItemImpl. copyValues(CloneStrategy strategy, ItemImpl clone)protected voidPrismContainerImpl. copyValues(CloneStrategy strategy, PrismContainerImpl<C> clone)protected voidPrismContainerValueImpl. copyValues(CloneStrategy strategy, PrismContainerValueImpl<C> clone)protected voidPrismObjectImpl. copyValues(CloneStrategy strategy, PrismObjectImpl<O> clone)protected voidPrismPropertyImpl. copyValues(CloneStrategy strategy, PrismPropertyImpl<T> clone)protected voidPrismPropertyValueImpl. copyValues(CloneStrategy strategy, PrismPropertyValueImpl<T> clone)protected voidPrismReferenceImpl. copyValues(CloneStrategy strategy, PrismReferenceImpl clone)protected voidPrismReferenceValueImpl. copyValues(CloneStrategy strategy, PrismReferenceValueImpl clone)protected voidPrismValueImpl. copyValues(CloneStrategy strategy, PrismValueImpl clone) -
Uses of CloneStrategy in com.evolveum.midpoint.prism.impl.item
Methods in com.evolveum.midpoint.prism.impl.item with parameters of type CloneStrategy Modifier and Type Method Description PrismContainer<C>DummyContainerImpl. cloneComplex(CloneStrategy strategy)PrismProperty<T>DummyPropertyImpl. cloneComplex(CloneStrategy strategy)PrismReferenceDummyReferenceImpl. cloneComplex(CloneStrategy strategy) -
Uses of CloneStrategy in com.evolveum.midpoint.prism.impl.metadata
Methods in com.evolveum.midpoint.prism.impl.metadata with parameters of type CloneStrategy Modifier and Type Method Description PrismContainer<Containerable>ValueMetadataAdapter. cloneComplex(CloneStrategy strategy) -
Uses of CloneStrategy in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor with parameters of type CloneStrategy Modifier and Type Method Description ResourceAttributeContainerImplResourceAttributeContainerImpl. cloneComplex(CloneStrategy strategy)ResourceAttribute<T>ResourceAttributeImpl. cloneComplex(CloneStrategy strategy)protected voidResourceAttributeContainerImpl. copyValues(CloneStrategy strategy, ResourceAttributeContainerImpl clone)protected voidResourceAttributeImpl. copyValues(CloneStrategy strategy, ResourceAttributeImpl<T> clone)
-