Modifier and Type | Method and Description |
---|---|
static <O extends ObjectType> |
SynchronizationUtils.createSynchronizationTimestampsDelta(com.evolveum.midpoint.prism.PrismObject<O> object) |
Modifier and Type | Method and Description |
---|---|
static boolean |
SynchronizationUtils.contains(ObjectType target,
String sourceChannel,
SynchronizationSituationType situation) |
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(com.evolveum.midpoint.prism.crypto.Protector protector,
com.evolveum.midpoint.prism.delta.ObjectDelta<T> delta)
Encrypts all encryptable values in delta.
|
static <T extends ObjectType> |
CryptoUtil.encryptValues(com.evolveum.midpoint.prism.crypto.Protector protector,
com.evolveum.midpoint.prism.PrismObject<T> object)
Encrypts all encryptable values in the object.
|
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)
Count objects.
|
<O extends ObjectType> |
ModelInteractionService.getEditObjectDefinition(com.evolveum.midpoint.prism.PrismObject<O> object,
AuthorizationPhaseType phase,
OperationResult result)
Returns a schema that reflects editability of the object in terms of midPoint schema limitations and security.
|
<T extends ObjectType> |
ModelService.getObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
com.evolveum.midpoint.task.api.Task task,
OperationResult parentResult)
Returns object for provided OID.
|
<F extends ObjectType> |
ModelInteractionService.previewChanges(Collection<com.evolveum.midpoint.prism.delta.ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
com.evolveum.midpoint.task.api.Task task,
Collection<ProgressListener> listeners,
OperationResult result) |
<F 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> |
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)
Search for objects in iterative fashion (using callback).
|
<F extends ObjectType> |
ModelInteractionService.unwrapModelContext(LensContextType wrappedContext,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
Collection<ObjectDeltaOperation<? extends ObjectType>> |
ModelService.executeChanges(Collection<com.evolveum.midpoint.prism.delta.ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
com.evolveum.midpoint.task.api.Task task,
Collection<ProgressListener> listeners,
OperationResult parentResult) |
Collection<ObjectDeltaOperation<? extends ObjectType>> |
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.
|
Modifier and Type | Method and Description |
---|---|
Collection<ObjectDeltaOperation<? extends ObjectType>> |
ModelService.executeChanges(Collection<com.evolveum.midpoint.prism.delta.ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
com.evolveum.midpoint.task.api.Task task,
Collection<ProgressListener> listeners,
OperationResult parentResult) |
Collection<ObjectDeltaOperation<? extends ObjectType>> |
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> |
ModelInteractionService.previewChanges(Collection<com.evolveum.midpoint.prism.delta.ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
com.evolveum.midpoint.task.api.Task task,
Collection<ProgressListener> listeners,
OperationResult result) |
<F 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.
|
Scene |
ModelInteractionService.visualizeDelta(com.evolveum.midpoint.prism.delta.ObjectDelta<? extends ObjectType> delta,
com.evolveum.midpoint.task.api.Task task,
OperationResult result) |
List<? extends Scene> |
ModelInteractionService.visualizeDeltas(List<com.evolveum.midpoint.prism.delta.ObjectDelta<? extends ObjectType>> deltas,
com.evolveum.midpoint.task.api.Task task,
OperationResult result) |
Modifier and Type | Interface and Description |
---|---|
interface |
ModelContext<F extends ObjectType> |
interface |
ModelElementContext<O extends ObjectType> |
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
MidpointFunctions.addObject(com.evolveum.midpoint.prism.PrismObject<T> newObject) |
<T extends ObjectType> |
MidpointFunctions.addObject(com.evolveum.midpoint.prism.PrismObject<T> newObject,
ModelExecuteOptions options) |
<T extends ObjectType> |
MidpointFunctions.addObject(T newObject) |
<T extends ObjectType> |
MidpointFunctions.addObject(T newObject,
ModelExecuteOptions options) |
<T extends ObjectType> |
MidpointFunctions.countObjects(Class<T> type,
com.evolveum.midpoint.prism.query.ObjectQuery query)
Count objects.
|
<T extends ObjectType> |
MidpointFunctions.countObjects(Class<T> type,
com.evolveum.midpoint.prism.query.ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options)
Count objects.
|
<T extends ObjectType> |
MidpointFunctions.createEmptyObject(Class<T> type)
Creates empty prism object of specified type in memory.
|
<T extends ObjectType> |
MidpointFunctions.createEmptyObjectWithName(Class<T> type,
com.evolveum.midpoint.prism.polystring.PolyString name)
Creates empty prism object of specified type and with specified name in memory.
|
<T extends ObjectType> |
MidpointFunctions.createEmptyObjectWithName(Class<T> type,
com.evolveum.prism.xml.ns._public.types_3.PolyStringType name)
Creates empty prism object of specified type and with specified name in memory.
|
<T extends ObjectType> |
MidpointFunctions.createEmptyObjectWithName(Class<T> type,
String name)
Creates empty prism object of specified type and with specified name in memory.
|
<T extends ObjectType> |
MidpointFunctions.deleteObject(Class<T> type,
String oid) |
<T extends ObjectType> |
MidpointFunctions.deleteObject(Class<T> type,
String oid,
ModelExecuteOptions options) |
<T extends ObjectType> |
MidpointFunctions.getObject(Class<T> type,
String oid)
Returns object for provided OID.
|
<T extends ObjectType> |
MidpointFunctions.getObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options)
Returns object for provided OID.
|
<T extends ObjectType> |
MidpointFunctions.modifyObject(com.evolveum.midpoint.prism.delta.ObjectDelta<T> modifyDelta) |
<T extends ObjectType> |
MidpointFunctions.modifyObject(com.evolveum.midpoint.prism.delta.ObjectDelta<T> modifyDelta,
ModelExecuteOptions options) |
<T extends ObjectType> |
MidpointFunctions.resolveReference(ObjectReferenceType reference) |
<T extends ObjectType> |
MidpointFunctions.resolveReferenceIfExists(ObjectReferenceType reference) |
<T extends ObjectType> |
MidpointFunctions.searchObjectByName(Class<T> type,
com.evolveum.midpoint.prism.polystring.PolyString name)
Search for objects by name.
|
<T extends ObjectType> |
MidpointFunctions.searchObjectByName(Class<T> type,
com.evolveum.prism.xml.ns._public.types_3.PolyStringType name)
Search for objects by name.
|
<T extends ObjectType> |
MidpointFunctions.searchObjectByName(Class<T> type,
String name)
Search for objects by name.
|
<T extends ObjectType> |
MidpointFunctions.searchObjects(Class<T> type,
com.evolveum.midpoint.prism.query.ObjectQuery query)
Search for objects.
|
<T extends ObjectType> |
MidpointFunctions.searchObjects(Class<T> type,
com.evolveum.midpoint.prism.query.ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options)
Search for objects.
|
<T extends ObjectType> |
MidpointFunctions.searchObjectsIterative(Class<T> type,
com.evolveum.midpoint.prism.query.ObjectQuery query,
ResultHandler<T> handler)
Search for objects in iterative fashion (using callback).
|
<T extends ObjectType> |
MidpointFunctions.searchObjectsIterative(Class<T> type,
com.evolveum.midpoint.prism.query.ObjectQuery query,
ResultHandler<T> handler,
Collection<SelectorOptions<GetOperationOptions>> options)
Search for objects in iterative fashion (using callback).
|
Modifier and Type | Method and Description |
---|---|
OrgType |
MidpointFunctions.getParentOrgByOrgType(ObjectType object,
String orgType)
Returns parent orgs of the specified object that have a specific orgType.
|
OrgType |
OrgStructFunctions.getParentOrgByOrgType(ObjectType object,
String orgType,
boolean preAuthorized) |
Collection<OrgType> |
MidpointFunctions.getParentOrgs(ObjectType object)
Returns all parent orgs of the specified object.
|
Collection<OrgType> |
OrgStructFunctions.getParentOrgs(ObjectType object,
boolean preAuthorized) |
Collection<OrgType> |
MidpointFunctions.getParentOrgs(ObjectType object,
QName relation,
String orgType)
Returns parent orgs of the specified object that have a specific relation and orgType.
|
Collection<OrgType> |
OrgStructFunctions.getParentOrgs(ObjectType object,
QName relation,
String orgType,
boolean preAuthorized) |
Collection<OrgType> |
MidpointFunctions.getParentOrgs(ObjectType object,
String relation,
String orgType)
Returns parent orgs of the specified object that have a specific relation and orgType.
|
Collection<OrgType> |
OrgStructFunctions.getParentOrgs(ObjectType object,
String relation,
String orgType,
boolean preAuthorized) |
Collection<OrgType> |
MidpointFunctions.getParentOrgsByRelation(ObjectType object,
QName relation)
Returns parent orgs of the specified object that have a specific relation.
|
Collection<OrgType> |
OrgStructFunctions.getParentOrgsByRelation(ObjectType object,
QName relation,
boolean preAuthorized) |
Collection<OrgType> |
MidpointFunctions.getParentOrgsByRelation(ObjectType object,
String relation)
Returns parent orgs of the specified object that have a specific relation.
|
Collection<OrgType> |
OrgStructFunctions.getParentOrgsByRelation(ObjectType object,
String relation,
boolean preAuthorized) |
<F extends FocusType> |
MidpointFunctions.isDirectlyAssigned(F focusType,
ObjectType target) |
boolean |
MidpointFunctions.isDirectlyAssigned(ObjectType target) |
Modifier and Type | Method and Description |
---|---|
void |
MidpointFunctions.executeChanges(Collection<com.evolveum.midpoint.prism.delta.ObjectDelta<? extends ObjectType>> deltas)
Execute the provided object deltas.
|
void |
MidpointFunctions.executeChanges(Collection<com.evolveum.midpoint.prism.delta.ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options)
Execute the provided object deltas.
|
Modifier and Type | Method and Description |
---|---|
<O extends ObjectType> |
ChangeHook.invoke(ModelContext<O> context,
com.evolveum.midpoint.task.api.Task task,
OperationResult result)
Generic method to be implemented by the hook.
|
<T extends ObjectType> |
ReadHook.invoke(com.evolveum.midpoint.prism.PrismObject<T> object,
Collection<SelectorOptions<GetOperationOptions>> options,
com.evolveum.midpoint.task.api.Task task,
OperationResult parentResult)
todo
|
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 |
---|---|
static List<Class<? extends ObjectType>> |
ObjectTypes.getAllObjectTypes() |
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 <O extends ObjectType> |
StatisticsUtil.getDisplayName(com.evolveum.midpoint.prism.PrismObject<O> object) |
<T extends ObjectType> |
StatisticsCollector.recordObjectActionExecuted(com.evolveum.midpoint.prism.PrismObject<T> object,
Class<T> objectTypeClass,
String defaultOid,
com.evolveum.midpoint.prism.delta.ChangeType changeType,
String channel,
Throwable exception) |
Modifier and Type | Method and Description |
---|---|
static QName |
StatisticsUtil.getObjectType(ObjectType objectType,
com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
void |
StatisticsCollector.recordObjectActionExecuted(com.evolveum.midpoint.prism.PrismObject<? extends ObjectType> object,
com.evolveum.midpoint.prism.delta.ChangeType changeType,
Throwable exception) |
Modifier and Type | Method and Description |
---|---|
static <T extends ObjectType> |
ObjectQueryUtil.createNameQuery(Class<T> clazz,
com.evolveum.midpoint.prism.PrismContext prismContext,
String name) |
static <O extends ObjectType> |
ObjectQueryUtil.createNameQuery(com.evolveum.midpoint.prism.PrismObject<O> object) |
static <T extends ObjectType> |
ObjectTypeUtil.createObjectRef(com.evolveum.midpoint.prism.PrismObject<T> object) |
static <T extends ObjectType> |
ObjectTypeUtil.createObjectRef(com.evolveum.midpoint.prism.PrismObject<T> object,
boolean nameAsDescription) |
static <T extends ObjectType> |
ObjectTypeUtil.createObjectRef(com.evolveum.midpoint.prism.PrismReferenceValue refVal,
boolean nameAsDescription) |
static <O extends ObjectType> |
MiscSchemaUtil.reduceSearchResult(List<com.evolveum.midpoint.prism.PrismObject<O>> results) |
<T extends ObjectType> |
ObjectResolver.resolve(ObjectReferenceType ref,
Class<T> expectedType,
Collection<SelectorOptions<GetOperationOptions>> options,
String contextDescription,
Object task,
OperationResult result)
Resolve the provided reference to object (ObjectType).
|
<O extends ObjectType> |
ObjectResolver.searchIterative(Class<O> type,
com.evolveum.midpoint.prism.query.ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
ResultHandler<O> handler,
Object task,
OperationResult parentResult) |
static <T extends ObjectType> |
MiscSchemaUtil.toList(Class<T> type,
ObjectListType listType) |
static <T extends ObjectType> |
MiscSchemaUtil.toObjectableList(List<com.evolveum.midpoint.prism.PrismObject<T>> objectList) |
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 com.evolveum.midpoint.prism.query.ObjectQuery |
ObjectQueryUtil.createNameQuery(ObjectType object) |
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 Collection<com.evolveum.midpoint.prism.Referencable> |
ObjectTypeUtil.getExtensionReferenceValues(ObjectType objectType,
QName propertyQname) |
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) |
static String |
ObjectTypeUtil.toShortString(com.evolveum.midpoint.prism.PrismObject<? extends ObjectType> object) |
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
<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:cap="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Abstract class that conins the "essence" of a role.
|
class |
AccessCertificationCampaignType
Definition of an access certification campaign.
|
class |
AccessCertificationDefinitionForReportType
Access certification definition augmented with report-related information
(e.g.
|
class |
AccessCertificationDefinitionType
Definition of an access certification - a template for
a set of access certification campaigns.
|
class |
ConnectorHostType
Host definition for remote connector, remote
connector framework or a remote "gateway".
|
class |
ConnectorType
Description of a generic connector.
|
class |
FocusType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:cap="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Abstract supertype for all object types that can be focus of midPoint computation.
|
class |
FormType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:cap="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Form definition.
|
class |
GenericObjectType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:cap="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Generic object for storing unknown (unexpected) object types.
|
class |
LookupTableType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:cap="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An object that represents lookup table.
|
class |
NodeType
Node describes a single installation of midPoint.
|
class |
ObjectTemplateType
TODO: update
The user template used to create new users.
|
class |
OrgType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:cap="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Organizational unit, division, section, object gropup, team, project or any other form of
organizing things and/or people.
|
class |
ReportOutputType
Reports outputs.
|
class |
ReportType
TODO
|
class |
ResourceType
Resource represents a system or component external to the IDM
system which we manage.
|
class |
RoleType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:cap="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A role in the extended Role-Based Access Control (RBAC) sense.
|
class |
SecurityPolicyType
System that contains definitions of overall security policy.
|
class |
SequenceType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:cap="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Definition of a sequence object that produces unique values.
|
class |
ServiceType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:cap="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This object type represents any kind of abstract or concrete services or devices such as servers, virtual machines,
printers, mobile devices, network nodes, application servers, applications or anything similar.
|
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 |
LensElementContextType.getObjectNew() |
ObjectType |
LensElementContextType.getObjectOld() |
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 |
LensElementContextType.setObjectNew(ObjectType value) |
void |
LensElementContextType.setObjectOld(ObjectType value) |
void |
AssignmentType.setTarget(ObjectType value) |
Modifier and Type | Field and Description |
---|---|
protected ObjectType |
GetObjectResponseType.object |
Modifier and Type | Method and Description |
---|---|
ObjectType |
GetObjectResponseType.getObject()
Gets the value of the object property.
|
Modifier and Type | Method and Description |
---|---|
void |
GetObjectResponseType.setObject(ObjectType value)
Sets the value of the object property.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelPortType.getObject(QName objectType,
String oid,
SelectorQualifiedGetOptionsType options,
Holder<ObjectType> object,
Holder<OperationResultType> result) |
void |
ModelPortImpl.getObject(QName objectType,
String oid,
SelectorQualifiedGetOptionsType options,
Holder<ObjectType> object,
Holder<OperationResultType> result) |
Copyright © 2016 Evolveum. All rights reserved.