Class DeltaFactoryImpl
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.delta.DeltaFactoryImpl
-
- All Implemented Interfaces:
DeltaFactory
public class DeltaFactoryImpl extends Object implements DeltaFactory
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.delta.DeltaFactory
DeltaFactory.Container, DeltaFactory.Object, DeltaFactory.Property, DeltaFactory.Reference
-
-
Constructor Summary
Constructors Constructor Description DeltaFactoryImpl(@NotNull PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DeltaFactory.Container
container()
Deprecated.<K,V>
DeltaMapTriple<K,V>createDeltaMapTriple()
<T> DeltaSetTriple<T>
createDeltaSetTriple()
<V> DeltaSetTriple<V>
createDeltaSetTriple(Collection<V> zeroSet, Collection<V> plusSet, Collection<V> minusSet)
<V extends PrismValue>
PrismValueDeltaSetTriple<V>createPrismValueDeltaSetTriple()
<V extends PrismValue>
PrismValueDeltaSetTriple<V>createPrismValueDeltaSetTriple(Collection<V> zeroSet, Collection<V> plusSet, Collection<V> minusSet)
DeltaFactory.Object
object()
DeltaFactory.Property
property()
Deprecated.DeltaFactory.Reference
reference()
Deprecated.
-
-
-
Constructor Detail
-
DeltaFactoryImpl
public DeltaFactoryImpl(@NotNull @NotNull PrismContext prismContext)
-
-
Method Detail
-
property
@Deprecated public DeltaFactory.Property property()
Deprecated.- Specified by:
property
in interfaceDeltaFactory
-
reference
@Deprecated public DeltaFactory.Reference reference()
Deprecated.- Specified by:
reference
in interfaceDeltaFactory
-
container
@Deprecated public DeltaFactory.Container container()
Deprecated.- Specified by:
container
in interfaceDeltaFactory
-
object
public DeltaFactory.Object object()
- Specified by:
object
in interfaceDeltaFactory
-
createDeltaSetTriple
public <T> DeltaSetTriple<T> createDeltaSetTriple()
- Specified by:
createDeltaSetTriple
in interfaceDeltaFactory
-
createDeltaSetTriple
public <V> DeltaSetTriple<V> createDeltaSetTriple(Collection<V> zeroSet, Collection<V> plusSet, Collection<V> minusSet)
- Specified by:
createDeltaSetTriple
in interfaceDeltaFactory
-
createPrismValueDeltaSetTriple
public <V extends PrismValue> PrismValueDeltaSetTriple<V> createPrismValueDeltaSetTriple()
- Specified by:
createPrismValueDeltaSetTriple
in interfaceDeltaFactory
-
createPrismValueDeltaSetTriple
public <V extends PrismValue> PrismValueDeltaSetTriple<V> createPrismValueDeltaSetTriple(Collection<V> zeroSet, Collection<V> plusSet, Collection<V> minusSet)
- Specified by:
createPrismValueDeltaSetTriple
in interfaceDeltaFactory
-
createDeltaMapTriple
public <K,V> DeltaMapTriple<K,V> createDeltaMapTriple()
- Specified by:
createDeltaMapTriple
in interfaceDeltaFactory
-
-