Interface DeltaFactory.Container
- All Known Implementing Classes:
ContainerDeltaFactoryImpl
- Enclosing interface:
- DeltaFactory
Deprecated.
-
Method Summary
Modifier and TypeMethodDescription<C extends Containerable>
ContainerDelta<C>create
(ItemPath path, PrismContainerDefinition<C> definition) Deprecated.<C extends Containerable>
ContainerDelta<C>create
(ItemPath parentPath, QName name, PrismContainerDefinition itemDefinition) Deprecated.<C extends Containerable>
ContainerDelta<C>create
(PrismContainerDefinition itemDefinition) Deprecated.<T extends Containerable,
O extends Objectable>
ContainerDelta<T>createDelta
(ItemPath containerPath, PrismContainerDefinition<O> objectDefinition) Deprecated.<T extends Containerable,
O extends Objectable>
ContainerDelta<T>createDelta
(ItemPath containerPath, PrismObjectDefinition<O> objectDefinition) Deprecated.<T extends Containerable,
O extends Objectable>
ContainerDelta<T>createDelta
(ItemPath containerPath, Class<O> type) Deprecated.<T extends Containerable,
O extends Objectable>
ContainerDelta<T>createModificationAdd
(ItemPath containerPath, Class<O> type, PrismContainerValue<T> cValue) Deprecated.<T extends Containerable,
O extends Objectable>
ContainerDelta<T>createModificationAdd
(ItemPath containerPath, Class<O> type, T containerable) Deprecated.<T extends Containerable,
O extends Objectable>
ContainerDelta<T>createModificationDelete
(ItemPath containerPath, Class<O> type, PrismContainerValue<T> cValue) Deprecated.<T extends Containerable,
O extends Objectable>
ContainerDelta<T>createModificationDelete
(ItemPath containerPath, Class<O> type, T containerable) Deprecated.<T extends Containerable>
ContainerDelta<T>createModificationReplace
(ItemName containerName, PrismObjectDefinition<?> objectDefinition, PrismContainerValue... cValues) Deprecated.<T extends Containerable,
O extends Objectable>
ContainerDelta<T>createModificationReplace
(ItemPath containerPath, Class<O> type, PrismContainerValue<T> cValue) Deprecated.<T extends Containerable,
O extends Objectable>
ContainerDelta<T>createModificationReplace
(ItemPath containerPath, Class<O> type, Collection<T> containerables) Deprecated.<T extends Containerable,
O extends Objectable>
ContainerDelta<T>createModificationReplace
(ItemPath containerPath, Class<O> type, T containerable) Deprecated.Collection<? extends ItemDelta<?,
?>> createModificationReplaceContainerCollection
(ItemName containerName, PrismObjectDefinition<?> objectDefinition, PrismContainerValue... cValues) Deprecated.
-
Method Details
-
create
<C extends Containerable> ContainerDelta<C> create(ItemPath path, PrismContainerDefinition<C> definition) Deprecated. -
create
Deprecated. -
create
<C extends Containerable> ContainerDelta<C> create(ItemPath parentPath, QName name, PrismContainerDefinition itemDefinition) Deprecated. -
createDelta
<T extends Containerable,O extends Objectable> ContainerDelta<T> createDelta(ItemPath containerPath, Class<O> type) Deprecated. -
createDelta
<T extends Containerable,O extends Objectable> ContainerDelta<T> createDelta(ItemPath containerPath, PrismObjectDefinition<O> objectDefinition) Deprecated. -
createDelta
<T extends Containerable,O extends Objectable> ContainerDelta<T> createDelta(ItemPath containerPath, PrismContainerDefinition<O> objectDefinition) Deprecated. -
createModificationAdd
<T extends Containerable,O extends Objectable> ContainerDelta<T> createModificationAdd(ItemPath containerPath, Class<O> type, T containerable) throws SchemaException Deprecated.- Throws:
SchemaException
-
createModificationAdd
<T extends Containerable,O extends Objectable> ContainerDelta<T> createModificationAdd(ItemPath containerPath, Class<O> type, PrismContainerValue<T> cValue) throws SchemaException Deprecated.- Throws:
SchemaException
-
createModificationDelete
<T extends Containerable,O extends Objectable> ContainerDelta<T> createModificationDelete(ItemPath containerPath, Class<O> type, T containerable) throws SchemaException Deprecated.- Throws:
SchemaException
-
createModificationDelete
<T extends Containerable,O extends Objectable> ContainerDelta<T> createModificationDelete(ItemPath containerPath, Class<O> type, PrismContainerValue<T> cValue) throws SchemaException Deprecated.- Throws:
SchemaException
-
createModificationReplace
<T extends Containerable,O extends Objectable> ContainerDelta<T> createModificationReplace(ItemPath containerPath, Class<O> type, T containerable) throws SchemaException Deprecated.- Throws:
SchemaException
-
createModificationReplace
<T extends Containerable,O extends Objectable> ContainerDelta<T> createModificationReplace(ItemPath containerPath, Class<O> type, Collection<T> containerables) throws SchemaException Deprecated.- Throws:
SchemaException
-
createModificationReplace
<T extends Containerable,O extends Objectable> ContainerDelta<T> createModificationReplace(ItemPath containerPath, Class<O> type, PrismContainerValue<T> cValue) throws SchemaException Deprecated.- Throws:
SchemaException
-
createModificationReplaceContainerCollection
@Deprecated Collection<? extends ItemDelta<?,?>> createModificationReplaceContainerCollection(ItemName containerName, PrismObjectDefinition<?> objectDefinition, PrismContainerValue... cValues) Deprecated. -
createModificationReplace
@Deprecated <T extends Containerable> ContainerDelta<T> createModificationReplace(ItemName containerName, PrismObjectDefinition<?> objectDefinition, PrismContainerValue... cValues) Deprecated.
-