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,
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,
OperationResult result)
Computes the most likely changes triggered by the provided delta.
|
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.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.
|
Collection<OrgType> |
MidpointFunctions.getParentOrgs(ObjectType object)
Returns all parent orgs of the specified object.
|
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> |
MidpointFunctions.getParentOrgs(ObjectType object,
String relation,
String orgType)
Returns parent orgs of the specified object that have a specific relation and orgType.
|
Collection<OrgType> |
MidpointFunctions.getParentOrgsByRelation(ObjectType object,
QName relation)
Returns parent orgs of the specified object that have a specific relation.
|
Collection<OrgType> |
MidpointFunctions.getParentOrgsByRelation(ObjectType object,
String relation)
Returns parent orgs of the specified object that have a specific relation.
|
<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 <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) |
<T extends ObjectType> |
ObjectResolver.resolve(ObjectReferenceType ref,
Class<T> expectedType,
Collection<SelectorOptions<GetOperationOptions>> options,
String contextDescription,
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,
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 boolean |
SynchronizationSituationUtil.contains(ObjectType target,
String sourceChannel,
SynchronizationSituationType situation) |
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 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
<?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 |
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 |
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 |
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 |
TrackingDataType
Various implementation-level (activiti) data about a work item, useful for diagnostics.
|
class |
UserType
User object represents a physical user of the system.
|
class |
ValuePolicyType
Java class for ValuePolicyType complex type.
|
class |
WfProcessInstanceType
Information about workflow process instance.
|
class |
WorkItemType
WorkItemType contains information about a human task (or a notification).
|
Modifier and Type | Field and Description |
---|---|
protected List<JAXBElement<? extends ObjectType>> |
Objects.object |
Modifier and Type | Method and Description |
---|---|
ObjectType |
ObjectType.clone() |
ObjectType |
WorkItemType.getContents() |
ObjectType |
WfProcessInstanceType.getState() |
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 |
WorkItemType.setContents(ObjectType value) |
void |
WfProcessInstanceType.setState(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 |
modelPortImpl.getObject(QName objectType,
String oid,
SelectorQualifiedGetOptionsType options,
Holder<ObjectType> object,
Holder<OperationResultType> result) |
void |
ModelPortType.getObject(QName objectType,
String oid,
SelectorQualifiedGetOptionsType options,
Holder<ObjectType> object,
Holder<OperationResultType> result) |
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 |
AddObjectApprovalFormType
TODO
|
class |
AssignmentCreationApprovalFormType
TODO
|
class |
AssignmentModificationApprovalFormType
TODO
|
class |
GeneralChangeApprovalWorkItemContents
Generic work item contents for any process that approves a change to an object.
|
class |
QuestionFormType
TODO
|
class |
WorkItemContents
Parent type for work item contents - the information that gets presented to the user and item(s) that
are elicited from the user.
|
Modifier and Type | Method and Description |
---|---|
ObjectType |
GeneralChangeApprovalWorkItemContents.getObjectNew() |
ObjectType |
GeneralChangeApprovalWorkItemContents.getObjectOld() |
ObjectType |
GeneralChangeApprovalWorkItemContents.getRelatedObject() |
Modifier and Type | Method and Description |
---|---|
void |
GeneralChangeApprovalWorkItemContents.setObjectNew(ObjectType value) |
void |
GeneralChangeApprovalWorkItemContents.setObjectOld(ObjectType value) |
void |
GeneralChangeApprovalWorkItemContents.setRelatedObject(ObjectType value) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessInstanceState
Generic process instance state, common to all workflow processes.
|
Modifier and Type | Method and Description |
---|---|
ObjectType |
PrimaryChangeProcessorState.getObjectToBeAdded() |
Modifier and Type | Method and Description |
---|---|
void |
PrimaryChangeProcessorState.setObjectToBeAdded(ObjectType value) |
Copyright © 2015 Evolveum. All rights reserved.