Modifier and Type | Method and Description |
---|---|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
AuditEventRecord.getInitiator() |
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AuditEventRecord.getTarget() |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
AuditEventRecord.getTargetOwner() |
Modifier and Type | Method and Description |
---|---|
void |
AuditEventRecord.setInitiator(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> initiator) |
void |
AuditEventRecord.setTarget(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> target) |
void |
AuditEventRecord.setTargetOwner(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> targetOwner) |
Modifier and Type | Method and Description |
---|---|
static com.evolveum.midpoint.xml.ns._public.common.common_3.LoggingConfigurationType |
ProfilingConfigurationManager.checkSystemProfilingConfiguration(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType> systemConfigurationPrism)
In this method, we perform the check of systemConfiguration object, searching for any changes
related to profilingConfiguration
|
static boolean |
ResourceObjectPattern.matches(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadowToMatch,
Collection<ResourceObjectPattern> protectedAccountPatterns,
MatchingRuleRegistry matchingRuleRegistry) |
boolean |
ResourceObjectPattern.matches(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadowToMatch,
MatchingRuleRegistry matchingRuleRegistry) |
Modifier and Type | Method and Description |
---|---|
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
CryptoUtil.checkEncrypted(PrismObject<T> object) |
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
CryptoUtil.encryptValues(Protector protector,
PrismObject<T> object)
Encrypts all encryptable values in the object.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
PasswordPolicyUtils.validatePassword(ProtectedStringType password,
List<PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ValuePolicyType>> policies) |
static boolean |
PasswordPolicyUtils.validatePassword(String password,
List<PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ValuePolicyType>> policies) |
Modifier and Type | Method and Description |
---|---|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
RefinedObjectClassDefinition.createBlankShadow() |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
LayerRefinedObjectClassDefinition.createBlankShadow() |
Modifier and Type | Method and Description |
---|---|
static ConnectorSchema |
RefinedConnectorSchema.getConnectorSchema(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorType> connector,
PrismContext prismContext) |
static RefinedResourceSchema |
RefinedResourceSchema.getRefinedSchema(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
static LayerRefinedResourceSchema |
RefinedResourceSchema.getRefinedSchema(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
com.evolveum.midpoint.xml.ns._public.common.common_3.LayerType layer,
PrismContext prismContext) |
static RefinedResourceSchema |
RefinedResourceSchema.getRefinedSchema(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
PrismContext prismContext) |
static ResourceSchema |
RefinedResourceSchema.getResourceSchema(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
PrismContext prismContext) |
static RefinedResourceSchema |
RefinedResourceSchema.parse(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
<T extends Objectable> |
EventHandler.postMarshall(PrismObject<T> object,
Element objectElement,
OperationResult objectResult)
Call-back called after the object is unmarshalled.
|
Modifier and Type | Method and Description |
---|---|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
ModelService.findShadowOwner(String shadowOid,
Task task,
OperationResult parentResult)
Returns the User object representing owner of specified account (account
shadow).
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelService.getObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult)
Returns object for provided OID.
|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.TaskType> |
TaskService.getTaskByIdentifier(String identifier,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult)
Returns information about task, given its identifier.
|
Modifier and Type | Method and Description |
---|---|
List<PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType>> |
ModelService.listResourceObjects(String resourceOid,
QName objectClass,
ObjectPaging paging,
Task task,
OperationResult result)
Deprecated.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelService.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult)
Search for objects.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowService.approveOrRejectWorkItemWithDetails(String workItemId,
PrismObject specific,
boolean decision,
OperationResult result) |
void |
WorkflowService.completeWorkItemWithDetails(String workItemId,
PrismObject specific,
String decision,
OperationResult parentResult) |
RefinedObjectClassDefinition |
ModelInteractionService.getEditObjectClassDefinition(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase) |
RefinedObjectClassDefinition |
ModelInteractionService.getEditObjectClassDefinition(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelInteractionService.getEditObjectDefinition(PrismObject<O> object,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase)
Returns a schema that reflects editability of the object in terms of midPoint schema limitations and security.
|
Modifier and Type | Method and Description |
---|---|
PrismObject<O> |
ModelElementContext.getObjectNew() |
PrismObject<O> |
ModelElementContext.getObjectOld() |
Modifier and Type | Method and Description |
---|---|
void |
ModelElementContext.setObjectNew(PrismObject<O> objectNew) |
void |
ModelElementContext.setObjectOld(PrismObject<O> objectOld) |
Modifier and Type | Method and Description |
---|---|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
MidpointFunctions.findShadowOwner(String accountOid)
Returns the User object representing owner of specified account (account
shadow).
|
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctions.addObject(PrismObject<T> newObject) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctions.addObject(PrismObject<T> newObject,
ModelExecuteOptions options) |
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ReadHook.invoke(PrismObject<T> object,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult)
todo
|
Modifier and Type | Method and Description |
---|---|
PrismObject<T> |
ObjectDeltaObject.getAnyObject() |
PrismObject<T> |
ObjectDeltaObject.getNewObject() |
PrismObject<T> |
ObjectDeltaObject.getOldObject() |
Modifier and Type | Method and Description |
---|---|
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ObjectDeltaObject.create(PrismObject<T> oldObject,
ItemDelta<?>... itemDeltas) |
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ObjectDeltaObject.create(PrismObject<T> oldObject,
ObjectDelta<T> delta) |
Constructor and Description |
---|
ObjectDeltaObject(PrismObject<T> oldObject,
ObjectDelta<T> delta,
PrismObject<T> newObject) |
ObjectDeltaObject(PrismObject<T> oldObject,
ObjectDelta<T> delta,
PrismObject<T> newObject) |
Modifier and Type | Method and Description |
---|---|
void |
Mapping.addVariableDefinition(QName name,
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> midpointObject) |
void |
Mapping.setRootNode(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> mpObject) |
Modifier and Type | Method and Description |
---|---|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
ModelCrudService.findShadowOwner(String accountOid,
Task task,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelCrudService.getObject(Class<T> clazz,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.TaskType> |
ModelCrudService.getTaskByIdentifier(String identifier,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult) |
PrismObject<?> |
ModelObjectResolver.resolve(PrismReferenceValue refVal,
String string,
GetOperationOptions options,
Task task,
OperationResult result) |
PrismObject<?> |
ModelObjectResolver.resolve(PrismReferenceValue refVal,
String string,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
List<PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType>> |
ModelCrudService.listResourceObjects(String resourceOid,
QName objectClass,
ObjectPaging paging,
Task task,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelCrudService.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelCrudService.addObject(PrismObject<T> object,
ModelExecuteOptions options,
Task task,
OperationResult parentResult)
Add new object.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelRestService.addObject(String type,
PrismObject<T> object,
List<String> options,
javax.ws.rs.core.UriInfo uriInfo,
org.apache.cxf.jaxrs.ext.MessageContext mc) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelRestService.addObject(String type,
String id,
PrismObject<T> object,
List<String> options,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.Request request,
org.apache.cxf.jaxrs.ext.MessageContext mc) |
void |
UserComputer.recompute(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user) |
Modifier and Type | Method and Description |
---|---|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
ModelController.findShadowOwner(String accountOid,
Task task,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelController.getObject(Class<T> clazz,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.TaskType> |
ModelController.getTaskByIdentifier(String identifier,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
List<PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType>> |
ModelController.listResourceObjects(String resourceOid,
QName objectClass,
ObjectPaging paging,
Task task,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelController.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
void |
ModelController.approveOrRejectWorkItemWithDetails(String workItemId,
PrismObject specific,
boolean decision,
OperationResult result) |
void |
ModelController.completeWorkItemWithDetails(String workItemId,
PrismObject specific,
String decision,
OperationResult parentResult) |
RefinedObjectClassDefinition |
ModelController.getEditObjectClassDefinition(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase) |
RefinedObjectClassDefinition |
ModelController.getEditObjectClassDefinition(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelController.getEditObjectDefinition(PrismObject<O> object,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase) |
void |
SystemConfigurationHandler.postInit(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType> systemConfiguration,
OperationResult parentResult) |
protected void |
ModelController.resolve(PrismObject<?> object,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult result) |
protected void |
ModelController.resolveNames(PrismObject<?> object,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
MidpointFunctionsImpl.findShadowOwner(String accountOid) |
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctionsImpl.addObject(PrismObject<T> newObject) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctionsImpl.addObject(PrismObject<T> newObject,
ModelExecuteOptions options) |
Modifier and Type | Method and Description |
---|---|
protected <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ObjectImporter.validateWithDynamicSchemas(PrismObject<T> object,
Element objectElement,
RepositoryService repository,
OperationResult objectResult) |
Modifier and Type | Method and Description |
---|---|
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractRoleType> |
AssignmentPathVariables.getImmediateRole() |
PrismObject<O> |
LensElementContext.getObjectAny() |
PrismObject<O> |
LensElementContext.getObjectCurrent() |
PrismObject<O> |
LensElementContext.getObjectNew() |
PrismObject<O> |
LensElementContext.getObjectOld() |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType> |
LensContext.getSystemConfiguration() |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType> |
AssignmentEvaluator.getSystemConfiguration() |
static PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType> |
LensUtil.getSystemConfiguration(LensContext context,
RepositoryService repositoryService,
OperationResult result) |
PrismObject<?> |
EvaluatedAssignment.getTarget() |
Modifier and Type | Method and Description |
---|---|
protected void |
LensElementContext.checkConsistence(PrismObject<O> object,
String elementDesc,
String contextDesc) |
static <V extends PrismValue,F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
LensUtil.createFocusMapping(MappingFactory mappingFactory,
LensContext<F> context,
com.evolveum.midpoint.xml.ns._public.common.common_3.MappingType mappingType,
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType originObject,
ObjectDeltaObject<F> focusOdo,
AssignmentPathVariables assignmentPathVariables,
Integer iteration,
String iterationToken,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType> configuration,
XMLGregorianCalendar now,
String contextDesc,
OperationResult result) |
static <V extends PrismValue,F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
LensUtil.createFocusMapping(MappingFactory mappingFactory,
LensContext<F> context,
com.evolveum.midpoint.xml.ns._public.common.common_3.MappingType mappingType,
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType originObject,
ObjectDeltaObject<F> focusOdo,
AssignmentPathVariables assignmentPathVariables,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType> configuration,
XMLGregorianCalendar now,
String contextDesc,
OperationResult result) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ContextFactory.createRecomputeContext(PrismObject<O> object,
Task task,
OperationResult result) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ContextFactory.createRecomputeFocusContext(Class<F> focusType,
PrismObject<F> focus,
Task task,
OperationResult result) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ContextFactory.createRecomputeProjectionContext(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
Task task,
OperationResult result) |
static <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
LensUtil.getProjectionContext(LensContext<F> context,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> equivalentAccount,
ProvisioningService provisioningService,
PrismContext prismContext,
OperationResult result) |
void |
AssignmentPathVariables.setImmediateRole(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractRoleType> immediateRole) |
void |
LensElementContext.setLoadedObject(PrismObject<O> object)
Sets current and possibly also old object.
|
void |
LensElementContext.setObjectCurrent(PrismObject<O> objectCurrent) |
void |
LensElementContext.setObjectNew(PrismObject<O> objectNew) |
void |
LensElementContext.setObjectOld(PrismObject<O> objectOld) |
void |
LensContext.setSystemConfiguration(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType> systemConfiguration) |
void |
AssignmentEvaluator.setSystemConfiguration(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType> systemConfiguration) |
void |
EvaluatedAssignment.setTarget(PrismObject<?> target) |
Modifier and Type | Method and Description |
---|---|
PrismObject<T> |
MappingEvaluatorHelperParams.getAPrioriTargetObject() |
PrismObject<F> |
FocusConstraintsChecker.getConflictingObject() |
PrismObject |
ShadowConstraintsChecker.getConflictingShadow() |
Modifier and Type | Method and Description |
---|---|
void |
FocusConstraintsChecker.check(PrismObject<F> objectNew,
OperationResult result) |
void |
MappingEvaluatorHelperParams.setAPrioriTargetObject(PrismObject<T> aPrioriTargetObject) |
Modifier and Type | Method and Description |
---|---|
<I extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
Migrator.migrate(PrismObject<I> original) |
Modifier and Type | Method and Description |
---|---|
<I extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
Migrator.migrate(PrismObject<I> original) |
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
OperationsHelper.getObject(Class<T> type,
String oid,
boolean noFetch,
ExecutionContext context,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
UserProfileServiceImpl.resolveOwner(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow) |
Modifier and Type | Method and Description |
---|---|
MidPointPrincipal |
UserProfileServiceImpl.getPrincipal(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
UserProfileServiceImpl.resolveOwner(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow) |
Modifier and Type | Method and Description |
---|---|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> |
ReconciliationTaskResult.getResource() |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
SynchronizationService.getShadowFromChange(ResourceObjectShadowChangeDescription change) |
Modifier and Type | Method and Description |
---|---|
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
CorrelationConfirmationEvaluator.findFocusesByCorrelationRule(Class<F> focusType,
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType currentShadow,
List<com.evolveum.midpoint.xml.ns._public.common.common_3.ConditionalSearchFilterType> conditionalFilters,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType configurationType,
Task task,
OperationResult result) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
CorrelationConfirmationEvaluator.findUserByConfirmationRule(Class<F> focusType,
List<PrismObject<F>> users,
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType currentShadow,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType configuration,
com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType expression,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSynchronizationType |
SynchronizationService.determineSynchronizationPolicy(com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> currentShadow,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType> configuration,
Task task,
OperationResult result) |
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSynchronizationType |
SynchronizationService.determineSynchronizationPolicy(com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> currentShadow,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType> configuration,
Task task,
OperationResult result) |
protected boolean |
SynchronizeAccountResultHandler.handleObject(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> accountShadow,
Task workerTask,
OperationResult result) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
CorrelationConfirmationEvaluator.matchUserCorrelationRule(Class<F> focusType,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> currentShadow,
PrismObject<F> userType,
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSynchronizationType synchronization,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType configurationType,
Task task,
OperationResult result) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
CorrelationConfirmationEvaluator.matchUserCorrelationRule(Class<F> focusType,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> currentShadow,
PrismObject<F> userType,
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSynchronizationType synchronization,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType configurationType,
Task task,
OperationResult result) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
SynchronizationService.matchUserCorrelationRule(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
PrismObject<F> focus,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType> configuration,
Task task,
OperationResult result)
Tries to match specified focus and shadow.
|
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
SynchronizationService.matchUserCorrelationRule(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
PrismObject<F> focus,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType> configuration,
Task task,
OperationResult result)
Tries to match specified focus and shadow.
|
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
SynchronizationService.matchUserCorrelationRule(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
PrismObject<F> focus,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType> configuration,
Task task,
OperationResult result)
Tries to match specified focus and shadow.
|
void |
ReconciliationTaskResult.setResource(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
Modifier and Type | Method and Description |
---|---|
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
CorrelationConfirmationEvaluator.findUserByConfirmationRule(Class<F> focusType,
List<PrismObject<F>> users,
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType currentShadow,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType configuration,
com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType expression,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
TriggerHandler.handle(PrismObject<O> object,
Task task,
OperationResult result) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
RecomputeTriggerHandler.handle(PrismObject<O> object,
Task task,
OperationResult result) |
Modifier and Type | Field and Description |
---|---|
PrismObject<O> |
AbstractSearchIterativeResultHandler.ProcessingRequest.object |
Modifier and Type | Method and Description |
---|---|
static PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType> |
Utils.getSystemConfiguration(RepositoryService repositoryService,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
static void |
Utils.addDefaultExpressionVariables(ExpressionVariables variables,
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> focus,
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
ResourceShadowDiscriminator discr,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType> configuration) |
static void |
Utils.addDefaultExpressionVariables(ExpressionVariables variables,
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> focus,
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
ResourceShadowDiscriminator discr,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType> configuration) |
static void |
Utils.addDefaultExpressionVariables(ExpressionVariables variables,
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> focus,
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
ResourceShadowDiscriminator discr,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType> configuration) |
static void |
Utils.addDefaultExpressionVariables(ExpressionVariables variables,
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> focus,
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
ResourceShadowDiscriminator discr,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType> configuration) |
static ObjectClassComplexTypeDefinition |
Utils.determineObjectClass(RefinedResourceSchema refinedSchema,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadowToImport) |
static ExpressionVariables |
Utils.getDefaultExpressionVariables(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> focus,
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
ResourceShadowDiscriminator discr,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType> configuration) |
static ExpressionVariables |
Utils.getDefaultExpressionVariables(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> focus,
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
ResourceShadowDiscriminator discr,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType> configuration) |
static ExpressionVariables |
Utils.getDefaultExpressionVariables(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> focus,
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
ResourceShadowDiscriminator discr,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType> configuration) |
static ExpressionVariables |
Utils.getDefaultExpressionVariables(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> focus,
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
ResourceShadowDiscriminator discr,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType> configuration) |
boolean |
AbstractSearchIterativeResultHandler.handle(PrismObject<O> object,
OperationResult parentResult) |
protected abstract boolean |
AbstractSearchIterativeResultHandler.handleObject(PrismObject<O> object,
Task workerTask,
OperationResult result) |
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
Utils.resolveReferences(PrismObject<T> object,
RepositoryService repository,
boolean enforceReferentialIntegrity,
boolean forceFilterReevaluation,
PrismContext prismContext,
OperationResult result)
Resolves references contained in given PrismObject.
|
static void |
Utils.setRequestee(Task task,
PrismObject object) |
Modifier and Type | Method and Description |
---|---|
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
Utils.searchIterative(RepositoryService repositoryService,
Class<T> type,
ObjectQuery query,
Handler<PrismObject<T>> handler,
int blockSize,
OperationResult opResult) |
Constructor and Description |
---|
AbstractSearchIterativeResultHandler.ProcessingRequest(PrismObject<O> object) |
Modifier and Type | Method and Description |
---|---|
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractModelIntegrationTest.createAccount(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
String name,
boolean enabled) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
AbstractModelIntegrationTest.createUser(String name,
String fullName) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
AbstractModelIntegrationTest.createUser(String name,
String fullName,
Boolean enabled) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractModelIntegrationTest.findAccountByUsername(String username,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractModelIntegrationTest.findAccountByUsername(String username,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
Task task,
OperationResult result) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.findObjectByName(Class<O> type,
String name) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
AbstractModelIntegrationTest.findUserByUsername(String username) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.getObject(Class<O> type,
String oid) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.RoleType> |
AbstractModelIntegrationTest.getRole(String oid) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractModelIntegrationTest.getShadowModel(String accountOid) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractModelIntegrationTest.getShadowModel(String accountOid,
boolean noFetch,
boolean assertSuccess) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractModelIntegrationTest.getShadowModelNoFetch(String accountOid) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.TaskType> |
AbstractModelIntegrationTest.getTask(String taskOid) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
AbstractModelIntegrationTest.getUser(String userOid) |
protected <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.importAndGetObjectFromFile(Class<T> type,
File file,
String oid,
Task task,
OperationResult result) |
protected <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.importAndGetObjectFromFile(Class<T> type,
String filename,
String oid,
Task task,
OperationResult result) |
protected <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.searchObjectByName(Class<T> type,
String name) |
protected <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.searchObjectByName(Class<T> type,
String name,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
protected List<PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.OrgType>> |
AbstractModelIntegrationTest.getSubOrgs(String baseOrgOid,
Task task,
OperationResult result) |
protected Collection<PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType>> |
AbstractModelIntegrationTest.listAccounts(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
Task task,
OperationResult result) |
protected List<PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.OrgType>> |
AbstractModelIntegrationTest.searchOrg(String baseOrgOid,
OrgFilter.Scope scope,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
protected <T> void |
AbstractModelIntegrationTest.addAttributeToShadow(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
String attrName,
T attrValue) |
protected <T> void |
AbstractModelIntegrationTest.addAttributeToShadow(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
String attrName,
T attrValue) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.addObject(PrismObject<O> object) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.addObject(PrismObject<O> object,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.assertAccount(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user,
String resourceOid) |
protected void |
AbstractModelIntegrationTest.assertAccountShadowModel(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> accountShadow,
String oid,
String username,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType) |
protected void |
AbstractModelIntegrationTest.assertAccountShadowModel(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> accountShadow,
String oid,
String username,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
MatchingRule<String> matchingRule) |
protected void |
AbstractModelIntegrationTest.assertAdministrativeStatus(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> object,
com.evolveum.midpoint.xml.ns._public.common.common_3.ActivationStatusType expected) |
protected void |
AbstractModelIntegrationTest.assertAdministrativeStatusDisabled(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> user) |
protected void |
AbstractModelIntegrationTest.assertAdministrativeStatusEnabled(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> user) |
protected <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
AbstractModelIntegrationTest.assertAssigned(PrismObject<F> user,
String targetOid,
QName refType) |
protected void |
AbstractModelIntegrationTest.assertAssignedAccount(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user,
String resourceOid) |
protected void |
AbstractModelIntegrationTest.assertAssignedNo(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user,
QName refType) |
protected void |
AbstractModelIntegrationTest.assertAssignedNoAccount(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user,
String resourceOid) |
protected void |
AbstractModelIntegrationTest.assertAssignedNoOrg(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user) |
protected void |
AbstractModelIntegrationTest.assertAssignedNoRole(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user) |
protected void |
AbstractModelIntegrationTest.assertAssignedOrg(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.OrgType> org) |
protected void |
AbstractModelIntegrationTest.assertAssignedOrg(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.OrgType> org) |
protected void |
AbstractModelIntegrationTest.assertAssignedOrg(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user,
String orgOid) |
protected void |
AbstractModelIntegrationTest.assertAssignedOrg(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user,
String orgOid,
QName relation) |
protected <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
AbstractModelIntegrationTest.assertAssignedRole(PrismObject<F> user,
String roleOid) |
protected <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
AbstractModelIntegrationTest.assertAssignments(PrismObject<F> user,
Class expectedType,
int expectedNumber) |
protected <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
AbstractModelIntegrationTest.assertAssignments(PrismObject<F> user,
int expectedNumber) |
protected void |
AbstractModelIntegrationTest.assertDisableReasonShadow(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
String expectedReason) |
protected void |
AbstractModelIntegrationTest.assertDisableTimestampFocus(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> focus,
XMLGregorianCalendar startTime,
XMLGregorianCalendar endTime) |
protected void |
AbstractModelIntegrationTest.assertDisableTimestampShadow(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
XMLGregorianCalendar startTime,
XMLGregorianCalendar endTime) |
protected void |
AbstractModelIntegrationTest.assertEnableTimestampFocus(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> focus,
XMLGregorianCalendar startTime,
XMLGregorianCalendar endTime) |
protected void |
AbstractModelIntegrationTest.assertEnableTimestampShadow(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
XMLGregorianCalendar startTime,
XMLGregorianCalendar endTime) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.assertHasNoOrg(PrismObject<O> user) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.assertHasOrg(PrismObject<O> focus,
String orgOid) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.assertHasOrg(PrismObject<O> user,
String orgOid,
QName relation) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.assertHasOrgs(PrismObject<O> user,
int expectedNumber) |
protected void |
AbstractModelIntegrationTest.assertHasShadow(String username,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.assertIteration(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
Integer expectedIteration,
String expectedIterationToken) |
protected <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
AbstractModelIntegrationTest.assertLinked(PrismObject<F> focus,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> projection) |
protected <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
AbstractModelIntegrationTest.assertLinked(PrismObject<F> focus,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> projection) |
protected <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
AbstractModelIntegrationTest.assertLinked(PrismObject<F> focus,
String projectionOid) |
protected <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
AbstractModelIntegrationTest.assertLinks(PrismObject<F> focus,
int expectedNumLinks) |
protected <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
AbstractModelIntegrationTest.assertNoAssignments(PrismObject<F> user) |
protected void |
AbstractModelIntegrationTest.assertNoLinkedAccount(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user) |
protected void |
AbstractModelIntegrationTest.assertNoShadow(String username,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
Task task,
OperationResult result) |
protected <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
AbstractModelIntegrationTest.assertNotAssignedRole(PrismObject<F> user,
String roleOid) |
protected void |
AbstractModelIntegrationTest.assertNotLinked(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> account) |
protected void |
AbstractModelIntegrationTest.assertNotLinked(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> account) |
protected void |
AbstractModelIntegrationTest.assertNotLinked(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user,
String accountOid) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.assertNoTrigger(PrismObject<O> object) |
protected void |
AbstractModelIntegrationTest.assertPassword(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user,
String expectedPassword) |
protected void |
AbstractModelIntegrationTest.assertShadowKindIntent(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowKindType expectedKind,
String expectedIntent) |
protected void |
AbstractModelIntegrationTest.assertShadowModel(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> accountShadow,
String oid,
String username,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
QName objectClass) |
protected void |
AbstractModelIntegrationTest.assertShadowModel(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> accountShadow,
String oid,
String username,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
QName objectClass,
MatchingRule<String> nameMatchingRule) |
protected void |
AbstractModelIntegrationTest.assertSituation(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
com.evolveum.midpoint.xml.ns._public.common.common_3.SynchronizationSituationType expectedSituation) |
protected void |
AbstractModelIntegrationTest.assertSubOrgs(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.OrgType> baseOrg,
int expected) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.assertTrigger(PrismObject<O> object,
String handlerUri,
XMLGregorianCalendar mid,
long tolerance) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.assertTrigger(PrismObject<O> object,
String handlerUri,
XMLGregorianCalendar start,
XMLGregorianCalendar end) |
protected void |
AbstractModelIntegrationTest.assertUserNoAccountRefs(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user) |
protected void |
AbstractModelIntegrationTest.assertUserProperty(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user,
QName propertyName,
Object... expectedPropValues) |
protected void |
AbstractModelIntegrationTest.assertValidFrom(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> obj,
Date expectedDate) |
protected void |
AbstractModelIntegrationTest.assertValidTo(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> obj,
Date expectedDate) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractModelIntegrationTest.createAccount(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
String name,
boolean enabled) |
protected ObjectQuery |
AbstractModelIntegrationTest.createAccountShadowQuery(String username,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
protected <T> PropertyDelta<T> |
AbstractModelIntegrationTest.createAttributeAddDelta(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
QName attributeQName,
T... newRealValue) |
protected <T> PropertyDelta<T> |
AbstractModelIntegrationTest.createAttributeAddDelta(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
String attributeLocalName,
T... newRealValue) |
protected <T> PropertyDelta<T> |
AbstractModelIntegrationTest.createAttributeDeleteDelta(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
QName attributeQName,
T... newRealValue) |
protected <T> PropertyDelta<T> |
AbstractModelIntegrationTest.createAttributeDeleteDelta(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
String attributeLocalName,
T... newRealValue) |
protected <T> PropertyDelta<T> |
AbstractModelIntegrationTest.createAttributeReplaceDelta(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
QName attributeQName,
T... newRealValue) |
protected <T> PropertyDelta<T> |
AbstractModelIntegrationTest.createAttributeReplaceDelta(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
String attributeLocalName,
T... newRealValue) |
protected ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowReplaceAttributeDelta(String accountOid,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
QName attributeName,
Object... newRealValue) |
protected ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowReplaceAttributeDelta(String accountOid,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
String attributeName,
Object... newRealValue) |
protected ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowReplaceDelta(String accountOid,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
ItemPath itemPath,
Object... newRealValue) |
protected ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
AbstractModelIntegrationTest.createModifyUserAddAccount(String userOid,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
protected ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
AbstractModelIntegrationTest.createModifyUserDeleteAccount(String userOid,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
protected ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
AbstractModelIntegrationTest.createModifyUserUnlinkAccount(String userOid,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
protected String |
AbstractModelIntegrationTest.dumpOrgTree(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.OrgType> topOrg,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.fillinUser(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user,
String name,
String fullName) |
protected void |
AbstractModelIntegrationTest.fillinUserAssignmentAccountConstruction(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user,
String resourceOid) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractModelIntegrationTest.findAccountByUsername(String username,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractModelIntegrationTest.findAccountByUsername(String username,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
Task task,
OperationResult result) |
protected ResourceAttributeDefinition |
AbstractModelIntegrationTest.getAttributeDefinition(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
QName attributeName) |
protected ItemPath |
AbstractModelIntegrationTest.getAttributePath(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
String attributeLocalName) |
protected QName |
AbstractModelIntegrationTest.getAttributeQName(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
String attributeLocalName) |
protected <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
AbstractModelIntegrationTest.getLinkRef(PrismObject<F> focus,
String resourceOid) |
protected <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
AbstractModelIntegrationTest.getLinkRefOid(PrismObject<F> focus,
String resourceOid) |
protected <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
AbstractModelIntegrationTest.getLinkRefOid(PrismObject<F> focus,
String resourceOid,
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowKindType kind,
String intent) |
protected <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
AbstractModelIntegrationTest.getSingleLinkOid(PrismObject<F> focus) |
protected <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
AbstractModelIntegrationTest.getSingleLinkRef(PrismObject<F> focus) |
protected Collection<PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType>> |
AbstractModelIntegrationTest.listAccounts(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.login(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user) |
protected void |
AbstractModelIntegrationTest.loginSuperUser(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user) |
Modifier and Type | Method and Description |
---|---|
WorkflowEventCreator |
NotificationManager.getWorkflowEventCreator(PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> instanceState) |
Modifier and Type | Method and Description |
---|---|
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
WorkflowEvent.getProcessInstanceState() |
Modifier and Type | Method and Description |
---|---|
WorkflowProcessEvent |
WorkflowEventCreator.createWorkflowProcessEndEvent(PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> instanceState,
OperationResult result) |
WorkflowProcessEvent |
WorkflowEventCreator.createWorkflowProcessStartEvent(PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> instanceState,
OperationResult result) |
WorkItemEvent |
WorkflowEventCreator.createWorkItemCompleteEvent(String workItemName,
String assigneeOid,
PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> instanceState,
String decision) |
WorkItemEvent |
WorkflowEventCreator.createWorkItemCreateEvent(String workItemName,
String assigneeOid,
PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> instanceState) |
void |
WorkflowEvent.setProcessInstanceState(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> processInstanceState) |
Modifier and Type | Method and Description |
---|---|
String |
NotificationsUtil.getShadowName(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow) |
WorkflowEventCreator |
NotificationManagerImpl.getWorkflowEventCreator(PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> instanceState) |
void |
WorkflowListener.onProcessInstanceEnd(PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> instanceState,
OperationResult result) |
void |
WorkflowListener.onProcessInstanceStart(PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> instanceState,
OperationResult result) |
void |
WorkflowListener.onWorkItemCompletion(String workItemName,
String assigneeOid,
PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> instanceState,
String decision) |
void |
WorkflowListener.onWorkItemCreation(String workItemName,
String assigneeOid,
PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> instanceState) |
Modifier and Type | Method and Description |
---|---|
WorkflowProcessEvent |
DefaultWorkflowEventCreator.createWorkflowProcessEndEvent(PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> instanceState,
OperationResult result) |
WorkflowProcessEvent |
DefaultWorkflowEventCreator.createWorkflowProcessStartEvent(PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> instanceState,
OperationResult result) |
WorkItemEvent |
DefaultWorkflowEventCreator.createWorkItemCompleteEvent(String workItemName,
String assigneeOid,
PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> instanceState,
String decision) |
WorkItemEvent |
DefaultWorkflowEventCreator.createWorkItemCreateEvent(String workItemName,
String assigneeOid,
PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> instanceState) |
Modifier and Type | Method and Description |
---|---|
String |
TextFormatter.formatObject(PrismObject object,
List<ItemPath> hiddenPaths,
boolean showOperationalAttributes) |
String |
TextFormatter.formatObjectModificationDelta(ObjectDelta<? extends Objectable> objectDelta,
List<ItemPath> hiddenPaths,
boolean showOperationalAttributes,
PrismObject objectOld,
PrismObject objectNew) |
String |
TextFormatter.formatObjectModificationDelta(ObjectDelta<? extends Objectable> objectDelta,
List<ItemPath> hiddenPaths,
boolean showOperationalAttributes,
PrismObject objectOld,
PrismObject objectNew) |
Modifier and Type | Method and Description |
---|---|
PrismObject |
Objectable.asPrismObject() |
PrismObject<T> |
PrismObject.clone() |
<T extends Objectable> |
PrismContext.createObject(Class<T> clazz) |
PrismObject |
PrismReferenceValue.getObject() |
PrismObject<T> |
PrismObjectDefinition.instantiate() |
PrismObject<T> |
PrismObjectDefinition.instantiate(QName name) |
<T extends Objectable> |
PrismContext.parseObject(Element objectElement)
Deprecated.
|
<T extends Objectable> |
PrismContext.parseObject(File file)
Parses a file and creates a prism from it.
|
<T extends Objectable> |
PrismContext.parseObject(File file,
String language)
Parses a file and creates a prism from it.
|
<T extends Objectable> |
PrismContext.parseObject(InputStream stream,
String language)
Parses data from an input stream and creates a prism from it.
|
<T extends Objectable> |
PrismContext.parseObject(String dataString)
Parses a string and creates a prism from it.
|
<T extends Objectable> |
PrismContext.parseObject(String dataString,
String language)
Parses a string and creates a prism from it.
|
Modifier and Type | Method and Description |
---|---|
List<PrismObject<? extends Objectable>> |
PrismContext.parseObjects(File file) |
Modifier and Type | Method and Description |
---|---|
<T extends Objectable> |
PrismContext.adopt(PrismObject<T> object) |
<T extends Objectable> |
PrismContext.adopt(PrismObject<T> object,
Class<T> declaredType)
Set up the specified object with prism context instance and schema definition.
|
protected void |
PrismObject.copyValues(PrismObject<T> clone) |
static PrismReferenceValue |
PrismReferenceValue.createFromTarget(PrismObject<?> refTarget) |
ObjectDelta<T> |
PrismObject.diff(PrismObject<T> other) |
ObjectDelta<T> |
PrismObject.diff(PrismObject<T> other,
boolean ignoreMetadata,
boolean isLiteral) |
<O extends Objectable> |
PrismContext.serializeObjectToString(PrismObject<O> object,
String language) |
<O extends Objectable> |
PrismContext.serializeToDom(PrismObject<O> object)
Deprecated.
|
void |
PrismReferenceValue.setObject(PrismObject object) |
void |
Objectable.setupContainer(PrismObject object) |
Modifier and Type | Method and Description |
---|---|
PrismObject<T> |
ObjectDelta.computeChangedObject(PrismObject<T> objectOld)
Applies this object delta to specified object, returns updated object.
|
PrismObject<T> |
ObjectDelta.getObjectToAdd() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectDelta.applyTo(PrismObject<T> targetObject)
Applies this object delta to specified object, returns updated object.
|
PrismObject<T> |
ObjectDelta.computeChangedObject(PrismObject<T> objectOld)
Applies this object delta to specified object, returns updated object.
|
static <O extends Objectable> |
ObjectDelta.createAddDelta(PrismObject<O> objectToAdd) |
static <T extends Objectable> |
ReferenceDelta.createModificationAdd(Class<T> type,
QName refName,
PrismContext prismContext,
PrismObject<?> refTarget) |
static <T extends Objectable> |
ReferenceDelta.createModificationAddCollection(Class<T> type,
QName refName,
PrismContext prismContext,
PrismObject<?> refTarget) |
static <O extends Objectable> |
ObjectDelta.createModificationAddReference(Class<O> type,
String oid,
QName propertyName,
PrismContext prismContext,
PrismObject<?>... referenceObjects)
Convenience method for quick creation of object deltas that replace a single object property.
|
static <T extends Objectable> |
ReferenceDelta.createModificationDelete(Class<T> type,
QName refName,
PrismContext prismContext,
PrismObject<?> refTarget) |
static <T extends Objectable> |
ReferenceDelta.createModificationDelete(Class<T> type,
QName refName,
PrismObject<?> refTarget) |
static ReferenceDelta |
ReferenceDelta.createModificationDelete(QName refName,
PrismObjectDefinition<?> objectDefinition,
PrismObject<?> refTarget) |
static <T extends Objectable> |
ReferenceDelta.createModificationDeleteCollection(Class<T> type,
QName refName,
PrismContext prismContext,
PrismObject<?> refTarget) |
static <T extends Objectable> |
DiffUtil.diff(PrismObject<T> oldObject,
PrismObject<T> newObject) |
static <T extends Objectable> |
DiffUtil.diff(PrismObject<T> oldObject,
PrismObject<T> newObject) |
<O extends Objectable> |
ContainerDelta.expand(PrismObject<O> object)
Post processing of delta to expand missing values from the object.
|
ItemDelta<V> |
ItemDelta.narrow(PrismObject<? extends Objectable> object)
Filters out all delta values that are meaningless to apply.
|
PropertyDelta<T> |
PropertyDelta.narrow(PrismObject<? extends Objectable> object) |
ItemDelta<V> |
ItemDelta.narrow(PrismObject<? extends Objectable> object,
Comparator<V> comparator)
Filters out all delta values that are meaningless to apply.
|
PropertyDelta<T> |
PropertyDelta.narrow(PrismObject<? extends Objectable> object,
MatchingRule<T> matchingRule) |
void |
ObjectDelta.setObjectToAdd(PrismObject<T> objectToAdd) |
Modifier and Type | Method and Description |
---|---|
<T extends Objectable> |
PrismJasonProcessor.parseObject(File file,
Class<T> valueType) |
<T extends Objectable> |
PrismJasonProcessor.parseObject(InputStream inputStream,
Class<T> valueType) |
Modifier and Type | Method and Description |
---|---|
<T extends Objectable> |
PrismJasonProcessor.serializeToJson(PrismObject<T> object,
OutputStream out) |
Modifier and Type | Method and Description |
---|---|
<O extends Objectable> |
XNodeProcessor.parseObject(MapXNode xmap) |
<O extends Objectable> |
XNodeProcessor.parseObject(RootXNode rootXnode) |
<O extends Objectable> |
XNodeProcessor.parseObject(XNode xnode) |
Modifier and Type | Method and Description |
---|---|
<O extends Objectable> |
XNodeSerializer.serializeObject(PrismObject<O> object) |
<O extends Objectable> |
XNodeProcessor.serializeObject(PrismObject<O> object) |
<O extends Objectable> |
XNodeProcessor.serializeObject(PrismObject<O> object,
boolean serializeCompositeObjects) |
Modifier and Type | Method and Description |
---|---|
static <O extends Objectable> |
RefFilter.createReferenceEqual(QName propertyName,
Class type,
PrismObject<O> targetObject) |
Item |
PropertyValueFilter.getObjectItem(PrismObject object) |
<T extends Objectable> |
EqualFilter.match(PrismObject<T> object,
MatchingRuleRegistry matchingRuleRegistry) |
<T extends Objectable> |
PropertyValueFilter.match(PrismObject<T> object,
MatchingRuleRegistry matchingRuleRegistry) |
<T extends Objectable> |
LessFilter.match(PrismObject<T> object,
MatchingRuleRegistry matchingRuleRegistry) |
<T extends Objectable> |
AndFilter.match(PrismObject<T> object,
MatchingRuleRegistry matchingRuleRegistry) |
<T extends Objectable> |
NotFilter.match(PrismObject<T> object,
MatchingRuleRegistry matchingRuleRegistry) |
<T extends Objectable> |
SubstringFilter.match(PrismObject<T> object,
MatchingRuleRegistry matchingRuleRegistry) |
<T extends Objectable> |
OrFilter.match(PrismObject<T> object,
MatchingRuleRegistry matchingRuleRegistry) |
<T extends Objectable> |
GreaterFilter.match(PrismObject<T> object,
MatchingRuleRegistry matchingRuleRegistry) |
<T extends Objectable> |
OrgFilter.match(PrismObject<T> object,
MatchingRuleRegistry matchingRuleRegistry) |
<T extends Objectable> |
AllFilter.match(PrismObject<T> object,
MatchingRuleRegistry matchingRuleRegistry) |
abstract <T extends Objectable> |
ObjectFilter.match(PrismObject<T> object,
MatchingRuleRegistry matchingRuleRegistry) |
<T extends Objectable> |
InOidFilter.match(PrismObject<T> object,
MatchingRuleRegistry matchingRuleRegistry) |
<T extends Objectable> |
NoneFilter.match(PrismObject<T> object,
MatchingRuleRegistry matchingRuleRegistry) |
<T extends Objectable> |
RefFilter.match(PrismObject<T> object,
MatchingRuleRegistry matchingRuleRegistry) |
<T extends Objectable> |
TypeFilter.match(PrismObject<T> object,
MatchingRuleRegistry matchingRuleRegistry) |
static <T extends Objectable> |
ObjectQuery.match(PrismObject<T> object,
ObjectFilter filter,
MatchingRuleRegistry matchingRuleRegistry) |
Modifier and Type | Method and Description |
---|---|
<T extends Objectable> |
SchemaRegistry.instantiate(Class<T> compileTimeClass) |
Modifier and Type | Method and Description |
---|---|
void |
SchemaRegistry.applyDefinition(PrismObject<? extends Objectable> prismObject,
Class<? extends Objectable> type) |
void |
SchemaRegistry.applyDefinition(PrismObject<? extends Objectable> prismObject,
Class<? extends Objectable> type,
boolean force)
This method will try to locate the appropriate object definition and apply it.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Objectable> |
PrismTestUtil.parseObject(Element element)
Deprecated.
|
static <T extends Objectable> |
PrismTestUtil.parseObject(File file) |
static <T extends Objectable> |
PrismTestUtil.parseObject(String xmlString) |
Modifier and Type | Method and Description |
---|---|
static List<PrismObject<? extends Objectable>> |
PrismTestUtil.parseObjects(File file) |
Modifier and Type | Method and Description |
---|---|
static void |
PrismAsserts.assertClass(String message,
Class<?> expectedClass,
PrismObject<?> actualObject) |
static <O extends Objectable> |
PrismAsserts.assertEquals(File fileNewXml,
PrismObject<O> actual) |
static <O extends Objectable> |
PrismAsserts.assertEquals(PrismObject<O> prism1,
PrismObject<O> prism2) |
static <O extends Objectable> |
PrismAsserts.assertEquals(PrismObject<O> prism1,
PrismObject<O> prism2) |
static <O extends Objectable> |
PrismAsserts.assertEquals(String message,
PrismObject<O> expected,
PrismObject<O> actual) |
static <O extends Objectable> |
PrismAsserts.assertEquals(String message,
PrismObject<O> expected,
PrismObject<O> actual) |
static <O extends Objectable> |
PrismAsserts.assertEquivalent(File expectedFile,
PrismObject<O> actual) |
static <O extends Objectable> |
PrismAsserts.assertEquivalent(String message,
File expectedFile,
PrismObject<O> actual) |
static <O extends Objectable> |
PrismAsserts.assertEquivalent(String message,
PrismObject<O> expected,
PrismObject<O> actual) |
static <O extends Objectable> |
PrismAsserts.assertEquivalent(String message,
PrismObject<O> expected,
PrismObject<O> actual) |
static String |
PrismTestUtil.serializeObjectToString(PrismObject<? extends Objectable> object) |
static String |
PrismTestUtil.serializeObjectToString(PrismObject<? extends Objectable> object,
String language) |
Modifier and Type | Method and Description |
---|---|
static PrismObject |
PrismForJAXBUtil.setupContainerValue(PrismObject prismObject,
PrismContainerValue containerValue) |
Modifier and Type | Method and Description |
---|---|
static void |
PrismForJAXBUtil.setReferenceValueAsObject(PrismContainer parent,
QName referenceQName,
PrismObject targetObject) |
static void |
PrismForJAXBUtil.setReferenceValueAsObject(PrismContainerValue parentValue,
QName referenceQName,
PrismObject targetObject)
This method must merge new value with potential existing value of the reference.
|
static PrismObject |
PrismForJAXBUtil.setupContainerValue(PrismObject prismObject,
PrismContainerValue containerValue) |
Modifier and Type | Method and Description |
---|---|
PrismObject |
ConstraintsCheckingResult.getConflictingShadow() |
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ResourceObjectShadowChangeDescription.getCurrentShadow() |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ResourceEventDescription.getCurrentShadow() |
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ResourceOperationDescription.getCurrentShadow()
Shadow describing the object that was the target of the operation.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningService.getObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult)
Returns object for provided OID.
|
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ResourceObjectShadowChangeDescription.getOldShadow() |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ResourceEventDescription.getOldShadow() |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> |
ResourceObjectShadowChangeDescription.getResource() |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> |
ResourceOperationDescription.getResource() |
Modifier and Type | Method and Description |
---|---|
List<PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType>> |
ProvisioningService.listResourceObjects(String resourceOid,
QName objectClass,
ObjectPaging paging,
OperationResult parentResult)
Lists resource objects.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningService.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult)
Search for objects.
|
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningService.addObject(PrismObject<T> object,
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult)
Add new object.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningService.applyDefinition(PrismObject<T> shadow,
OperationResult parentResult)
Applies appropriate definition to the shadow.
|
ConstraintsCheckingResult |
ProvisioningService.checkConstraints(RefinedObjectClassDefinition shadowDefinition,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadowObject,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
String shadowOid,
ResourceShadowDiscriminator resourceShadowDiscriminator,
ConstraintViolationConfirmer constraintViolationConfirmer,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ProvisioningService.finishOperation(PrismObject<T> object,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult) |
void |
ConstraintsCheckingResult.setConflictingShadow(PrismObject conflictingShadow) |
void |
ResourceObjectShadowChangeDescription.setCurrentShadow(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> currentShadow) |
void |
ResourceOperationDescription.setCurrentShadow(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> currentShadow) |
void |
ResourceEventDescription.setCurrentShadow(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> currentShadow) |
void |
ResourceObjectShadowChangeDescription.setOldShadow(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> oldShadow) |
void |
ResourceEventDescription.setOldShadow(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> oldShadow) |
void |
ResourceObjectShadowChangeDescription.setResource(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
void |
ResourceOperationDescription.setResource(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
Modifier and Type | Method and Description |
---|---|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ResourceObjectConverter.addResourceObject(ConnectorInstance connector,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
RefinedObjectClassDefinition objectClassDefinition,
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationProvisioningScriptsType scripts,
OperationResult parentResult) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ShadowManager.createRepositoryShadow(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
RefinedObjectClassDefinition objectClassDefinition)
Create a copy of a shadow that is suitable for repository storage.
|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ShadowManager.findOrCreateShadowFromChange(com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
Change<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> change,
RefinedObjectClassDefinition objectClassDefinition,
OperationResult parentResult) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> |
ResourceCache.get(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> |
ResourceCache.get(String oid,
String version) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningServiceImpl.getObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> |
ResourceManager.getResource(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> repositoryObject,
OperationResult parentResult) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> |
ResourceManager.getResource(String oid,
OperationResult parentResult) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ResourceObjectConverter.getResourceObject(ConnectorInstance connector,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
Collection<? extends ResourceAttribute<?>> identifiers,
RefinedObjectClassDefinition objectClassDefinition,
OperationResult parentResult) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ShadowCache.getShadow(String oid,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> repositoryShadow,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ShadowCache.handleError(Exception ex,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
ErrorHandler.FailedOperation op,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
Collection<? extends ItemDelta> modifications,
boolean compensate,
Task task,
OperationResult parentResult) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ResourceObjectConverter.locateResourceObject(ConnectorInstance connector,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
Collection<? extends ResourceAttribute<?>> identifiers,
RefinedObjectClassDefinition objectClassDefinition,
OperationResult parentResult)
Tries to get the object directly if primary identifiers are present.
|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ShadowManager.lookupShadowBySecondaryIdentifiers(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> resourceShadow,
RefinedObjectClassDefinition rObjClassDef,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
OperationResult parentResult) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ShadowManager.lookupShadowInRepository(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> resourceShadow,
RefinedObjectClassDefinition rObjClassDef,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
OperationResult parentResult)
Locates the appropriate Shadow in repository that corresponds to the
provided resource object.
|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ShadowManager.lookupShadowInRepository(ResourceAttributeContainer identifierContainer,
RefinedObjectClassDefinition rObjClassDef,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
List<PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType>> |
ProvisioningServiceImpl.listResourceObjects(String resourceOid,
QName objectClass,
ObjectPaging paging,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningServiceImpl.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningServiceImpl.addObject(PrismObject<T> object,
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ResourceObjectConverter.addResourceObject(ConnectorInstance connector,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
RefinedObjectClassDefinition objectClassDefinition,
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationProvisioningScriptsType scripts,
OperationResult parentResult) |
String |
ShadowCache.addShadow(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationProvisioningScriptsType scripts,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult) |
String |
ShadowCacheReconciler.afterAddOnResource(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
RefinedObjectClassDefinition objectClassDefinition,
OperationResult parentResult) |
String |
ShadowCacheProvisioner.afterAddOnResource(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
RefinedObjectClassDefinition objectClassDefinition,
OperationResult parentResult) |
abstract String |
ShadowCache.afterAddOnResource(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
RefinedObjectClassDefinition objectClassDefinition,
OperationResult parentResult) |
void |
ShadowCacheReconciler.afterModifyOnResource(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
Collection<? extends ItemDelta> modifications,
OperationResult parentResult) |
void |
ShadowCacheProvisioner.afterModifyOnResource(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadowType,
Collection<? extends ItemDelta> modifications,
OperationResult parentResult) |
abstract void |
ShadowCache.afterModifyOnResource(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
Collection<? extends ItemDelta> modifications,
OperationResult parentResult) |
ObjectClassComplexTypeDefinition |
ShadowCache.applyAttributesDefinition(ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> delta,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource) |
RefinedObjectClassDefinition |
ShadowCache.applyAttributesDefinition(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource) |
void |
ResourceManager.applyDefinition(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
OperationResult parentResult) |
void |
ShadowCache.applyDefinition(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningServiceImpl.applyDefinition(PrismObject<T> object,
OperationResult parentResult) |
Collection<? extends ItemDelta> |
ShadowCacheReconciler.beforeModifyOnResource(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
ProvisioningOperationOptions options,
Collection<? extends ItemDelta> modifications) |
Collection<? extends ItemDelta> |
ShadowCacheProvisioner.beforeModifyOnResource(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
ProvisioningOperationOptions options,
Collection<? extends ItemDelta> modifications) |
abstract Collection<? extends ItemDelta> |
ShadowCache.beforeModifyOnResource(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
ProvisioningOperationOptions options,
Collection<? extends ItemDelta> modifications) |
void |
AccessChecker.checkAdd(com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
RefinedObjectClassDefinition objectClassDefinition,
OperationResult parentResult) |
ConstraintsCheckingResult |
ProvisioningServiceImpl.checkConstraints(RefinedObjectClassDefinition shadowDefinition,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadowObject,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
String shadowOid,
ResourceShadowDiscriminator resourceShadowDiscriminator,
ConstraintViolationConfirmer constraintViolationConfirmer,
OperationResult parentResult) |
void |
AccessChecker.checkModify(com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
Collection<? extends ItemDelta> modifications,
RefinedObjectClassDefinition objectClassDefinition,
OperationResult parentResult) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ShadowManager.createRepositoryShadow(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
RefinedObjectClassDefinition objectClassDefinition)
Create a copy of a shadow that is suitable for repository storage.
|
ResourceOperationDescription |
ShadowManager.createResourceFailureDescription(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> conflictedShadow,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
OperationResult parentResult) |
void |
ShadowManager.deleteConflictedShadowFromRepo(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
OperationResult parentResult) |
void |
ResourceObjectConverter.deleteResourceObject(ConnectorInstance connector,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
RefinedObjectClassDefinition objectClassDefinition,
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationProvisioningScriptsType scripts,
OperationResult parentResult) |
void |
ShadowCache.deleteShadow(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
ProvisioningOperationOptions options,
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationProvisioningScriptsType scripts,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
Task task,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ProvisioningServiceImpl.finishOperation(PrismObject<T> object,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> |
ResourceCache.get(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
ConnectorInstance |
ConnectorManager.getConfiguredConnectorInstance(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
boolean forceFresh,
OperationResult result) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> |
ResourceManager.getResource(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> repositoryObject,
OperationResult parentResult) |
protected com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType |
ShadowCache.getResource(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
OperationResult parentResult) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ShadowCache.getShadow(String oid,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> repositoryShadow,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ShadowCache.handleError(Exception ex,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
ErrorHandler.FailedOperation op,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
Collection<? extends ItemDelta> modifications,
boolean compensate,
Task task,
OperationResult parentResult) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ShadowManager.lookupShadowBySecondaryIdentifiers(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> resourceShadow,
RefinedObjectClassDefinition rObjClassDef,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
OperationResult parentResult) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ShadowManager.lookupShadowInRepository(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> resourceShadow,
RefinedObjectClassDefinition rObjClassDef,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
OperationResult parentResult)
Locates the appropriate Shadow in repository that corresponds to the
provided resource object.
|
void |
ResourceManager.modifyResourceAvailabilityStatus(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
com.evolveum.midpoint.xml.ns._public.common.common_3.AvailabilityStatusType status,
OperationResult result) |
Collection<PropertyModificationOperation> |
ResourceObjectConverter.modifyResourceObject(ConnectorInstance connector,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
RefinedObjectClassDefinition objectClassDefinition,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationProvisioningScriptsType scripts,
Collection<? extends ItemDelta> itemDeltas,
OperationResult parentResult) |
String |
ShadowCache.modifyShadow(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
String oid,
Collection<? extends ItemDelta> modifications,
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult) |
void |
ShadowManager.normalizeAttributes(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
RefinedObjectClassDefinition objectClassDefinition) |
void |
ResourceCache.put(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
void |
ResourceObjectConverter.setProtectedFlag(com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
RefinedObjectClassDefinition rOcDef,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> resourceObject) |
void |
ConstraintsChecker.setShadowObject(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadowObject) |
void |
ResourceManager.testConnection(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ConnectorInstance.fetchObject(Class<T> type,
ObjectClassComplexTypeDefinition objectClassDefinition,
Collection<? extends ResourceAttribute<?>> identifiers,
AttributesToReturn attributesToReturn,
OperationResult parentResult)
Retrieves a specific object from the resource.
|
PrismObject<T> |
Change.getCurrentShadow() |
PrismObject<T> |
Change.getOldShadow() |
Modifier and Type | Method and Description |
---|---|
Collection<ResourceAttribute<?>> |
ConnectorInstance.addObject(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> object,
Collection<Operation> additionalOperations,
OperationResult parentResult)
TODO: This should return indication how the operation went, e.g.
|
boolean |
ResultHandler.handle(PrismObject<T> object)
Handle a single result.
|
void |
Change.setCurrentShadow(PrismObject<T> currentShadow) |
void |
Change.setOldShadow(PrismObject<T> oldShadow) |
Constructor and Description |
---|
Change(Collection<ResourceAttribute<?>> identifiers,
PrismObject<T> currentShadow,
PrismObject<T> oldStadow,
ObjectDelta<T> objectDetla) |
Change(Collection<ResourceAttribute<?>> identifiers,
PrismObject<T> currentShadow,
PrismObject<T> oldStadow,
ObjectDelta<T> objectDetla) |
Change(Collection<ResourceAttribute<?>> identifiers,
PrismObject<T> currentShadow,
PrismProperty<?> token) |
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ConnectorInstanceIcfImpl.fetchObject(Class<T> type,
ObjectClassComplexTypeDefinition objectClassDefinition,
Collection<? extends ResourceAttribute<?>> identifiers,
AttributesToReturn attributesToReturn,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
Collection<ResourceAttribute<?>> |
ConnectorInstanceIcfImpl.addObject(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> object,
Collection<Operation> additionalOperations,
OperationResult parentResult) |
org.identityconnectors.framework.common.objects.ObjectClass |
IcfNameMapper.objectClassToIcf(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> object,
String schemaNamespace,
com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorType connectorType) |
Modifier and Type | Method and Description |
---|---|
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ProvisioningUtil.determineShadowName(PrismObject<T> shadow) |
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ProvisioningUtil.determineShadowStringName(PrismObject<T> shadow) |
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
RepositoryService.getObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult)
Returns object for provided OID.
|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
RepositoryService.listAccountShadowOwner(String accountOid,
OperationResult parentResult)
Deprecated.
|
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
RepositoryService.searchShadowOwner(String shadowOid,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult)
Returns the object representing owner of specified shadow.
|
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
RepositoryService.listResourceObjectShadows(String resourceOid,
Class<T> resourceObjectShadowType,
OperationResult parentResult)
Search for resource object shadows of a specified type that belong to the
specified resource.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
RepositoryService.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult)
Search for objects in the repository.
|
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
RepositoryService.addObject(PrismObject<T> object,
RepoAddOptions options,
OperationResult parentResult)
Add new object.
|
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
RepositoryCache.getObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult) |
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
Cache.getObject(String oid) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
RepositoryCache.listAccountShadowOwner(String accountOid,
OperationResult parentResult)
Deprecated.
|
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
RepositoryCache.searchShadowOwner(String shadowOid,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
RepositoryCache.listResourceObjectShadows(String resourceOid,
Class<T> resourceObjectShadowType,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
RepositoryCache.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
RepositoryCache.addObject(PrismObject<T> object,
RepoAddOptions options,
OperationResult parentResult) |
void |
Cache.putObject(String oid,
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> object) |
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
SqlRepositoryServiceImpl.getObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult result) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
SqlRepositoryServiceImpl.listAccountShadowOwner(String accountOid,
OperationResult result)
Deprecated.
|
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
SqlRepositoryServiceImpl.searchShadowOwner(String shadowOid,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
SqlRepositoryServiceImpl.listResourceObjectShadows(String resourceOid,
Class<T> resourceObjectShadowType,
OperationResult result) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
SqlRepositoryServiceImpl.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
SqlRepositoryServiceImpl.addObject(PrismObject<T> object,
RepoAddOptions options,
OperationResult result) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
OrgClosureManager.onBeginTransactionAdd(org.hibernate.Session session,
PrismObject<T> object,
boolean overwrite) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
OrgClosureManager.updateOrgClosure(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> originalObject,
Collection<? extends ItemDelta> modifications,
org.hibernate.Session session,
String oid,
Class<T> type,
OrgClosureManager.Operation operation,
OrgClosureManager.Context closureContext)
Main method called from SQL repository service to update the closure table during an operation.
|
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
TestSqlRepositoryServiceImpl.addObject(PrismObject<T> object,
RepoAddOptions options,
OperationResult result) |
void |
CarefulAnt.assertModification(PrismObject<O> object,
int iteration) |
Modifier and Type | Method and Description |
---|---|
IdGeneratorResult |
PrismIdentifierGenerator.generate(PrismObject object,
PrismIdentifierGenerator.Operation operation)
Method inserts id for prism container values, which didn't have ids,
also returns all container values which has generated id
|
Modifier and Type | Method and Description |
---|---|
void |
ReportManager.runReport(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ReportType> object,
Task task,
OperationResult parentResult)
todo comments [lazyman]
|
Modifier and Type | Method and Description |
---|---|
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ReportFunctions.resolveAssignments(Collection<com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentType> assignments,
Class<O> type) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ReportFunctions.resolveLinkRefs(Collection<com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectReferenceType> refs,
Class type) |
List<PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.OrgType>> |
ReportFunctions.resolveOrgs(Collection<com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentType> assignments) |
List<PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.RoleType>> |
ReportFunctions.resolveRoles(Collection<com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentType> assignments) |
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ReportManagerImpl.invoke(PrismObject<T> object,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
void |
ReportManagerImpl.runReport(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ReportType> object,
Task task,
OperationResult parentResult)
Creates and starts task with proper handler, also adds necessary information to task
(like ReportType reference and so on).
|
Constructor and Description |
---|
MidPointDataSource(List<PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> results) |
Modifier and Type | Method and Description |
---|---|
boolean |
ResultHandler.handle(PrismObject<T> object,
OperationResult parentResult)
Handle a single result.
|
boolean |
AbstractSummarizingResultHandler.handle(PrismObject<T> object,
OperationResult parentResult) |
protected abstract boolean |
AbstractSummarizingResultHandler.handleObject(PrismObject<T> object,
OperationResult parentResult)
Handle a single result.
|
Modifier and Type | Method and Description |
---|---|
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MiscSchemaUtil.toList(Class<T> type,
com.evolveum.midpoint.xml.ns._public.common.api_types_3.ObjectListType listType) |
Modifier and Type | Method and Description |
---|---|
static void |
ReportTypeUtil.applyConfigurationDefinition(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ReportType> report,
ObjectDelta delta,
PrismContext prismContext) |
static void |
ReportTypeUtil.applyDefinition(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ReportType> report,
PrismContext prismContext) |
static void |
ShadowUtil.applyResourceSchema(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
ResourceSchema resourceSchema)
This is not supposed to be used in production code! It is just for the tests.
|
static void |
ShadowUtil.checkConsistence(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
String desc) |
static <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ObjectQueryUtil.createNameQuery(PrismObject<O> object) |
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ObjectTypeUtil.createObjectRef(PrismObject<T> object) |
static List<PropertyDelta<?>> |
SynchronizationSituationUtil.createSynchronizationSituationAndDescriptionDelta(PrismObject object,
com.evolveum.midpoint.xml.ns._public.common.common_3.SynchronizationSituationType situation,
String sourceChannel,
boolean full) |
static PropertyDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.SynchronizationSituationType> |
SynchronizationSituationUtil.createSynchronizationSituationDelta(PrismObject object,
com.evolveum.midpoint.xml.ns._public.common.common_3.SynchronizationSituationType situation) |
static List<PropertyDelta<?>> |
SynchronizationSituationUtil.createSynchronizationSituationDescriptionDelta(PrismObject object,
com.evolveum.midpoint.xml.ns._public.common.common_3.SynchronizationSituationType situation,
XMLGregorianCalendar timestamp,
String sourceChannel,
boolean full) |
static PropertyDelta<XMLGregorianCalendar> |
SynchronizationSituationUtil.createSynchronizationTimestampDelta(PrismObject object,
QName propName,
XMLGregorianCalendar timestamp) |
static <T> ResourceAttribute<T> |
ShadowUtil.getAttribute(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
QName attrName) |
static Collection<ResourceAttribute<?>> |
ShadowUtil.getAttributes(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow) |
static ResourceAttributeContainer |
ShadowUtil.getAttributesContainer(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow) |
static ResourceAttributeContainer |
ShadowUtil.getAttributesContainer(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
QName containerName) |
static <T> T |
ShadowUtil.getAttributeValue(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
QName attrName) |
static <T> List<T> |
ShadowUtil.getAttributeValues(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
QName attrName) |
static PrismContainer<Containerable> |
ResourceTypeUtil.getConfigurationContainer(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
static String |
ResourceTypeUtil.getConnectorOid(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
static Element |
ConnectorTypeUtil.getConnectorXsdSchema(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorType> connector) |
static String |
ShadowUtil.getHumanReadableName(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow) |
static Collection<ResourceAttribute<?>> |
ShadowUtil.getIdentifiers(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow) |
static ResourceAttribute<String> |
ShadowUtil.getNamingAttribute(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow) |
static ObjectClassComplexTypeDefinition |
ShadowUtil.getObjectClassDefinition(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow) |
static ResourceAttributeContainer |
ShadowUtil.getOrCreateAttributesContainer(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
ObjectClassComplexTypeDefinition objectClassDefinition) |
static String |
ResourceTypeUtil.getResourceNamespace(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
static String |
ShadowUtil.getResourceOid(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow) |
static Element |
ResourceTypeUtil.getResourceXsdSchema(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
static List<QName> |
ResourceTypeUtil.getSchemaGenerationConstraints(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
static Collection<ResourceAttribute<?>> |
ShadowUtil.getSecondaryIdentifiers(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow) |
static String |
ShadowUtil.getSingleStringAttributeValue(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
QName attrName) |
static boolean |
ShadowUtil.isProtected(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow) |
static PrismSchema |
ReportTypeUtil.parseReportConfigurationSchema(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ReportType> report,
PrismContext context) |
static void |
ConnectorTypeUtil.setConnectorXsdSchema(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorType> connector,
Element xsdElement) |
static void |
ResourceTypeUtil.setResourceXsdSchema(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
Element xsdElement) |
Modifier and Type | Method and Description |
---|---|
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MiscSchemaUtil.toObjectableList(List<PrismObject<T>> objectList) |
static com.evolveum.midpoint.xml.ns._public.common.api_types_3.ObjectListType |
MiscSchemaUtil.toObjectListType(List<PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> list) |
Modifier and Type | Method and Description |
---|---|
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
OwnerResolver.resolveOwner(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow) |
Modifier and Type | Method and Description |
---|---|
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
SecurityEnforcer.authorize(String operationUrl,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase,
PrismObject<O> object,
ObjectDelta<O> delta,
PrismObject<T> target,
OwnerResolver ownerResolver,
OperationResult result)
Evaluates authorization: simply returns if the currently logged it user is authorized for a
specified action.
|
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
SecurityEnforcer.authorize(String operationUrl,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase,
PrismObject<O> object,
ObjectDelta<O> delta,
PrismObject<T> target,
OwnerResolver ownerResolver,
OperationResult result)
Evaluates authorization: simply returns if the currently logged it user is authorized for a
specified action.
|
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
SecurityEnforcer.compileSecurityConstraints(PrismObject<O> object,
OwnerResolver ownerResolver) |
MidPointPrincipal |
UserProfileService.getPrincipal(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
SecurityEnforcer.isAuthorized(String operationUrl,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase,
PrismObject<O> object,
ObjectDelta<O> delta,
PrismObject<T> target,
OwnerResolver ownerResolver)
Returns true if the currently logged-in user is authorized for specified action, returns false otherwise.
|
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
SecurityEnforcer.isAuthorized(String operationUrl,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase,
PrismObject<O> object,
ObjectDelta<O> delta,
PrismObject<T> target,
OwnerResolver ownerResolver)
Returns true if the currently logged-in user is authorized for specified action, returns false otherwise.
|
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
OwnerResolver.resolveOwner(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow) |
void |
SecurityEnforcer.setupPreAuthenticatedSecurityContext(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user) |
Modifier and Type | Method and Description |
---|---|
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
SecurityEnforcerImpl.authorize(String operationUrl,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase,
PrismObject<O> object,
ObjectDelta<O> delta,
PrismObject<T> target,
OwnerResolver ownerResolver,
OperationResult result) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
SecurityEnforcerImpl.authorize(String operationUrl,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase,
PrismObject<O> object,
ObjectDelta<O> delta,
PrismObject<T> target,
OwnerResolver ownerResolver,
OperationResult result) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
SecurityEnforcerImpl.compileSecurityConstraints(PrismObject<O> object,
OwnerResolver ownerResolver) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
SecurityEnforcerImpl.isAuthorized(String operationUrl,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase,
PrismObject<O> object,
ObjectDelta<O> delta,
PrismObject<T> target,
OwnerResolver ownerResolver) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
SecurityEnforcerImpl.isAuthorized(String operationUrl,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase,
PrismObject<O> object,
ObjectDelta<O> delta,
PrismObject<T> target,
OwnerResolver ownerResolver) |
void |
SecurityEnforcerImpl.setupPreAuthenticatedSecurityContext(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user) |
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
Task.getObject(Class<T> type,
OperationResult parentResult)
Returns object that the task is associated with.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
TaskManager.getObject(Class<T> clazz,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult result)
TODO
|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
Task.getOwner()
Returns user that owns this task.
|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
Task.getRequestee()
Gets the requestee OID - typically an identification of account owner (for notifications).
|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.TaskType> |
Task.getTaskPrismObject()
Returns backing task prism object.
|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.TaskType> |
TaskManager.getTaskTypeByIdentifier(String identifier,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult)
TODO
|
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
TaskManager.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
String |
TaskManager.addTask(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.TaskType> taskPrism,
OperationResult parentResult)
Add new task.
|
Task |
TaskManager.createTaskInstance(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.TaskType> taskPrism,
OperationResult parentResult)
Creates task instance from the XML task representation.
|
Task |
TaskManager.createTaskInstance(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.TaskType> taskPrism,
String operationName,
OperationResult parentResult)
Creates task instance from the XML task representation.
|
boolean |
TaskManager.isCurrentNode(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.NodeType> node)
Checks whether supplied node is the current node.
|
void |
Task.setObjectTransient(PrismObject object)
Sets the "task object" in the in-memory task representation (i.e.
|
void |
Task.setOwner(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> owner)
Sets the task owner.
|
void |
Task.setRequesteeTransient(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user)
Sets the requestee OID.
|
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
TaskQuartzImpl.getObject(Class<T> type,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
TaskManagerQuartzImpl.getObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
TaskQuartzImpl.getOwner() |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
TaskQuartzImpl.getRequestee() |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.TaskType> |
TaskQuartzImpl.getTaskPrismObject() |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.TaskType> |
TaskManagerQuartzImpl.getTaskTypeByIdentifier(String identifier,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
List<PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.TaskType>> |
TaskQuartzImpl.listPrerequisiteTasksRaw(OperationResult parentResult) |
List<PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.TaskType>> |
TaskQuartzImpl.listSubtasksRaw(OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
TaskManagerQuartzImpl.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult) |
SearchResultList<PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.TaskType>> |
TaskManagerQuartzImpl.searchTasks(ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
String |
TaskManagerQuartzImpl.addTask(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.TaskType> taskPrism,
OperationResult parentResult) |
Task |
TaskManagerQuartzImpl.createTaskInstance(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.TaskType> taskPrism,
OperationResult parentResult) |
Task |
TaskManagerQuartzImpl.createTaskInstance(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.TaskType> taskPrism,
String operationName,
OperationResult parentResult) |
boolean |
TaskManagerQuartzImpl.isCurrentNode(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.NodeType> node) |
void |
TaskQuartzImpl.setObjectTransient(PrismObject object) |
void |
TaskQuartzImpl.setOwner(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> owner) |
void |
TaskQuartzImpl.setRequesteeTransient(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user) |
Modifier and Type | Method and Description |
---|---|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.NodeType> |
ClusterManager.getNode(String nodeOid,
OperationResult result) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.NodeType> |
ClusterManager.getNodeById(String nodeIdentifier,
OperationResult result) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.NodeType> |
NodeRegistrar.getNodePrism() |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.NodeType> |
ClusterManager.getNodePrism() |
Modifier and Type | Method and Description |
---|---|
List<PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.NodeType>> |
ClusterManager.getAllNodes(OperationResult result) |
Modifier and Type | Method and Description |
---|---|
boolean |
NodeRegistrar.isCurrentNode(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.NodeType> node) |
boolean |
ClusterManager.isCurrentNode(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.NodeType> node) |
Modifier and Type | Method and Description |
---|---|
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> |
AbstractIntegrationTest.addResourceFromFile(String filePath,
String connectorType,
boolean overwrite,
OperationResult result) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> |
AbstractIntegrationTest.addResourceFromFile(String filePath,
String connectorType,
OperationResult result) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractIntegrationTest.createShadow(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
String id) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractIntegrationTest.createShadow(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
String uid,
String name) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractIntegrationTest.createShadowNameOnly(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
String name) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractIntegrationTest.findAccountShadowByUsername(String username,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
OperationResult result) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorType> |
AbstractIntegrationTest.findConnectorByType(String connectorType,
OperationResult result) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorType> |
AbstractIntegrationTest.findConnectorByTypeAndVersion(String connectorType,
String connectorVersion,
OperationResult result) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractIntegrationTest.findShadowByName(QName objectClass,
String name,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
OperationResult result) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractIntegrationTest.findShadowByName(com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowKindType kind,
String intent,
String name,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
OperationResult result) |
protected <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractIntegrationTest.repoAddObjectFromFile(File file,
Class<T> type,
boolean metadata,
OperationResult parentResult) |
protected <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractIntegrationTest.repoAddObjectFromFile(File file,
Class<T> type,
OperationResult parentResult) |
protected <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractIntegrationTest.repoAddObjectFromFile(String filePath,
Class<T> type,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
protected <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractIntegrationTest.repoAddObjectsFromFile(File file,
Class<T> type,
OperationResult parentResult) |
protected <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractIntegrationTest.repoAddObjectsFromFile(String filePath,
Class<T> type,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractIntegrationTest.assertAccountShadowCommon(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> accountShadow,
String oid,
String username,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType) |
protected void |
AbstractIntegrationTest.assertAccountShadowCommon(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> accountShadow,
String oid,
String username,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
MatchingRule<String> nameMatchingRule) |
protected void |
AbstractIntegrationTest.assertAccountShadowRepo(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> accountShadow,
String oid,
String username,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType) |
protected void |
AbstractIntegrationTest.assertAccountShadowRepo(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> accountShadow,
String oid,
String username,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
MatchingRule<String> matchingRule) |
static void |
IntegrationTestTools.assertAssociation(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
QName associationName,
String entitlementOid) |
static <T> void |
IntegrationTestTools.assertAttribute(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
QName name,
T... expectedValues) |
static <T> void |
IntegrationTestTools.assertAttribute(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
String name,
T... expectedValues) |
static <T> void |
IntegrationTestTools.assertAttribute(String message,
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> repoShadow,
QName name,
T... expectedValues) |
static void |
IntegrationTestTools.assertCreateTimestamp(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> object,
XMLGregorianCalendar start,
XMLGregorianCalendar end) |
protected <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
AbstractIntegrationTest.assertEffectiveActivation(PrismObject<F> focus,
com.evolveum.midpoint.xml.ns._public.common.common_3.ActivationStatusType expected) |
static <T> void |
IntegrationTestTools.assertExtensionProperty(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> object,
QName propertyName,
T... expectedValues) |
static void |
IntegrationTestTools.assertIcfsNameAttribute(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> repoShadow,
String value) |
static void |
IntegrationTestTools.assertModifyTimestamp(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> object,
XMLGregorianCalendar start,
XMLGregorianCalendar end) |
static <T> void |
IntegrationTestTools.assertNoAttribute(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
QName name) |
static <T> void |
IntegrationTestTools.assertNoExtensionProperty(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> object,
QName propertyName) |
protected void |
AbstractIntegrationTest.assertObject(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> object) |
static void |
IntegrationTestTools.assertProvisioningAccountShadow(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> account,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
Class<?> expetcedAttributeDefinitionClass) |
static void |
IntegrationTestTools.assertProvisioningShadow(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> account,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
Class<?> expetcedAttributeDefinitionClass,
QName objectClass) |
protected void |
AbstractIntegrationTest.assertShadow(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow) |
protected void |
AbstractIntegrationTest.assertShadowCommon(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> accountShadow,
String oid,
String username,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
QName objectClass) |
protected void |
AbstractIntegrationTest.assertShadowCommon(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> accountShadow,
String oid,
String username,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
QName objectClass,
MatchingRule<String> nameMatchingRule) |
protected void |
AbstractIntegrationTest.assertShadowRepo(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> accountShadow,
String oid,
String username,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
QName objectClass) |
protected void |
AbstractIntegrationTest.assertShadowRepo(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> accountShadow,
String oid,
String username,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
QName objectClass,
MatchingRule<String> nameMatchingRule) |
protected void |
AbstractIntegrationTest.assertUser(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user,
String oid,
String name,
String fullName,
String givenName,
String familyName) |
protected void |
AbstractIntegrationTest.assertUser(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user,
String oid,
String name,
String fullName,
String givenName,
String familyName,
String location) |
protected <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
AbstractIntegrationTest.assertValidityStatus(PrismObject<F> focus,
com.evolveum.midpoint.xml.ns._public.common.common_3.TimeIntervalStatusType expected) |
static DummyResourceContoller |
DummyResourceContoller.create(String instanceName,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
protected ObjectQuery |
AbstractIntegrationTest.createAccountShadowQuery(String identifier,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
protected ObjectQuery |
AbstractIntegrationTest.createAccountShadowQuerySecondaryIdentifier(String identifier,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractIntegrationTest.createShadow(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
String id) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractIntegrationTest.createShadow(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
String uid,
String name) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractIntegrationTest.createShadowNameOnly(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
String name) |
protected ObjectQuery |
AbstractIntegrationTest.createShadowQuerySecondaryIdentifier(ObjectClassComplexTypeDefinition rAccount,
String identifier,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
static void |
IntegrationTestTools.displayXml(String message,
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> object) |
protected void |
AbstractIntegrationTest.fillInConnectorRef(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resourcePrism,
String connectorType,
OperationResult result) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractIntegrationTest.findAccountShadowByUsername(String username,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
OperationResult result) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractIntegrationTest.findShadowByName(QName objectClass,
String name,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
OperationResult result) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractIntegrationTest.findShadowByName(com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowKindType kind,
String intent,
String name,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
OperationResult result) |
static <T> Collection<T> |
IntegrationTestTools.getAttributeValues(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
QName name) |
static String |
IntegrationTestTools.getIcfsNameAttribute(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow) |
protected String |
AbstractIntegrationTest.getIcfUid(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow) |
protected <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractIntegrationTest.repoAddObject(Class<T> type,
PrismObject<T> object,
OperationResult result) |
protected <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractIntegrationTest.repoAddObject(Class<T> type,
PrismObject<T> object,
String contextDesc,
OperationResult result) |
Modifier and Type | Field and Description |
---|---|
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> |
AbstractResourceController.resource |
Modifier and Type | Method and Description |
---|---|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> |
AbstractResourceController.getResource() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractResourceController.setResource(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
Modifier and Type | Method and Description |
---|---|
static <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
MidPointAsserts.assertAssigned(PrismObject<F> user,
String targetOid,
QName refType) |
static void |
MidPointAsserts.assertAssigned(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user,
String targetOid,
QName refType,
QName relation) |
static void |
MidPointAsserts.assertAssignedOrg(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user,
String orgOid) |
static void |
MidPointAsserts.assertAssignedOrg(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user,
String orgOid,
QName relation) |
static <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
MidPointAsserts.assertAssignedRole(PrismObject<F> user,
String roleOid) |
static <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
MidPointAsserts.assertAssignments(PrismObject<F> user,
Class expectedType,
int expectedNumber) |
static <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
MidPointAsserts.assertAssignments(PrismObject<F> user,
int expectedNumber) |
static <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidPointAsserts.assertHasNoOrg(PrismObject<O> user) |
static <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidPointAsserts.assertHasOrg(PrismObject<O> object,
String orgOid) |
static <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidPointAsserts.assertHasOrg(PrismObject<O> user,
String orgOid,
QName relation) |
static <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidPointAsserts.assertHasOrgs(PrismObject<O> user,
int expectedNumber) |
static <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
MidPointAsserts.assertNoAssignments(PrismObject<F> user) |
static <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
MidPointAsserts.assertNotAssigned(PrismObject<F> user,
String targetOid,
QName refType) |
static <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
MidPointAsserts.assertNotAssignedRole(PrismObject<F> user,
String roleOid) |
static <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidPointAsserts.assertOid(PrismObject<O> object,
String expectedOid) |
static <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidPointAsserts.assertVersion(PrismObject<O> object,
int expectedVersion) |
static <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidPointAsserts.assertVersion(PrismObject<O> object,
String expectedVersion) |
static <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidPointAsserts.assertVersionIncrease(PrismObject<O> objectOld,
PrismObject<O> objectNew) |
static <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidPointAsserts.assertVersionIncrease(PrismObject<O> objectOld,
PrismObject<O> objectNew) |
static <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidPointAsserts.parseVersion(PrismObject<O> object) |
static void |
TestUtil.setAttribute(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> account,
QName attrName,
QName typeName,
PrismContext prismContext,
String value) |
Modifier and Type | Method and Description |
---|---|
PrismObject<T> |
AssignmentTableDto.getAssignmentParent() |
Modifier and Type | Method and Description |
---|---|
void |
AssignmentTablePanel.handleAssignmentsWhenAdd(PrismObject<T> object,
PrismContainerDefinition assignmentDef,
List<com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentType> objectAssignments) |
void |
AssignmentTableDto.setAssignmentParent(PrismObject<T> assignmentParent) |
Constructor and Description |
---|
AssignmentTableDto(PrismObject<T> assignmentParent) |
Modifier and Type | Method and Description |
---|---|
W |
ObjectDataProvider.createDataObjectWrapper(PrismObject<T> obj) |
Modifier and Type | Method and Description |
---|---|
PrismObject |
ObjectWrapper.getObject() |
Constructor and Description |
---|
ObjectWrapper(String displayName,
String description,
PrismObject object,
PrismContainerDefinition objectDefinitionForEditing,
ContainerStatus status,
PageBase pageBase) |
ObjectWrapper(String displayName,
String description,
PrismObject object,
PrismContainerDefinition objectDefinitionForEditing,
RefinedObjectClassDefinition objectClassDefinitionForEditing,
ContainerStatus status,
boolean delayContainerCreation,
PageBase pageBase) |
Modifier and Type | Method and Description |
---|---|
static <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ObjectWrapperUtil.createObjectWrapper(String displayName,
String description,
PrismObject<O> object,
ContainerStatus status,
boolean delayContainerCreation,
PageBase pageBase) |
static <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ObjectWrapperUtil.createObjectWrapper(String displayName,
String description,
PrismObject<O> object,
ContainerStatus status,
PageBase pageBase) |
Constructor and Description |
---|
PrismPropertyModel(org.apache.wicket.model.IModel<PrismObject<T>> model,
ItemPath path) |
PrismPropertyModel(org.apache.wicket.model.IModel<PrismObject<T>> model,
QName item) |
Modifier and Type | Method and Description |
---|---|
protected List<QName> |
WizardStep.loadResourceObjectClassList(org.apache.wicket.model.IModel<PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType>> model,
Trace LOGGER,
String message) |
Constructor and Description |
---|
CapabilityStep(org.apache.wicket.model.IModel<PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType>> prismModel) |
ConfigurationStep(org.apache.wicket.model.IModel<PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType>> resourceModel,
boolean isNewResource) |
NameStep(org.apache.wicket.model.IModel<PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType>> model) |
SchemaHandlingStep(org.apache.wicket.model.IModel<PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType>> resourceModel) |
SchemaStep(org.apache.wicket.model.IModel<PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType>> model) |
SynchronizationStep(org.apache.wicket.model.IModel<PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType>> resourceModel) |
Constructor and Description |
---|
SchemaListPanel(String id,
org.apache.wicket.model.IModel<PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType>> model) |
Constructor and Description |
---|
ResourceAssociationEditor(String id,
org.apache.wicket.model.IModel<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceObjectAssociationType> model,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceObjectTypeDefinitionType objectType,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
ResourceAttributeEditor(String id,
org.apache.wicket.model.IModel<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceAttributeDefinitionType> model,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceObjectTypeDefinitionType objectType,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
Modifier and Type | Method and Description |
---|---|
int |
ConnectorHostTypeComparator.compare(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorHostType> host1,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorHostType> host2) |
int |
ConnectorHostTypeComparator.compare(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorHostType> host1,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorHostType> host2) |
static String |
ConnectorHostTypeComparator.getUserFriendlyName(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorHostType> host) |
Modifier and Type | Method and Description |
---|---|
Task |
PageBase.createSimpleTask(String operation,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> owner) |
Modifier and Type | Method and Description |
---|---|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType> |
LoggingDto.getOldConfiguration() |
Modifier and Type | Method and Description |
---|---|
static DebugObjectItem |
DebugObjectItem.createDebugObjectItem(PrismObject object) |
Constructor and Description |
---|
LoggingDto(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType> oldConfiguration,
com.evolveum.midpoint.xml.ns._public.common.common_3.LoggingConfigurationType config) |
SystemConfigurationDto(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType> config) |
Modifier and Type | Method and Description |
---|---|
PrismObject<T> |
ObjectViewDto.getObject() |
Constructor and Description |
---|
ObjectViewDto(String oid,
String name,
PrismObject<T> object,
String xml) |
Constructor and Description |
---|
ReportConfigurationPanel(String id,
org.apache.wicket.model.IModel<PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ReportType>> model) |
Modifier and Type | Method and Description |
---|---|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ReportType> |
ReportDto.getObject() |
Modifier and Type | Method and Description |
---|---|
void |
ReportDto.setObject(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ReportType> object) |
Modifier and Type | Method and Description |
---|---|
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> |
PageAdminResources.loadResource(Collection<SelectorOptions<GetOperationOptions>> options) |
Constructor and Description |
---|
ResourceDto(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
ResourceDto(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
PrismContext prismContext,
com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorType connector,
List<String> capabilities) |
Modifier and Type | Method and Description |
---|---|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.RoleType> |
RoleDto.getRole()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
RoleDto.setRole(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.RoleType> role)
Deprecated.
|
Constructor and Description |
---|
PageOrgUnit(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.OrgType> unitToEdit) |
PageUser(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> userToEdit) |
Modifier and Type | Method and Description |
---|---|
static OrgTableDto |
OrgTableDto.createDto(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> object) |
Modifier and Type | Method and Description |
---|---|
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidPointGuiAuthorizationEvaluator.authorize(String operationUrl,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase,
PrismObject<O> object,
ObjectDelta<O> delta,
PrismObject<T> target,
OwnerResolver ownerResolver,
OperationResult result) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidPointGuiAuthorizationEvaluator.authorize(String operationUrl,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase,
PrismObject<O> object,
ObjectDelta<O> delta,
PrismObject<T> target,
OwnerResolver ownerResolver,
OperationResult result) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidPointGuiAuthorizationEvaluator.compileSecurityConstraints(PrismObject<O> object,
OwnerResolver ownerResolver) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidPointGuiAuthorizationEvaluator.isAuthorized(String operationUrl,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase,
PrismObject<O> object,
ObjectDelta<O> delta,
PrismObject<T> target,
OwnerResolver ownerResolver) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidPointGuiAuthorizationEvaluator.isAuthorized(String operationUrl,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase,
PrismObject<O> object,
ObjectDelta<O> delta,
PrismObject<T> target,
OwnerResolver ownerResolver) |
void |
MidPointGuiAuthorizationEvaluator.setupPreAuthenticatedSecurityContext(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user) |
Modifier and Type | Method and Description |
---|---|
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
WebModelUtils.loadObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult result,
PageBase page) |
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
WebModelUtils.loadObject(Class<T> type,
String oid,
OperationResult result,
PageBase page) |
Modifier and Type | Method and Description |
---|---|
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
WebModelUtils.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult result,
PageBase page,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> principal) |
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
WebModelUtils.searchObjects(Class<T> type,
ObjectQuery query,
OperationResult result,
PageBase page) |
Modifier and Type | Method and Description |
---|---|
static String |
WebMiscUtil.createUserIcon(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> object) |
static String |
WebMiscUtil.createUserIconTitle(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> object) |
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
WebModelUtils.deleteObject(Class<T> type,
String oid,
ModelExecuteOptions options,
OperationResult result,
PageBase page,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> principal) |
static void |
WebMiscUtil.encryptCredentials(PrismObject object,
boolean encrypt,
MidPointApplication app) |
static String |
WebMiscUtil.getName(PrismObject object) |
static boolean |
WebMiscUtil.isActivationEnabled(PrismObject object) |
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
WebModelUtils.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult result,
PageBase page,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> principal) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowManager.approveOrRejectWorkItemWithDetails(String taskId,
PrismObject specific,
boolean decision,
OperationResult result) |
void |
WorkflowManager.completeWorkItemWithDetails(String taskId,
PrismObject specific,
String decision,
OperationResult parentResult) |
void |
ProcessListener.onProcessInstanceEnd(PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> instanceState,
OperationResult result)
This method is called by wf module when a process instance ends.
|
void |
ProcessListener.onProcessInstanceStart(PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> instanceState,
OperationResult result)
This method is called by wf module when a process instance successfully starts.
|
void |
WorkItemListener.onWorkItemCompletion(String workItemName,
String assigneeOid,
PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> instanceState,
String decision)
This method is called by wf module when a work item is completed.
|
void |
WorkItemListener.onWorkItemCreation(String workItemName,
String assigneeOid,
PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> instanceState)
This method is called by wf module when a work item is created.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowManagerImpl.approveOrRejectWorkItemWithDetails(String taskId,
PrismObject specific,
boolean decision,
OperationResult parentResult) |
void |
WorkflowManagerImpl.completeWorkItemWithDetails(String taskId,
PrismObject specific,
String decision,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
void |
WorkItemManager.completeWorkItemWithDetails(String taskId,
PrismObject specific,
String decision,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
PrismObject |
JobCreationInstruction.getTaskObject() |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
JobCreationInstruction.getTaskOwner() |
Modifier and Type | Method and Description |
---|---|
void |
JobCreationInstruction.setRequesterOidInProcess(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> requester) |
void |
JobCreationInstruction.setTaskObject(PrismObject taskObject) |
void |
JobCreationInstruction.setTaskOwner(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> taskOwner) |
Modifier and Type | Method and Description |
---|---|
PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> |
ChangeProcessor.externalizeProcessInstanceState(Map<String,Object> variables)
Externalizes internal state of the process instance.
|
PrismObject<com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> |
BaseExternalizationHelper.externalizeState(Map<String,Object> variables) |
PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.common_forms_3.WorkItemContents> |
ChangeProcessor.externalizeWorkItemContents(org.activiti.engine.task.Task task,
Map<String,Object> processInstanceVariables,
OperationResult result)
Prepares a displayable work item contents.
|
Modifier and Type | Method and Description |
---|---|
PrismObject<com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> |
GcpExternalizationHelper.createNewProcessInstanceState() |
PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.common_forms_3.WorkItemContents> |
GcpExternalizationHelper.createNewWorkItemContents() |
PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> |
GeneralChangeProcessor.externalizeProcessInstanceState(Map<String,Object> variables) |
PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.common_forms_3.WorkItemContents> |
GeneralChangeProcessor.externalizeWorkItemContents(org.activiti.engine.task.Task task,
Map<String,Object> processInstanceVariables,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
void |
GcpExternalizationHelper.fillInQuestionForm(PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.common_forms_3.QuestionFormType> formPrism,
org.activiti.engine.task.Task task,
Map<String,Object> processInstanceVariables,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.common_forms_3.WorkItemContents> |
GcpScenarioBean.externalizeWorkItemContents(org.activiti.engine.task.Task task,
Map<String,Object> processInstanceVariables,
OperationResult result) |
PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.common_forms_3.WorkItemContents> |
BaseGcpScenarioBean.externalizeWorkItemContents(org.activiti.engine.task.Task task,
Map<String,Object> processInstanceVariables,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> |
PrimaryChangeProcessor.externalizeProcessInstanceState(Map<String,Object> variables) |
PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.common_forms_3.WorkItemContents> |
PrimaryChangeProcessor.externalizeWorkItemContents(org.activiti.engine.task.Task task,
Map<String,Object> processInstanceVariables,
OperationResult result) |
PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.common_forms_3.WorkItemContents> |
PcpExternalizationHelper.externalizeWorkItemContents(org.activiti.engine.task.Task task,
Map<String,Object> processInstanceVariables,
OperationResult result) |
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
PcpRepoAccessHelper.getObjectAfter(Map<String,Object> variables,
ObjectDeltaType deltaType,
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> objectBefore,
PrismContext prismContext,
OperationResult result) |
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
PcpRepoAccessHelper.getObjectBefore(Map<String,Object> variables,
PrismContext prismContext,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
PcpRepoAccessHelper.getObjectAfter(Map<String,Object> variables,
ObjectDeltaType deltaType,
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> objectBefore,
PrismContext prismContext,
OperationResult result) |
void |
PcpChildJobCreationInstruction.prepareCommonAttributes(PrimaryChangeAspect aspect,
ModelContext<?> modelContext,
String objectOid,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> requester) |
Modifier and Type | Method and Description |
---|---|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
PrimaryChangeAspectHelper.getRequester(Task task,
OperationResult result) |
PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.common_forms_3.QuestionFormType> |
PrimaryChangeAspect.prepareQuestionForm(org.activiti.engine.task.Task task,
Map<String,Object> variables,
OperationResult result)
Returns a PrismObject containing information about a work item to be processed by the user.
|
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
PrimaryChangeAspect.prepareRelatedObject(org.activiti.engine.task.Task task,
Map<String,Object> variables,
OperationResult result)
Returns a object related to the work item at hand.
|
Modifier and Type | Method and Description |
---|---|
void |
PrimaryChangeAspectHelper.resolveRolesAndOrgUnits(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.common_forms_3.QuestionFormType> |
ChangePasswordAspect.prepareQuestionForm(org.activiti.engine.task.Task task,
Map<String,Object> variables,
OperationResult result) |
PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.common_forms_3.QuestionFormType> |
AddRoleAssignmentAspect.prepareQuestionForm(org.activiti.engine.task.Task task,
Map<String,Object> variables,
OperationResult result) |
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ChangePasswordAspect.prepareRelatedObject(org.activiti.engine.task.Task task,
Map<String,Object> variables,
OperationResult result) |
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AddRoleAssignmentAspect.prepareRelatedObject(org.activiti.engine.task.Task task,
Map<String,Object> variables,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MiscDataUtil.getObjectAfter(Map<String,Object> variables,
ObjectDeltaType deltaType,
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> objectBefore,
PrismContext prismContext,
OperationResult result) |
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MiscDataUtil.getObjectBefore(Map<String,Object> variables,
PrismContext prismContext,
OperationResult result) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
MiscDataUtil.getRequester(Map<String,Object> variables,
OperationResult result) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
MiscDataUtil.getUserByOid(String oid,
OperationResult result) |
PrismObject |
MiscDataUtil.resolveObjectReferenceType(com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectReferenceType ref,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MiscDataUtil.getObjectAfter(Map<String,Object> variables,
ObjectDeltaType deltaType,
PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> objectBefore,
PrismContext prismContext,
OperationResult result) |
void |
MiscDataUtil.resolveAssignmentTargetReferences(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> object,
OperationResult result) |
static String |
MiscDataUtil.serializeObjectToXml(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> object) |
static String |
MiscDataUtil.serializeObjectToXml(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> object,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismObject |
ObjectType.asPrismObject() |
Copyright © 2015 evolveum. All rights reserved.