Modifier and Type | Method and Description |
---|---|
void |
AuditService.cleanupAudit(com.evolveum.midpoint.xml.ns._public.common.common_3.CleanupPolicyType policy,
OperationResult parentResult)
Clean up audit records that are older than specified.
|
Modifier and Type | Method and Description |
---|---|
void |
LoggerAuditServiceImpl.cleanupAudit(com.evolveum.midpoint.xml.ns._public.common.common_3.CleanupPolicyType policy,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
static void |
LoggingConfigurationManager.configure(com.evolveum.midpoint.xml.ns._public.common.common_3.LoggingConfigurationType config,
String version,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
static void |
CryptoUtil.securitySelfTest(OperationResult parentTestResult) |
Modifier and Type | Method and Description |
---|---|
static OperationResult |
PasswordPolicyUtils.validatePassword(String password,
com.evolveum.midpoint.xml.ns._public.common.common_3.ValuePolicyType pp)
Check provided password against provided policy
|
Modifier and Type | Method and Description |
---|---|
static String |
ValuePolicyGenerator.generate(com.evolveum.midpoint.xml.ns._public.common.common_3.StringPolicyType policy,
int defaultLength,
boolean generateMinimalSize,
OperationResult inputResult) |
static String |
ValuePolicyGenerator.generate(com.evolveum.midpoint.xml.ns._public.common.common_3.StringPolicyType policy,
int defaultLength,
OperationResult inputResult) |
static boolean |
PasswordPolicyUtils.validatePassword(String password,
List<com.evolveum.midpoint.xml.ns._public.common.common_3.ValuePolicyType> policies,
OperationResult result)
Check provided password against provided policy
|
static boolean |
PasswordPolicyUtils.validatePassword(String password,
com.evolveum.midpoint.xml.ns._public.common.common_3.ValuePolicyType pp,
OperationResult result)
Check provided password against provided policy
|
Modifier and Type | Method and Description |
---|---|
void |
EventHandler.handleGlobalError(OperationResult currentResult)
Call-back to handle global errors.
|
<T extends Objectable> |
EventHandler.postMarshall(PrismObject<T> object,
Element objectElement,
OperationResult objectResult)
Call-back called after the object is unmarshalled.
|
EventResult |
EventHandler.preMarshall(Element objectElement,
Node postValidationTree,
OperationResult objectResult)
Call-back called after deserializing to DOM and static schema validation but before unmarshall to JAXB.
|
void |
Validator.validate(InputStream inputStream,
OperationResult validatorResult,
String objectResultOperationName) |
EventResult |
Validator.validateObject(Element objectElement,
OperationResult objectResult) |
void |
Validator.validateObject(Objectable object,
OperationResult objectResult) |
EventResult |
Validator.validateObject(String stringXml,
OperationResult objectResult) |
Node |
Validator.validateSchema(Element objectDoc,
OperationResult objectResult) |
Modifier and Type | Method and Description |
---|---|
void |
AuditServiceProxy.cleanupAudit(com.evolveum.midpoint.xml.ns._public.common.common_3.CleanupPolicyType policy,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
OperationResult |
ProgressInformation.getOperationResult() |
OperationResult |
ModelDiagnosticService.provisioningSelfTest(Task task)
Runs a short, non-destructive internal provisioning test.
|
OperationResult |
ModelDiagnosticService.repositorySelfTest(Task task)
Runs a short, non-destructive repository self test.
|
OperationResult |
ModelDiagnosticService.repositoryTestOrgClosureConsistency(Task task,
boolean repairIfNecessary)
Checks a org closure table for consistency, repairing any problems found.
|
OperationResult |
ModelService.testResource(String resourceOid,
Task task)
Test the resource connection and basic resource connector functionality.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowService.approveOrRejectWorkItem(String workItemId,
boolean decision,
OperationResult parentResult)
Approves or rejects a work item (without supplying any further information).
|
void |
WorkflowService.approveOrRejectWorkItemWithDetails(String workItemId,
PrismObject specific,
boolean decision,
OperationResult result) |
void |
WorkflowService.claimWorkItem(String workItemId,
OperationResult parentResult) |
void |
WorkflowService.completeWorkItemWithDetails(String workItemId,
PrismObject specific,
String decision,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelService.countObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult)
Count objects.
|
int |
WorkflowService.countProcessInstancesRelatedToUser(String userOid,
boolean requestedBy,
boolean requestedFor,
boolean finished,
OperationResult parentResult) |
int |
WorkflowService.countWorkItemsRelatedToUser(String userOid,
boolean assigned,
OperationResult parentResult)
Counts Work Items related to a user.
|
boolean |
TaskService.deactivateServiceThreads(long timeToWait,
OperationResult parentResult)
Deactivates service threads (temporarily).
|
void |
WorkflowService.deleteProcessInstance(String instanceId,
OperationResult parentResult) |
Set<com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorType> |
ModelService.discoverConnectors(com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorHostType hostType,
Task task,
OperationResult parentResult)
Discovers local or remote connectors.
|
ScriptExecutionResult |
ScriptingService.evaluateExpression(com.evolveum.midpoint.xml.ns._public.model.scripting_3.ScriptingExpressionType expression,
Task task,
OperationResult result)
Synchronously executes any scripting expression (with no input data).
|
void |
ScriptingService.evaluateExpressionInBackground(QName objectType,
ObjectFilter filter,
String actionName,
Task task,
OperationResult parentResult)
Asynchronously executes simple scripting expressions, consisting of one search command and one action.
|
void |
ScriptingService.evaluateExpressionInBackground(com.evolveum.midpoint.xml.ns._public.model.scripting_3.ScriptingExpressionType expression,
Task task,
OperationResult parentResult)
Asynchronously executes any scripting expression.
|
Collection<ObjectDeltaOperation<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> |
ModelService.executeChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
Collection<ProgressListener> listeners,
OperationResult parentResult) |
Collection<ObjectDeltaOperation<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> |
ModelService.executeChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult parentResult)
Execute the provided object deltas.
|
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).
|
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
ModelInteractionService.getAssignableRoleSpecification(PrismObject<F> focus,
OperationResult parentResult)
Returns an object that defines which roles can be assigned by the currently logged-in user.
|
com.evolveum.midpoint.xml.ns._public.common.common_3.CredentialsPolicyType |
ModelInteractionService.getCredentialsPolicy(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user,
OperationResult parentResult)
Returns a credential policy that applies to the specified user.
|
<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,
OperationResult result)
Returns a schema that reflects editability of the object in terms of midPoint schema limitations and security.
|
<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.
|
com.evolveum.midpoint.xml.ns._public.common.common_3.WfProcessInstanceType |
WorkflowService.getProcessInstanceById(String instanceId,
boolean historic,
boolean getWorkItems,
OperationResult parentResult)
Returns information about a process instance.
|
com.evolveum.midpoint.xml.ns._public.common.common_3.WfProcessInstanceType |
WorkflowService.getProcessInstanceByWorkItemId(String workItemId,
OperationResult parentResult) |
ProvisioningDiag |
ModelDiagnosticService.getProvisioningDiag(Task task,
OperationResult parentResult)
Provide provisioning run-time configuration and diagnostic information.
|
RepositoryDiag |
ModelDiagnosticService.getRepositoryDiag(Task task,
OperationResult parentResult)
Provide repository run-time configuration and diagnostic information.
|
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.
|
com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemType |
WorkflowService.getWorkItemDetailsById(String workItemId,
OperationResult parentResult)
Provides detailed information about a given work item (may be inefficient, so use with care).
|
void |
ModelService.importFromResource(String resourceOid,
QName objectClass,
Task task,
OperationResult parentResult)
Import accounts from resource.
|
void |
ModelService.importFromResource(String shadowOid,
Task task,
OperationResult parentResult)
Import single account from resource.
|
void |
ModelService.importObjectsFromFile(File input,
com.evolveum.midpoint.xml.ns._public.common.api_types_3.ImportOptionsType options,
Task task,
OperationResult parentResult)
Import objects from file.
|
void |
ModelService.importObjectsFromStream(InputStream input,
com.evolveum.midpoint.xml.ns._public.common.api_types_3.ImportOptionsType options,
Task task,
OperationResult parentResult)
Import objects from stream.
|
List<com.evolveum.midpoint.xml.ns._public.common.common_3.WfProcessInstanceType> |
WorkflowService.listProcessInstancesRelatedToUser(String userOid,
boolean requestedBy,
boolean requestedFor,
boolean finished,
int first,
int count,
OperationResult parentResult) |
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.
|
List<com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemType> |
WorkflowService.listWorkItemsRelatedToUser(String userOid,
boolean assigned,
int first,
int count,
OperationResult parentResult)
Lists work items related to a user.
|
void |
ModelService.postInit(OperationResult parentResult)
Finish initialization of the model and lower system components
(provisioning, repository, etc).
|
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelInteractionService.previewChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult result)
Computes the most likely changes triggered by the provided delta.
|
void |
TaskService.reactivateServiceThreads(OperationResult parentResult)
Re-activates the service threads after they have been deactivated.
|
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelService.recompute(Class<F> type,
String oid,
Task task,
OperationResult parentResult)
Recomputes focal object with the specified OID.
|
void |
WorkflowService.releaseWorkItem(String workItemId,
OperationResult parentResult) |
void |
TaskService.resumeTasks(Collection<String> taskOids,
OperationResult parentResult)
Resume suspended tasks.
|
void |
TaskService.scheduleTasksNow(Collection<String> taskOids,
OperationResult parentResult)
Schedules a RUNNABLE/CLOSED tasks to be run immediately.
|
<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.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelService.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult)
Search for objects in iterative fashion (using callback).
|
void |
ProgressInformation.setOperationResult(OperationResult operationResult) |
void |
TaskService.startSchedulers(Collection<String> nodeIdentifiers,
OperationResult result)
Starts the scheduler on a given nodes.
|
void |
WorkflowService.stopProcessInstance(String instanceId,
String username,
OperationResult parentResult) |
void |
TaskService.stopSchedulers(Collection<String> nodeIdentifiers,
OperationResult parentResult)
Stops the schedulers on a given nodes.
|
boolean |
TaskService.stopSchedulersAndTasks(Collection<String> nodeIdentifiers,
long waitTime,
OperationResult parentResult)
Stops a set of schedulers (on their nodes) and tasks that are executing on these nodes.
|
void |
TaskService.suspendAndDeleteTasks(Collection<String> taskOids,
long waitForStop,
boolean alsoSubtasks,
OperationResult parentResult)
Suspends tasks and deletes them.
|
boolean |
TaskService.suspendTasks(Collection<String> taskOids,
long waitForStop,
OperationResult parentResult)
Suspends a set of tasks.
|
void |
TaskService.synchronizeTasks(OperationResult parentResult)
Synchronizes information in midPoint repository and task scheduling database.
|
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelInteractionService.unwrapModelContext(com.evolveum.midpoint.xml.ns._public.model.model_context_3.LensContextType wrappedContext,
OperationResult result) |
Constructor and Description |
---|
ProgressInformation(ProgressInformation.ActivityType activityType,
OperationResult operationResult) |
ProgressInformation(ProgressInformation.ActivityType activityType,
ResourceShadowDiscriminator resourceShadowDiscriminator,
OperationResult operationResult) |
Modifier and Type | Method and Description |
---|---|
DeltaSetTriple<EvaluatedConstruction> |
EvaluatedAssignment.getEvaluatedConstructions(OperationResult result) |
Modifier and Type | Method and Description |
---|---|
OperationResult |
MidpointFunctions.testResource(String resourceOid)
Test the resource connection and basic resource connector functionality.
|
Modifier and Type | Method and Description |
---|---|
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ChangeHook.invoke(ModelContext<O> context,
Task task,
OperationResult result)
Generic method to be implemented by the hook.
|
<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
|
void |
ChangeHook.invokeOnException(ModelContext context,
Throwable throwable,
Task task,
OperationResult result)
This method is invoked by the clockwork when an exception occurs.
|
Modifier and Type | Method and Description |
---|---|
OperationResult |
ExpressionEvaluationContext.getResult() |
Modifier and Type | Method and Description |
---|---|
<V extends PrismValue,D extends ItemDefinition> |
ExpressionEvaluatorFactory.createEvaluator(Collection<JAXBElement<?>> evaluatorElements,
D outputDefinition,
String contextDescription,
OperationResult result) |
static PrismPropertyValue<Boolean> |
ExpressionUtil.evaluateCondition(ExpressionVariables variables,
com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType expressionType,
ExpressionFactory expressionFactory,
String shortDesc,
Task task,
OperationResult parentResult) |
static <V extends PrismValue,D extends ItemDefinition> |
ExpressionUtil.evaluateExpression(ExpressionVariables variables,
D outputDefinition,
com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType expressionType,
ExpressionFactory expressionFactory,
String shortDesc,
Task task,
OperationResult parentResult) |
static ObjectFilter |
ExpressionUtil.evaluateFilterExpressions(ObjectFilter origFilter,
ExpressionVariables variables,
ExpressionFactory expressionFactory,
PrismContext prismContext,
String shortDesc,
Task task,
OperationResult result) |
static ObjectQuery |
ExpressionUtil.evaluateQueryExpressions(ObjectQuery origQuery,
ExpressionVariables variables,
ExpressionFactory expressionFactory,
PrismContext prismContext,
String shortDesc,
Task task,
OperationResult result) |
<V extends PrismValue,D extends ItemDefinition> |
ExpressionFactory.makeExpression(com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType expressionType,
D outputDefinition,
String shortDesc,
OperationResult result) |
void |
Expression.parse(ExpressionFactory factory,
String contextDescription,
OperationResult result) |
static Object |
ExpressionUtil.resolvePath(ItemPath path,
ExpressionVariables variables,
Object defaultContext,
ObjectResolver objectResolver,
String shortDesc,
OperationResult result) |
void |
ExpressionEvaluationContext.setResult(OperationResult result) |
static <IV extends PrismValue,ID extends ItemDefinition> |
ExpressionUtil.toItemDeltaItem(Object object,
ObjectResolver objectResolver,
String string,
OperationResult result) |
Constructor and Description |
---|
ExpressionEvaluationContext(Collection<Source<?,?>> sources,
ExpressionVariables variables,
String contextDescription,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
<V extends PrismValue,D extends ItemDefinition> |
GenerateExpressionEvaluatorFactory.createEvaluator(Collection<JAXBElement<?>> evaluatorElements,
D outputDefinition,
String contextDescription,
OperationResult result) |
<V extends PrismValue,D extends ItemDefinition> |
PathExpressionEvaluatorFactory.createEvaluator(Collection<JAXBElement<?>> evaluatorElements,
D outputDefinition,
String contextDescription,
OperationResult result) |
<V extends PrismValue,D extends ItemDefinition> |
LiteralExpressionEvaluatorFactory.createEvaluator(Collection<JAXBElement<?>> evaluatorElements,
D outputDefinition,
String contextDescription,
OperationResult result) |
<V extends PrismValue,D extends ItemDefinition> |
AsIsExpressionEvaluatorFactory.createEvaluator(Collection<JAXBElement<?>> evaluatorElements,
D outputDefinition,
String contextDescription,
OperationResult result) |
<V extends PrismValue,D extends ItemDefinition> |
AssociationFromLinkExpressionEvaluatorFactory.createEvaluator(Collection<JAXBElement<?>> evaluatorElements,
D outputDefinition,
String contextDescription,
OperationResult result) |
<V extends PrismValue,D extends ItemDefinition> |
AssignmentTargetSearchExpressionEvaluatorFactory.createEvaluator(Collection<JAXBElement<?>> evaluatorElements,
D outputDefinition,
String contextDescription,
OperationResult result) |
<V extends PrismValue,D extends ItemDefinition> |
AssociationTargetSearchExpressionEvaluatorFactory.createEvaluator(Collection<JAXBElement<?>> evaluatorElements,
D outputDefinition,
String contextDescription,
OperationResult result) |
protected abstract List<V> |
AbstractValueTransformationExpressionEvaluator.transformSingleValue(ExpressionVariables variables,
PlusMinusZero valueDestination,
boolean useNew,
ExpressionEvaluationContext params,
String contextDescription,
Task task,
OperationResult result) |
protected List<V> |
AbstractSearchExpressionEvaluator.transformSingleValue(ExpressionVariables variables,
PlusMinusZero valueDestination,
boolean useNew,
ExpressionEvaluationContext params,
String contextDescription,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
OperationResult |
ScriptExpressionEvaluationContext.getResult() |
Modifier and Type | Method and Description |
---|---|
<V extends PrismValue,D extends ItemDefinition> |
ScriptExpressionEvaluatorFactory.createEvaluator(Collection<JAXBElement<?>> evaluatorElements,
D outputDefinition,
String contextDescription,
OperationResult result) |
<T> List<PrismPropertyValue<T>> |
ScriptExpression.evaluate(ExpressionVariables variables,
com.evolveum.midpoint.xml.ns._public.common.common_3.ScriptExpressionReturnTypeType suggestedReturnType,
boolean useNew,
String contextDescription,
OperationResult result) |
<T,V extends PrismValue> |
ScriptEvaluator.evaluate(com.evolveum.midpoint.xml.ns._public.common.common_3.ScriptExpressionEvaluatorType expressionType,
ExpressionVariables variables,
ItemDefinition outputDefinition,
com.evolveum.midpoint.xml.ns._public.common.common_3.ScriptExpressionReturnTypeType suggestedReturnType,
ObjectResolver objectResolver,
Collection<FunctionLibrary> functions,
String contextDescription,
OperationResult result) |
protected List<V> |
ScriptExpressionEvaluator.transformSingleValue(ExpressionVariables variables,
PlusMinusZero valueDestination,
boolean useNew,
ExpressionEvaluationContext params,
String contextDescription,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
<T,V extends PrismValue> |
Jsr223ScriptEvaluator.evaluate(com.evolveum.midpoint.xml.ns._public.common.common_3.ScriptExpressionEvaluatorType expressionType,
ExpressionVariables variables,
ItemDefinition outputDefinition,
com.evolveum.midpoint.xml.ns._public.common.common_3.ScriptExpressionReturnTypeType suggestedReturnType,
ObjectResolver objectResolver,
Collection<FunctionLibrary> functions,
String contextDescription,
OperationResult result) |
<T> Object |
Jsr223ScriptEvaluator.evaluateReportScript(String codeString,
ExpressionVariables variables,
ObjectResolver objectResolver,
Collection<FunctionLibrary> functions,
String contextDescription,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
<T,V extends PrismValue> |
XPathScriptEvaluator.evaluate(com.evolveum.midpoint.xml.ns._public.common.common_3.ScriptExpressionEvaluatorType expressionType,
ExpressionVariables variables,
ItemDefinition outputDefinition,
com.evolveum.midpoint.xml.ns._public.common.common_3.ScriptExpressionReturnTypeType suggestedReturnType,
ObjectResolver objectResolver,
Collection<FunctionLibrary> functions,
String contextDescription,
OperationResult result) |
Constructor and Description |
---|
LazyXPathVariableResolver(ExpressionVariables variables,
ObjectResolver objectResolver,
String contextDescription,
PrismContext prismContext,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
void |
Mapping.evaluate(Task task,
OperationResult parentResult) |
Boolean |
Mapping.evaluateTimeConstraintValid(OperationResult result) |
Modifier and Type | Method and Description |
---|---|
OperationResult |
ModelCrudService.testResource(String resourceOid,
Task task) |
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.
|
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelObjectResolver.countObjects(Class<O> type,
ObjectQuery query,
OperationResult parentResult) |
boolean |
ModelRestService.deactivateServiceThreads(long timeToWait,
OperationResult parentResult) |
boolean |
ModelCrudService.deactivateServiceThreads(long timeToWait,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelCrudService.deleteObject(Class<T> clazz,
String oid,
ModelExecuteOptions options,
Task task,
OperationResult parentResult)
Deletes object with specified OID.
|
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> |
ModelObjectResolver.getObject(Class<T> clazz,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult result) |
<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) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelObjectResolver.getObjectSimple(Class<T> clazz,
String oid,
GetOperationOptions options,
Task task,
OperationResult result) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.TaskType> |
ModelCrudService.getTaskByIdentifier(String identifier,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult) |
void |
ModelCrudService.importFromResource(String resourceOid,
QName objectClass,
Task task,
OperationResult parentResult) |
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.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
ModelExecuteOptions options,
Task task,
OperationResult parentResult)
Modifies object using relative change description.
|
void |
ModelCrudService.notifyChange(com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceObjectShadowChangeDescriptionType changeDescription,
OperationResult parentResult,
Task task) |
void |
ModelRestService.reactivateServiceThreads(OperationResult parentResult) |
void |
ModelCrudService.reactivateServiceThreads(OperationResult parentResult) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelObjectResolver.resolve(com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectReferenceType ref,
Class<O> expectedType,
Collection<SelectorOptions<GetOperationOptions>> options,
String contextDescription,
OperationResult result) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelObjectResolver.resolve(PrismReferenceValue refVal,
String string,
GetOperationOptions options,
Task task,
OperationResult result) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelObjectResolver.resolve(PrismReferenceValue refVal,
String string,
Task task,
OperationResult result) |
void |
ModelCrudService.resumeTasks(Collection<String> taskOids,
OperationResult parentResult) |
void |
ModelCrudService.scheduleTasksNow(Collection<String> taskOids,
OperationResult parentResult) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelObjectResolver.searchIterative(Class<O> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
ResultHandler<O> handler,
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) |
void |
ModelRestService.startSchedulers(Collection<String> nodeIdentifiers,
OperationResult parentResult) |
void |
ModelCrudService.startSchedulers(Collection<String> nodeIdentifiers,
OperationResult parentResult) |
void |
ModelRestService.stopSchedulers(Collection<String> nodeIdentifiers,
OperationResult parentResult) |
void |
ModelCrudService.stopSchedulers(Collection<String> nodeIdentifiers,
OperationResult parentResult) |
boolean |
ModelRestService.stopSchedulersAndTasks(Collection<String> nodeIdentifiers,
long waitTime,
OperationResult parentResult) |
boolean |
ModelCrudService.stopSchedulersAndTasks(Collection<String> nodeIdentifiers,
long waitTime,
OperationResult parentResult) |
void |
ModelCrudService.suspendAndDeleteTasks(Collection<String> taskOids,
long waitForStop,
boolean alsoSubtasks,
OperationResult parentResult) |
boolean |
ModelCrudService.suspendTasks(Collection<String> taskOids,
long waitForStop,
OperationResult parentResult) |
void |
ModelRestService.synchronizeTasks(OperationResult parentResult) |
void |
ModelCrudService.synchronizeTasks(OperationResult parentResult) |
void |
ModelWebService.throwFault(Exception ex,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
OperationResult |
ModelDiagController.provisioningSelfTest(Task task) |
OperationResult |
ModelDiagController.repositorySelfTest(Task task) |
OperationResult |
ModelDiagController.repositoryTestOrgClosureConsistency(Task task,
boolean repairIfNecessary) |
OperationResult |
ModelController.testResource(String resourceOid,
Task task) |
Modifier and Type | Method and Description |
---|---|
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelController.applySchemasAndSecurity(PrismObject<O> object,
GetOperationOptions rootOptions,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase,
Task task,
OperationResult parentResult)
Validate the objects, apply security to the object definition, remove any non-visible properties (security),
apply object template definitions and so on.
|
void |
ModelController.approveOrRejectWorkItem(String workItemId,
boolean decision,
OperationResult parentResult) |
void |
ModelController.approveOrRejectWorkItemWithDetails(String workItemId,
PrismObject specific,
boolean decision,
OperationResult result) |
void |
ModelController.claimWorkItem(String workItemId,
OperationResult parentResult) |
void |
ModelController.completeWorkItemWithDetails(String workItemId,
PrismObject specific,
String decision,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelController.countObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
int |
ModelController.countProcessInstancesRelatedToUser(String userOid,
boolean requestedBy,
boolean requestedFor,
boolean finished,
OperationResult parentResult) |
int |
ModelController.countWorkItemsRelatedToUser(String userOid,
boolean assigned,
OperationResult parentResult) |
boolean |
ModelController.deactivateServiceThreads(long timeToWait,
OperationResult parentResult) |
void |
ModelController.deleteProcessInstance(String instanceId,
OperationResult parentResult) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelController.determineObjectTemplate(Class<O> objectType,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase,
OperationResult result) |
Set<com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorType> |
ModelController.discoverConnectors(com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorHostType hostType,
Task task,
OperationResult parentResult) |
ScriptExecutionResult |
ModelController.evaluateExpression(com.evolveum.midpoint.xml.ns._public.model.scripting_3.ScriptingExpressionType expression,
Task task,
OperationResult result) |
void |
ModelController.evaluateExpressionInBackground(QName objectType,
ObjectFilter filter,
String actionName,
Task task,
OperationResult parentResult) |
void |
ModelController.evaluateExpressionInBackground(com.evolveum.midpoint.xml.ns._public.model.scripting_3.ScriptingExpressionType expression,
Task task,
OperationResult parentResult) |
Collection<ObjectDeltaOperation<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> |
ModelController.executeChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
Collection<ProgressListener> statusListeners,
OperationResult parentResult) |
Collection<ObjectDeltaOperation<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> |
ModelController.executeChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult parentResult) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
ModelController.findShadowOwner(String accountOid,
Task task,
OperationResult parentResult) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
ModelController.getAssignableRoleSpecification(PrismObject<F> focus,
OperationResult parentResult) |
com.evolveum.midpoint.xml.ns._public.common.common_3.CredentialsPolicyType |
ModelController.getCredentialsPolicy(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user,
OperationResult parentResult) |
<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,
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) |
com.evolveum.midpoint.xml.ns._public.common.common_3.WfProcessInstanceType |
ModelController.getProcessInstanceById(String instanceId,
boolean historic,
boolean getWorkItems,
OperationResult parentResult) |
com.evolveum.midpoint.xml.ns._public.common.common_3.WfProcessInstanceType |
ModelController.getProcessInstanceByWorkItemId(String workItemId,
OperationResult parentResult) |
ProvisioningDiag |
ModelDiagController.getProvisioningDiag(Task task,
OperationResult parentResult) |
RepositoryDiag |
ModelDiagController.getRepositoryDiag(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) |
com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemType |
ModelController.getWorkItemDetailsById(String workItemId,
OperationResult parentResult) |
void |
ModelController.importFromResource(String resourceOid,
QName objectClass,
Task task,
OperationResult parentResult) |
void |
ModelController.importFromResource(String shadowOid,
Task task,
OperationResult parentResult) |
void |
ModelController.importObjectsFromFile(File input,
com.evolveum.midpoint.xml.ns._public.common.api_types_3.ImportOptionsType options,
Task task,
OperationResult parentResult) |
void |
ModelController.importObjectsFromStream(InputStream input,
com.evolveum.midpoint.xml.ns._public.common.api_types_3.ImportOptionsType options,
Task task,
OperationResult parentResult) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
SystemConfigurationHandler.invoke(ModelContext<O> context,
Task task,
OperationResult parentResult) |
void |
SystemConfigurationHandler.invokeOnException(ModelContext context,
Throwable throwable,
Task task,
OperationResult result) |
List<com.evolveum.midpoint.xml.ns._public.common.common_3.WfProcessInstanceType> |
ModelController.listProcessInstancesRelatedToUser(String userOid,
boolean requestedBy,
boolean requestedFor,
boolean finished,
int first,
int count,
OperationResult parentResult) |
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) |
List<com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemType> |
ModelController.listWorkItemsRelatedToUser(String userOid,
boolean assigned,
int first,
int count,
OperationResult parentResult) |
void |
ModelController.postInit(OperationResult parentResult) |
void |
SystemConfigurationHandler.postInit(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType> systemConfiguration,
OperationResult parentResult) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelController.previewChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult parentResult) |
void |
ModelController.reactivateServiceThreads(OperationResult parentResult) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelController.recompute(Class<F> type,
String oid,
Task task,
OperationResult parentResult) |
static void |
ModelUtils.recordFatalError(OperationResult result,
String message,
Throwable e) |
static void |
ModelUtils.recordFatalError(OperationResult result,
Throwable e) |
static void |
ModelUtils.recordPartialError(OperationResult result,
String message,
Throwable e) |
static void |
ModelUtils.recordPartialError(OperationResult result,
Throwable e) |
void |
ModelController.releaseWorkItem(String workItemId,
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) |
void |
ModelController.resumeTasks(Collection<String> taskOids,
OperationResult parentResult) |
void |
ModelController.scheduleTasksNow(Collection<String> taskOids,
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) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelController.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
void |
ModelController.startSchedulers(Collection<String> nodeIdentifiers,
OperationResult parentResult) |
void |
ModelController.stopProcessInstance(String instanceId,
String username,
OperationResult parentResult) |
void |
ModelController.stopSchedulers(Collection<String> nodeIdentifiers,
OperationResult parentResult) |
boolean |
ModelController.stopSchedulersAndTasks(Collection<String> nodeIdentifiers,
long waitTime,
OperationResult parentResult) |
void |
ModelController.suspendAndDeleteTasks(Collection<String> taskOids,
long waitForStop,
boolean alsoSubtasks,
OperationResult parentResult) |
boolean |
ModelController.suspendTasks(Collection<String> taskOids,
long waitForStop,
OperationResult parentResult) |
void |
ModelController.synchronizeTasks(OperationResult parentResult) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelController.unwrapModelContext(com.evolveum.midpoint.xml.ns._public.model.model_context_3.LensContextType wrappedContext,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
static OperationResult |
ModelExpressionThreadLocalHolder.getCurrentResult() |
OperationResult |
MidpointFunctionsImpl.testResource(String resourceOid) |
Modifier and Type | Method and Description |
---|---|
boolean |
ExpressionHandler.evaluateConfirmationExpression(com.evolveum.midpoint.xml.ns._public.common.common_3.UserType user,
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType shadow,
com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType expressionType,
Task task,
OperationResult result) |
String |
ExpressionHandler.evaluateExpression(com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType shadow,
com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType expressionType,
String shortDesc,
Task task,
OperationResult result) |
static void |
ModelExpressionThreadLocalHolder.pushCurrentResult(OperationResult result) |
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType |
ExpressionHandler.resolveRef(com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectReferenceType ref,
String contextDescription,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
protected SynchronizeAccountResultHandler |
ImportAccountsFromResourceTaskHandler.createHandler(TaskRunResult runResult,
Task coordinatorTask,
OperationResult opResult) |
protected ObjectQuery |
ImportAccountsFromResourceTaskHandler.createQuery(SynchronizeAccountResultHandler handler,
TaskRunResult runResult,
Task task,
OperationResult opResult) |
void |
ObjectImporter.importObjects(InputStream input,
com.evolveum.midpoint.xml.ns._public.common.api_types_3.ImportOptionsType options,
Task task,
OperationResult parentResult) |
boolean |
ImportAccountsFromResourceTaskHandler.importSingleShadow(String shadowOid,
Task task,
OperationResult parentResult)
Imports a single shadow.
|
protected boolean |
ImportAccountsFromResourceTaskHandler.initializeRun(SynchronizeAccountResultHandler handler,
TaskRunResult runResult,
Task task,
OperationResult opResult) |
void |
ImportObjectsFromFileTaskHandler.launch(File input,
Task task,
OperationResult parentResult)
Launch an import.
|
void |
ImportAccountsFromResourceTaskHandler.launch(com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
QName objectclass,
Task task,
OperationResult parentResult)
Launch an import.
|
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 |
---|---|
static <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
LensUtil.checkContextSanity(LensContext<F> context,
String activityDescription,
OperationResult result) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
Clockwork.click(LensContext<F> context,
Task task,
OperationResult result) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ContextFactory.createContext(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult result) |
static <V extends PrismValue,D extends ItemDefinition,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,D extends ItemDefinition,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) |
EvaluatedAssignmentImpl<F> |
AssignmentEvaluator.evaluate(ItemDeltaItem<PrismContainerValue<com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentType>,PrismContainerDefinition<com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentType>> assignmentIdi,
boolean evaluateOld,
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType source,
String sourceDescription,
Task task,
OperationResult result) |
void |
Construction.evaluate(Task task,
OperationResult result) |
void |
EvaluatedAssignmentImpl.evaluateConstructions(ObjectDeltaObject<F> focusOdo,
Task task,
OperationResult result) |
static <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
LensUtil.evaluateIterationCondition(LensContext<F> context,
LensElementContext<?> accountContext,
com.evolveum.midpoint.xml.ns._public.common.common_3.IterationSpecificationType iterationType,
int iteration,
String iterationToken,
boolean beforeIteration,
ExpressionFactory expressionFactory,
ExpressionVariables variables,
Task task,
OperationResult result) |
static <V extends PrismValue,D extends ItemDefinition,F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
LensUtil.evaluateMapping(Mapping<V,D> mapping,
LensContext<F> lensContext,
Task task,
OperationResult parentResult) |
PrismValueDeltaSetTriple<PrismPropertyValue<Boolean>> |
AssignmentEvaluator.evaluateMappingAsCondition(com.evolveum.midpoint.xml.ns._public.common.common_3.MappingType conditionType,
com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentType sourceAssignment,
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType source,
AssignmentPathVariables assignmentPathVariables,
Task task,
OperationResult result) |
static <V extends PrismValue,F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
LensUtil.evaluateScript(ScriptExpression scriptExpression,
LensContext<F> lensContext,
ExpressionVariables variables,
String shortDesc,
Task task,
OperationResult parentResult) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ChangeExecutor.executeChanges(LensContext<O> syncContext,
Task task,
OperationResult parentResult) |
protected void |
LensElementContext.fixProvisioningTypeInDelta(ObjectDelta<O> delta,
Objectable object,
OperationResult result) |
protected void |
LensContext.fixProvisioningTypeInDelta(ObjectDelta delta,
OperationResult result) |
static <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
LensUtil.formatIterationToken(LensContext<F> context,
LensElementContext<?> accountContext,
com.evolveum.midpoint.xml.ns._public.common.common_3.IterationSpecificationType iterationType,
int iteration,
ExpressionFactory expressionFactory,
ExpressionVariables variables,
Task task,
OperationResult result) |
static LensContext |
LensContext.fromLensContextType(com.evolveum.midpoint.xml.ns._public.model.model_context_3.LensContextType lensContextType,
PrismContext prismContext,
ProvisioningService provisioningService,
OperationResult parentResult) |
static LensFocusContext |
LensFocusContext.fromLensFocusContextType(com.evolveum.midpoint.xml.ns._public.model.model_context_3.LensFocusContextType focusContextType,
LensContext lensContext,
OperationResult result) |
static LensProjectionContext |
LensProjectionContext.fromLensProjectionContextType(com.evolveum.midpoint.xml.ns._public.model.model_context_3.LensProjectionContextType projectionContextType,
LensContext lensContext,
OperationResult result) |
DeltaSetTriple<EvaluatedConstruction> |
EvaluatedAssignmentImpl.getEvaluatedConstructions(OperationResult result)
Construction is not a part of model-api.
|
static <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
LensUtil.getOrCreateProjectionContext(LensContext<F> context,
String resourceOid,
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowKindType kind,
String intent,
ProvisioningService provisioningService,
PrismContext prismContext,
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) |
static <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
LensUtil.getProjectionContext(LensContext<F> context,
String resourceOid,
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowKindType kind,
String intent,
ProvisioningService provisioningService,
PrismContext prismContext,
OperationResult result) |
static <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
LensUtil.getResource(LensContext<F> context,
String resourceOid,
ProvisioningService provisioningService,
OperationResult result) |
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType |
Construction.getResource(OperationResult result) |
Collection<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> |
EvaluatedAssignmentImpl.getResources(OperationResult result) |
static PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType> |
LensUtil.getSystemConfiguration(LensContext context,
RepositoryService repositoryService,
OperationResult result) |
static <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
LensUtil.loadFullAccount(LensContext<F> context,
LensProjectionContext accCtx,
ProvisioningService provisioningService,
OperationResult result) |
void |
LensElementContext.retrieveFromLensElementContextType(com.evolveum.midpoint.xml.ns._public.model.model_context_3.LensElementContextType lensElementContextType,
OperationResult result) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
Clockwork.run(LensContext<F> context,
Task task,
OperationResult result) |
Constructor and Description |
---|
EvaluatedConstructionImpl(Construction<F> construction,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
void |
ShadowConstraintsChecker.check(OperationResult result) |
void |
FocusConstraintsChecker.check(PrismObject<F> objectNew,
OperationResult result) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
DependencyProcessor.checkDependencies(LensContext<F> context,
LensProjectionContext projContext,
OperationResult result)
Check that the dependencies are still satisfied.
|
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
DependencyProcessor.checkDependenciesFinal(LensContext<F> context,
OperationResult result)
Finally checks for all the dependencies.
|
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AssignmentProcessor.checkForAssignmentConflicts(LensContext<F> context,
OperationResult result) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProjectionValuesProcessor.checkSchemaAndPolicies(LensContext<F> context,
LensProjectionContext accountContext,
String activityDescription,
OperationResult result)
Check that the primary deltas do not violate schema and policies
TODO: implement schema check
|
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
ContextLoader.determineFocusContext(LensContext<F> context,
OperationResult result)
try to load focus context from the projections, e.g.
|
<V extends PrismValue,D extends ItemDefinition,T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
MappingEvaluationHelper.evaluateMappingSetProjection(MappingEvaluatorHelperParams<V,D,T,F> params,
Task task,
OperationResult result)
strongMappingWasUsed: Returns true here if the value was (at least partly) determined by a strong mapping.
|
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ContextLoader.load(LensContext<F> context,
String activityDescription,
OperationResult result) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ContextLoader.makeSureProjectionIsLoaded(LensContext<F> context,
LensProjectionContext projectionContext,
OperationResult result)
Make sure that the projection context is loaded as approppriate.
|
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProjectionValuesProcessor.process(LensContext<O> context,
LensProjectionContext projectionContext,
String activityDescription,
Task task,
OperationResult result) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
ActivationProcessor.processActivation(LensContext<O> context,
LensProjectionContext projectionContext,
XMLGregorianCalendar now,
Task task,
OperationResult result) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
ActivationProcessor.processActivationMetadata(LensContext<F> context,
LensProjectionContext accCtx,
XMLGregorianCalendar now,
OperationResult result) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
ActivationProcessor.processActivationUserCurrent(LensContext<F> context,
LensProjectionContext accCtx,
XMLGregorianCalendar now,
Task task,
OperationResult result) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
ActivationProcessor.processActivationUserFuture(LensContext<F> context,
LensProjectionContext accCtx,
XMLGregorianCalendar now,
Task task,
OperationResult result) |
void |
AssignmentProcessor.processAssignmentsAccountValues(LensProjectionContext accountContext,
OperationResult result) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AssignmentProcessor.processAssignmentsProjections(LensContext<O> context,
XMLGregorianCalendar now,
Task task,
OperationResult result)
Processing all the assignments to determine which projections should be added, deleted or kept as they are.
|
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
CredentialsProcessor.processFocusCredentials(LensContext<F> context,
XMLGregorianCalendar now,
Task task,
OperationResult result) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AssignmentProcessor.processOrgAssignments(LensContext<F> context,
OperationResult result) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
OutboundProcessor.processOutbound(LensContext<F> context,
LensProjectionContext projCtx,
Task task,
OperationResult result) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
CredentialsProcessor.processProjectionCredentials(LensContext<F> context,
LensProjectionContext projectionContext,
XMLGregorianCalendar now,
Task task,
OperationResult result) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
ObjectTemplateProcessor.processTemplate(LensContext<F> context,
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectTemplateMappingEvaluationPhaseType phase,
XMLGregorianCalendar now,
Task task,
OperationResult result) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
Projector.project(LensContext<F> context,
String activityDescription,
Task task,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
Data |
ScriptingExpressionEvaluator.evaluateConstantExpression(RawType constant,
ExecutionContext context,
OperationResult result) |
ExecutionContext |
ScriptingExpressionEvaluator.evaluateExpression(com.evolveum.midpoint.xml.ns._public.model.scripting_3.ExecuteScriptType executeScript,
Task task,
OperationResult result) |
Data |
ScriptingExpressionEvaluator.evaluateExpression(JAXBElement<? extends com.evolveum.midpoint.xml.ns._public.model.scripting_3.ScriptingExpressionType> expression,
Data input,
ExecutionContext context,
OperationResult parentResult) |
Data |
ScriptingExpressionEvaluator.evaluateExpression(com.evolveum.midpoint.xml.ns._public.model.scripting_3.ScriptingExpressionType value,
Data input,
ExecutionContext context,
OperationResult parentResult) |
ExecutionContext |
ScriptingExpressionEvaluator.evaluateExpression(com.evolveum.midpoint.xml.ns._public.model.scripting_3.ScriptingExpressionType expression,
OperationResult result) |
ExecutionContext |
ScriptingExpressionEvaluator.evaluateExpression(com.evolveum.midpoint.xml.ns._public.model.scripting_3.ScriptingExpressionType expression,
Task task,
OperationResult result)
Entry point to _synchronous_ script execution, with no input data.
|
void |
ScriptingExpressionEvaluator.evaluateExpressionInBackground(QName objectType,
ObjectFilter filter,
String actionName,
Task task,
OperationResult parentResult)
Asynchronously executes simple scripting expressions, consisting of one search command and one action.
|
void |
ScriptingExpressionEvaluator.evaluateExpressionInBackground(com.evolveum.midpoint.xml.ns._public.model.scripting_3.ScriptingExpressionType expression,
Task task,
OperationResult parentResult)
Asynchronously executes any scripting expression.
|
Data |
ActionExecutor.execute(com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionExpressionType command,
Data input,
ExecutionContext context,
OperationResult parentResult)
Executes given action command.
|
Modifier and Type | Method and Description |
---|---|
Data |
DeleteExecutor.execute(com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionExpressionType expression,
Data input,
ExecutionContext context,
OperationResult result) |
Data |
DiscoverConnectorsExecutor.execute(com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionExpressionType expression,
Data input,
ExecutionContext context,
OperationResult result) |
Data |
AssignExecutor.execute(com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionExpressionType expression,
Data input,
ExecutionContext context,
OperationResult result) |
Data |
TestResourceExecutor.execute(com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionExpressionType expression,
Data input,
ExecutionContext context,
OperationResult result) |
Data |
PurgeSchemaExecutor.execute(com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionExpressionType expression,
Data input,
ExecutionContext context,
OperationResult result) |
Data |
AddExecutor.execute(com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionExpressionType expression,
Data input,
ExecutionContext context,
OperationResult result) |
Data |
ResolveExecutor.execute(com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionExpressionType expression,
Data input,
ExecutionContext context,
OperationResult result) |
Data |
EnableDisableExecutor.execute(com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionExpressionType expression,
Data input,
ExecutionContext context,
OperationResult result) |
Data |
LogExecutor.execute(com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionExpressionType expression,
Data input,
ExecutionContext context,
OperationResult parentResult) |
Data |
RecomputeExecutor.execute(com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionExpressionType expression,
Data input,
ExecutionContext context,
OperationResult result) |
Data |
ModifyExecutor.execute(com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionExpressionType expression,
Data input,
ExecutionContext context,
OperationResult result) |
protected boolean |
BaseActionExecutor.getParamRaw(com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionExpressionType expression,
Data input,
ExecutionContext context,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
SearchEvaluator.evaluate(com.evolveum.midpoint.xml.ns._public.model.scripting_3.SearchExpressionType searchExpression,
Data input,
ExecutionContext context,
OperationResult result) |
Data |
SelectEvaluator.evaluate(com.evolveum.midpoint.xml.ns._public.model.scripting_3.SelectExpressionType selectExpression,
Data input,
ExecutionContext context,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
void |
OperationsHelper.applyDelta(ObjectDelta delta,
ExecutionContext context,
OperationResult result) |
void |
OperationsHelper.applyDelta(ObjectDelta delta,
ModelExecuteOptions options,
ExecutionContext context,
OperationResult result) |
Data |
ExpressionHelper.evaluateParameter(com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionParameterValueType parameter,
Data input,
ExecutionContext context,
OperationResult result) |
Boolean |
ExpressionHelper.getArgumentAsBoolean(List<com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionParameterValueType> arguments,
String argumentName,
Data input,
ExecutionContext context,
Boolean defaultValue,
String contextName,
OperationResult parentResult) |
String |
ExpressionHelper.getArgumentAsString(List<com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionParameterValueType> arguments,
String argumentName,
Data input,
ExecutionContext context,
String defaultValue,
String contextName,
OperationResult parentResult) |
<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 |
---|---|
protected AbstractScannerResultHandler<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
FocusValidityScannerTaskHandler.createHandler(TaskRunResult runResult,
Task coordinatorTask,
OperationResult opResult) |
protected AbstractSearchIterativeResultHandler<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
RecomputeTaskHandler.createHandler(TaskRunResult runResult,
Task coordinatorTask,
OperationResult opResult) |
protected ObjectQuery |
FocusValidityScannerTaskHandler.createQuery(AbstractScannerResultHandler<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> handler,
TaskRunResult runResult,
Task task,
OperationResult opResult) |
protected ObjectQuery |
RecomputeTaskHandler.createQuery(AbstractSearchIterativeResultHandler<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> handler,
TaskRunResult runResult,
Task task,
OperationResult opResult) |
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) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
CorrelationConfirmationEvaluator.evaluateConfirmationExpression(Class<F> focusType,
F user,
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType shadow,
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 expressionType,
Task task,
OperationResult result) |
<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) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
Action.handle(LensContext<F> context,
SynchronizationSituation<F> situation,
Map<QName,Object> parameters,
Task task,
OperationResult parentResult) |
protected boolean |
SynchronizeAccountResultHandler.handleObject(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> accountShadow,
Task workerTask,
OperationResult result) |
void |
ReconciliationTaskHandler.launch(com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
QName objectclass,
Task task,
OperationResult parentResult)
Launch an import.
|
<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.
|
void |
SynchronizationService.notifyChange(ResourceObjectShadowChangeDescription change,
Task task,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
protected com.evolveum.midpoint.xml.ns._public.common.common_3.UserType |
BaseAction.getUser(String oid,
OperationResult result) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
DeleteFocusAction.handle(LensContext<F> context,
SynchronizationSituation<F> situation,
Map<QName,Object> parameters,
Task task,
OperationResult parentResult) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
LinkAction.handle(LensContext<F> context,
SynchronizationSituation<F> situation,
Map<QName,Object> parameters,
Task task,
OperationResult parentResult) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
InactivateShadowAction.handle(LensContext<F> context,
SynchronizationSituation<F> situation,
Map<QName,Object> parameters,
Task task,
OperationResult parentResult) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
DeleteShadowAction.handle(LensContext<F> context,
SynchronizationSituation<F> situation,
Map<QName,Object> parameters,
Task task,
OperationResult parentResult) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
AddFocusAction.handle(LensContext<F> context,
SynchronizationSituation<F> situation,
Map<QName,Object> parameters,
Task task,
OperationResult parentResult) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
EmptyAction.handle(LensContext<F> context,
SynchronizationSituation<F> situation,
Map<QName,Object> parameters,
Task task,
OperationResult parentResult) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
InactivateFocusAction.handle(LensContext<F> context,
SynchronizationSituation<F> situation,
Map<QName,Object> parameters,
Task task,
OperationResult parentResult) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
UnlinkAction.handle(LensContext<F> context,
SynchronizationSituation<F> situation,
Map<QName,Object> parameters,
Task task,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
protected AbstractScannerResultHandler<com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
TriggerScannerTaskHandler.createHandler(TaskRunResult runResult,
Task coordinatorTask,
OperationResult opResult) |
protected ObjectQuery |
TriggerScannerTaskHandler.createQuery(AbstractScannerResultHandler<com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> handler,
TaskRunResult runResult,
Task task,
OperationResult opResult) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
RecomputeTriggerHandler.handle(PrismObject<O> object,
Task task,
OperationResult result) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
TriggerHandler.handle(PrismObject<O> object,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSearchIterativeResultHandler.completeProcessing(OperationResult result) |
protected abstract H |
AbstractSearchIterativeTaskHandler.createHandler(TaskRunResult runResult,
Task coordinatorTask,
OperationResult opResult) |
protected abstract ObjectQuery |
AbstractSearchIterativeTaskHandler.createQuery(H handler,
TaskRunResult runResult,
Task task,
OperationResult opResult)
Handler parameter may be used to pass task instance state between the calls.
|
void |
AbstractSearchIterativeResultHandler.createWorkerThreads(Task coordinatorTask,
OperationResult opResult) |
static void |
Utils.encrypt(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
Protector protector,
ModelExecuteOptions options,
OperationResult result) |
protected void |
AbstractSearchIterativeTaskHandler.finish(H handler,
TaskRunResult runResult,
Task task,
OperationResult opResult) |
protected void |
AbstractScannerTaskHandler.finish(H handler,
TaskRunResult runResult,
Task task,
OperationResult opResult) |
static com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType |
Utils.getResource(com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType shadow,
ProvisioningService provisioning,
OperationResult result) |
static PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType> |
Utils.getSystemConfiguration(RepositoryService repositoryService,
OperationResult result) |
boolean |
AbstractSearchIterativeResultHandler.handle(PrismObject<O> object,
OperationResult parentResult) |
protected abstract boolean |
AbstractSearchIterativeResultHandler.handleObject(PrismObject<O> object,
Task workerTask,
OperationResult result) |
protected boolean |
AbstractSearchIterativeTaskHandler.initializeRun(H handler,
TaskRunResult runResult,
Task task,
OperationResult opResult)
Used to properly initialize the "run", which is kind of task instance.
|
protected boolean |
AbstractScannerTaskHandler.initializeRun(H handler,
TaskRunResult runResult,
Task task,
OperationResult opResult) |
protected <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractSearchIterativeTaskHandler.resolveObjectRef(Class<T> type,
TaskRunResult runResult,
Task task,
OperationResult opResult) |
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
Utils.resolveReferences(ObjectDelta<T> objectDelta,
RepositoryService repository,
boolean enforceReferentialIntegrity,
boolean forceFilterReevaluation,
PrismContext prismContext,
OperationResult result)
Resolves references contained in ADD and REPLACE value sets for item modifications in a given ObjectDelta.
|
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.resolveResource(com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType shadow,
ProvisioningService provisioning,
OperationResult result) |
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) |
void |
AbstractSearchIterativeResultHandler.updateOperationResult(OperationResult opResult) |
void |
AbstractSearchIterativeResultHandler.waitForCompletion(OperationResult opResult) |
Modifier and Type | Method and Description |
---|---|
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.addObject(File file,
Task task,
OperationResult result) |
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.assertAssignedAccount(String userOid,
String resourceOid,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.assertAssignedNoOrg(String userOid,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.assertAssignedNoRole(String userOid,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.assertAssignedOrg(String userOid,
String orgOid,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.assertAssignedResource(String userOid,
String resourceOid,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.assertAssignedRole(String userOid,
String roleOid,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.assertHasOrg(String userOid,
String orgOid,
Task task,
OperationResult result) |
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.assertNoAssignments(String userOid,
OperationResult result) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.assertNoObject(Class<O> type,
String oid,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.assertNoShadow(String username,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.assertNotAssignedResource(String userOid,
String resourceOid,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.assertNotAssignedRole(String userOid,
String roleOid,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.assignAccount(String userOid,
String resourceOid,
String intent,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.assignOrg(String userOid,
String orgOid,
QName relation,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.assignOrg(String userOid,
String orgOid,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.assignRole(String userOid,
String roleOid,
com.evolveum.midpoint.xml.ns._public.common.common_3.ActivationType activationType,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.assignRole(String userOid,
String roleOid,
PrismContainer<?> extension,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.assignRole(String userOid,
String roleOid,
Task task,
OperationResult result) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.deleteObject(Class<O> type,
String oid,
Task task,
OperationResult result) |
protected String |
AbstractModelIntegrationTest.dumpOrgTree(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.OrgType> topOrg,
Task task,
OperationResult result) |
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 Throwable |
AbstractModelIntegrationTest.findCause(OperationResult result) |
protected List<PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.OrgType>> |
AbstractModelIntegrationTest.getSubOrgs(String baseOrgOid,
Task task,
OperationResult result) |
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 void |
AbstractModelIntegrationTest.importObjectFromFile(File file,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.importObjectFromFile(File file,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.importObjectFromFile(String filename,
OperationResult result) |
void |
AbstractModelIntegrationTest.initSystem(Task initTask,
OperationResult initResult) |
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.modifyAccountShadowReplace(String accountOid,
ItemPath propertyPath,
Task task,
OperationResult result,
Object... newRealValue) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,C extends Containerable> |
AbstractModelIntegrationTest.modifyObjectAddContainer(Class<O> type,
String oid,
ItemPath propertyPath,
Task task,
OperationResult result,
C... newRealValue) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.modifyObjectAddProperty(Class<O> type,
String oid,
ItemPath propertyPath,
Task task,
OperationResult result,
Object... newRealValue) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,C extends Containerable> |
AbstractModelIntegrationTest.modifyObjectDeleteContainer(Class<O> type,
String oid,
ItemPath propertyPath,
Task task,
OperationResult result,
C... newRealValue) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.modifyObjectDeleteProperty(Class<O> type,
String oid,
ItemPath propertyPath,
Task task,
OperationResult result,
Object... newRealValue) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,C extends Containerable> |
AbstractModelIntegrationTest.modifyObjectReplaceContainer(Class<O> type,
String oid,
ItemPath propertyPath,
Task task,
OperationResult result,
C... newRealValue) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.modifyObjectReplaceProperty(Class<O> type,
String oid,
ItemPath propertyPath,
Task task,
OperationResult result,
Object... newRealValue) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.modifyObjectReplaceProperty(Class<O> type,
String oid,
QName propertyName,
Task task,
OperationResult result,
Object... newRealValue) |
protected void |
AbstractModelIntegrationTest.modifyUserAdd(String userOid,
ItemPath propertyPath,
Task task,
OperationResult result,
Object... newRealValue) |
protected void |
AbstractModelIntegrationTest.modifyUserAdd(String userOid,
QName propertyName,
Task task,
OperationResult result,
Object... newRealValue) |
protected void |
AbstractModelIntegrationTest.modifyUserAddAccount(String userOid,
File accountFile,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.modifyUserAssignment(String userOid,
String roleOid,
QName refType,
QName relation,
Task task,
PrismContainer<?> extension,
com.evolveum.midpoint.xml.ns._public.common.common_3.ActivationType activationType,
boolean add,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.modifyUserAssignment(String userOid,
String roleOid,
QName refType,
QName relation,
Task task,
PrismContainer<?> extension,
boolean add,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.modifyUserDelete(String userOid,
ItemPath propertyPath,
Task task,
OperationResult result,
Object... newRealValue) |
protected void |
AbstractModelIntegrationTest.modifyUserDelete(String userOid,
QName propertyName,
Task task,
OperationResult result,
Object... newRealValue) |
protected void |
AbstractModelIntegrationTest.modifyUserReplace(String userOid,
ItemPath propertyPath,
Task task,
OperationResult result,
Object... newRealValue) |
protected void |
AbstractModelIntegrationTest.modifyUserReplace(String userOid,
QName propertyName,
Task task,
OperationResult result,
Object... newRealValue) |
protected void |
AbstractModelIntegrationTest.recomputeUser(String userOid,
Task task,
OperationResult result) |
protected <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.searchObjectByName(Class<T> type,
String name,
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) |
void |
DummyTransport.send(Message message,
String name,
Task task,
OperationResult parentResult) |
protected void |
AbstractModelIntegrationTest.setDefaultObjectTemplate(QName objectType,
String userTemplateOid,
OperationResult parentResult) |
protected void |
AbstractModelIntegrationTest.unassignAccount(String userOid,
String resourceOid,
String intent,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.unassignAll(String userOid,
Task task,
OperationResult result)
Executes assignment replace delta with empty values.
|
protected void |
AbstractModelIntegrationTest.unassignOrg(String userOid,
String orgOid,
QName relation,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.unassignOrg(String userOid,
String orgOid,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.unassignRole(String userOid,
String roleOid,
PrismContainer<?> extension,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.unassignRole(String userOid,
String roleOid,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
boolean |
EventHandler.processEvent(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.EventHandlerType eventHandlerType,
NotificationManager notificationManager,
Task task,
OperationResult result) |
boolean |
NotificationManager.processEvent(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.EventHandlerType eventHandlerType,
Task task,
OperationResult result) |
void |
NotificationManager.processEvent(Event event,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
void |
WorkItemEvent.createExpressionVariables(Map<QName,Object> variables,
OperationResult result) |
void |
Event.createExpressionVariables(Map<QName,Object> variables,
OperationResult result) |
void |
BaseEvent.createExpressionVariables(Map<QName,Object> variables,
OperationResult result) |
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) |
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType |
SimpleObjectRef.resolveObjectType(OperationResult result) |
Modifier and Type | Method and Description |
---|---|
void |
Transport.send(Message message,
String transportName,
Task task,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType |
NotificationsUtil.getObjectType(SimpleObjectRef simpleObjectRef,
OperationResult result) |
static String |
NotificationsUtil.getResourceNameFromRepo(RepositoryService repositoryService,
String oid,
OperationResult result) |
static com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType |
NotificationsUtil.getSystemConfiguration(RepositoryService repositoryService,
OperationResult result) |
HookOperationMode |
NotificationChangeHook.invoke(ModelContext context,
Task task,
OperationResult result) |
void |
NotificationChangeHook.invokeOnException(ModelContext context,
Throwable throwable,
Task task,
OperationResult result) |
void |
AccountOperationListener.notifyFailure(ResourceOperationDescription operationDescription,
Task task,
OperationResult parentResult) |
void |
AccountOperationListener.notifyInProgress(ResourceOperationDescription operationDescription,
Task task,
OperationResult parentResult) |
void |
AccountOperationListener.notifySuccess(ResourceOperationDescription operationDescription,
Task task,
OperationResult parentResult) |
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) |
boolean |
NotificationManagerImpl.processEvent(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.EventHandlerType eventHandlerType,
Task task,
OperationResult result) |
void |
NotificationManagerImpl.processEvent(Event event,
Task task,
OperationResult result) |
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType |
SimpleObjectRefImpl.resolveObjectType(OperationResult result) |
Modifier and Type | Method and Description |
---|---|
void |
MailTransport.send(Message mailMessage,
String transportName,
Task task,
OperationResult parentResult) |
void |
SimpleSmsTransport.send(Message message,
String transportName,
Task task,
OperationResult parentResult) |
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) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
BaseHandler.evaluateBooleanExpression(com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType expressionType,
ExpressionVariables expressionVariables,
String shortDesc,
Task task,
OperationResult result) |
protected boolean |
BaseHandler.evaluateBooleanExpressionChecked(com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType expressionType,
ExpressionVariables expressionVariables,
String shortDesc,
Task task,
OperationResult result) |
protected List<String> |
BaseHandler.evaluateExpressionChecked(com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType expressionType,
ExpressionVariables expressionVariables,
String shortDesc,
Task task,
OperationResult result) |
protected ExpressionVariables |
BaseHandler.getDefaultVariables(Event event,
OperationResult result) |
boolean |
AggregatedEventHandler.processEvent(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.EventHandlerType eventHandlerType,
NotificationManager notificationManager,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
BaseHelper.evaluateBooleanExpression(com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType expressionType,
ExpressionVariables expressionVariables,
String shortDesc,
Task task,
OperationResult result) |
protected boolean |
BaseHelper.evaluateBooleanExpressionChecked(com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType expressionType,
ExpressionVariables expressionVariables,
String shortDesc,
Task task,
OperationResult result) |
protected List<String> |
BaseHelper.evaluateExpressionChecked(com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType expressionType,
ExpressionVariables expressionVariables,
String shortDesc,
Task task,
OperationResult result) |
protected ExpressionVariables |
BaseHelper.getDefaultVariables(Event event,
OperationResult result) |
boolean |
OperationFilterHelper.processEvent(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.EventHandlerType eventHandlerType,
NotificationManager notificationManager,
Task task,
OperationResult result) |
boolean |
ChainHelper.processEvent(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.EventHandlerType eventHandlerType,
NotificationManager notificationManager,
Task task,
OperationResult result) |
boolean |
ForkHelper.processEvent(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.EventHandlerType eventHandlerType,
NotificationManager notificationManager,
Task task,
OperationResult result) |
boolean |
KindIntentFilterHelper.processEvent(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.EventHandlerType eventHandlerType,
NotificationManager notificationManager,
Task task,
OperationResult result) |
boolean |
CategoryFilterHelper.processEvent(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.EventHandlerType eventHandlerType,
NotificationManager notificationManager,
Task task,
OperationResult result) |
boolean |
StatusFilterHelper.processEvent(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.EventHandlerType eventHandlerType,
NotificationManager notificationManager,
Task task,
OperationResult result) |
boolean |
ExpressionFilterHelper.processEvent(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.EventHandlerType eventHandlerType,
NotificationManager notificationManager,
Task task,
OperationResult result) |
boolean |
FocusTypeFilterHelper.processEvent(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.EventHandlerType eventHandlerType,
NotificationManager notificationManager,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
SimpleFocalObjectNotifier.checkApplicability(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType generalNotifierType,
OperationResult result) |
protected boolean |
AccountPasswordNotifier.checkApplicability(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType generalNotifierType,
OperationResult result) |
protected boolean |
UserPasswordNotifier.checkApplicability(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType generalNotifierType,
OperationResult result) |
protected boolean |
GeneralNotifier.checkApplicability(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType generalNotifierType,
OperationResult result) |
protected boolean |
SimpleResourceObjectNotifier.checkApplicability(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType generalNotifierType,
OperationResult result) |
protected String |
SimpleFocalObjectNotifier.getBody(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType generalNotifierType,
String transport,
OperationResult result) |
protected String |
AccountPasswordNotifier.getBody(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType generalNotifierType,
String transport,
OperationResult result) |
protected String |
UserPasswordNotifier.getBody(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType generalNotifierType,
String transport,
OperationResult result) |
protected String |
SimpleWorkflowNotifier.getBody(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType generalNotifierType,
String transport,
OperationResult result) |
protected String |
GeneralNotifier.getBody(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType generalNotifierType,
String transport,
OperationResult result) |
protected String |
SimpleResourceObjectNotifier.getBody(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType generalNotifierType,
String transport,
OperationResult result) |
protected String |
GeneralNotifier.getBodyFromExpression(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType generalNotifierType,
ExpressionVariables variables,
Task task,
OperationResult result) |
protected com.evolveum.midpoint.xml.ns._public.common.common_3.UserType |
GeneralNotifier.getDefaultRecipient(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType generalNotifierType,
OperationResult result) |
protected ExpressionVariables |
GeneralNotifier.getDefaultVariables(Event event,
OperationResult result) |
protected List<String> |
GeneralNotifier.getRecipientsAddresses(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType generalNotifierType,
ExpressionVariables variables,
com.evolveum.midpoint.xml.ns._public.common.common_3.UserType defaultRecipient,
String transportName,
Transport transport,
Task task,
OperationResult result) |
protected String |
SimpleFocalObjectNotifier.getSubject(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType generalNotifierType,
String transport,
OperationResult result) |
protected String |
AccountPasswordNotifier.getSubject(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType generalNotifierType,
String transport,
OperationResult result) |
protected String |
UserPasswordNotifier.getSubject(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType generalNotifierType,
String transport,
OperationResult result) |
protected String |
SimpleWorkflowNotifier.getSubject(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType generalNotifierType,
String transport,
OperationResult result) |
protected String |
GeneralNotifier.getSubject(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType generalNotifierType,
String transport,
OperationResult result) |
protected String |
SimpleResourceObjectNotifier.getSubject(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType generalNotifierType,
String transport,
OperationResult result) |
protected String |
GeneralNotifier.getSubjectFromExpression(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType generalNotifierType,
ExpressionVariables variables,
Task task,
OperationResult result) |
boolean |
GeneralNotifier.processEvent(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.EventHandlerType eventHandlerType,
NotificationManager notificationManager,
Task task,
OperationResult parentResult) |
protected boolean |
SimpleFocalObjectNotifier.quickCheckApplicability(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType generalNotifierType,
OperationResult result) |
protected boolean |
AccountPasswordNotifier.quickCheckApplicability(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType generalNotifierType,
OperationResult result) |
protected boolean |
UserPasswordNotifier.quickCheckApplicability(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType generalNotifierType,
OperationResult result) |
protected boolean |
SimpleWorkflowNotifier.quickCheckApplicability(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType generalNotifierType,
OperationResult result) |
protected boolean |
GeneralNotifier.quickCheckApplicability(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType generalNotifierType,
OperationResult result) |
protected boolean |
SimpleResourceObjectNotifier.quickCheckApplicability(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType generalNotifierType,
OperationResult result) |
protected boolean |
SimpleUserNotifier.quickCheckApplicability(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType generalNotifierType,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
OperationResult |
ResourceOperationDescription.getResult()
Result of the failed operation.
|
OperationResult |
ProvisioningService.testResource(String resourceOid)
Test the resource connection and basic resource connector functionality.
|
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(Class<T> type,
ObjectQuery query,
OperationResult parentResult)
Applies appropriate definition to the query.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningService.applyDefinition(ObjectDelta<T> delta,
Objectable object,
OperationResult parentResult)
Applies appropriate definition to the shadow/resource delta (uses provided object to get necessary information)
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningService.applyDefinition(ObjectDelta<T> delta,
OperationResult parentResult)
Applies appropriate definition to the shadow/resource delta.
|
<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.ObjectType> |
ProvisioningService.countObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningService.deleteObject(Class<T> type,
String oid,
ProvisioningOperationOptions option,
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationProvisioningScriptsType scripts,
Task task,
OperationResult parentResult)
Deletes object with specified OID.
|
Set<com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorType> |
ProvisioningService.discoverConnectors(com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorHostType hostType,
OperationResult parentResult)
Discovers local or remote connectors.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningService.executeScript(String resourceOid,
com.evolveum.midpoint.xml.ns._public.common.common_3.ProvisioningScriptType script,
Task task,
OperationResult parentResult)
Executes a single provisioning script.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ProvisioningService.finishOperation(PrismObject<T> object,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult) |
<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.
|
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.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult)
Modifies object using relative change description.
|
void |
ResourceObjectChangeListener.notifyChange(ResourceObjectShadowChangeDescription change,
Task task,
OperationResult parentResult)
Submits notification about a specific change that happened on the
resource.
|
void |
ResourceEventListener.notifyEvent(ResourceEventDescription eventDescription,
Task task,
OperationResult parentResult) |
void |
ResourceOperationListener.notifyFailure(ResourceOperationDescription operationDescription,
Task task,
OperationResult parentResult)
Submits notification about a failure of provisioning operation.
|
void |
ResourceOperationListener.notifyInProgress(ResourceOperationDescription operationDescription,
Task task,
OperationResult parentResult)
Submits notification about provisioning operation that is in progress.
|
void |
ResourceOperationListener.notifySuccess(ResourceOperationDescription operationDescription,
Task task,
OperationResult parentResult)
Submits notification about a success of a provisioning operation.
|
void |
ProvisioningService.postInit(OperationResult parentResult)
Finish initialization of provisioning system.
|
void |
ProvisioningService.provisioningSelfTest(OperationResult parentTestResult,
Task task)
Runs a short, non-destructive internal provisioning test.
|
<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.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningService.searchObjectsIterative(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
ResultHandler<T> handler,
OperationResult parentResult)
Search for objects iteratively.
|
void |
ResourceOperationDescription.setResult(OperationResult result) |
int |
ProvisioningService.synchronize(String resourceOid,
QName objectClass,
Task task,
OperationResult parentResult)
Collect external changes on a resource and call the business logic with
the accumulated change data.
|
Modifier and Type | Method and Description |
---|---|
protected ResourceOperationDescription |
ErrorHandler.createOperationDescription(com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType shadowType,
Exception ex,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
ObjectDelta delta,
Task task,
OperationResult result) |
abstract <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ErrorHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
SecurityViolationHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
GenericErrorHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ObjectAlreadyExistHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
CommunicationExceptionHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ObjectNotFoundHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
SchemaExceptionHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ConfigurationExceptionHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
OperationResult |
ProvisioningServiceImpl.testResource(String resourceOid) |
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 |
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) |
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) |
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 |
ShadowCacheProvisioner.afterModifyOnResource(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadowType,
Collection<? extends ItemDelta> modifications,
OperationResult parentResult) |
void |
ShadowCacheReconciler.afterModifyOnResource(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
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) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningServiceImpl.applyDefinition(Class<T> type,
ObjectQuery query,
OperationResult parentResult) |
void |
ResourceManager.applyDefinition(ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> delta,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceWhenNoOid,
OperationResult objectResult) |
void |
ShadowCache.applyDefinition(ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> delta,
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType shadowTypeWhenNoOid,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningServiceImpl.applyDefinition(ObjectDelta<T> delta,
Objectable object,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningServiceImpl.applyDefinition(ObjectDelta<T> delta,
OperationResult parentResult) |
void |
ResourceManager.applyDefinition(ObjectQuery query,
OperationResult result) |
void |
ShadowCache.applyDefinition(ObjectQuery query,
OperationResult result) |
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) |
ConstraintsCheckingResult |
ConstraintsChecker.check(OperationResult result) |
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) |
void |
ConnectorManager.connectorFrameworkSelfTest(OperationResult parentTestResult,
Task task) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningServiceImpl.countObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult) |
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) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningServiceImpl.deleteObject(Class<T> type,
String oid,
ProvisioningOperationOptions options,
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationProvisioningScriptsType scripts,
Task task,
OperationResult parentResult) |
void |
ResourceManager.deleteResource(String oid,
ProvisioningOperationOptions options,
Task task,
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) |
Set<com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorType> |
ConnectorManager.discoverConnectors(com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorHostType hostType,
OperationResult parentResult)
Lists local connectors and makes sure that appropriate ConnectorType
objects for them exist in repository.
|
Set<com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorType> |
ProvisioningServiceImpl.discoverConnectors(com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorHostType hostType,
OperationResult parentResult) |
Set<com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorType> |
ConnectorManager.discoverLocalConnectors(OperationResult parentResult) |
Object |
ResourceManager.executeScript(String resourceOid,
com.evolveum.midpoint.xml.ns._public.common.common_3.ProvisioningScriptType script,
Task task,
OperationResult result) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningServiceImpl.executeScript(String resourceOid,
com.evolveum.midpoint.xml.ns._public.common.common_3.ProvisioningScriptType script,
Task task,
OperationResult parentResult) |
List<Change<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType>> |
ResourceObjectConverter.fetchChanges(ConnectorInstance connector,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
RefinedObjectClassDefinition objectClass,
PrismProperty<?> lastToken,
OperationResult parentResult) |
List<Change<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType>> |
ShadowCache.fetchChanges(com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
QName objectClass,
PrismProperty<?> lastToken,
OperationResult parentResult) |
PrismProperty |
ResourceObjectConverter.fetchCurrentToken(ConnectorInstance connector,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
ObjectClassComplexTypeDefinition objectClass,
OperationResult parentResult) |
PrismProperty<?> |
ShadowCache.fetchCurrentToken(com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
OperationResult parentResult) |
void |
AccessChecker.filterGetAttributes(ResourceAttributeContainer attributeContainer,
RefinedObjectClassDefinition objectClassDefinition,
OperationResult parentResult) |
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) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ProvisioningServiceImpl.finishOperation(PrismObject<T> object,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult) |
ConnectorInstance |
ConnectorManager.getConfiguredConnectorInstance(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
boolean forceFresh,
OperationResult result) |
com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorType |
ConnectorManager.getConnectorType(com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
OperationResult result) |
<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) |
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.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) |
ResourceSchema |
ResourceManager.getResourceSchema(com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
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) |
List<PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType>> |
ProvisioningServiceImpl.listResourceObjects(String resourceOid,
QName objectClass,
ObjectPaging paging,
OperationResult parentResult) |
void |
ShadowCache.listShadows(com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
QName objectClass,
ShadowHandler<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> handler,
boolean readFromRepository,
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) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningServiceImpl.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult) |
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 |
ChangeNotificationDispatcherImpl.notifyChange(ResourceObjectShadowChangeDescription change,
Task task,
OperationResult parentResult) |
void |
ChangeNotificationDispatcherImpl.notifyEvent(ResourceEventDescription eventDescription,
Task task,
OperationResult parentResult) |
void |
ResourceEventListenerImpl.notifyEvent(ResourceEventDescription eventDescription,
Task task,
OperationResult parentResult) |
void |
ChangeNotificationDispatcherImpl.notifyFailure(ResourceOperationDescription failureDescription,
Task task,
OperationResult parentResult) |
void |
ChangeNotificationDispatcherImpl.notifyInProgress(ResourceOperationDescription failureDescription,
Task task,
OperationResult parentResult) |
void |
ChangeNotificationDispatcherImpl.notifySuccess(ResourceOperationDescription failureDescription,
Task task,
OperationResult parentResult) |
void |
ProvisioningServiceImpl.postInit(OperationResult parentResult) |
void |
ProvisioningServiceImpl.provisioningSelfTest(OperationResult parentTestResult,
Task task) |
<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) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningServiceImpl.searchObjectsIterative(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
ResultHandler<T> handler,
OperationResult parentResult) |
SearchResultMetadata |
ShadowCache.searchObjectsIterative(QName objectClassName,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
ShadowHandler<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> handler,
boolean readFromRepository,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningServiceImpl.searchObjectsIterativeInternal(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
ResultHandler<T> handler,
boolean readFromRepository,
OperationResult parentResult) |
SearchResultMetadata |
ShadowManager.searchObjectsIterativeRepository(RefinedObjectClassDefinition objectClassDef,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
ResultHandler<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> repoHandler,
OperationResult parentResult) |
SearchResultMetadata |
ResourceObjectConverter.searchResourceObjects(ConnectorInstance connector,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
RefinedObjectClassDefinition objectClassDef,
ResultHandler<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> resultHandler,
ObjectQuery query,
boolean fetchAssociations,
OperationResult parentResult) |
int |
ProvisioningServiceImpl.synchronize(String resourceOid,
QName objectClass,
Task task,
OperationResult parentResult) |
void |
ResourceManager.testConnection(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
OperationResult parentResult) |
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.
|
void |
ConnectorInstance.configure(PrismContainerValue<?> configuration,
OperationResult parentResult)
The connector instance will be configured to the state that it can
immediately access the resource.
|
int |
ConnectorInstance.count(ObjectClassComplexTypeDefinition objectClassDefinition,
ObjectQuery query,
com.evolveum.midpoint.xml.ns._public.resource.capabilities_3.PagedSearchCapabilityType pagedSearchConfigurationType,
OperationResult parentResult)
Counts objects on resource.
|
void |
ConnectorInstance.deleteObject(ObjectClassComplexTypeDefinition objectClass,
Collection<Operation> additionalOperations,
Collection<? extends ResourceAttribute<?>> identifiers,
OperationResult parentResult) |
Object |
ConnectorInstance.executeScript(ExecuteProvisioningScriptOperation scriptOperation,
OperationResult parentResult) |
Collection<Object> |
ConnectorInstance.fetchCapabilities(OperationResult parentResult)
Retrieves native connector capabilities.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ConnectorInstance.fetchChanges(ObjectClassComplexTypeDefinition objectClass,
PrismProperty<?> lastToken,
AttributesToReturn attrsToReturn,
OperationResult parentResult)
Token may be null.
|
PrismProperty<?> |
ConnectorInstance.fetchCurrentToken(ObjectClassComplexTypeDefinition objectClass,
OperationResult parentResult)
Returns the latest token.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ConnectorInstance.fetchObject(Class<T> type,
ResourceObjectIdentification resourceObjectIdentification,
AttributesToReturn attributesToReturn,
OperationResult parentResult)
Retrieves a specific object from the resource.
|
ResourceSchema |
ConnectorInstance.fetchResourceSchema(List<QName> generateObjectClasses,
OperationResult parentResult)
Retrieves the schema from the resource.
|
void |
ConnectorInstance.initialize(ResourceSchema resourceSchema,
Collection<Object> capabilities,
boolean caseIgnoreAttributeNames,
OperationResult parentResult)
Get necessary information from the remote system.
|
Set<com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorType> |
ConnectorFactory.listConnectors(com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorHostType host,
OperationResult parentRestul)
Returns a list of all known connectors.
|
Collection<PropertyModificationOperation> |
ConnectorInstance.modifyObject(ObjectClassComplexTypeDefinition objectClass,
Collection<? extends ResourceAttribute<?>> identifiers,
Collection<Operation> changes,
OperationResult parentResult)
TODO: This should return indication how the operation went, e.g.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ConnectorInstance.search(ObjectClassComplexTypeDefinition objectClassDefinition,
ObjectQuery query,
ResultHandler<T> handler,
AttributesToReturn attributesToReturn,
com.evolveum.midpoint.xml.ns._public.resource.capabilities_3.PagedSearchCapabilityType pagedSearchConfigurationType,
SearchHierarchyConstraints searchHierarchyConstraints,
OperationResult parentResult)
Execute iterative search operation.
|
void |
ConnectorFactory.selfTest(OperationResult parentTestResult)
Execute self-test for each connector framework that is capable of executing tests.
|
void |
ConnectorInstance.test(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) |
void |
ConnectorInstanceIcfImpl.configure(PrismContainerValue<?> configuration,
OperationResult parentResult) |
int |
ConnectorInstanceIcfImpl.count(ObjectClassComplexTypeDefinition objectClassDefinition,
ObjectQuery query,
com.evolveum.midpoint.xml.ns._public.resource.capabilities_3.PagedSearchCapabilityType pagedSearchCapabilityType,
OperationResult parentResult) |
void |
ConnectorInstanceIcfImpl.deleteObject(ObjectClassComplexTypeDefinition objectClass,
Collection<Operation> additionalOperations,
Collection<? extends ResourceAttribute<?>> identifiers,
OperationResult parentResult) |
Object |
ConnectorInstanceIcfImpl.executeScript(ExecuteProvisioningScriptOperation scriptOperation,
OperationResult parentResult) |
Collection<Object> |
ConnectorInstanceIcfImpl.fetchCapabilities(OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ConnectorInstanceIcfImpl.fetchChanges(ObjectClassComplexTypeDefinition objectClass,
PrismProperty<?> lastToken,
AttributesToReturn attrsToReturn,
OperationResult parentResult) |
PrismProperty<?> |
ConnectorInstanceIcfImpl.fetchCurrentToken(ObjectClassComplexTypeDefinition objectClass,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ConnectorInstanceIcfImpl.fetchObject(Class<T> type,
ResourceObjectIdentification resourceObjectIdentification,
AttributesToReturn attributesToReturn,
OperationResult parentResult) |
ResourceSchema |
ConnectorInstanceIcfImpl.fetchResourceSchema(List<QName> generateObjectClasses,
OperationResult parentResult) |
void |
ConnectorInstanceIcfImpl.initialize(ResourceSchema resourceSchema,
Collection<Object> capabilities,
boolean caseIgnoreAttributeNames,
OperationResult parentResult) |
Set<com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorType> |
ConnectorFactoryIcfImpl.listConnectors(com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorHostType host,
OperationResult parentRestul)
Returns a list XML representation of the ICF connectors.
|
Set<PropertyModificationOperation> |
ConnectorInstanceIcfImpl.modifyObject(ObjectClassComplexTypeDefinition objectClass,
Collection<? extends ResourceAttribute<?>> identifiers,
Collection<Operation> changes,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ConnectorInstanceIcfImpl.search(ObjectClassComplexTypeDefinition objectClassDefinition,
ObjectQuery query,
ResultHandler<T> handler,
AttributesToReturn attributesToReturn,
com.evolveum.midpoint.xml.ns._public.resource.capabilities_3.PagedSearchCapabilityType pagedSearchCapabilityType,
SearchHierarchyConstraints searchHierarchyConstraints,
OperationResult parentResult) |
void |
ConnectorFactoryIcfImpl.selfTest(OperationResult parentTestResult) |
void |
ConnectorInstanceIcfImpl.test(OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ProvisioningUtil.normalizeShadow(T shadow,
OperationResult result) |
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.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
RepositoryService.countObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult)
Returns the number of objects that match specified criteria.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
RepositoryService.deleteObject(Class<T> type,
String oid,
OperationResult parentResult)
Deletes object with specified OID.
|
<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.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
RepositoryService.getVersion(Class<T> type,
String oid,
OperationResult parentResult)
Returns object version for provided OID.
|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
RepositoryService.listAccountShadowOwner(String accountOid,
OperationResult parentResult)
Deprecated.
|
<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.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
OperationResult parentResult)
Modifies object using relative change description.
|
void |
RepositoryService.repositorySelfTest(OperationResult parentResult)
Runs a short, non-descructive repository self test.
|
<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.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
RepositoryService.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult)
Search for objects in the repository in an iterative fashion.
|
<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.
|
void |
RepositoryService.testOrgClosureConsistency(boolean repairIfNecessary,
OperationResult testResult)
Checks a closure for consistency, repairing any problems found.
|
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) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
RepositoryCache.countObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
RepositoryCache.deleteObject(Class<T> type,
String oid,
OperationResult parentResult) |
<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) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
RepositoryCache.getVersion(Class<T> type,
String oid,
OperationResult parentResult) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
RepositoryCache.listAccountShadowOwner(String accountOid,
OperationResult parentResult)
Deprecated.
|
<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.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
OperationResult parentResult) |
void |
RepositoryCache.repositorySelfTest(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) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
RepositoryCache.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
RepositoryCache.searchShadowOwner(String shadowOid,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult) |
void |
RepositoryCache.testOrgClosureConsistency(boolean repairIfNecessary,
OperationResult testResult) |
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) |
void |
OrgClosureManager.checkAndOrRebuild(SqlRepositoryServiceImpl service,
boolean check,
boolean rebuild,
boolean stopOnFailure,
boolean quickCheckOnly,
OperationResult result)
Does a consistency check (either quick or thorough one) and rebuilds the closure table if necessary.
|
void |
SqlAuditServiceImpl.cleanupAudit(com.evolveum.midpoint.xml.ns._public.common.common_3.CleanupPolicyType policy,
OperationResult parentResult) |
protected void |
SqlBaseService.cleanupSessionAndResult(org.hibernate.Session session,
OperationResult result) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
SqlRepositoryServiceImpl.countObjects(Class<T> type,
ObjectQuery query,
OperationResult result) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
SqlRepositoryServiceImpl.deleteObject(Class<T> type,
String oid,
OperationResult result) |
<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) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
SqlRepositoryServiceImpl.getVersion(Class<T> type,
String oid,
OperationResult parentResult) |
protected void |
SqlBaseService.handleGeneralCheckedException(Exception ex,
org.hibernate.Session session,
OperationResult result) |
protected void |
SqlBaseService.handleGeneralException(Exception ex,
org.hibernate.Session session,
OperationResult result) |
protected void |
SqlBaseService.handleGeneralRuntimeException(RuntimeException ex,
org.hibernate.Session session,
OperationResult result) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
SqlRepositoryServiceImpl.listAccountShadowOwner(String accountOid,
OperationResult result)
Deprecated.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
SqlRepositoryServiceImpl.listResourceObjectShadows(String resourceOid,
Class<T> resourceObjectShadowType,
OperationResult result) |
protected int |
SqlBaseService.logOperationAttempt(String oid,
String operation,
int attempt,
RuntimeException ex,
OperationResult result) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
SqlRepositoryServiceImpl.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
OperationResult result) |
void |
SqlRepositoryServiceImpl.repositorySelfTest(OperationResult parentResult) |
protected void |
SqlBaseService.rollbackTransaction(org.hibernate.Session session,
Exception ex,
OperationResult result,
boolean fatal) |
protected void |
SqlBaseService.rollbackTransaction(org.hibernate.Session session,
Exception ex,
String message,
OperationResult result,
boolean fatal) |
<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) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
SqlRepositoryServiceImpl.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult result) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
SqlRepositoryServiceImpl.searchShadowOwner(String shadowOid,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult result) |
void |
SqlRepositoryServiceImpl.testOrgClosureConsistency(boolean repairIfNecessary,
OperationResult testResult) |
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
DefaultModifyHandler.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
OperationResult result) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
TaskProgressHandler.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
OperationResult result) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MetadataHandler.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
OperationResult result) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModifyHandler.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
OperationResult result) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
SyncSituationHandler.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
OperationResult result) |
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) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
TestSqlRepositoryServiceImpl.deleteObject(Class<T> type,
String oid,
OperationResult result) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
TestSqlRepositoryServiceImpl.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
void |
ReportManager.cleanupReports(com.evolveum.midpoint.xml.ns._public.common.common_3.CleanupPolicyType cleanupPolicy,
OperationResult parentResult)
todo comments [lazyman]
todo how to return progress
|
InputStream |
ReportManager.getReportOutputData(String reportOutputOid,
OperationResult parentResult)
todo comments [lazyman]
|
void |
ReportManager.runReport(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ReportType> object,
PrismContainer<com.evolveum.midpoint.xml.ns._public.common.common_3.ReportParameterType> params,
Task task,
OperationResult parentResult)
todo comments [lazyman]
|
Modifier and Type | Method and Description |
---|---|
static OperationResult |
ReportUtils.getOperationResult(Map<?,?> params) |
Modifier and Type | Method and Description |
---|---|
void |
ReportManagerImpl.cleanupReports(com.evolveum.midpoint.xml.ns._public.common.common_3.CleanupPolicyType cleanupPolicy,
OperationResult parentResult) |
static com.evolveum.midpoint.xml.ns._public.common.common_3.ReportType |
ReportUtils.getReport(String reportOid,
OperationResult parentResult,
ModelService modelService) |
static List<PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> |
ReportUtils.getReportData(ModelService model,
Class type,
ObjectQuery query,
Task task,
OperationResult parentResult) |
InputStream |
ReportManagerImpl.getReportOutputData(String reportOutputOid,
OperationResult parentResult) |
static Map<String,Object> |
ReportUtils.getReportParameters(com.evolveum.midpoint.xml.ns._public.common.common_3.ReportType reportType,
PrismContainer<Containerable> parameterConfiguration,
PrismSchema reportSchema,
OperationResult parentResult) |
HookOperationMode |
ReportManagerImpl.invoke(ModelContext context,
Task task,
OperationResult parentResult)
Transforms change:
1/ ReportOutputType DELETE to MODIFY some attribute to mark it for deletion.
|
<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.invokeOnException(ModelContext context,
Throwable throwable,
Task task,
OperationResult result) |
void |
ReportManagerImpl.runReport(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ReportType> object,
PrismContainer<com.evolveum.midpoint.xml.ns._public.common.common_3.ReportParameterType> paramContainer,
Task task,
OperationResult parentResult)
Creates and starts task with proper handler, also adds necessary information to task
(like ReportType reference and so on).
|
Modifier and Type | Method and Description |
---|---|
OperationResult |
ObjectDeltaOperation.getExecutionResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractSummarizingResultHandler.handle(PrismObject<T> object,
OperationResult parentResult) |
boolean |
ResultHandler.handle(PrismObject<T> object,
OperationResult parentResult)
Handle a single result.
|
protected abstract boolean |
AbstractSummarizingResultHandler.handleObject(PrismObject<T> object,
OperationResult parentResult)
Handle a single result.
|
void |
ObjectDeltaOperation.setExecutionResult(OperationResult executionResult) |
Constructor and Description |
---|
ObjectDeltaOperation(ObjectDelta<T> objectDelta,
OperationResult executionResult) |
Modifier and Type | Method and Description |
---|---|
OperationResult |
OperationResult.clone() |
OperationResult |
OperationResult.createMinorSubresult(String operation) |
static OperationResult |
OperationResult.createOperationResult(com.evolveum.midpoint.xml.ns._public.common.common_3.OperationResultType result) |
OperationResult |
OperationResult.createSubresult(String operation) |
OperationResult |
OperationResult.findSubresult(String operation) |
OperationResult |
OperationResult.getLastSubresult() |
Modifier and Type | Method and Description |
---|---|
List<OperationResult> |
OperationResult.getSubresults()
Method returns list of operation subresults @{link
OperationResult . |
Modifier and Type | Method and Description |
---|---|
void |
OperationResult.addSubresult(OperationResult subresult) |
static void |
OperationResultRunner.run(OperationResult result,
Runnable runnable) |
Constructor and Description |
---|
OperationResult(String operation,
Map<String,Serializable> params,
Map<String,Serializable> context,
Map<String,Serializable> returns,
OperationResultStatus status,
long token,
String messageCode,
String message,
String localizationMessage,
List<Serializable> localizationArguments,
Throwable cause,
List<OperationResult> subresults) |
OperationResult(String operation,
Map<String,Serializable> params,
OperationResultStatus status,
long token,
String messageCode,
String message,
List<OperationResult> subresults) |
OperationResult(String operation,
Map<String,Serializable> params,
OperationResultStatus status,
long token,
String messageCode,
String message,
String localizationMessage,
List<Serializable> localizationArguments,
Throwable cause,
List<OperationResult> subresults) |
OperationResult(String operation,
Map<String,Serializable> params,
OperationResultStatus status,
long token,
String messageCode,
String message,
String localizationMessage,
Throwable cause,
List<OperationResult> subresults) |
Modifier and Type | Method and Description |
---|---|
static com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorType |
ResourceTypeUtil.getConnectorType(com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
ObjectResolver resolver,
OperationResult parentResult)
The usage of "resolver" is experimental.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ObjectResolver.resolve(com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectReferenceType ref,
Class<T> expectedType,
Collection<SelectorOptions<GetOperationOptions>> options,
String contextDescription,
OperationResult result)
Resolve the provided reference to object (ObjectType).
|
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ObjectResolver.searchIterative(Class<O> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
ResultHandler<O> handler,
OperationResult parentResult) |
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.
|
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) |
Modifier and Type | Method and Description |
---|---|
OperationResult |
TaskRunResult.getOperationResult() |
OperationResult |
Task.getResult()
Returns a top-level OperationResult stored in the task.
|
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.
|
void |
TaskManager.cleanupTasks(com.evolveum.midpoint.xml.ns._public.common.common_3.CleanupPolicyType closedTasksPolicy,
Task task,
OperationResult opResult)
Deletes obsolete tasks, as specified in the policy.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
TaskManager.countObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult)
Counts the number of objects.
|
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.deactivateServiceThreads(long timeToWait,
OperationResult parentResult)
Deactivates service threads (temporarily).
|
void |
TaskManager.deleteNode(String nodeOid,
OperationResult result)
Deletes a node from the repository.
|
void |
TaskManager.deleteTask(String oid,
OperationResult parentResult)
Deletes task with provided OID.
|
void |
Task.finishHandler(OperationResult parentResult)
Removes current handler from the handlers stack.
|
Set<Task> |
TaskManager.getLocallyRunningTasks(OperationResult parentResult)
Returns tasks that currently run on this node.
|
Long |
Task.getNextRunStartTime(OperationResult parentResult)
Returns the time when the task should start again.
|
Long |
TaskManager.getNextRunStartTime(String oid,
OperationResult result)
Gets next scheduled execution time for a given task.
|
<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
|
Task |
Task.getParentTask(OperationResult result)
Returns the parent task, if any.
|
Task |
TaskManager.getTask(String taskOid,
OperationResult parentResult)
Returns a task with specified OID.
|
Task |
TaskManager.getTaskByIdentifier(String identifier,
OperationResult parentResult)
Returns a task with a given identifier.
|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.TaskType> |
TaskManager.getTaskTypeByIdentifier(String identifier,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult)
TODO
|
List<Task> |
Task.listDependents(OperationResult result)
Lists all explicit dependents, i.e.
|
List<Task> |
Task.listPrerequisiteTasks(OperationResult parentResult)
List all prerequisite tasks for the current tasks, i.e.
|
List<Task> |
Task.listSubtasks(OperationResult parentResult)
Lists the (direct) subtasks of a given task.
|
List<Task> |
Task.listSubtasksDeeply(OperationResult result)
List all the subtasks of a given task, i.e.
|
void |
TaskManager.modifyTask(String oid,
Collection<? extends ItemDelta> modifications,
OperationResult parentResult)
Modifies task using relative change description.
|
void |
TaskManager.onTaskCreate(String oid,
OperationResult parentResult)
This is a signal to task manager that a new task was created in the repository.
|
void |
TaskManager.onTaskDelete(String oid,
OperationResult parentResult)
This is a signal to task manager that a task was removed from the repository.
|
void |
TaskManager.pauseTask(Task task,
TaskWaitingReason reason,
OperationResult parentResult)
Puts a runnable/running task into WAITING state.
|
void |
TaskManager.postInit(OperationResult result)
Post initialization, e.g.
|
void |
TaskManager.reactivateServiceThreads(OperationResult parentResult)
Re-activates the service threads after they have been deactivated.
|
void |
Task.refresh(OperationResult parentResult)
Re-reads the task state from the persistent storage.
|
void |
TaskManager.resumeTask(Task task,
OperationResult parentResult)
Resume suspended task.
|
void |
TaskManager.resumeTasks(Collection<String> taskOids,
OperationResult parentResult)
Resume suspended tasks.
|
void |
Task.savePendingModifications(OperationResult parentResult)
Saves modifications done against the in-memory version of the task into the repository.
|
void |
TaskManager.scheduleTaskNow(Task task,
OperationResult parentResult)
Schedules a RUNNABLE task or CLOSED single-run task to be run immediately.
|
void |
TaskManager.scheduleTasksNow(Collection<String> taskOids,
OperationResult parentResult)
Schedules a RUNNABLE/CLOSED tasks to be run immediately.
|
<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) |
void |
Task.setBindingImmediate(TaskBinding value,
OperationResult parentResult)
Sets the binding (immediately through to the repo).
|
void |
Task.setDescriptionImmediate(String value,
OperationResult parentResult)
Sets task description, immediately storing it into the repo.
|
void |
Task.setExpectedTotalImmediate(Long value,
OperationResult parentResult)
"Immediate" version of the above method.
|
void |
Task.setExtensionPropertyImmediate(PrismProperty<?> property,
OperationResult parentResult)
"Immediate" version of the above method.
|
void |
Task.setHandlerUriImmediate(String value,
OperationResult parentResult)
Sets handler URI, also immediately in the repository.
|
void |
Task.setNameImmediate(PolyStringType value,
OperationResult parentResult)
Sets the human-readable name of the task, immediately into repository.
|
void |
Task.setObjectRefImmediate(com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectReferenceType value,
OperationResult parentResult)
"Immediate" version of the previous method.
|
void |
TaskRunResult.setOperationResult(OperationResult operationResult) |
void |
Task.setProgressImmediate(long progress,
OperationResult parentResult)
"Immediate" version of the above method.
|
void |
Task.setResult(OperationResult result)
Sets the top-level OperationResult stored in the task.
|
void |
Task.setResultImmediate(OperationResult result,
OperationResult parentResult)
"Immediate" version of above method.
|
void |
TaskManager.startScheduler(String nodeIdentifier,
OperationResult parentResult)
Starts the scheduler on a given node.
|
void |
TaskManager.startSchedulers(Collection<String> nodeIdentifiers,
OperationResult parentResult) |
void |
Task.startWaitingForTasksImmediate(OperationResult result)
Starts "passive" waiting for other tasks.
|
void |
TaskManager.stopScheduler(String nodeIdentifier,
OperationResult parentResult)
Stops the scheduler on a given node.
|
void |
TaskManager.stopSchedulers(Collection<String> nodeIdentifiers,
OperationResult parentResult) |
boolean |
TaskManager.stopSchedulersAndTasks(Collection<String> nodeIdentifiers,
long waitTime,
OperationResult parentResult)
Stops a set of schedulers (on their nodes) and tasks that are executing on these nodes.
|
void |
TaskManager.suspendAndDeleteTasks(Collection<String> taskOidList,
long suspendTimeout,
boolean alsoSubtasks,
OperationResult parentResult)
Suspends tasks and deletes them.
|
boolean |
TaskManager.suspendTask(Task task,
long waitTime,
OperationResult parentResult)
Suspend a task.
|
boolean |
TaskManager.suspendTasks(Collection<String> taskOids,
long waitForStop,
OperationResult parentResult)
Suspends a set of tasks.
|
void |
TaskManager.switchToBackground(Task task,
OperationResult parentResult)
Switches the provided task to background, making it asynchronous.
|
void |
TaskManager.synchronizeTasks(OperationResult parentResult)
Synchronizes information in midPoint repository and task scheduling database.
|
void |
TaskManager.unpauseTask(Task task,
OperationResult parentResult)
Puts a WAITING task back into RUNNABLE state.
|
void |
TaskManager.waitForTransientChildren(Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
OperationResult |
TaskQuartzImpl.getResult() |
Modifier and Type | Method and Description |
---|---|
String |
TaskManagerQuartzImpl.addTask(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.TaskType> taskPrism,
OperationResult parentResult) |
void |
TaskQuartzImpl.checkDependencies(OperationResult result) |
void |
TaskManagerQuartzImpl.checkStalledTasks(OperationResult result) |
void |
TaskManagerQuartzImpl.checkWaitingTasks(OperationResult result) |
void |
TaskManagerQuartzImpl.cleanupTasks(com.evolveum.midpoint.xml.ns._public.common.common_3.CleanupPolicyType policy,
Task executionTask,
OperationResult parentResult) |
void |
TaskManagerQuartzImpl.closeTask(Task task,
OperationResult parentResult) |
void |
TaskManagerQuartzImpl.closeTaskWithoutSavingState(Task task,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
TaskManagerQuartzImpl.countObjects(Class<T> type,
ObjectQuery query,
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.deactivateServiceThreads(long timeToWait,
OperationResult parentResult) |
void |
TaskManagerQuartzImpl.deleteNode(String nodeOid,
OperationResult result) |
void |
TaskManagerQuartzImpl.deleteTask(String oid,
OperationResult parentResult) |
void |
TaskQuartzImpl.finishHandler(OperationResult parentResult) |
Set<Task> |
TaskManagerQuartzImpl.getLocallyRunningTasks(OperationResult parentResult) |
Long |
TaskQuartzImpl.getNextRunStartTime(OperationResult parentResult) |
Long |
TaskManagerQuartzImpl.getNextRunStartTime(String oid,
OperationResult parentResult) |
<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) |
Task |
TaskQuartzImpl.getParentTask(OperationResult result) |
Task |
TaskManagerQuartzImpl.getTask(String taskOid,
OperationResult parentResult) |
Task |
TaskManagerQuartzImpl.getTaskByIdentifier(String identifier,
OperationResult parentResult) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.TaskType> |
TaskManagerQuartzImpl.getTaskTypeByIdentifier(String identifier,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult) |
void |
Initializer.init(OperationResult result) |
List<Task> |
TaskQuartzImpl.listDependents(OperationResult parentResult) |
List<Task> |
TaskQuartzImpl.listPrerequisiteTasks(OperationResult parentResult) |
List<PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.TaskType>> |
TaskQuartzImpl.listPrerequisiteTasksRaw(OperationResult parentResult) |
List<Task> |
TaskQuartzImpl.listSubtasks(OperationResult parentResult) |
List<Task> |
TaskQuartzImpl.listSubtasksDeeply(OperationResult parentResult) |
List<PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.TaskType>> |
TaskQuartzImpl.listSubtasksRaw(OperationResult parentResult) |
void |
TaskManagerQuartzImpl.modifyTask(String oid,
Collection<? extends ItemDelta> modifications,
OperationResult parentResult) |
void |
TaskManagerQuartzImpl.onTaskCreate(String oid,
OperationResult parentResult) |
void |
TaskManagerQuartzImpl.onTaskDelete(String oid,
OperationResult parentResult) |
void |
TaskManagerQuartzImpl.pauseTask(Task task,
TaskWaitingReason reason,
OperationResult parentResult) |
void |
TaskManagerQuartzImpl.postInit(OperationResult parentResult) |
void |
TaskManagerQuartzImpl.reactivateServiceThreads(OperationResult parentResult) |
void |
TaskQuartzImpl.refresh(OperationResult parentResult) |
void |
TaskManagerQuartzImpl.resumeTask(Task task,
OperationResult parentResult) |
void |
TaskManagerQuartzImpl.resumeTasks(Collection<String> taskOids,
OperationResult parentResult) |
void |
TaskQuartzImpl.savePendingModifications(OperationResult parentResult) |
void |
TaskManagerQuartzImpl.scheduleRunnableTaskNow(Task task,
OperationResult parentResult) |
void |
TaskManagerQuartzImpl.scheduleTaskNow(Task task,
OperationResult parentResult) |
void |
TaskManagerQuartzImpl.scheduleTasksNow(Collection<String> taskOids,
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) |
void |
TaskQuartzImpl.setBindingImmediate(TaskBinding value,
OperationResult parentResult) |
void |
TaskQuartzImpl.setCategoryImmediate(String value,
OperationResult parentResult) |
void |
TaskQuartzImpl.setCompletionTimestampImmediate(Long value,
OperationResult parentResult) |
void |
TaskQuartzImpl.setDescriptionImmediate(String value,
OperationResult parentResult) |
void |
TaskQuartzImpl.setExecutionStatusImmediate(TaskExecutionStatus value,
OperationResult parentResult) |
void |
TaskQuartzImpl.setExpectedTotalImmediate(Long value,
OperationResult parentResult) |
void |
TaskQuartzImpl.setExtensionPropertyImmediate(PrismProperty<?> property,
OperationResult parentResult) |
void |
TaskQuartzImpl.setHandlerUriImmediate(String value,
OperationResult parentResult) |
void |
TaskQuartzImpl.setLastRunFinishTimestampImmediate(Long value,
OperationResult parentResult) |
void |
TaskQuartzImpl.setLastRunStartTimestampImmediate(Long value,
OperationResult parentResult) |
void |
TaskQuartzImpl.setNameImmediate(PolyStringType value,
OperationResult parentResult) |
void |
TaskQuartzImpl.setNodeImmediate(String value,
OperationResult parentResult) |
void |
TaskQuartzImpl.setObjectRefImmediate(com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectReferenceType value,
OperationResult parentResult) |
void |
TaskQuartzImpl.setOtherHandlersUriStackImmediate(com.evolveum.midpoint.xml.ns._public.common.common_3.UriStack value,
OperationResult parentResult) |
void |
TaskQuartzImpl.setParentImmediate(String value,
OperationResult parentResult) |
void |
TaskQuartzImpl.setProgressImmediate(long value,
OperationResult parentResult) |
void |
TaskQuartzImpl.setRecurrenceStatusImmediate(TaskRecurrence value,
OperationResult parentResult) |
void |
TaskQuartzImpl.setResult(OperationResult result) |
void |
TaskQuartzImpl.setResultImmediate(OperationResult result,
OperationResult parentResult) |
void |
TaskQuartzImpl.setResultStatusTypeImmediate(com.evolveum.midpoint.xml.ns._public.common.common_3.OperationResultStatusType value,
OperationResult parentResult) |
void |
TaskQuartzImpl.setResultTransient(OperationResult result) |
void |
TaskQuartzImpl.setScheduleImmediate(com.evolveum.midpoint.xml.ns._public.common.common_3.ScheduleType value,
OperationResult parentResult) |
void |
TaskQuartzImpl.setThreadStopActionImmediate(com.evolveum.midpoint.xml.ns._public.common.common_3.ThreadStopActionType value,
OperationResult parentResult) |
void |
TaskQuartzImpl.setWaitingReasonImmediate(TaskWaitingReason value,
OperationResult parentResult) |
void |
TaskManagerQuartzImpl.startScheduler(String nodeIdentifier,
OperationResult parentResult) |
void |
TaskManagerQuartzImpl.startSchedulers(Collection<String> nodeIdentifiers,
OperationResult parentResult) |
void |
TaskQuartzImpl.startWaitingForTasksImmediate(OperationResult result) |
void |
TaskManagerQuartzImpl.stopScheduler(String nodeIdentifier,
OperationResult parentResult) |
void |
TaskManagerQuartzImpl.stopSchedulers(Collection<String> nodeIdentifiers,
OperationResult parentResult) |
boolean |
TaskManagerQuartzImpl.stopSchedulersAndTasks(Collection<String> nodeIdentifiers,
long timeToWait,
OperationResult result) |
void |
TaskManagerQuartzImpl.suspendAndDeleteTasks(Collection<String> taskOids,
long suspendTimeout,
boolean alsoSubtasks,
OperationResult parentResult) |
boolean |
TaskManagerQuartzImpl.suspendTask(Task task,
long waitTime,
OperationResult parentResult) |
boolean |
TaskManagerQuartzImpl.suspendTasks(Collection<String> taskOids,
long waitForStop,
OperationResult parentResult) |
boolean |
TaskManagerQuartzImpl.suspendTasksResolved(Collection<Task> tasks,
long waitForStop,
OperationResult parentResult) |
void |
TaskManagerQuartzImpl.switchToBackground(Task task,
OperationResult parentResult) |
void |
TaskManagerQuartzImpl.synchronizeTasks(OperationResult result) |
void |
TaskQuartzImpl.synchronizeWithQuartz(OperationResult parentResult) |
void |
TaskManagerQuartzImpl.unpauseTask(Task task,
OperationResult parentResult) |
void |
TaskManagerQuartzImpl.unscheduleTask(Task task,
OperationResult parentResult) |
TaskRunResult |
TaskQuartzImpl.waitForSubtasks(Integer interval,
Collection<ItemDelta<?,?>> extensionDeltas,
OperationResult parentResult)
Deprecated.
|
TaskRunResult |
TaskQuartzImpl.waitForSubtasks(Integer interval,
OperationResult parentResult)
Deprecated.
|
void |
TaskManagerQuartzImpl.waitForTransientChildren(Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterManager.checkClusterConfiguration(OperationResult result)
Verifies cluster consistency (currently checks whether there is no other node with the same ID, and whether clustered/non-clustered nodes are OK).
|
void |
NodeRegistrar.checkNonClusteredNodes(OperationResult result)
There may be either exactly one non-clustered node (and no other nodes), or clustered nodes only.
|
void |
ClusterManager.checkStalledTasks(OperationResult result) |
void |
ClusterManager.checkSystemConfigurationChanged(OperationResult parentResult)
Check whether system configuration has not changed in repository (e.g.
|
void |
ClusterManager.checkWaitingTasks(OperationResult result) |
void |
ClusterManager.createNodeObject(OperationResult result) |
void |
NodeRegistrar.deleteNode(String nodeOid,
OperationResult parentResult) |
void |
ClusterManager.deleteNode(String nodeOid,
OperationResult result) |
List<PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.NodeType>> |
ClusterManager.getAllNodes(OperationResult result) |
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) |
void |
ClusterManager.recordNodeShutdown(OperationResult result) |
void |
ClusterManager.stopClusterManagerThread(long waitTime,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
void |
StalledTasksWatcher.checkStalledTasks(OperationResult parentResult) |
ClusterStatusInformation |
ExecutionManager.getClusterStatusInformation(boolean clusterwide,
boolean allowCached,
OperationResult parentResult) |
Set<Task> |
ExecutionManager.getLocallyRunningTasks(OperationResult parentResult) |
Long |
ExecutionManager.getNextRunStartTime(String oid,
OperationResult result) |
void |
ExecutionManager.pauseTaskJob(Task task,
OperationResult parentResult) |
boolean |
ExecutionManager.removeTaskFromQuartz(String oid,
OperationResult parentResult)
Removes task from quartz.
|
void |
ExecutionManager.reRunClosedTask(Task task,
OperationResult parentResult) |
void |
ExecutionManager.scheduleRunnableTaskNow(Task task,
OperationResult parentResult) |
void |
ExecutionManager.startScheduler(String nodeIdentifier,
OperationResult parentResult) |
boolean |
ExecutionManager.stopAllTasksOnThisNodeAndWait(long timeToWait,
OperationResult parentResult)
Signals all running tasks that they have to finish.
|
void |
RemoteNodesManager.stopRemoteScheduler(String nodeIdentifier,
OperationResult parentResult) |
void |
ExecutionManager.stopScheduler(String nodeIdentifier,
OperationResult parentResult) |
boolean |
ExecutionManager.stopSchedulerAndTasksLocally(long timeToWait,
OperationResult result) |
boolean |
ExecutionManager.stopSchedulersAndTasks(Collection<String> nodeIdentifiers,
long timeToWait,
OperationResult parentResult) |
boolean |
ExecutionManager.stopTasksRunAndWait(Collection<Task> tasks,
ClusterStatusInformation csi,
long waitTime,
boolean clusterwide,
OperationResult parentResult)
Stops given set of tasks and waits for their completion.
|
boolean |
ExecutionManager.synchronizeJobStores(OperationResult result) |
boolean |
TaskSynchronizer.synchronizeTask(TaskQuartzImpl task,
OperationResult parentResult)
Task should be refreshed when entering this method.
|
void |
ExecutionManager.synchronizeTask(TaskQuartzImpl task,
OperationResult result) |
void |
ExecutionManager.unscheduleTask(Task task,
OperationResult parentResult) |
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) |
static void |
IntegrationTestTools.assertTestResourceFailure(OperationResult testResult,
ConnectorTestOperation operation) |
static void |
IntegrationTestTools.assertTestResourceNotApplicable(OperationResult testResult,
ConnectorTestOperation operation) |
static void |
IntegrationTestTools.assertTestResourceSuccess(OperationResult testResult,
ConnectorTestOperation operation) |
static void |
IntegrationTestTools.checkAccountShadow(com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType shadowType,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
RepositoryService repositoryService,
ObjectChecker<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> checker,
MatchingRule<String> uidMatchingRule,
PrismContext prismContext,
OperationResult parentResult) |
static void |
IntegrationTestTools.checkAccountShadow(com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType shadowType,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
RepositoryService repositoryService,
ObjectChecker<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> checker,
PrismContext prismContext,
OperationResult parentResult) |
static void |
IntegrationTestTools.checkEntitlementShadow(com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType shadowType,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
RepositoryService repositoryService,
ObjectChecker<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> checker,
String objectClassLocalName,
MatchingRule<String> uidMatchingRule,
PrismContext prismContext,
OperationResult parentResult) |
static void |
IntegrationTestTools.checkEntitlementShadow(com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType shadowType,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
RepositoryService repositoryService,
ObjectChecker<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> checker,
String objectClassLocalName,
PrismContext prismContext,
OperationResult parentResult) |
static void |
IntegrationTestTools.checkShadow(com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType shadowType,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
RepositoryService repositoryService,
ObjectChecker<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> checker,
MatchingRule<String> uidMatchingRule,
PrismContext prismContext,
OperationResult parentResult) |
static void |
IntegrationTestTools.checkShadow(com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType shadowType,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
RepositoryService repositoryService,
ObjectChecker<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> checker,
PrismContext prismContext,
OperationResult parentResult) |
void |
DummyAuditService.cleanupAudit(com.evolveum.midpoint.xml.ns._public.common.common_3.CleanupPolicyType policy,
OperationResult parentResult) |
static void |
IntegrationTestTools.display(OperationResult result) |
static void |
IntegrationTestTools.display(String title,
OperationResult result) |
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.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) |
abstract void |
AbstractIntegrationTest.initSystem(Task initTask,
OperationResult initResult) |
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) |
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) |
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 |
---|---|
static List<OperationResult> |
TestUtil.selectSubresults(OperationResult result,
String... operationNames) |
Modifier and Type | Method and Description |
---|---|
static void |
TestUtil.assertFailure(OperationResult result) |
static void |
TestUtil.assertFailure(String message,
OperationResult result) |
static void |
TestUtil.assertInProgress(String message,
OperationResult result) |
static void |
TestUtil.assertInProgressOrSuccess(OperationResult result) |
static void |
TestUtil.assertNoUnknown(OperationResult result) |
static void |
TestUtil.assertPartialError(OperationResult result) |
static void |
TestUtil.assertResultStatus(OperationResult result,
OperationResultStatus expectedStatus) |
static void |
TestUtil.assertStatus(OperationResult result,
OperationResultStatus expectedStatus) |
static void |
TestUtil.assertSuccess(OperationResult result) |
static void |
TestUtil.assertSuccess(OperationResult result,
int depth) |
static void |
TestUtil.assertSuccess(String message,
OperationResult result) |
static void |
TestUtil.assertSuccess(String message,
OperationResult result,
int level)
level=-1 - check all levels
level=0 - check only the top-level
level=1 - check one level below top-level
...
|
static void |
TestUtil.assertSuccess(String message,
OperationResult result,
OperationResult originalResult,
int stopLevel,
int currentLevel,
boolean warningOk) |
static void |
TestUtil.assertSuccessOrWarning(String message,
OperationResult result) |
static void |
TestUtil.assertSuccessOrWarning(String message,
OperationResult result,
int level) |
static void |
TestUtil.assertWarning(String message,
OperationResult result) |
static void |
TestUtil.assertWarning(String message,
OperationResult result,
int stopLevel,
int currentLevel) |
static String |
TestUtil.getErrorMessage(OperationResult result) |
static boolean |
TestUtil.hasWarningAssertSuccess(String message,
OperationResult result,
OperationResult originalResult,
int stopLevel,
int currentLevel) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
DirectoryFileObjectResolver.resolve(com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectReferenceType ref,
Class<T> expectedType,
Collection<SelectorOptions<GetOperationOptions>> options,
String contextDescription,
OperationResult result) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
DirectoryFileObjectResolver.searchIterative(Class<O> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
ResultHandler<O> handler,
OperationResult parentResult) |
static List<OperationResult> |
TestUtil.selectSubresults(OperationResult result,
String... operationNames) |
Modifier and Type | Method and Description |
---|---|
protected void |
AssignmentTablePanel.handlePartialError(OperationResult result)
Override to provide handle operation for partial error during provider iterator operation.
|
List<AssignmentEditorDto> |
AssignmentTablePanel.loadFromAssignmentTypeList(List<com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentType> asgList,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
protected void |
ObjectDataProvider.handleNotSuccessOrHandledErrorInIterator(OperationResult result) |
Constructor and Description |
---|
OpResult(OperationResult result) |
Modifier and Type | Method and Description |
---|---|
OperationResult |
ObjectWrapper.getFetchResult() |
OperationResult |
ObjectWrapper.getResult() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectWrapper.setFetchResult(OperationResult fetchResult) |
Modifier and Type | Method and Description |
---|---|
void |
ProgressReporter.executeChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult result,
org.apache.wicket.ajax.AjaxRequestTarget target)
Executes changes on behalf of the parent page.
|
void |
ProgressReportingAwarePage.finishProcessing(org.apache.wicket.ajax.AjaxRequestTarget target,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
OperationResult |
CallableResult.getResult() |
Modifier and Type | Method and Description |
---|---|
void |
CallableResult.setResult(OperationResult result) |
Constructor and Description |
---|
CallableResult(T value,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
OperationResult |
WizardStep.getResult() |
Modifier and Type | Method and Description |
---|---|
void |
WizardStep.setResult(OperationResult result) |
Modifier and Type | Method and Description |
---|---|
void |
PageTemplate.showResult(OperationResult result) |
void |
PageTemplate.showResultInSession(OperationResult result) |
protected <P> void |
PageBase.validateObject(String xmlObject,
Holder<P> objectHolder,
boolean validateSchema,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
List<OperationResult> |
AccountCallableResult.getFetchResults() |
Modifier and Type | Method and Description |
---|---|
OperationResult |
ResourceImportDto.getLastError() |
Modifier and Type | Method and Description |
---|---|
static void |
ResourceController.updateResourceState(ResourceState state,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
void |
PageRole.finishProcessing(org.apache.wicket.ajax.AjaxRequestTarget target,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
OperationResult |
TaskDto.getTaskOperationResult() |
Modifier and Type | Method and Description |
---|---|
List<OperationResult> |
TaskDto.getOpResult() |
List<OperationResult> |
TaskDto.getResult() |
Modifier and Type | Method and Description |
---|---|
void |
TaskDto.setOpResult(List<OperationResult> opResult) |
Constructor and Description |
---|
TaskDto(com.evolveum.midpoint.xml.ns._public.common.common_3.TaskType taskType,
ModelService modelService,
TaskService taskService,
ModelInteractionService modelInteractionService,
TaskManager taskManager,
TaskDtoProviderOptions options,
OperationResult parentResult,
PageBase pageBase) |
Modifier and Type | Method and Description |
---|---|
Object |
PageUser.findParam(String param,
String oid,
OperationResult result) |
void |
PageOrgUnit.finishProcessing(org.apache.wicket.ajax.AjaxRequestTarget target,
OperationResult result) |
void |
PageUser.finishProcessing(org.apache.wicket.ajax.AjaxRequestTarget target,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
protected void |
AssignablePopupContent.handlePartialError(OperationResult result)
Override to provide special handling for partial errors during
object loading
|
Modifier and Type | Method and Description |
---|---|
OperationResult |
UserAccountDto.getResult() |
Modifier and Type | Method and Description |
---|---|
protected void |
SimpleUserResourceProvider.handlePartialError(OperationResult result)
Override to provide handle operation for partial error during provider iterator operation.
|
Constructor and Description |
---|
UserAccountDto(boolean loaded,
String description,
OperationResult result) |
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) |
Modifier and Type | Method and Description |
---|---|
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) |
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 <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
WebModelUtils.deleteObject(Class<T> type,
String oid,
OperationResult result,
PageBase page) |
static boolean |
WebMiscUtil.isSuccessOrHandledError(OperationResult result) |
static boolean |
WebMiscUtil.isSuccessOrHandledErrorOrInProgress(OperationResult result) |
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) |
static void |
WebModelUtils.save(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options,
OperationResult result,
PageBase page) |
static void |
WebModelUtils.save(ObjectDelta delta,
ModelExecuteOptions options,
OperationResult result,
PageBase page) |
static void |
WebModelUtils.save(ObjectDelta delta,
OperationResult result,
PageBase page) |
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) |
static boolean |
WebMiscUtil.showResultInPage(OperationResult result) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowManager.approveOrRejectWorkItem(String taskId,
boolean decision,
OperationResult parentResult)
Approves or rejects a work item (without supplying any further information).
|
void |
WorkflowManager.approveOrRejectWorkItemWithDetails(String taskId,
PrismObject specific,
boolean decision,
OperationResult result) |
void |
WorkflowManager.claimWorkItem(String workItemId,
OperationResult result) |
void |
WorkflowManager.completeWorkItemWithDetails(String taskId,
PrismObject specific,
String decision,
OperationResult parentResult) |
int |
WorkflowManager.countProcessInstancesRelatedToUser(String userOid,
boolean requestedBy,
boolean requestedFor,
boolean finished,
OperationResult parentResult) |
int |
WorkflowManager.countWorkItemsRelatedToUser(String userOid,
boolean assigned,
OperationResult parentResult)
Counts Work Items related to a user.
|
void |
WorkflowManager.deleteProcessInstance(String instanceId,
OperationResult parentResult) |
List<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectReferenceType> |
WorkflowManager.getApprovedBy(Task task,
OperationResult result) |
com.evolveum.midpoint.xml.ns._public.common.common_3.WfProcessInstanceType |
WorkflowManager.getProcessInstanceById(String instanceId,
boolean historic,
boolean getWorkItems,
OperationResult parentResult)
Returns information about a process instance.
|
com.evolveum.midpoint.xml.ns._public.common.common_3.WfProcessInstanceType |
WorkflowManager.getProcessInstanceByWorkItemId(String taskId,
OperationResult parentResult) |
com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemType |
WorkflowManager.getWorkItemDetailsById(String taskId,
OperationResult parentResult)
Provides detailed information about a given work item (may be inefficient, so use with care).
|
List<com.evolveum.midpoint.xml.ns._public.common.common_3.WfProcessInstanceType> |
WorkflowManager.listProcessInstancesRelatedToUser(String userOid,
boolean requestedBy,
boolean requestedFor,
boolean finished,
int first,
int count,
OperationResult parentResult) |
List<com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemType> |
WorkflowManager.listWorkItemsRelatedToUser(String userOid,
boolean assigned,
int first,
int count,
OperationResult parentResult)
Lists work items related to a user.
|
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 |
WorkflowManager.releaseWorkItem(String workItemId,
OperationResult result) |
void |
WorkflowManager.stopProcessInstance(String instanceId,
String username,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowManagerImpl.approveOrRejectWorkItem(String taskId,
boolean decision,
OperationResult parentResult) |
void |
WorkflowManagerImpl.approveOrRejectWorkItemWithDetails(String taskId,
PrismObject specific,
boolean decision,
OperationResult parentResult) |
void |
WorkflowManagerImpl.claimWorkItem(String workItemId,
OperationResult result) |
void |
WorkflowManagerImpl.completeWorkItemWithDetails(String taskId,
PrismObject specific,
String decision,
OperationResult parentResult) |
int |
WorkflowManagerImpl.countProcessInstancesRelatedToUser(String userOid,
boolean requestedBy,
boolean requestedFor,
boolean finished,
OperationResult parentResult) |
int |
WorkflowManagerImpl.countWorkItemsRelatedToUser(String userOid,
boolean assigned,
OperationResult parentResult) |
void |
WorkflowManagerImpl.deleteProcessInstance(String instanceId,
OperationResult parentResult) |
List<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectReferenceType> |
WorkflowManagerImpl.getApprovedBy(Task task,
OperationResult result) |
com.evolveum.midpoint.xml.ns._public.common.common_3.WfProcessInstanceType |
WorkflowManagerImpl.getProcessInstanceById(String instanceId,
boolean historic,
boolean getWorkItems,
OperationResult parentResult) |
com.evolveum.midpoint.xml.ns._public.common.common_3.WfProcessInstanceType |
WorkflowManagerImpl.getProcessInstanceByWorkItemId(String taskId,
OperationResult parentResult) |
com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemType |
WorkflowManagerImpl.getWorkItemDetailsById(String taskId,
OperationResult parentResult) |
HookOperationMode |
WfHook.invoke(ModelContext context,
Task task,
OperationResult parentResult) |
void |
WfHook.invokeOnException(ModelContext context,
Throwable throwable,
Task task,
OperationResult result) |
List<com.evolveum.midpoint.xml.ns._public.common.common_3.WfProcessInstanceType> |
WorkflowManagerImpl.listProcessInstancesRelatedToUser(String userOid,
boolean requestedBy,
boolean requestedFor,
boolean finished,
int first,
int count,
OperationResult parentResult) |
List<com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemType> |
WorkflowManagerImpl.listWorkItemsRelatedToUser(String userOid,
boolean assigned,
int first,
int count,
OperationResult parentResult) |
void |
WorkflowManagerImpl.releaseWorkItem(String workItemId,
OperationResult result) |
void |
WorkflowManagerImpl.stopProcessInstance(String instanceId,
String username,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
void |
ActivitiInterface.activiti2midpoint(ActivitiToMidPointMessage msg,
Task task,
boolean asynchronous,
OperationResult parentResult) |
Map<String,Object> |
ActivitiEngineDataHelper.getHistoricVariables(String pid,
OperationResult result) |
Map<String,Object> |
ActivitiEngineDataHelper.getProcessVariables(String taskId,
OperationResult result) |
org.activiti.engine.task.Task |
ActivitiEngineDataHelper.getTaskById(String taskId,
OperationResult result) |
void |
ActivitiInterface.midpoint2activiti(MidPointToActivitiMessage cmd,
Task task,
OperationResult result)
Processes a message coming from midPoint to activiti.
|
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.xml.ns._public.common.common_3.WfProcessInstanceType |
ProcessInstanceProvider.activitiToMidpointProcessInstanceHistory(org.activiti.engine.history.HistoricProcessInstance instance,
OperationResult parentResult) |
void |
WorkItemManager.claimWorkItem(String taskId,
OperationResult parentResult) |
void |
WorkItemManager.completeWorkItemWithDetails(String taskId,
PrismObject specific,
String decision,
OperationResult parentResult) |
int |
ProcessInstanceProvider.countProcessInstancesRelatedToUser(String userOid,
boolean requestedBy,
boolean requestedFor,
boolean finished,
OperationResult parentResult) |
int |
WorkItemProvider.countWorkItemsRelatedToUser(String userOid,
boolean assigned,
OperationResult parentResult)
Counts Work Items related to a user.
|
void |
ProcessInstanceManager.deleteProcessInstance(String instanceId,
OperationResult parentResult) |
com.evolveum.midpoint.xml.ns._public.common.common_3.WfProcessInstanceType |
ProcessInstanceProvider.getProcessInstanceByInstanceId(String instanceId,
boolean historic,
boolean getWorkItems,
OperationResult parentResult) |
com.evolveum.midpoint.xml.ns._public.common.common_3.WfProcessInstanceType |
ProcessInstanceProvider.getProcessInstanceByTaskId(String taskId,
OperationResult parentResult) |
com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemType |
WorkItemProvider.getWorkItemDetailsById(String taskId,
OperationResult parentResult) |
List<com.evolveum.midpoint.xml.ns._public.common.common_3.WfProcessInstanceType> |
ProcessInstanceProvider.listProcessInstancesRelatedToUser(String userOid,
boolean requestedBy,
boolean requestedFor,
boolean finished,
int first,
int count,
OperationResult parentResult) |
List<com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemType> |
WorkItemProvider.listWorkItemsRelatedToUser(String userOid,
boolean assigned,
int first,
int count,
OperationResult parentResult)
Lists work items related to a user.
|
void |
WorkItemManager.releaseWorkItem(String taskId,
OperationResult parentResult) |
void |
ProcessInstanceManager.stopProcessInstance(String instanceId,
String username,
OperationResult parentResult) |
com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemType |
WorkItemProvider.taskEventToWorkItem(TaskEvent taskEvent,
boolean getAssigneeDetails,
boolean getCandidateDetails,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
void |
Job.commitChanges(OperationResult result) |
void |
Job.computeTaskResultIfUnknown(OperationResult result) |
Job |
JobController.createJob(JobCreationInstruction instruction,
Job parentJob,
OperationResult result)
Creates a job, just as prescribed by the job creation instruction.
|
Job |
JobController.createJob(JobCreationInstruction instruction,
Task parentTask,
OperationResult result)
As before, but this time we know only the parent task (not a job).
|
List<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectReferenceType> |
WfTaskUtil.getApprovedByFromTaskTree(Task task,
OperationResult result) |
Job |
Job.getParentJob(OperationResult result) |
List<Job> |
Job.listChildren(OperationResult result) |
List<Job> |
Job.listDependents(OperationResult result) |
void |
JobController.processWorkflowMessage(ActivitiToMidPointMessage message,
Task task,
boolean asynchronous,
OperationResult result)
Processes a message got from workflow engine - either synchronously (while waiting for
replies after sending - i.e.
|
void |
Job.removeCurrentTaskHandlerAndUnpause(OperationResult result) |
void |
JobController.resumeTask(Job job,
OperationResult result) |
void |
Job.resumeTask(OperationResult result) |
ModelContext |
Job.retrieveModelContext(OperationResult result) |
ModelContext |
WfTaskUtil.retrieveModelContext(Task task,
OperationResult result) |
void |
Job.setProcessInstanceFinishedImmediate(boolean value,
OperationResult result) |
void |
WfTaskUtil.setProcessInstanceFinishedImmediate(Task task,
Boolean value,
OperationResult result) |
void |
WfTaskUtil.setRootTaskOidImmediate(Task task,
String value,
OperationResult result) |
void |
Job.setSkipModelContextProcessingProperty(boolean value,
OperationResult result) |
void |
WfTaskUtil.setSkipModelContextProcessingProperty(Task task,
boolean value,
OperationResult result) |
void |
Job.setWfProcessIdImmediate(String pid,
OperationResult result) |
void |
Job.startWaitingForSubtasks(OperationResult result) |
void |
JobController.unpauseTask(Job job,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
Job |
BaseModelInvocationProcessingHelper.createRootJob(JobCreationInstruction rootInstruction,
Task taskFromModel,
OperationResult result)
Creates a root job, based on provided job start instruction.
|
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.
|
com.evolveum.midpoint.xml.ns._public.common.common_3.WfConfigurationType |
BaseConfigurationHelper.getWorkflowConfiguration(ModelContext<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> context,
OperationResult result) |
void |
BaseModelInvocationProcessingHelper.logJobsBeforeStart(Job rootJob,
OperationResult result) |
void |
ChangeProcessor.onProcessEnd(ProcessEvent event,
Job job,
OperationResult result)
Handles an event from WfMS that indicates finishing of the workflow process instance.
|
AuditEventRecord |
BaseAuditHelper.prepareProcessInstanceAuditRecord(Map<String,Object> variables,
Job job,
AuditEventStage stage,
OperationResult result) |
AuditEventRecord |
ChangeProcessor.prepareProcessInstanceAuditRecord(Map<String,Object> variables,
Job job,
AuditEventStage stage,
OperationResult result)
Prepares a process instance-related audit record.
|
AuditEventRecord |
BaseAuditHelper.prepareWorkItemAuditRecord(TaskEvent taskEvent,
AuditEventStage stage,
OperationResult result) |
AuditEventRecord |
ChangeProcessor.prepareWorkItemAuditRecord(TaskEvent taskEvent,
AuditEventStage stage,
OperationResult result)
Prepares a work item-related audit record.
|
HookOperationMode |
ChangeProcessor.processModelInvocation(ModelContext context,
com.evolveum.midpoint.xml.ns._public.common.common_3.WfConfigurationType wfConfigurationType,
Task taskFromModel,
OperationResult result)
Processes workflow-related aspect of a model operation.
|
Modifier and Type | Method and Description |
---|---|
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) |
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) |
void |
GeneralChangeProcessor.onProcessEnd(ProcessEvent event,
Job job,
OperationResult result) |
AuditEventRecord |
GeneralChangeProcessor.prepareProcessInstanceAuditRecord(Map<String,Object> variables,
Job job,
AuditEventStage stage,
OperationResult result) |
AuditEventRecord |
GeneralChangeProcessor.prepareWorkItemAuditRecord(TaskEvent taskEvent,
AuditEventStage stage,
OperationResult result) |
HookOperationMode |
GeneralChangeProcessor.processModelInvocation(ModelContext context,
com.evolveum.midpoint.xml.ns._public.common.common_3.WfConfigurationType wfConfigurationType,
Task taskFromModel,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
boolean |
GcpScenarioBean.determineActivation(com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralChangeProcessorScenarioType scenarioType,
ModelContext context,
Task taskFromModel,
OperationResult result)
Determines whether the process should be run in a given situation.
|
boolean |
BaseGcpScenarioBean.determineActivation(com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralChangeProcessorScenarioType scenarioType,
ModelContext context,
Task taskFromModel,
OperationResult result) |
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) |
JobCreationInstruction |
GcpScenarioBean.prepareJobCreationInstruction(com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralChangeProcessorScenarioType scenarioType,
LensContext<?> context,
Job rootJob,
Task taskFromModel,
OperationResult result) |
JobCreationInstruction |
BaseGcpScenarioBean.prepareJobCreationInstruction(com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralChangeProcessorScenarioType scenarioType,
LensContext<?> context,
Job rootJob,
Task taskFromModel,
OperationResult result) |
AuditEventRecord |
GcpScenarioBean.prepareProcessInstanceAuditRecord(Map<String,Object> variables,
Job job,
AuditEventStage stage,
OperationResult result) |
AuditEventRecord |
BaseGcpScenarioBean.prepareProcessInstanceAuditRecord(Map<String,Object> variables,
Job job,
AuditEventStage stage,
OperationResult result) |
AuditEventRecord |
GcpScenarioBean.prepareWorkItemAuditRecord(TaskEvent taskEvent,
AuditEventStage stage,
OperationResult result) |
AuditEventRecord |
BaseGcpScenarioBean.prepareWorkItemAuditRecord(TaskEvent taskEvent,
AuditEventStage stage,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
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) |
void |
PrimaryChangeProcessor.onProcessEnd(ProcessEvent event,
Job job,
OperationResult result) |
AuditEventRecord |
PrimaryChangeProcessor.prepareProcessInstanceAuditRecord(Map<String,Object> variables,
Job job,
AuditEventStage stage,
OperationResult result) |
AuditEventRecord |
PrimaryChangeProcessor.prepareWorkItemAuditRecord(TaskEvent taskEvent,
AuditEventStage stage,
OperationResult result) |
HookOperationMode |
PrimaryChangeProcessor.processModelInvocation(ModelContext context,
com.evolveum.midpoint.xml.ns._public.common.common_3.WfConfigurationType wfConfigurationType,
Task taskFromModel,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
PrimaryChangeAspectHelper.getRequester(Task task,
OperationResult result) |
List<com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectReferenceType> |
PrimaryChangeAspect.prepareApprovedBy(ProcessEvent event,
PcpJob job,
OperationResult result)
Returns a list of users who have approved the particular request.
|
List<com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectReferenceType> |
BasePrimaryChangeAspect.prepareApprovedBy(ProcessEvent event,
PcpJob job,
OperationResult result) |
List<ObjectDelta<Objectable>> |
PrimaryChangeAspect.prepareDeltaOut(ProcessEvent event,
PcpJob job,
OperationResult result)
On process instance end, prepares deltaOut based in deltaIn and information gathered during approval process.
|
List<ObjectDelta<Objectable>> |
PrimaryChangeAspectHelper.prepareDeltaOut(ProcessEvent event,
PcpJob pcpJob,
OperationResult result)
Prepares deltaOut from deltaIn, based on process instance variables.
|
List<ObjectDelta<Objectable>> |
BasePrimaryChangeAspect.prepareDeltaOut(ProcessEvent event,
PcpJob pcpJob,
OperationResult result) |
List<PcpChildJobCreationInstruction> |
PrimaryChangeAspect.prepareJobCreationInstructions(ModelContext<?> modelContext,
com.evolveum.midpoint.xml.ns._public.common.common_3.WfConfigurationType wfConfigurationType,
ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> change,
Task taskFromModel,
OperationResult result)
Examines the change and determines whether there are pieces that require (change type specific)
approval, for example, if there are roles added.
|
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.
|
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType |
PrimaryChangeAspectHelper.resolveResourceRef(com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentType a,
OperationResult result) |
void |
PrimaryChangeAspectHelper.resolveRolesAndOrgUnits(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user,
OperationResult result) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
PrimaryChangeAspectHelper.resolveTargetRef(com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentType a,
OperationResult result) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
PrimaryChangeAspectHelper.resolveTargetRef(com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectReferenceType referenceType,
Class<T> defaultObjectType,
OperationResult result) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
PrimaryChangeAspectHelper.resolveTargetRefUnchecked(com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentType a,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
protected com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType |
ResourceAssignmentHelper.getAssignmentApprovalTarget(com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentType assignmentType,
OperationResult result) |
protected abstract T |
ModifyAssignmentAspect.getAssignmentApprovalTarget(com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentType assignmentType,
OperationResult result) |
protected abstract T |
AddAssignmentAspect.getAssignmentApprovalTarget(com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentType assignmentType,
OperationResult result) |
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType |
ModifyResourceAssignmentAspect.getAssignmentApprovalTarget(com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentType assignmentType,
OperationResult result) |
com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractRoleType |
AddAbstractRoleAssignmentAspect.getAssignmentApprovalTarget(com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentType assignmentType,
OperationResult result) |
protected com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType |
AddResourceAssignmentAspect.getAssignmentApprovalTarget(com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentType assignmentType,
OperationResult result) |
com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractRoleType |
ModifyAbstractRoleAssignmentAspect.getAssignmentApprovalTarget(com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentType assignmentType,
OperationResult result) |
protected com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractRoleType |
RoleAssignmentHelper.getAssignmentApprovalTarget(com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentType assignmentType,
OperationResult result) |
List<PcpChildJobCreationInstruction> |
ModifyAssignmentAspect.prepareJobCreationInstructions(ModelContext<?> modelContext,
com.evolveum.midpoint.xml.ns._public.common.common_3.WfConfigurationType wfConfigurationType,
ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> change,
Task taskFromModel,
OperationResult result) |
List<PcpChildJobCreationInstruction> |
AddAssignmentAspect.prepareJobCreationInstructions(ModelContext<?> modelContext,
com.evolveum.midpoint.xml.ns._public.common.common_3.WfConfigurationType wfConfigurationType,
ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> change,
Task taskFromModel,
OperationResult result) |
PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.common_forms_3.QuestionFormType> |
ModifyAssignmentAspect.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> |
AddAssignmentAspect.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> |
ModifyAssignmentAspect.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> |
AddAssignmentAspect.prepareRelatedObject(org.activiti.engine.task.Task task,
Map<String,Object> variables,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
List<PcpChildJobCreationInstruction> |
AddObjectAspect.prepareJobCreationInstructions(ModelContext<?> modelContext,
com.evolveum.midpoint.xml.ns._public.common.common_3.WfConfigurationType wfConfigurationType,
ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> change,
Task taskFromModel,
OperationResult result) |
PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.common_forms_3.QuestionFormType> |
AddObjectAspect.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> |
AddObjectAspect.prepareRelatedObject(org.activiti.engine.task.Task task,
Map<String,Object> variables,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
List<PcpChildJobCreationInstruction> |
ChangePasswordAspect.prepareJobCreationInstructions(ModelContext<?> modelContext,
com.evolveum.midpoint.xml.ns._public.common.common_3.WfConfigurationType wfConfigurationType,
ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> change,
Task taskFromModel,
OperationResult result) |
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._public.common.common_3.ObjectType> |
ChangePasswordAspect.prepareRelatedObject(org.activiti.engine.task.Task task,
Map<String,Object> variables,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
List<String> |
MiscDataUtil.getGroupsForUser(String oid,
OperationResult result) |
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) |
Task |
MiscDataUtil.getShadowTask(Map<String,Object> variables,
OperationResult result) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
MiscDataUtil.getUserByOid(String oid,
OperationResult result) |
String |
MiscDataUtil.getUserNameByOid(String oid,
OperationResult result) |
void |
MiscDataUtil.resolveAssignmentTargetReferences(PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> object,
OperationResult result) |
PrismObject |
MiscDataUtil.resolveObjectReferenceType(com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectReferenceType ref,
OperationResult result) |
Copyright © 2015 evolveum. All rights reserved.