All Methods Instance Methods Abstract Methods Deprecated Methods
Modifier and Type |
Method |
Description |
<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.
|