Modifier and Type | Method and Description |
---|---|
static QueryType |
QueryUtil.createAttributeQuery(com.evolveum.midpoint.prism.PrismProperty<?> attribute,
QName objectClass,
ResourceType resourceType,
com.evolveum.midpoint.prism.PrismContext prismContext) |
static Element |
QueryUtil.createEqualFilter(Document doc,
XPathHolder xpath,
Object object)
Creates "equal" filter segment for single-valued properties based on DOM representation.
|
static Element |
QueryUtil.createEqualFilter(Document doc,
XPathHolder xpath,
QName propertyName,
QName value)
Creates "equal" filter segment for single-valued properties with QName content.
|
static Element |
QueryUtil.createEqualFilter(Document doc,
XPathHolder xpath,
QName properyName,
String value)
Creates "equal" filter segment for single-valued properties with string content.
|
static Element |
QueryUtil.createEqualFilterFromElements(Document doc,
XPathHolder xpath,
List<?> values,
com.evolveum.midpoint.prism.PrismContext prismContext)
Creates "equal" filter segment for multi-valued properties based on DOM representation.
|
static Element |
QueryUtil.createEqualRefFilter(Document doc,
XPathHolder xpath,
QName propertyName,
String oid)
Creates "equal" filter for object reference.
|
static com.evolveum.midpoint.prism.query.ObjectQuery |
QueryUtil.createNameQuery(ObjectType object) |
static com.evolveum.midpoint.prism.query.ObjectQuery |
QueryUtil.createNameQuery(com.evolveum.midpoint.prism.polystring.PolyString name,
com.evolveum.midpoint.prism.PrismContext prismContext) |
static com.evolveum.midpoint.prism.query.ObjectQuery |
QueryUtil.createNameQuery(com.evolveum.prism.xml.ns._public.types_2.PolyStringType name,
com.evolveum.midpoint.prism.PrismContext prismContext) |
static <O extends ObjectType> |
QueryUtil.createNameQuery(com.evolveum.midpoint.prism.PrismObject<O> object) |
static QueryType |
QueryUtil.createResourceAndAccountQuery(ResourceType resource,
QName objectClass,
String accountType) |
static QueryType |
QueryUtil.createResourceAndAccountQuery(String resourceOid,
QName objectClass,
String accountType) |
static Element |
QueryUtil.createSubstringFilter(Document document,
XPathHolder xpath,
QName propertyName,
String searchText) |
static boolean |
ResourceObjectPattern.matches(Collection<? extends ResourceAttribute<?>> attributesToMatch,
Collection<ResourceObjectPattern> protectedAccountPatterns,
com.evolveum.midpoint.prism.match.MatchingRuleRegistry matchingRuleRegistry) |
boolean |
ResourceObjectPattern.matches(Collection<? extends ResourceAttribute<?>> attributesToMatch,
com.evolveum.midpoint.prism.match.MatchingRuleRegistry matchingRuleRegistry) |
Modifier and Type | Class and Description |
---|---|
class |
ExpressionSyntaxException |
Modifier and Type | Method and Description |
---|---|
static <T extends ObjectType> |
ObjectDeltaObject.create(com.evolveum.midpoint.prism.PrismObject<T> oldObject,
com.evolveum.midpoint.prism.delta.ItemDelta<?>... itemDeltas) |
static <T extends ObjectType> |
ObjectDeltaObject.create(com.evolveum.midpoint.prism.PrismObject<T> oldObject,
com.evolveum.midpoint.prism.delta.ObjectDelta<T> delta) |
<V extends com.evolveum.midpoint.prism.PrismValue> |
ExpressionEvaluatorFactory.createEvaluator(Collection<JAXBElement<?>> evaluatorElements,
com.evolveum.midpoint.prism.ItemDefinition outputDefinition,
String contextDescription,
OperationResult result) |
com.evolveum.midpoint.prism.delta.PrismValueDeltaSetTriple<V> |
ExpressionEvaluator.evaluate(ExpressionEvaluationContext parameters) |
com.evolveum.midpoint.prism.delta.PrismValueDeltaSetTriple<V> |
Expression.evaluate(ExpressionEvaluationContext context) |
<V extends com.evolveum.midpoint.prism.PrismValue> |
ExpressionFactory.makeExpression(ExpressionType expressionType,
com.evolveum.midpoint.prism.ItemDefinition outputDefinition,
String shortDesc,
OperationResult result) |
void |
Expression.parse(ExpressionFactory factory,
String contextDescription,
OperationResult result) |
void |
ObjectDeltaObject.recompute() |
void |
ItemDeltaItem.recompute() |
static com.evolveum.midpoint.prism.ItemDefinition |
ExpressionUtil.resolveDefinitionPath(com.evolveum.midpoint.prism.path.ItemPath path,
Map<QName,Object> variables,
com.evolveum.midpoint.prism.PrismObjectDefinition<?> defaultContext,
String shortDesc) |
static Object |
ExpressionUtil.resolvePath(com.evolveum.midpoint.prism.path.ItemPath path,
Map<QName,Object> variables,
Object defaultContext,
ObjectResolver objectResolver,
String shortDesc,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
<V extends com.evolveum.midpoint.prism.PrismValue> |
PathExpressionEvaluatorFactory.createEvaluator(Collection<JAXBElement<?>> evaluatorElements,
com.evolveum.midpoint.prism.ItemDefinition outputDefinition,
String contextDescription,
OperationResult result) |
<V extends com.evolveum.midpoint.prism.PrismValue> |
LiteralExpressionEvaluatorFactory.createEvaluator(Collection<JAXBElement<?>> evaluatorElements,
com.evolveum.midpoint.prism.ItemDefinition outputDefinition,
String contextDescription,
OperationResult result) |
<V extends com.evolveum.midpoint.prism.PrismValue> |
GenerateExpressionEvaluatorFactory.createEvaluator(Collection<JAXBElement<?>> evaluatorElements,
com.evolveum.midpoint.prism.ItemDefinition outputDefinition,
String contextDescription,
OperationResult result) |
<V extends com.evolveum.midpoint.prism.PrismValue> |
AsIsExpressionEvaluatorFactory.createEvaluator(Collection<JAXBElement<?>> evaluatorElements,
com.evolveum.midpoint.prism.ItemDefinition outputDefinition,
String contextDescription,
OperationResult result) |
com.evolveum.midpoint.prism.delta.PrismValueDeltaSetTriple<V> |
PathExpressionEvaluator.evaluate(ExpressionEvaluationContext params) |
com.evolveum.midpoint.prism.delta.PrismValueDeltaSetTriple<V> |
LiteralExpressionEvaluator.evaluate(ExpressionEvaluationContext params) |
com.evolveum.midpoint.prism.delta.PrismValueDeltaSetTriple<V> |
GenerateExpressionEvaluator.evaluate(ExpressionEvaluationContext params) |
com.evolveum.midpoint.prism.delta.PrismValueDeltaSetTriple<V> |
AsIsExpressionEvaluator.evaluate(ExpressionEvaluationContext params) |
static <V extends com.evolveum.midpoint.prism.PrismValue> |
LiteralExpressionEvaluatorFactory.parseValueElements(Collection<?> valueElements,
com.evolveum.midpoint.prism.ItemDefinition outputDefinition,
String contextDescription,
com.evolveum.midpoint.prism.PrismContext prismContext) |
static <V extends com.evolveum.midpoint.prism.PrismValue> |
LiteralExpressionEvaluatorFactory.serializeValueElements(com.evolveum.midpoint.prism.Item<V> item,
String contextDescription) |
Modifier and Type | Method and Description |
---|---|
<T> T |
BasicExpressionFunctions.getAttributeValue(ShadowType shadow,
groovy.xml.QName attributeQname) |
<T> T |
BasicExpressionFunctions.getAttributeValue(ShadowType shadow,
QName attributeQname) |
<T> T |
BasicExpressionFunctions.getAttributeValue(ShadowType shadow,
String attributeLocalPart) |
<T> T |
BasicExpressionFunctions.getAttributeValue(ShadowType shadow,
String attributeNamespace,
String attributeLocalPart) |
<T> T |
BasicExpressionFunctions.getExtensionPropertyValue(ObjectType object,
groovy.xml.QName propertyQname) |
<T> T |
BasicExpressionFunctions.getExtensionPropertyValue(ObjectType object,
QName propertyQname) |
<T> T |
BasicExpressionFunctions.getExtensionPropertyValue(ObjectType object,
String namespace,
String localPart) |
<T> T |
BasicExpressionFunctions.getPropertyValue(ObjectType object,
String path) |
<T> T |
BasicExpressionFunctions.getResourceIcfConfigurationPropertyValue(ResourceType resource,
QName propertyQname) |
<T> T |
BasicExpressionFunctions.getResourceIcfConfigurationPropertyValue(ResourceType resource,
String propertyLocalPart) |
<T> T |
BasicExpressionFunctions.toSingle(Collection<T> values) |
Modifier and Type | Method and Description |
---|---|
<V extends com.evolveum.midpoint.prism.PrismValue> |
ScriptExpressionEvaluatorFactory.createEvaluator(Collection<JAXBElement<?>> evaluatorElements,
com.evolveum.midpoint.prism.ItemDefinition outputDefinition,
String contextDescription,
OperationResult result) |
com.evolveum.midpoint.prism.delta.PrismValueDeltaSetTriple<V> |
ScriptExpressionEvaluator.evaluate(ExpressionEvaluationContext context) |
<T> List<com.evolveum.midpoint.prism.PrismPropertyValue<T>> |
ScriptExpression.evaluate(ScriptVariables variables,
ScriptExpressionReturnTypeType suggestedReturnType,
boolean useNew,
String contextDescription,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
static Object |
LazyXPathVariableResolver.convertToXml(Object variableValue,
QName variableName,
String contextDescription) |
Modifier and Type | Method and Description |
---|---|
void |
Mapping.evaluate(OperationResult parentResult) |
Boolean |
Mapping.evaluateTimeConstraintValid(OperationResult result) |
com.evolveum.midpoint.prism.Item<V> |
Mapping.getOutput() |
com.evolveum.midpoint.prism.ItemDefinition |
Mapping.getOutputDefinition() |
com.evolveum.midpoint.prism.path.ItemPath |
Mapping.getOutputPath() |
static <X> com.evolveum.midpoint.prism.PrismProperty<X> |
Mapping.getPropertyStatic(ExpressionType expressionType,
com.evolveum.midpoint.prism.PrismPropertyDefinition outputDefinition,
String contextDescription,
com.evolveum.midpoint.prism.PrismContext prismContext) |
static <X> Collection<X> |
Mapping.getPropertyStaticRealValues(ExpressionType expressionType,
com.evolveum.midpoint.prism.PrismPropertyDefinition outputDefinition,
String contextDescription,
com.evolveum.midpoint.prism.PrismContext prismContext)
Always returns collection, even for single-valued results.
|
static Object |
Mapping.getStaticOutput(ExpressionType expressionType,
com.evolveum.midpoint.prism.PrismPropertyDefinition outputDefinition,
String contextDescription,
ExpressionReturnMultiplicityType preferredMultiplicity,
com.evolveum.midpoint.prism.PrismContext prismContext)
Returns either Object (if result is supposed to be single-value) or Collection
|
Modifier and Type | Method and Description |
---|---|
static RefinedResourceSchema |
RefinedResourceSchema.getRefinedSchema(com.evolveum.midpoint.prism.PrismObject<ResourceType> resource) |
static LayerRefinedResourceSchema |
RefinedResourceSchema.getRefinedSchema(com.evolveum.midpoint.prism.PrismObject<ResourceType> resource,
LayerType layer,
com.evolveum.midpoint.prism.PrismContext prismContext) |
static RefinedResourceSchema |
RefinedResourceSchema.getRefinedSchema(com.evolveum.midpoint.prism.PrismObject<ResourceType> resource,
com.evolveum.midpoint.prism.PrismContext prismContext) |
static RefinedResourceSchema |
RefinedResourceSchema.getRefinedSchema(ResourceType resourceType) |
static LayerRefinedResourceSchema |
RefinedResourceSchema.getRefinedSchema(ResourceType resourceType,
LayerType layer) |
static LayerRefinedResourceSchema |
RefinedResourceSchema.getRefinedSchema(ResourceType resourceType,
LayerType layer,
com.evolveum.midpoint.prism.PrismContext prismContext) |
static RefinedResourceSchema |
RefinedResourceSchema.getRefinedSchema(ResourceType resourceType,
com.evolveum.midpoint.prism.PrismContext prismContext) |
static ResourceSchema |
RefinedResourceSchema.getResourceSchema(com.evolveum.midpoint.prism.PrismObject<ResourceType> resource,
com.evolveum.midpoint.prism.PrismContext prismContext) |
static ResourceSchema |
RefinedResourceSchema.getResourceSchema(ResourceType resourceType,
com.evolveum.midpoint.prism.PrismContext prismContext) |
static RefinedResourceSchema |
RefinedResourceSchema.parse(com.evolveum.midpoint.prism.PrismObject<ResourceType> resource,
com.evolveum.midpoint.prism.PrismContext prismContext) |
static RefinedResourceSchema |
RefinedResourceSchema.parse(ResourceType resourceType,
com.evolveum.midpoint.prism.PrismContext prismContext) |
Document |
LayerRefinedResourceSchema.serializeToXsd() |
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
ModelService.countObjects(Class<T> type,
com.evolveum.midpoint.prism.query.ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
com.evolveum.midpoint.task.api.Task task,
OperationResult parentResult) |
void |
ModelService.executeChanges(Collection<com.evolveum.midpoint.prism.delta.ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
com.evolveum.midpoint.task.api.Task task,
OperationResult parentResult)
Execute the provided object deltas.
|
<T extends ObjectType> |
ModelService.getObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
com.evolveum.midpoint.task.api.Task task,
OperationResult result)
Returns object for provided OID.
|
com.evolveum.midpoint.prism.PrismObject<TaskType> |
TaskService.getTaskByIdentifier(String identifier,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult)
Returns information about task, given its identifier.
|
void |
ModelService.importFromResource(String resourceOid,
QName objectClass,
com.evolveum.midpoint.task.api.Task task,
OperationResult parentResult)
Import accounts from resource.
|
void |
ModelService.importFromResource(String shadowOid,
com.evolveum.midpoint.task.api.Task task,
OperationResult parentResult)
Import single account from resource.
|
List<com.evolveum.midpoint.prism.PrismObject<? extends ShadowType>> |
ModelService.listResourceObjects(String resourceOid,
QName objectClass,
com.evolveum.midpoint.prism.query.ObjectPaging paging,
com.evolveum.midpoint.task.api.Task task,
OperationResult result)
Returns all resource objects of specified type that are currently
available to the system.
|
<F extends ObjectType,P extends ObjectType> |
ModelInteractionService.previewChanges(Collection<com.evolveum.midpoint.prism.delta.ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
com.evolveum.midpoint.task.api.Task task,
OperationResult result)
Computes the most likely changes triggered by the provided delta.
|
<F extends FocusType> |
ModelService.recompute(Class<F> type,
String oid,
com.evolveum.midpoint.task.api.Task task,
OperationResult parentResult)
Recomputes focal object with the specified OID.
|
<T extends ObjectType> |
ModelService.searchObjects(Class<T> type,
com.evolveum.midpoint.prism.query.ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
com.evolveum.midpoint.task.api.Task task,
OperationResult parentResult)
Search for objects.
|
<T extends ObjectType> |
ModelService.searchObjectsIterative(Class<T> type,
com.evolveum.midpoint.prism.query.ObjectQuery query,
ResultHandler<T> handler,
Collection<SelectorOptions<GetOperationOptions>> options,
com.evolveum.midpoint.task.api.Task task,
OperationResult parentResult) |
<F extends ObjectType,P extends ObjectType> |
ModelInteractionService.unwrapModelContext(LensContextType wrappedContext,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
Collection<UserType> |
MidpointFunctions.getManagers(UserType user) |
Collection<UserType> |
MidpointFunctions.getManagersOfOrg(String orgOid) |
Collection<String> |
MidpointFunctions.getManagersOids(UserType user) |
Collection<String> |
MidpointFunctions.getManagersOidsExceptUser(UserType user) |
OrgType |
MidpointFunctions.getOrgByName(String name) |
OrgType |
MidpointFunctions.getOrgByOid(String oid) |
UserType |
MidpointFunctions.getUserByOid(String oid) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismContext |
MidPointPrismContextFactory.createInitializedPrismContext() |
static <V extends com.evolveum.midpoint.prism.PrismValue> |
DeltaConvertor.createItemDelta(com.evolveum.prism.xml.ns._public.types_2.ItemDeltaType propMod,
Class<? extends com.evolveum.midpoint.prism.Objectable> objectType,
com.evolveum.midpoint.prism.PrismContext prismContext)
Creates delta from PropertyModificationType (XML).
|
static <V extends com.evolveum.midpoint.prism.PrismValue> |
DeltaConvertor.createItemDelta(com.evolveum.prism.xml.ns._public.types_2.ItemDeltaType propMod,
com.evolveum.midpoint.prism.PrismContainerDefinition<?> pcDef) |
static <T extends com.evolveum.midpoint.prism.Objectable> |
DeltaConvertor.createObjectDelta(com.evolveum.prism.xml.ns._public.types_2.ObjectDeltaType objectDeltaType,
com.evolveum.midpoint.prism.PrismContext prismContext) |
static <T extends com.evolveum.midpoint.prism.Objectable> |
DeltaConvertor.createObjectDelta(ObjectModificationType objectModification,
Class<T> type,
com.evolveum.midpoint.prism.PrismContext prismContext) |
static <T extends com.evolveum.midpoint.prism.Objectable> |
DeltaConvertor.createObjectDelta(ObjectModificationType objectModification,
com.evolveum.midpoint.prism.PrismObjectDefinition<T> objDef) |
static ObjectDeltaOperation |
DeltaConvertor.createObjectDeltaOperation(ObjectDeltaOperationType objectDeltaOperationType,
com.evolveum.midpoint.prism.PrismContext prismContext) |
static com.evolveum.midpoint.prism.query.ObjectQuery |
QueryConvertor.createObjectQuery(Class clazz,
QueryType queryType,
com.evolveum.midpoint.prism.PrismContext prismContext) |
com.evolveum.midpoint.prism.PrismContext |
MidPointPrismContextFactory.createPrismContext() |
static QueryType |
QueryConvertor.createQueryType(com.evolveum.midpoint.prism.query.ObjectQuery query,
com.evolveum.midpoint.prism.PrismContext prismContext) |
static boolean |
CapabilityUtil.isCapabilityEnabled(Element capability) |
static boolean |
CapabilityUtil.isCapabilityEnabled(Object capability) |
static com.evolveum.midpoint.prism.query.ObjectFilter |
QueryConvertor.parseFilter(com.evolveum.midpoint.prism.PrismContainerDefinition pcd,
Node filter) |
protected void |
MidPointPrismContextFactory.registerExtensionSchemas(com.evolveum.midpoint.prism.schema.SchemaRegistry schemaRegistry) |
static <T extends com.evolveum.midpoint.prism.Objectable> |
DeltaConvertor.toModifications(Collection<com.evolveum.prism.xml.ns._public.types_2.ItemDeltaType> itemDeltaTypes,
com.evolveum.midpoint.prism.PrismObjectDefinition<T> objDef) |
static <T extends com.evolveum.midpoint.prism.Objectable> |
DeltaConvertor.toModifications(ObjectModificationType objectModification,
Class<T> type,
com.evolveum.midpoint.prism.PrismContext prismContext) |
static <T extends com.evolveum.midpoint.prism.Objectable> |
DeltaConvertor.toModifications(ObjectModificationType objectModification,
com.evolveum.midpoint.prism.PrismObjectDefinition<T> objDef) |
static ObjectDeltaOperationType |
DeltaConvertor.toObjectDeltaOperationType(ObjectDeltaOperation objectDeltaOperation) |
static com.evolveum.prism.xml.ns._public.types_2.ObjectDeltaType |
DeltaConvertor.toObjectDeltaType(com.evolveum.midpoint.prism.delta.ObjectDelta<? extends com.evolveum.midpoint.prism.Objectable> objectDelta) |
static String |
DeltaConvertor.toObjectDeltaTypeXml(com.evolveum.midpoint.prism.delta.ObjectDelta<? extends com.evolveum.midpoint.prism.Objectable> delta) |
static <T extends com.evolveum.midpoint.prism.Objectable> |
DeltaConvertor.toObjectModificationType(com.evolveum.midpoint.prism.delta.ObjectDelta<T> delta)
Converts this delta to ObjectModificationType (XML).
|
static Collection<com.evolveum.prism.xml.ns._public.types_2.ItemDeltaType> |
DeltaConvertor.toPropertyModificationTypes(com.evolveum.midpoint.prism.delta.ItemDelta delta)
Converts this delta to PropertyModificationType (XML).
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceAttributeContainer.add(ResourceAttribute<?> attribute) |
static ResourceAttributeContainer |
ResourceAttributeContainer.convertFromContainer(com.evolveum.midpoint.prism.PrismContainer<?> origAttrContainer,
ObjectClassComplexTypeDefinition objectClassDefinition) |
com.evolveum.midpoint.prism.ComplexTypeDefinition |
MidPointSchemaDefinitionFactory.createComplexTypeDefinition(com.sun.xml.xsom.XSComplexType complexType,
com.evolveum.midpoint.prism.PrismContext prismContext,
com.sun.xml.xsom.XSAnnotation annotation) |
com.evolveum.midpoint.prism.PrismContainerDefinition |
MidPointSchemaDefinitionFactory.createExtraDefinitionFromComplexType(com.sun.xml.xsom.XSComplexType complexType,
com.evolveum.midpoint.prism.ComplexTypeDefinition complexTypeDefinition,
com.evolveum.midpoint.prism.PrismContext prismContext,
com.sun.xml.xsom.XSAnnotation annotation) |
com.evolveum.midpoint.prism.PrismPropertyDefinition |
MidPointSchemaDefinitionFactory.createPropertyDefinition(QName elementName,
QName typeName,
com.evolveum.midpoint.prism.ComplexTypeDefinition complexTypeDefinition,
com.evolveum.midpoint.prism.PrismContext prismContext,
com.sun.xml.xsom.XSAnnotation annotation,
com.sun.xml.xsom.XSParticle elementParticle) |
<X> ResourceAttribute<X> |
ResourceAttributeContainer.findOrCreateAttribute(QName attributeName) |
<X> ResourceAttribute<X> |
ResourceAttributeContainer.findOrCreateAttribute(ResourceAttributeDefinition attributeDefinition) |
void |
MidPointSchemaDefinitionFactory.finishComplexTypeDefinition(com.evolveum.midpoint.prism.ComplexTypeDefinition complexTypeDefinition,
com.sun.xml.xsom.XSComplexType complexType,
com.evolveum.midpoint.prism.PrismContext prismContext,
com.sun.xml.xsom.XSAnnotation annotation) |
static ResourceSchema |
ResourceSchema.parse(Element element,
String shortDesc,
com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
static void |
ShadowUtil.applyResourceSchema(com.evolveum.midpoint.prism.PrismObject<? extends ShadowType> shadow,
ResourceSchema resourceSchema)
This is not supposed to be used in production code! It is just for the tests.
|
static <T extends ObjectType> |
ObjectQueryUtil.createNameQuery(Class<T> clazz,
com.evolveum.midpoint.prism.PrismContext prismContext,
String name) |
static com.evolveum.midpoint.prism.query.ObjectQuery |
ObjectQueryUtil.createResourceAndAccountQuery(String resourceOid,
QName objectClass,
com.evolveum.midpoint.prism.PrismContext prismContext) |
static com.evolveum.midpoint.prism.query.ObjectQuery |
ObjectQueryUtil.createRootOrgQuery(com.evolveum.midpoint.prism.PrismContext prismContext) |
static <T> T |
ShadowUtil.getAttributeValue(com.evolveum.midpoint.prism.PrismObject<? extends ShadowType> shadow,
QName attrName) |
static <T> T |
ShadowUtil.getAttributeValue(ShadowType shadowType,
QName attrName) |
static ConnectorType |
ResourceTypeUtil.getConnectorType(ResourceType resource,
ObjectResolver resolver,
OperationResult parentResult)
The usage of "resolver" is experimental.
|
static List<Object> |
ResourceTypeUtil.getEffectiveCapabilities(ResourceType resource)
Assumes that native capabilities are already cached.
|
static com.evolveum.midpoint.prism.schema.PrismSchema |
ConnectorTypeUtil.parseConnectorSchema(ConnectorType connectorType,
com.evolveum.midpoint.prism.PrismContext prismContext)
Returns parsed connector schema
|
<T extends ObjectType> |
ObjectResolver.resolve(ObjectReferenceType ref,
Class<T> expectedType,
String contextDescription,
OperationResult result)
Resolve the provided reference to object (ObjectType).
|
Copyright © 2014 Evolveum. All rights reserved.