Modifier and Type | Method and Description |
---|---|
ObjectDeltaType |
MidpointFunctions.getResourceDelta(ModelContext context,
String resourceOid)
Returns aggregated delta that is to be executed on a given resource.
|
Modifier and Type | Method and Description |
---|---|
static com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectDeltaOperationType |
ModelClientUtil.findInDeltaOperationList(com.evolveum.midpoint.xml.ns._public.common.api_types_3.ObjectDeltaOperationListType operationListType,
ObjectDeltaType originalDelta) |
static String |
ModelClientUtil.getOidFromDeltaOperationList(com.evolveum.midpoint.xml.ns._public.common.api_types_3.ObjectDeltaOperationListType operationListType,
ObjectDeltaType originalDelta)
Retrieves OID created by model Web Service from the returned list of ObjectDeltaOperations.
|
Modifier and Type | Method and Description |
---|---|
ObjectDeltaType |
MidpointFunctionsImpl.getResourceDelta(ModelContext context,
String resourceOid) |
Modifier and Type | Method and Description |
---|---|
static ObjectDeltaType |
DeltaConvertor.toObjectDeltaType(ObjectDelta<? extends ObjectType> objectDelta) |
Modifier and Type | Method and Description |
---|---|
static <T extends Objectable> |
DeltaConvertor.createObjectDelta(ObjectDeltaType objectDeltaType,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
void |
JobCreationInstruction.addTaskDeltasVariable(PrismPropertyDefinition<ObjectDeltaType> definition,
Collection<ObjectDelta> deltas) |
void |
JobCreationInstruction.addTaskDeltasVariable(PrismPropertyDefinition<ObjectDeltaType> definition,
ObjectDelta delta) |
Modifier and Type | Method and Description |
---|---|
ObjectDeltaType |
PcpRepoAccessHelper.getObjectDeltaType(Map<String,Object> variables,
boolean mayBeNull) |
Modifier and Type | Method and Description |
---|---|
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
PcpRepoAccessHelper.getObjectAfter(Map<String,Object> variables,
ObjectDeltaType deltaType,
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> objectBefore,
PrismContext prismContext,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
ObjectDeltaType |
MiscDataUtil.getObjectDeltaType(Map<String,Object> variables,
boolean mayBeNull) |
Modifier and Type | Method and Description |
---|---|
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MiscDataUtil.getObjectAfter(Map<String,Object> variables,
ObjectDeltaType deltaType,
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> objectBefore,
PrismContext prismContext,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
ObjectDeltaType |
ObjectDeltaType.clone()
Clones the object (objectToAdd is cloned using reflection, assuming it is a subclass of ObjectType, that has public clone() method)
|
ObjectDeltaType |
ObjectFactory.createObjectDeltaType()
Create an instance of
ObjectDeltaType |
Modifier and Type | Method and Description |
---|---|
JAXBElement<ObjectDeltaType> |
ObjectFactory.createObjectDelta(ObjectDeltaType value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ObjectDeltaType> |
ObjectFactory.createObjectDelta(ObjectDeltaType value)
|
Copyright © 2014 evolveum. All rights reserved.