public class ProvisioningUtil extends Object
Constructor and Description |
---|
ProvisioningUtil() |
Modifier and Type | Method and Description |
---|---|
static ExecuteProvisioningScriptOperation |
convertToScriptOperation(com.evolveum.midpoint.xml.ns._public.common.common_3.ProvisioningScriptType scriptType,
String desc,
PrismContext prismContext) |
static AttributesToReturn |
createAttributesToReturn(RefinedObjectClassDefinition objectClassDefinition,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource) |
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
determineShadowName(PrismObject<T> shadow) |
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
determineShadowName(com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType shadow) |
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
determineShadowStringName(PrismObject<T> shadow) |
static PrismObjectDefinition<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
getResourceObjectShadowDefinition(PrismContext prismContext) |
static String |
getResourceOidFromFilter(List<? extends ObjectFilter> conditions) |
static <T> T |
getValueFromFilter(List<? extends ObjectFilter> conditions,
QName propertyName) |
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
normalizeShadow(T shadow,
OperationResult result) |
public static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> void normalizeShadow(T shadow, OperationResult result) throws SchemaException
SchemaException
public static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> PolyString determineShadowName(com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType shadow) throws SchemaException
SchemaException
public static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> PolyString determineShadowName(PrismObject<T> shadow) throws SchemaException
SchemaException
public static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> String determineShadowStringName(PrismObject<T> shadow) throws SchemaException
SchemaException
public static PrismObjectDefinition<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> getResourceObjectShadowDefinition(PrismContext prismContext)
public static String getResourceOidFromFilter(List<? extends ObjectFilter> conditions) throws SchemaException
SchemaException
public static <T> T getValueFromFilter(List<? extends ObjectFilter> conditions, QName propertyName) throws SchemaException
SchemaException
public static ExecuteProvisioningScriptOperation convertToScriptOperation(com.evolveum.midpoint.xml.ns._public.common.common_3.ProvisioningScriptType scriptType, String desc, PrismContext prismContext) throws SchemaException
SchemaException
public static AttributesToReturn createAttributesToReturn(RefinedObjectClassDefinition objectClassDefinition, com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource) throws SchemaException
SchemaException
Copyright © 2015 evolveum. All rights reserved.