Modifier and Type | Method and Description |
---|---|
static <O extends ObjectType> |
QueryUtil.createNameQuery(com.evolveum.midpoint.prism.PrismObject<O> object) |
Modifier and Type | Method and Description |
---|---|
static com.evolveum.midpoint.prism.query.ObjectQuery |
QueryUtil.createNameQuery(ObjectType object) |
Modifier and Type | Method and Description |
---|---|
static <T extends ObjectType> |
CryptoUtil.checkEncrypted(com.evolveum.midpoint.prism.delta.ObjectDelta<T> delta) |
static <T extends ObjectType> |
CryptoUtil.checkEncrypted(com.evolveum.midpoint.prism.PrismObject<T> object) |
static <T extends ObjectType> |
CryptoUtil.encryptValues(Protector protector,
com.evolveum.midpoint.prism.delta.ObjectDelta<T> delta)
Encrypts all encryptable values in delta.
|
static <T extends ObjectType> |
CryptoUtil.encryptValues(Protector protector,
com.evolveum.midpoint.prism.PrismObject<T> object)
Encrypts all encryptable values in the object.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectDeltaObject<T extends ObjectType>
A DTO class defining old object state (before change), delta (change) and new object state (after change).
|
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) |
Modifier and Type | Method and Description |
---|---|
<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> Collection<T> |
BasicExpressionFunctions.getExtensionPropertyValues(ObjectType object,
groovy.xml.QName propertyQname) |
<T> Collection<T> |
BasicExpressionFunctions.getExtensionPropertyValues(ObjectType object,
QName propertyQname) |
<T> Collection<T> |
BasicExpressionFunctions.getExtensionPropertyValues(ObjectType object,
String namespace,
String localPart) |
<T> T |
BasicExpressionFunctions.getPropertyValue(ObjectType object,
String path) |
<T> Collection<T> |
BasicExpressionFunctions.getPropertyValues(ObjectType object,
String path) |
Modifier and Type | Method and Description |
---|---|
ObjectType |
Mapping.getOriginObject() |
Modifier and Type | Method and Description |
---|---|
void |
Mapping.addVariableDefinition(QName name,
ObjectType objectType) |
void |
Mapping.setOriginObject(ObjectType originObject) |
void |
Mapping.setRootNode(ObjectType objectType) |
Modifier and Type | Method and Description |
---|---|
void |
Mapping.addVariableDefinition(QName name,
com.evolveum.midpoint.prism.PrismObject<? extends ObjectType> midpointObject) |
void |
Mapping.setRootNode(com.evolveum.midpoint.prism.PrismObject<? extends ObjectType> mpObject) |
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) |
<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.
|
<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 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.
|
<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) |
<F extends ObjectType,P extends ObjectType> |
ModelInteractionService.unwrapModelContext(LensContextType wrappedContext,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
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.
|
<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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ModelContext<F extends ObjectType,P extends ObjectType> |
interface |
ModelContext<F extends ObjectType,P extends ObjectType> |
interface |
ModelElementContext<O extends ObjectType> |
interface |
ModelProjectionContext<O extends ObjectType> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSummarizingResultHandler<T extends ObjectType>
Class provides
OperationResult summarizing functionality for result handler. |
class |
ObjectDeltaOperation<T extends ObjectType> |
interface |
ResultHandler<T extends ObjectType>
Classes implementing this interface are used to handle iterative results.
|
Modifier and Type | Method and Description |
---|---|
static <T extends ObjectType> |
ObjectDeltaOperation.containsDelta(Collection<? extends ObjectDeltaOperation<T>> deltaOps,
com.evolveum.midpoint.prism.delta.ObjectDelta<T> delta) |
Modifier and Type | Method and Description |
---|---|
static Collection<ObjectDeltaOperation<? extends ObjectType>> |
ObjectDeltaOperation.cloneCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> origCollection) |
static Collection<ObjectDeltaOperation<? extends ObjectType>> |
ObjectDeltaOperation.cloneDeltaCollection(Collection<com.evolveum.midpoint.prism.delta.ObjectDelta<? extends ObjectType>> origCollection) |
Modifier and Type | Method and Description |
---|---|
static Collection<ObjectDeltaOperation<? extends ObjectType>> |
ObjectDeltaOperation.cloneCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> origCollection) |
static Collection<ObjectDeltaOperation<? extends ObjectType>> |
ObjectDeltaOperation.cloneDeltaCollection(Collection<com.evolveum.midpoint.prism.delta.ObjectDelta<? extends ObjectType>> origCollection) |
Modifier and Type | Method and Description |
---|---|
Class<? extends ObjectType> |
ObjectTypes.getClassDefinition() |
static Class<? extends ObjectType> |
ObjectTypes.getObjectTypeClass(String objectType) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ObjectTypes.isManagedByProvisioning(ObjectType object) |
Modifier and Type | Method and Description |
---|---|
static ObjectTypes.ObjectManager |
ObjectTypes.getObjectManagerForClass(Class<? extends ObjectType> clazz) |
static ObjectTypes |
ObjectTypes.getObjectType(Class<? extends ObjectType> objectType) |
static boolean |
ObjectTypes.isClassManagedByProvisioning(Class<? extends ObjectType> clazz) |
static boolean |
ObjectTypes.isObjectTypeManagedByProvisioning(Class<? extends ObjectType> objectType) |
Modifier and Type | Method and Description |
---|---|
static <T extends ObjectType> |
ObjectQueryUtil.createNameQuery(Class<T> clazz,
com.evolveum.midpoint.prism.PrismContext prismContext,
String name) |
static <T extends ObjectType> |
ObjectTypeUtil.createObjectRef(com.evolveum.midpoint.prism.PrismObject<T> object) |
<T extends ObjectType> |
ObjectResolver.resolve(ObjectReferenceType ref,
Class<T> expectedType,
String contextDescription,
OperationResult result)
Resolve the provided reference to object (ObjectType).
|
static <T extends ObjectType> |
MiscSchemaUtil.toList(Class<T> type,
ObjectListType listType) |
Modifier and Type | Method and Description |
---|---|
static Collection<com.evolveum.midpoint.prism.delta.ObjectDelta<? extends ObjectType>> |
MiscSchemaUtil.cloneObjectDeltaCollection(Collection<com.evolveum.midpoint.prism.delta.ObjectDelta<? extends ObjectType>> origCollection) |
static Collection<ObjectDeltaOperation<? extends ObjectType>> |
MiscSchemaUtil.cloneObjectDeltaOperationCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> origCollection) |
static Collection<com.evolveum.midpoint.prism.delta.ObjectDelta<? extends ObjectType>> |
MiscSchemaUtil.createCollection(com.evolveum.midpoint.prism.delta.ObjectDelta<?>... deltas)
Convenience method that helps avoid some compiler warnings.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
SynchronizationSituationUtil.contains(ObjectType target,
String sourceChannel,
SynchronizationSituationType situation) |
static ObjectReferenceType |
ObjectTypeUtil.createObjectRef(ObjectType objectType) |
static String |
SchemaDebugUtil.debugDump(ObjectType objectType,
int indent) |
static String |
ObjectTypeUtil.dump(ObjectType object) |
static <T> Collection<T> |
ObjectTypeUtil.getExtensionPropertyValues(ObjectType objectType,
QName propertyQname) |
static <T> Collection<T> |
ObjectTypeUtil.getExtensionPropertyValuesNotNull(ObjectType objectType,
QName propertyQname)
Never returns null.
|
static String |
ObjectTypeUtil.getShortTypeName(ObjectType object) |
static String |
SchemaDebugUtil.prettyPrint(ObjectType object) |
static String |
ObjectTypeUtil.toShortString(ObjectType object) |
Modifier and Type | Method and Description |
---|---|
static Collection<com.evolveum.midpoint.prism.delta.ObjectDelta<? extends ObjectType>> |
MiscSchemaUtil.cloneObjectDeltaCollection(Collection<com.evolveum.midpoint.prism.delta.ObjectDelta<? extends ObjectType>> origCollection) |
static Collection<ObjectDeltaOperation<? extends ObjectType>> |
MiscSchemaUtil.cloneObjectDeltaOperationCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> origCollection) |
static String |
ObjectTypeUtil.getShortTypeName(Class<? extends ObjectType> type) |
static ObjectListType |
MiscSchemaUtil.toObjectListType(List<com.evolveum.midpoint.prism.PrismObject<? extends ObjectType>> list) |
Modifier and Type | Field and Description |
---|---|
protected List<ObjectType> |
ObjectListType.object |
Modifier and Type | Method and Description |
---|---|
List<ObjectType> |
ObjectListType.getObject()
Gets the value of the object property.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRoleType
Abstract class that conins the "essence" of a role.
|
class |
AccountShadowType
DEPRECATED
Account object type.
|
class |
ConnectorHostType
Host definition for remote connector, remote
connector framework or a remote "gateway".
|
class |
ConnectorType
Description of a generic connector.
|
class |
FocusType
TODO
|
class |
GenericObjectType
Generic object for storing unknown (unexpected) object types.
|
class |
NodeType
Node describes a single installation of midPoint.
|
class |
ObjectTemplateType
TODO: update
The user template used to create new users.
|
class |
OrgType
Organizational unit, division, section, object gropup, team or any other form of
organizing things and/or people.
|
class |
ResourceType
Resource represents a system or component external to the IDM
system which we manage.
|
class |
RoleType
A role that implies assignments.
|
class |
ShadowType
Local copy of any object on the provisioning resource that is related to provisioning.
|
class |
SystemConfigurationType
System configuration object.
|
class |
TaskType
TaskType contains information about a task (either transient or persistent).
|
class |
UserType
User object represents a physical user of the system.
|
class |
ValuePolicyType
Java class for ValuePolicyType complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<JAXBElement<? extends ObjectType>> |
Objects.object |
Modifier and Type | Method and Description |
---|---|
ObjectType |
ObjectType.clone() |
ObjectType |
AssignmentType.getTarget() |
Modifier and Type | Method and Description |
---|---|
JAXBElement<ObjectType> |
ObjectFactory.createObject(ObjectType value)
|
List<JAXBElement<? extends ObjectType>> |
Objects.getObject()
Gets the value of the object property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ObjectType> |
ObjectFactory.createObject(ObjectType value)
|
void |
AssignmentType.setTarget(ObjectType value) |
Modifier and Type | Field and Description |
---|---|
protected ObjectType |
GetObjectResponse.object |
protected ObjectType |
AddObject.object |
Modifier and Type | Method and Description |
---|---|
ObjectType |
GetObjectResponse.getObject()
Gets the value of the object property.
|
ObjectType |
AddObject.getObject()
Gets the value of the object property.
|
Modifier and Type | Method and Description |
---|---|
void |
GetObjectResponse.setObject(ObjectType value)
Sets the value of the object property.
|
void |
AddObject.setObject(ObjectType value)
Sets the value of the object property.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelPortTypeImpl.addObject(ObjectType object,
Holder<String> oid,
Holder<OperationResultType> result) |
void |
ModelPortType.addObject(ObjectType object,
Holder<String> oid,
Holder<OperationResultType> result)
Add new object.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelPortTypeImpl.getObject(String objectType,
String oid,
OperationOptionsType options,
Holder<ObjectType> object,
Holder<OperationResultType> result) |
void |
ModelPortType.getObject(String objectType,
String oid,
OperationOptionsType options,
Holder<ObjectType> object,
Holder<OperationResultType> result)
Returns object for provided OID.
|
Modifier and Type | Method and Description |
---|---|
ObjectType |
LensElementContextType.getObjectNew() |
ObjectType |
LensElementContextType.getObjectOld() |
Modifier and Type | Method and Description |
---|---|
void |
LensElementContextType.setObjectNew(ObjectType value) |
void |
LensElementContextType.setObjectOld(ObjectType value) |
Modifier and Type | Class and Description |
---|---|
class |
RoleApprovalFormType
TODO
|
class |
TrackingDataFormType
TODO
|
Copyright © 2014 Evolveum. All rights reserved.