Uses of Class
com.evolveum.midpoint.util.exception.ConfigurationException
Packages that use ConfigurationException
Package
Description
Package that contains base page classes.
This is an experiment how to provide reliable and consistent information about the origin of individual configuration items
(mappings, expressions, etc).
Supports merging of (usually) configuration beans.
Provides all the necessary support for evaluating selectors and their clauses, i.e.
Defines value selectors and their clauses.
-
Uses of ConfigurationException in com.evolveum.midpoint.gui.api.page
Methods in com.evolveum.midpoint.gui.api.page that throw ConfigurationExceptionModifier and TypeMethodDescription<O extends ObjectType,
T extends ObjectType>
voidPageBase.authorize
(String operationUrl, AuthorizationPhaseType phase, PrismObject<O> object, ObjectDelta<O> delta, PrismObject<T> target, OperationResult result) boolean
PageAdminLTE.isAuthorized
(String operationUrl) <O extends ObjectType,
T extends ObjectType>
booleanPageAdminLTE.isAuthorized
(String operationUrl, AuthorizationPhaseType phase, PrismObject<O> object, ObjectDelta<O> delta, PrismObject<T> target) -
Uses of ConfigurationException in com.evolveum.midpoint.gui.impl.component.data.column
Methods in com.evolveum.midpoint.gui.impl.component.data.column that throw ConfigurationExceptionModifier and TypeMethodDescriptionprotected <V> Collection<V>
ConfigurableExpressionColumn.evaluate
(VariablesMap variablesMap, ExpressionType expression, com.evolveum.midpoint.task.api.Task task, OperationResult result) protected <V> Collection<V>
ReportExpressionColumn.evaluate
(VariablesMap variablesMap, ExpressionType expression, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of ConfigurationException in com.evolveum.midpoint.gui.impl.factory.panel.searchfilter
Methods in com.evolveum.midpoint.gui.impl.factory.panel.searchfilter that throw ConfigurationExceptionModifier and TypeMethodDescriptionprotected void
ResourceAttributeSearchFilterTypeForQueryModel.parseQuery
(String object, boolean setValue) final void
SearchFilterTypeForQueryModel.parseQuery
(String object) protected void
SearchFilterTypeForQueryModel.parseQuery
(String object, boolean setValue) final void
SearchFilterTypeForQueryModel.parseQueryWithoutSetValue
(String object) -
Uses of ConfigurationException in com.evolveum.midpoint.gui.impl.factory.wrapper
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper that throw ConfigurationExceptionModifier and TypeMethodDescriptionprotected void
PrismObjectWrapperFactoryImpl.applySecurityConstraints
(PrismObject<O> object, WrapperContext context) -
Uses of ConfigurationException in com.evolveum.midpoint.gui.impl.page.admin.resource
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource that throw ConfigurationException -
Uses of ConfigurationException in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.associationType.basic
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.associationType.basic that throw ConfigurationExceptionModifier and TypeMethodDescriptionprotected List<ResourceObjectTypeDefinition>
ObjectAssociationStepPanel.getListOfSupportedObjectTypeDef()
protected abstract List<ResourceObjectTypeDefinition>
ParticipantAssociationStepPanel.getListOfSupportedObjectTypeDef()
protected List<ResourceObjectTypeDefinition>
SubjectAssociationStepPanel.getListOfSupportedObjectTypeDef()
-
Uses of ConfigurationException in com.evolveum.midpoint.gui.impl.page.login
Methods in com.evolveum.midpoint.gui.impl.page.login that throw ConfigurationExceptionModifier and TypeMethodDescriptionprotected NonceType
PageSelfRegistration.createNonce
(NonceCredentialsPolicyType noncePolicy, com.evolveum.midpoint.task.api.Task task, OperationResult result) protected ObjectDelta<UserType>
PageInvitation.prepareUserDelta
(com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of ConfigurationException in com.evolveum.midpoint.gui.impl.prism.wrapper
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that throw ConfigurationExceptionModifier and TypeMethodDescriptionConstructionValueWrapper.getRefinedSchema
(PrismObject<ResourceType> resource) ConstructionValueWrapper.getResourceObjectDefinition
(PrismObject<ResourceType> resource) -
Uses of ConfigurationException in com.evolveum.midpoint.gui.impl.util
Methods in com.evolveum.midpoint.gui.impl.util that throw ConfigurationExceptionModifier and TypeMethodDescriptionstatic ResourceSchema
ProvisioningObjectsUtil.getRefinedSchema
(ResourceType resource, PageBase pageBase) -
Uses of ConfigurationException in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoid
ModelInteractionService.applyDefinitions
(ShadowType shadow, com.evolveum.midpoint.task.api.Task task, OperationResult result) Helper method to properly apply definitions to shadow.com.evolveum.midpoint.security.api.MidPointPrincipal
ModelInteractionService.assumePowerOfAttorney
(PrismObject<? extends FocusType> donor, com.evolveum.midpoint.task.api.Task task, OperationResult result) void
ModelAuditService.audit
(com.evolveum.midpoint.audit.api.AuditEventRecord record, com.evolveum.midpoint.task.api.Task task, OperationResult result) void
ModelInteractionService.authorizeBulkActionExecution
(@Nullable BulkAction action, @Nullable AuthorizationPhaseType phase, com.evolveum.midpoint.task.api.Task task, OperationResult result) Just a convenience method that checks that relevant authorization is present.void
CaseService.cancelCase
(@NotNull String caseOid, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) Cancels a case.void
CaseService.claimWorkItem
(@NotNull WorkItemId workItemId, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) Claims a work item that is assigned to an abstract role, so it becomes assigned to the current princial.void
ModelAuditService.cleanupAudit
(CleanupPolicyType policy, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Clean up audit records that are older than specified.void
AccessCertificationService.closeCampaign
(String campaignOid, com.evolveum.midpoint.task.api.Task task, OperationResult result) Closes a campaign.void
AccessCertificationService.closeCurrentStage
(String campaignOid, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Opens the next stage in the certification campaign.<O extends ObjectType>
CompareResultTypeModelService.compareObject
(PrismObject<O> object, Collection<SelectorOptions<GetOperationOptions>> readOptions, ModelCompareOptions compareOptions, @NotNull List<? extends ItemPath> ignoreItemPaths, com.evolveum.midpoint.task.api.Task task, OperationResult result) TODO@NotNull CompiledObjectCollectionView
ModelInteractionService.compileObjectCollectionView
(@NotNull CollectionRefSpecificationType collection, @Nullable Class<? extends Containerable> targetTypeClass, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) void
ModelInteractionService.compileView
(CompiledObjectCollectionView existingView, GuiObjectListViewType objectListViewsType, com.evolveum.midpoint.task.api.Task task, OperationResult result) Compile object list view together with collection ref specification if presentvoid
CaseService.completeWorkItem
(@NotNull WorkItemId workItemId, @NotNull AbstractWorkItemOutputType output, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) Completes a work item (e.g.void
CaseService.completeWorkItem
(@NotNull WorkItemId workItemId, @NotNull AbstractWorkItemOutputType output, @Nullable ObjectDelta<?> additionalDelta, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) Completes a work item.default <T extends Containerable>
IntegerModelService.countContainers
(TypedQuery<T> query, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) <T extends Containerable>
IntegerModelService.countContainers
(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) int
ModelAuditService.countObjects
(@Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) default <T extends ObjectType>
IntegerModelService.countObjects
(TypedQuery<T> query, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) <T extends ObjectType>
IntegerModelService.countObjects
(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Count objects.ModelInteractionService.countObjectsFromCollection
(CollectionRefSpecificationType collectionConfig, QName typeForFilter, Collection<SelectorOptions<GetOperationOptions>> defaultOptions, ObjectPaging usedPaging, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result) int
AccessCertificationService.countOpenWorkItems
(ObjectQuery baseWorkItemsQuery, boolean notDecidedOnly, boolean allItems, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) default int
AccessCertificationService.countOpenWorkItems
(ObjectQuery baseWorkItemsQuery, boolean notDecidedOnly, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) ModelService.countReferences
(ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Reference count - currently supporting roleMembershipRef and linkRef search.AccessCertificationService.createCampaign
(String definitionOid, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Creates a certification campaign: creates AccessCertificationCampaignType object, based on general information in certification definition.@NotNull LocalizableMessageType
ModelInteractionService.createLocalizableMessageType
(LocalizableMessageTemplateType template, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result) boolean
TaskService.deactivateServiceThreads
(long timeToWait, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) Deactivates service threads (temporarily).void
CaseService.delegateWorkItem
(@NotNull WorkItemId workItemId, @NotNull WorkItemDelegationRequestType delegationRequest, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) Delegates a work item.void
TaskService.deleteActivityStateAndWorkers
(String rootTaskOid, boolean deleteWorkers, long subtasksWaitTime, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) <O extends AssignmentHolderType>
ArchetypePolicyTypeModelInteractionService.determineArchetypePolicy
(PrismObject<O> assignmentHolder, OperationResult result) Efficiently determines information about archetype policy applicable for a particular object.ModelInteractionService.determineAssignmentHolderSpecification
(PrismObject<O> assignmentTarget, OperationResult result) Returns data structure that contains information about possible assignment holders for a particular target object.ModelInteractionService.determineAssignmentTargetSpecification
(PrismObject<O> assignmentHolder, OperationResult result) Returns data structure that contains information about possible assignment targets for a particular holder object.@NotNull CollectionStats
ModelInteractionService.determineCollectionStats
(@NotNull CompiledObjectCollectionView collectionView, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) <F extends FocusType>
NonceCredentialsPolicyTypeModelInteractionService.determineNonceCredentialsPolicy
(PrismObject<F> user, String credentialsName, com.evolveum.midpoint.task.api.Task task, OperationResult result) ModelService.discoverConnectors
(ConnectorHostType hostType, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Discovers local or remote connectors.com.evolveum.midpoint.security.api.MidPointPrincipal
ModelInteractionService.dropPowerOfAttorney
(com.evolveum.midpoint.task.api.Task task, OperationResult result) @NotNull AuthorizationEvaluationResponseType
ModelDiagnosticService.evaluateAuthorizations
(@NotNull AuthorizationEvaluationRequestType request, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Evaluates an authorization request.@NotNull Collection<EvaluatedPolicyRule>
ModelInteractionService.evaluateCollectionPolicyRules
(@NotNull PrismObject<ObjectCollectionType> collection, @Nullable CompiledObjectCollectionView preCompiledView, @Nullable Class<? extends ObjectType> targetTypeClass, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Returns all policy rules that apply to the collection.ModelDiagnosticService.evaluateMapping
(MappingEvaluationRequestType request, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Execute arbitrary mapping.BulkActionsService.executeBulkAction
(@NotNull ExecuteScriptConfigItem executeScriptCommand, @NotNull VariablesMap initialVariables, @NotNull BulkActionExecutionOptions options, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Synchronously executes any scripting expression (with no input data).default Collection<ObjectDeltaOperation<? extends ObjectType>>
ModelService.executeChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result) Execute the provided object deltas.Collection<ObjectDeltaOperation<? extends ObjectType>>
ModelService.executeChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, Collection<ProgressListener> listeners, OperationResult parentResult) ModelInteractionService.executeCredentialsReset
(PrismObject<UserType> user, ExecuteCredentialResetRequestType executeCredentialResetRequest, com.evolveum.midpoint.task.api.Task task, OperationResult result) ModelDiagnosticService.executeRepositoryQuery
(RepositoryQueryDiagRequest request, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Execute arbitrary implementation-specific query.void
ModelInteractionService.expandConfigurationObject
(@NotNull PrismObject<? extends ObjectType> configurationObject, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) SeeProvisioningService.expandConfigurationObject(PrismObject, Task, OperationResult)
for the description.ModelDiagnosticService.exportDataModel
(ResourceType resource, DataModelVisualizer.Target target, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) ModelDiagnosticService.exportDataModel
(Collection<String> resourceOids, DataModelVisualizer.Target target, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Exports data model EXPERIMENTAL.<O extends ObjectType>
StringModelInteractionService.generateNonce
(NonceCredentialsPolicyType noncePolicy, com.evolveum.midpoint.task.api.Task task, OperationResult result) <O extends ObjectType>
voidModelInteractionService.generateValue
(PrismObject<O> object, PolicyItemsDefinitionType policyItemsDefinition, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) <O extends ObjectType>
StringModelInteractionService.generateValue
(ValuePolicyType policy, int defaultLength, boolean generateMinimalSize, PrismObject<O> object, String shortDesc, com.evolveum.midpoint.task.api.Task task, OperationResult inputResult) TEMPORARY.<O extends ObjectType,
R extends AbstractRoleType>
com.evolveum.midpoint.security.enforcer.api.ItemSecurityConstraintsModelInteractionService.getAllowedRequestAssignmentItems
(PrismObject<O> object, PrismObject<R> target, com.evolveum.midpoint.task.api.Task task, OperationResult result) Returns decisions for individual items for "assign" authorization.<H extends AssignmentHolderType,
R extends AbstractRoleType>
RoleSelectionSpecificationModelInteractionService.getAssignableRoleSpecification
(@NotNull PrismObject<H> assignmentHolder, Class<R> targetType, int assignmentOrder, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Returns an object that defines which roles can be assigned by the currently logged-in user.ModelInteractionService.getAuthenticationPolicy
(PrismObject<UserType> user, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Returns an authentications policies as defined in the system configuration security policy.AccessCertificationService.getCampaignStatistics
(String campaignOid, boolean currentStageOnly, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Provides statistical information about outcomes of cases in a given campaign.@NotNull CompiledGuiProfile
ModelInteractionService.getCompiledGuiProfile
(com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Returns currently applicable user profile, compiled for efficient use in the user interface.ModelInteractionService.getConnectorOperationalStatus
(String resourceOid, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) ModelInteractionService.getCredentialsPolicy
(PrismObject<? extends FocusType> focus, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Returns a credential policy that applies to the specified user.<T extends ObjectType>
ObjectFilterModelInteractionService.getDonorFilter
(Class<T> searchResultType, ObjectFilter origFilter, String targetAuthorizationAction, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Returns filter for lookup of donors of power of attorney.ModelInteractionService.getEditObjectClassDefinition
(@NotNull PrismObject<ShadowType> shadow, @NotNull PrismObject<ResourceType> resource, AuthorizationPhaseType phase, com.evolveum.midpoint.task.api.Task task, OperationResult result) Returns an object definition that reflects edit-ability of the resource object in terms of midPoint schema limitations and security.<O extends ObjectType>
@NotNull PrismObjectDefinition<O>ModelInteractionService.getEditObjectDefinition
(PrismObject<O> object, AuthorizationPhaseType phase, com.evolveum.midpoint.task.api.Task task, OperationResult result) Returns a schema that reflects editability of the object in terms of midPoint schema limitations and security.ModelInteractionService.getEditShadowDefinition
(ResourceShadowCoordinates coordinates, AuthorizationPhaseType phase, com.evolveum.midpoint.task.api.Task task, OperationResult result) ModelInteractionService.getFlowPolicy
(PrismObject<? extends FocusType> focus, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Returns a policy for registration, e.g.ModelDiagnosticService.getLogFileContent
(Long fromPosition, Long maxSize, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Returns the contents of the log file.long
ModelDiagnosticService.getLogFileSize
(com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) ModelDiagnosticService.getMemoryInformation
(com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) <O extends ObjectType>
MetadataItemProcessingSpecModelInteractionService.getMetadataItemProcessingSpec
(ItemPath metadataItemPath, PrismObject<O> object, com.evolveum.midpoint.task.api.Task task, OperationResult result) Returns specification of processing of given metadata item (e.g.@NotNull CapabilityCollectionType
ModelService.getNativeCapabilities
(@NotNull String connOid, OperationResult result) Method work same asProvisioningService.getNativeCapabilities(String, OperationResult)
.<T extends ObjectType>
@NotNull PrismObject<T>ModelService.getObject
(@NotNull Class<T> type, @NotNull String oid, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Returns object for provided OID.TaskService.getRunningTasksThreadsDump
(@NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) ModelInteractionService.getSearchSpecificationFromCollection
(CompiledObjectCollectionView collection, QName typeForFilter, Collection<SelectorOptions<GetOperationOptions>> options, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result) TODO document and clean up the interface@Nullable SecurityPolicyType
ModelInteractionService.getSecurityPolicy
(@Nullable PrismObject<? extends FocusType> focus, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Returns security policy for given focus (or global policy if the focus is not specified).default <F extends FocusType>
SecurityPolicyTypeModelInteractionService.getSecurityPolicy
(PrismObject<F> focus, String archetypeOid, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Returns security policy for given focus (if specified) or for archetype (if specified), or the global one.ModelInteractionService.getSecurityPolicy
(ResourceObjectDefinition rOCDef, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Returns resolved value policy references.ModelInteractionService.getSecurityPolicyForArchetype
(@Nullable String archetypeOid, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Returns security policy for given archetype (or global policy if the archetype is not specified).TaskService.getTaskByIdentifier
(String identifier, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) Returns information about task, given its identifier.TaskService.getTaskThreadsDump
(@NotNull String taskOid, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) TaskService.getThreadsDump
(@NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) void
ModelService.importFromResource
(String shadowOid, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Import single account from resource.void
ModelService.importFromResource
(String resourceOid, QName objectClass, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Import accounts from resource.boolean
ModelInteractionService.isOfArchetype
(AssignmentHolderType assignmentHolderType, String archetypeOid, OperationResult result) Determines if the object is of the specified archetype considering also archetypes hierarchy.ModelInteractionService.mergeArchetypePolicies
(PrismObject<ArchetypeType> archetype, OperationResult result) <O extends ObjectType>
Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService.mergeObjects
(Class<O> type, String leftOid, String rightOid, String mergeConfigurationName, com.evolveum.midpoint.task.api.Task task, OperationResult result) Merge two objects into one.<O extends ObjectType>
MergeDeltas<O>ModelInteractionService.mergeObjectsPreviewDeltas
(Class<O> type, String leftOid, String rightOid, String mergeConfigurationName, com.evolveum.midpoint.task.api.Task task, OperationResult result) <O extends ObjectType>
PrismObject<O>ModelInteractionService.mergeObjectsPreviewObject
(Class<O> type, String leftOid, String rightOid, String mergeConfigurationName, com.evolveum.midpoint.task.api.Task task, OperationResult result) void
AccessCertificationService.openNextStage
(AccessCertificationCampaignType campaign, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Opens the next review stage in the certification campaign.void
AccessCertificationService.openNextStage
(String campaignOid, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Opens the next review stage in the certification campaign.default <F extends ObjectType>
ModelContext<F>ModelInteractionService.previewChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result) Computes the most likely changes triggered by the provided delta.<F extends ObjectType>
@NotNull ModelContext<F>ModelInteractionService.previewChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, Collection<ProgressListener> listeners, OperationResult result) This method uses the simulations feature that is more precise than the original (pre-4.9) implementation.void
ModelInteractionService.processObjectsFromCollection
(CollectionRefSpecificationType collection, QName typeForFilter, Predicate<PrismContainer> handler, Collection<SelectorOptions<GetOperationOptions>> options, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result, boolean recordProgress) TODO documentvoid
TaskService.reactivateServiceThreads
(com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) Re-activates the service threads after they have been deactivated.<F extends ObjectType>
voidModelService.recompute
(Class<F> type, String oid, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Recomputes focal object with the specified OID.void
TaskService.reconcileWorkers
(String oid, com.evolveum.midpoint.task.api.Task opTask, OperationResult result) void
AccessCertificationService.recordDecision
(String campaignOid, long caseId, long workItemId, AccessCertificationResponseType response, String comment, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Records a particular decision of a reviewer.TaskService.recordRunningTasksThreadsDump
(String cause, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) void
ModelInteractionService.refreshPrincipal
(String oid, Class<? extends FocusType> clazz) void
AccessCertificationService.reiterateCampaign
(String campaignOid, com.evolveum.midpoint.task.api.Task task, OperationResult result) Reiterates a closed campaign.void
CaseService.releaseWorkItem
(@NotNull WorkItemId workItemId, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) Releases claimed work item.void
ModelDiagnosticService.repositoryTestOrgClosureConsistency
(com.evolveum.midpoint.task.api.Task task, boolean repairIfNecessary, OperationResult result) Checks a org closure table for consistency, repairing any problems found.void
TaskService.resumeTask
(String taskOid, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) void
TaskService.resumeTasks
(Collection<String> taskOids, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) Resume suspended tasks.void
TaskService.resumeTaskTree
(String coordinatorOid, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) <T> T
ModelInteractionService.runUnderPowerOfAttorney
(Producer<T> producer, PrismObject<? extends FocusType> donor, com.evolveum.midpoint.task.api.Task task, OperationResult result) void
TaskService.scheduleTaskNow
(String taskOid, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) void
TaskService.scheduleTasksNow
(Collection<String> taskOids, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) Schedules a RUNNABLE/CLOSED tasks to be run immediately.<T extends Containerable>
SearchResultList<T>ModelService.searchContainers
(@NotNull Class<T> type, @Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) Search for "sub-object" structures, i.e.default <T extends Containerable>
SearchResultList<T>ModelService.searchContainers
(TypedQuery<T> query, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) <T extends Containerable>
SearchResultMetadataModelService.searchContainersIterative
(Class<T> type, ObjectQuery query, ObjectHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) @NotNull SearchResultList<AuditEventRecordType>
ModelAuditService.searchObjects
(@Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) default <T extends ObjectType>
SearchResultList<PrismObject<T>>ModelService.searchObjects
(TypedQuery<T> query, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) <T extends ObjectType>
SearchResultList<PrismObject<T>>ModelService.searchObjects
(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Search for objects.List<? extends Serializable>
ModelInteractionService.searchObjectsFromCollection
(CollectionRefSpecificationType collectionConfig, QName typeForFilter, Collection<SelectorOptions<GetOperationOptions>> defaultOptions, ObjectPaging usedPaging, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result) void
ModelAuditService.searchObjectsIterative
(@Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull com.evolveum.midpoint.audit.api.AuditResultHandler handler, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) <T extends ObjectType>
SearchResultMetadataModelService.searchObjectsIterative
(Class<T> type, ObjectQuery query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Search for objects in iterative fashion (using callback).AccessCertificationService.searchOpenWorkItems
(ObjectQuery baseWorkItemsQuery, boolean notDecidedOnly, boolean allItems, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) TODO update description Returns a set of certification decisions for currently logged-in user.default List<AccessCertificationWorkItemType>
AccessCertificationService.searchOpenWorkItems
(ObjectQuery baseWorkItemsQuery, boolean notDecidedOnly, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) ModelService.searchReferences
(ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Reference search - currently supporting roleMembershipRef and linkRef search.ModelService.searchReferencesIterative
(@NotNull ObjectQuery query, @NotNull ObjectHandler<ObjectReferenceType> handler, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) PrismObject<? extends FocusType>
ModelService.searchShadowOwner
(String shadowOid, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Returns the Focus object representing owner of specified shadow.void
AccessCertificationService.startRemediation
(String campaignOid, com.evolveum.midpoint.task.api.Task task, OperationResult result) Starts the remediation phase for the campaign.void
TaskService.startSchedulers
(Collection<String> nodeIdentifiers, com.evolveum.midpoint.task.api.Task operationTask, OperationResult result) Starts the scheduler on a given nodes.void
TaskService.stopSchedulers
(Collection<String> nodeIdentifiers, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) Stops the schedulers on a given nodes.boolean
TaskService.stopSchedulersAndTasks
(Collection<String> nodeIdentifiers, long waitTime, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) Stops a set of schedulers (on their nodes) and tasks that are executing on these nodes.@NotNull TaskType
ModelInteractionService.submitTaskFromTemplate
(String templateTaskOid, List<Item<?, ?>> extensionItems, com.evolveum.midpoint.task.api.Task opTask, OperationResult result) Deprecated.@NotNull TaskType
ModelInteractionService.submitTaskFromTemplate
(String templateTaskOid, Map<QName, Object> extensionValues, com.evolveum.midpoint.task.api.Task opTask, OperationResult result) Deprecated.void
TaskService.suspendAndDeleteTask
(String taskOid, long waitForStop, boolean alsoSubtasks, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) void
TaskService.suspendAndDeleteTasks
(Collection<String> taskOids, long waitForStop, boolean alsoSubtasks, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) Suspends tasks and deletes them.boolean
TaskService.suspendTask
(String taskOid, long waitForStop, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) boolean
TaskService.suspendTasks
(Collection<String> taskOids, long waitForStop, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) Suspends a set of tasks.boolean
TaskService.suspendTaskTree
(String taskOid, long waitForStop, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) void
TaskService.synchronizeTasks
(com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) Synchronizes information in midPoint repository and task scheduling database.ModelService.testResource
(PrismObject<ResourceType> resource, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Test the resource connection and basic resource connector functionality.ModelService.testResource
(String resourceOid, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Test the resource connection and basic resource connector functionality.ModelService.testResourcePartialConfiguration
(PrismObject<ResourceType> resource, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Test partial resource connector configuration.<F extends ObjectType>
ModelContext<F>ModelInteractionService.unwrapModelContext
(LensContextType wrappedContext, com.evolveum.midpoint.task.api.Task task, OperationResult result) <O extends ObjectType>
voidModelInteractionService.validateValue
(PrismObject<O> object, PolicyItemsDefinitionType policyItemsDefinition, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) <O extends ObjectType>
List<StringLimitationResult>ModelInteractionService.validateValue
(ProtectedStringType protectedStringValue, ValuePolicyType pp, PrismObject<O> object, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) DataModelVisualizer.visualize
(ResourceType resource, DataModelVisualizer.Target target, com.evolveum.midpoint.task.api.Task task, OperationResult result) DataModelVisualizer.visualize
(Collection<String> resourceOids, DataModelVisualizer.Target target, com.evolveum.midpoint.task.api.Task task, OperationResult result) <O extends ObjectType>
ModelContextVisualizationModelInteractionService.visualizeModelContext
(ModelContext<O> context, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of ConfigurationException in com.evolveum.midpoint.model.api.authentication
Methods in com.evolveum.midpoint.model.api.authentication that throw ConfigurationExceptionModifier and TypeMethodDescriptionGuiProfiledPrincipalManager.getPrincipal
(PrismObject<? extends FocusType> focus, com.evolveum.midpoint.security.api.AuthorizationTransformer authorizationTransformer, com.evolveum.midpoint.security.api.ProfileCompilerOptions options, OperationResult result) GuiProfiledPrincipalManager.getPrincipal
(PrismObject<? extends FocusType> focus, com.evolveum.midpoint.security.api.ProfileCompilerOptions options, OperationResult result) GuiProfiledPrincipalManager.getPrincipal
(ObjectQuery query, Class<? extends FocusType> clazz, com.evolveum.midpoint.security.api.ProfileCompilerOptions options) GuiProfiledPrincipalManager.getPrincipal
(String username, Class<? extends FocusType> clazz, com.evolveum.midpoint.security.api.ProfileCompilerOptions options) GuiProfiledPrincipalManager.getPrincipalByOid
(String oid, Class<? extends FocusType> clazz, com.evolveum.midpoint.security.api.ProfileCompilerOptions options) -
Uses of ConfigurationException in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that throw ConfigurationExceptionModifier and TypeMethodDescriptionstatic ExtensionType
AssignmentPath.collectExtensions
(AssignmentPathType path, int startAt, ModelService modelService, com.evolveum.midpoint.task.api.Task task, OperationResult result) ModelProjectionContext.getCompositeObjectDefinition()
default @NotNull CompositeObjectDefinition
ModelProjectionContext.getCompositeObjectDefinitionRequired()
ModelProjectionContext.getDependencies()
Dependencies returned are "almost complete": resource OID and kind are non-null.ModelProjectionContext.getExecutableDelta()
Returns delta suitable for execution.boolean
EvaluatedPolicyRule.isOverThreshold()
-
Uses of ConfigurationException in com.evolveum.midpoint.model.api.correlation
Methods in com.evolveum.midpoint.model.api.correlation that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoid
CorrelationService.completeCorrelationCase
(@NotNull CaseType currentCase, @NotNull CorrelationService.CaseCloser caseCloser, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Completes given correlation case.@NotNull CompleteCorrelationResult
CorrelationService.correlate
(@NotNull FocusType preFocus, @Nullable String archetypeOid, @NotNull Set<String> candidateOids, @NotNull CorrelatorDiscriminator discriminator, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Correlates the provided (partial) focus object to a set of candidate matches.@NotNull CorrelationCaseDescription<?>
CorrelationService.describeCorrelationCase
(@NotNull CaseType aCase, @Nullable CorrelationService.CorrelationCaseDescriptionOptions options, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Describes the provided correlation case by providingCorrelationCaseDescription
object.CorrelationService.determineCorrelatorConfiguration
(@NotNull CorrelatorDiscriminator discriminator, String archetypeOid, com.evolveum.midpoint.task.api.Task task, OperationResult result) Instantiates a correlatorstatic @NotNull CorrelationPropertyDefinition
CorrelationPropertyDefinition.fromConfiguration
(@NotNull CorrelationItemType itemBean, @Nullable ComplexTypeDefinition complexTypeDefinition) @Nullable QName
TemplateCorrelationConfiguration.getDefaultMatchingRuleName
(@NotNull ItemPath itemPath) -
Uses of ConfigurationException in com.evolveum.midpoint.model.api.correlator
Methods in com.evolveum.midpoint.model.api.correlator that throw ConfigurationExceptionModifier and TypeMethodDescription@NotNull Confidence
Correlator.checkCandidateOwner
(@NotNull CorrelationContext correlationContext, @NotNull FocusType candidateOwner, @NotNull OperationResult result) Checks whether the provided candidate focus object is the owner for given resource object.static void
CorrelatorConfiguration.computeDependencyLayers
(Collection<CorrelatorConfiguration> configurations) @NotNull CorrelationResult
Correlator.correlate
(@NotNull CorrelationContext correlationContext, @NotNull OperationResult result) Finds matching focus object (or potentially matching objects) for given resource object or for the pre-focus object.@NotNull CorrelationExplanation
Correlator.explain
(@NotNull CorrelationContext correlationContext, @NotNull FocusType candidate, @NotNull OperationResult result) Explains how the correlator came to a given candidate owner (and the specific confidence value of it).@NotNull Collection<CorrelationPropertyDefinition>
Correlator.getCorrelationPropertiesDefinitions
(@Nullable PrismObjectDefinition<? extends FocusType> focusDefinition, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Returns the correlation properties this correlator uses to do the correlation.CorrelatorFactory.instantiate
(@NotNull CorrelatorContext<CB> configuration, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Instantiates correlator of given type with provided configuration.<CB extends AbstractCorrelatorType>
@NotNull CorrelatorCorrelatorFactoryRegistry.instantiateCorrelator
(@NotNull CorrelatorContext<CB> correlatorContext, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) default void
Correlator.resolve
(@NotNull CaseType aCase, @NotNull String outcomeUri, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Resolves a correlation case using provided work item output.default void
Correlator.update
(@NotNull CorrelationContext correlationContext, @NotNull OperationResult result) Updates the internal state of the correlator with the "fresh" data from the resource. -
Uses of ConfigurationException in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr that throw ConfigurationExceptionModifier and TypeMethodDescription<T extends ObjectType>
StringMidpointFunctions.addObject
(PrismObject<T> newObject) <T extends ObjectType>
StringMidpointFunctions.addObject
(PrismObject<T> newObject, ModelExecuteOptions options) <T extends ObjectType>
StringMidpointFunctions.addObject
(T newObject) <T extends ObjectType>
StringMidpointFunctions.addObject
(T newObject, ModelExecuteOptions options) <T extends ObjectType>
voidMidpointFunctions.applyDefinition
(T object) MidpointFunctions.collectExtensions
(AssignmentPathType path, int startAt) <T> Integer
MidpointFunctions.countAccounts
(ResourceType resourceType, String attributeName, T attributeValue) A variant ofMidpointFunctions.countAccounts(String, QName, Object)
.<T> Integer
MidpointFunctions.countAccounts
(ResourceType resourceType, QName attributeName, T attributeValue) A variant ofMidpointFunctions.countAccounts(String, QName, Object)
.<T> Integer
MidpointFunctions.countAccounts
(String resourceOid, QName attributeName, T attributeValue) Counts accounts having `attributeValue` of `attributeName`.<T extends ObjectType>
intMidpointFunctions.countObjects
(Class<T> type, ObjectQuery query) Count objects.<T extends ObjectType>
intMidpointFunctions.countObjects
(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options) Count objects.<T extends ObjectType>
voidMidpointFunctions.deleteObject
(Class<T> type, String oid) <T extends ObjectType>
voidMidpointFunctions.deleteObject
(Class<T> type, String oid, ModelExecuteOptions options) default String
MidpointFunctions.describeResourceObjectSet
(ResourceObjectSetType set) Synonym forMidpointFunctions.describeResourceObjectSetShort(ResourceObjectSetType)
, mainly for compatibility reasons.MidpointFunctions.describeResourceObjectSetLong
(ResourceObjectSetType set) Returns longer version of human-readable description of the resource object set: .MidpointFunctions.describeResourceObjectSetShort
(ResourceObjectSetType set) Short version ofMidpointFunctions.describeResourceObjectSetLong(ResourceObjectSetType)
: .MidpointFunctions.executeAdHocProvisioningScript
(ResourceType resource, String language, String code) MidpointFunctions.executeAdHocProvisioningScript
(String resourceOid, String language, String code) void
MidpointFunctions.executeChanges
(ObjectDelta<? extends ObjectType>... deltas) Execute the provided object deltas.void
MidpointFunctions.executeChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas) Execute the provided object deltas.void
MidpointFunctions.executeChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options) Execute the provided object deltas.MidpointFunctions.executeChangesAsynchronously
(Collection<ObjectDelta<?>> deltas, ModelExecuteOptions options, String templateTaskOid) MidpointFunctions.executeChangesAsynchronously
(Collection<ObjectDelta<?>> deltas, ModelExecuteOptions options, String templateTaskOid, com.evolveum.midpoint.task.api.Task opTask, OperationResult result) MidpointFunctions.findCandidateOwners
(@NotNull Class<F> focusType, @NotNull ShadowType resourceObject, @NotNull String resourceOid, @NotNull ShadowKindType kind, @NotNull String intent) Finds candidate owners using defined correlation rules.<T> @NotNull ShadowSimpleAttributeDefinition<T>
MidpointFunctions.getAttributeDefinition
(PrismObject<ResourceType> resource, String objectClassName, String attributeName) <T> @NotNull ShadowSimpleAttributeDefinition<T>
MidpointFunctions.getAttributeDefinition
(PrismObject<ResourceType> resource, QName objectClassName, QName attributeName) default ShadowType
MidpointFunctions.getLinkedShadow
(FocusType focus, ResourceType resource) default ShadowType
MidpointFunctions.getLinkedShadow
(FocusType focus, ResourceType resource, boolean repositoryObjectOnly) default ShadowType
MidpointFunctions.getLinkedShadow
(FocusType focus, String resourceOid) default ShadowType
MidpointFunctions.getLinkedShadow
(FocusType focus, String resourceOid, boolean repositoryObjectOnly) default ShadowType
MidpointFunctions.getLinkedShadow
(FocusType focus, String resourceOid, ShadowKindType kind, String intent) MidpointFunctions.getLinkedShadow
(FocusType focus, String resourceOid, ShadowKindType kind, String intent, boolean repositoryObjectOnly) Null values of resource oid, kind, and intent mean "any".default @NotNull List<ShadowType>
MidpointFunctions.getLinkedShadows
(FocusType focus, String resourceOid) @NotNull List<ShadowType>
MidpointFunctions.getLinkedShadows
(FocusType focus, String resourceOid, boolean repositoryObjectOnly) MidpointFunctions.getManagersOidsExceptUser
(@NotNull Collection<ObjectReferenceType> userRefList) OrgStructFunctions.getManagersOidsExceptUser
(@NotNull Collection<ObjectReferenceType> userRefList, boolean preAuthorized) MidpointFunctions.getMembers
(String orgOid) MidpointFunctions.getMembersAsReferences
(String orgOid) <T extends ObjectType>
TReturns object for provided OID.<T extends ObjectType>
TMidpointFunctions.getObject
(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options) Returns object for provided OID.<O extends ObjectType,
T>
List<O>MidpointFunctions.getObjectsInConflictOnPropertyValue
(O objectType, String propertyPathString, T propertyValue, boolean getAllConflicting) default boolean
MidpointFunctions.isAttributeLoaded
(String attrName) boolean
MidpointFunctions.isAttributeLoaded
(QName attrName) Returnstrue
if the attribute is available for processing.boolean
MidpointFunctions.isCurrentProjectionActivated()
Returns `true` if the current clockwork operation brings the projection into existence and being effectively enabled, i.e.boolean
MidpointFunctions.isCurrentProjectionDeactivated()
Returns `true` if the current clockwork operation deletes the projection or effectively disables it, i.e.<T> boolean
MidpointFunctions.isUniqueAccountValue
(ResourceType resourceType, ShadowType shadowType, String attributeName, T attributeValue) Checks if the value `attributeValue` of `attributeName` in given shadow is unique on given resource.<T> boolean
MidpointFunctions.isUniquePropertyValue
(ObjectType objectType, String propertyPathString, T propertyValue) <T extends ObjectType>
voidMidpointFunctions.modifyObject
(ObjectDelta<T> modifyDelta) <T extends ObjectType>
voidMidpointFunctions.modifyObject
(ObjectDelta<T> modifyDelta, ModelExecuteOptions options) <F extends ObjectType>
ModelContext<F>MidpointFunctions.previewChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options) <F extends ObjectType>
ModelContext<F>MidpointFunctions.previewChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, OperationResult result) <F extends FocusType>
voidRecomputes focal object with the specified OID.<T extends ObjectType>
TMidpointFunctions.resolveReference
(ObjectReferenceType reference) <T extends ObjectType>
TMidpointFunctions.resolveReferenceIfExists
(ObjectReferenceType reference) <T extends ObjectType>
TMidpointFunctions.searchObjectByName
(Class<T> type, PolyString name) Search for objects by name.<T extends ObjectType>
TMidpointFunctions.searchObjectByName
(Class<T> type, PolyStringType name) Search for objects by name.<T extends ObjectType>
TMidpointFunctions.searchObjectByName
(Class<T> type, String name) Search for objects by name.<T extends ObjectType>
List<T>MidpointFunctions.searchObjects
(TypedQuery<T> query) default <T extends ObjectType>
List<T>MidpointFunctions.searchObjects
(TypedQuery<T> query, Collection<SelectorOptions<GetOperationOptions>> options) <T extends ObjectType>
List<T>MidpointFunctions.searchObjects
(Class<T> type, ObjectQuery query) Search for objects.<T extends ObjectType>
List<T>MidpointFunctions.searchObjects
(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options) Search for objects.default <T extends ObjectType>
voidMidpointFunctions.searchObjectsIterative
(TypedQuery<T> query, ResultHandler<T> handler) default <T extends ObjectType>
voidMidpointFunctions.searchObjectsIterative
(TypedQuery<T> query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options) <T extends ObjectType>
voidMidpointFunctions.searchObjectsIterative
(Class<T> type, ObjectQuery query, ResultHandler<T> handler) Search for objects in iterative fashion (using callback).<T extends ObjectType>
voidMidpointFunctions.searchObjectsIterative
(Class<T> type, ObjectQuery query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options) Search for objects in iterative fashion (using callback).<F extends FocusType>
PrismObject<F>MidpointFunctions.searchShadowOwner
(String accountOid) MidpointFunctions.submitTaskFromTemplate
(String templateTaskOid, List<Item<?, ?>> extensionItems) Deprecated.MidpointFunctions.submitTaskFromTemplate
(String templateTaskOid, Map<QName, Object> extensionValues) Deprecated.MidpointFunctions.testResource
(String resourceOid) Test the resource connection and basic resource connector functionality.ModelContext<?>
MidpointFunctions.unwrapModelContext
(LensContextType lensContextType) -
Uses of ConfigurationException in com.evolveum.midpoint.model.api.hooks
Methods in com.evolveum.midpoint.model.api.hooks that throw ConfigurationExceptionModifier and TypeMethodDescription<T extends ObjectType>
voidReadHook.invoke
(PrismObject<T> object, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) todo -
Uses of ConfigurationException in com.evolveum.midpoint.model.api.indexing
Methods in com.evolveum.midpoint.model.api.indexing that throw ConfigurationExceptionModifier and TypeMethodDescriptionIndexingItemConfiguration.findNormalizer
(@Nullable String index) IndexingItemConfiguration.getDefaultNormalizer()
@NotNull Collection<IndexingItemConfiguration>
IndexingConfiguration.getItems()
@NotNull String
ValueNormalizer.normalize
(@NotNull Object input, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of ConfigurationException in com.evolveum.midpoint.model.api.interaction
Methods in com.evolveum.midpoint.model.api.interaction that throw ConfigurationExceptionModifier and TypeMethodDescriptionDashboardService.getObjectCollectionType
(DashboardWidgetType widget, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of ConfigurationException in com.evolveum.midpoint.model.api.simulation
Methods in com.evolveum.midpoint.model.api.simulation that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoid
ProcessedObject.applyDefinitions
(@NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Applies the definitions (currently, resource schema related to specific shadow) to the object(s) before/after, and the delta.@NotNull com.evolveum.midpoint.task.api.SimulationResult
SimulationResultManager.createSimulationResult
(@Nullable SimulationDefinitionType definition, @Nullable com.evolveum.midpoint.task.api.Task rootTask, @Nullable ConfigurationSpecificationType configurationSpecification, @NotNull OperationResult result) Creates a new simulation result in repository.@NotNull SimulationDefinitionType
SimulationResultManager.defaultDefinition()
Returns the default simulation definition: either from the system configuration (if present there), or a new one. -
Uses of ConfigurationException in com.evolveum.midpoint.model.api.util
Methods in com.evolveum.midpoint.model.api.util that throw ConfigurationExceptionModifier and TypeMethodDescriptionstatic ExtensionType
AssignmentPathUtil.collectExtensions
(AssignmentPathType path, int startAt, ModelService modelService, com.evolveum.midpoint.task.api.Task task, OperationResult result) static void
ResourceUtils.deleteSchema
(PrismObject<? extends ResourceType> resource, ModelService modelService, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) ReferenceResolver.FilterExpressionEvaluator.evaluate
(ObjectFilter rawFilter, OperationResult result) List<PrismObject<? extends ObjectType>>
ReferenceResolver.resolve
(@NotNull ObjectReferenceType reference, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull ReferenceResolver.Source source, @Nullable ReferenceResolver.FilterExpressionEvaluator filterExpressionEvaluator, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) -
Uses of ConfigurationException in com.evolveum.midpoint.prism.delta
Methods in com.evolveum.midpoint.prism.delta that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoid
ItemMerger.merge
(@NotNull ItemName itemName, @NotNull PrismContainerValue<?> target, @NotNull PrismContainerValue<?> source) Merges all data about specific item (named `itemName`) from `source` container value to `target` one, according to (its own) strategy. -
Uses of ConfigurationException in com.evolveum.midpoint.schema.config
Methods in com.evolveum.midpoint.schema.config that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoid
SchemaHandlingConfigItem.checkSyntaxOfAttributeNames()
Checks that all attribute names (`ref` elements) are valid - before even starting to parse the schema.default @NotNull ItemName
ShadowAssociationTypeParticipantDefinitionConfigItem.getAssociationNameRequired()
This is the name under which we declare the association.SchemaHandlingConfigItem.getAssociationTypesFor
(@NotNull ResourceObjectTypeIdentification subjectTypeId, @NotNull ItemName refAttrName) Returns association type definition beans for associations based on the specified reference attribute in given subject.@Nullable ResourceAttributeDefinitionConfigItem
AbstractResourceObjectDefinitionConfigItem.getAttributeDefinitionIfPresent
(ItemName attrName) Scans only "attribute" elements, for now!@NotNull QName
ResourceAttributeDefinitionConfigItem.getAttributeName()
AbstractResourceObjectDefinitionConfigItem.getAuxiliaryObjectClassNames()
SimulatedReferenceTypeParticipantConfigItem.getDelineations()
Cannot be empty.ResourceObjectAssociationConfigItem.Legacy.getDirection()
SimulatedReferenceTypeConfigItem.getDirection()
FunctionExpressionEvaluatorConfigItem.getFunctionName()
@NotNull ItemName
ResourceObjectAssociationConfigItem.getItemName()
@NotNull ItemName
SimulatedReferenceTypeConfigItem.getItemName()
@NotNull String
FunctionExpressionEvaluatorConfigItem.getLibraryOid()
@NotNull String
ExpressionParameterConfigItem.getName()
@NotNull String
FunctionConfigItem.getName()
Unlike generalExpressionConfigItem
, the function must have a name.@NotNull QName
ShadowAssociationTypeDefinitionConfigItem.getName()
@NotNull QName
SimulatedReferenceTypeConfigItem.getName()
@NotNull String
ShadowAssociationTypeDefinitionConfigItem.getNameLocalPart()
@NotNull String
SimulatedReferenceTypeConfigItem.getNameLocalPart()
SimulatedReferenceTypeConfigItem.getObject()
@NotNull QName
AbstractResourceObjectTypeDefinitionConfigItem.getObjectClassName()
@NotNull QName
ResourceObjectClassDefinitionConfigItem.getObjectClassName()
@NotNull QName
SimulatedReferenceTypeParticipantDelineationConfigItem.getObjectClassName()
@NotNull ItemName
AbstractAttributeMappingsDefinitionConfigItem.getObjectRefOrDefault
(@NotNull ShadowAssociationDefinition associationDefinition) The default value is determined from the association definition (which must be already parsed).ShadowAssociationTypeDefinitionConfigItem.getObjects()
@NotNull MappingConfigItem
ResourceObjectAssociationConfigItem.getOutboundMappingRequired()
@NotNull ExpressionParameterConfigItem
FunctionConfigItem.getParameter
(@NotNull String paramName) ResourceObjectAssociationConfigItem.Legacy.getPrimaryAttributeBinding()
SimulatedReferenceTypeConfigItem.getPrimaryAttributeBinding()
@Nullable ExecutionPrivilegesSpecificationType
ExpressionConfigItem.getPrivileges()
default @Nullable ExecutionPrivilegesSpecificationType
PrivilegesMixin.getPrivileges
(@Nullable ObjectReferenceType legacyRunAsRef, @Nullable ExecutionPrivilegesSpecificationType privileges) @Nullable ExecutionPrivilegesSpecificationType
ScriptExecutionPolicyActionConfigItem.getPrivileges()
@NotNull ItemName
AbstractAttributeMappingsDefinitionConfigItem.getRef()
Use only when there's no default for `ref`.@NotNull ItemPath
ObjectTemplateItemDefinitionConfigItem.getRef()
default @Nullable ItemName
ShadowAssociationTypeParticipantDefinitionConfigItem.getReferenceAttributeNameOptional()
Returns the name of the reference attribute (native/simulated) this association type participation is based on.default @NotNull ItemName
ShadowAssociationTypeParticipantDefinitionConfigItem.getReferenceAttributeNameRequired()
Returns the name of the reference attribute (native/simulated) this association type participation is based on.@NotNull QName
ShadowAssociationTypeObjectDefinitionConfigItem.getRefOrDefault
(@NotNull ShadowReferenceAttributeDefinition refAttrDef, @Nullable ResourceObjectDefinition assocDataObjectDef) Returns the object participant name for this association object.@Nullable AssociationConfigItem.AttributeBinding
ResourceObjectAssociationConfigItem.Legacy.getSecondaryAttributeBinding()
@Nullable AssociationConfigItem.AttributeBinding
SimulatedReferenceTypeConfigItem.getSecondaryAttributeBinding()
ShadowAssociationTypeDefinitionConfigItem.getSubject()
SimulatedReferenceTypeConfigItem.getSubject()
@NotNull QName
ExpressionParameterConfigItem.getType()
@NotNull ResourceObjectTypeIdentification
AbstractResourceObjectTypeDefinitionConfigItem.getTypeIdentification()
default @NotNull Collection<? extends ResourceObjectTypeIdentification>
ShadowAssociationTypeParticipantDefinitionConfigItem.getTypeIdentifiers()
default boolean
ShadowAssociationTypeParticipantDefinitionConfigItem.isBasedOnReferenceAttribute
(@NotNull ItemName refAttrName) boolean
ResourceAttributeDefinitionConfigItem.isIgnored()
-
Uses of ConfigurationException in com.evolveum.midpoint.schema.expression
Methods in com.evolveum.midpoint.schema.expression that throw ConfigurationExceptionModifier and TypeMethodDescription@NotNull ExpressionProfile
ExpressionProfiles.getProfile
(@NotNull String identifier) static BulkActionProfile
BulkActionProfile.of
(@NotNull BulkActionProfileType bean) static BulkActionsProfile
BulkActionsProfile.of
(@NotNull BulkActionsProfileType bean) static FunctionLibrariesProfile
FunctionLibrariesProfile.of
(@NotNull FunctionLibrariesProfileType bean) static FunctionLibraryProfile
FunctionLibraryProfile.of
(@NotNull FunctionLibraryProfileType bean) -
Uses of ConfigurationException in com.evolveum.midpoint.schema.merger
Methods in com.evolveum.midpoint.schema.merger that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoid
BaseMergeOperation.execute()
static <C extends Containerable>
CBaseMergeOperation.merge
(C target, C source) A convenience method that merges two values without origin marking or custom config.void
IgnoreSourceItemMerger.merge
(@NotNull ItemName itemName, @NotNull PrismContainerValue<?> target, @NotNull PrismContainerValue<?> source) void
RequiredItemMerger.merge
(@NotNull ItemName itemName, @NotNull PrismContainerValue<?> target, @NotNull PrismContainerValue<?> source) static <O extends ObjectType>
voidSimpleObjectMergeOperation.merge
(@NotNull PrismObject<O> target, @NotNull PrismObject<O> source) Deprecated.AdminGuiConfigurationMergeManager.mergeObjectDetailsPageConfiguration
(@NotNull GuiObjectDetailsPageType defaultPageConfiguration, ArchetypePolicyType archetypePolicyType, OperationResult result) -
Uses of ConfigurationException in com.evolveum.midpoint.schema.merger.assignment
Methods in com.evolveum.midpoint.schema.merger.assignment that throw ConfigurationExceptionModifier and TypeMethodDescriptionprotected void
AssignmentMerger.mergeInternal
(@NotNull PrismContainer<AssignmentType> target, @NotNull PrismContainer<AssignmentType> source) -
Uses of ConfigurationException in com.evolveum.midpoint.schema.merger.objdef
Methods in com.evolveum.midpoint.schema.merger.objdef that throw ConfigurationExceptionModifier and TypeMethodDescriptionprotected void
LimitationsMerger.mergeInternal
(@NotNull PrismContainer<PropertyLimitationsType> target, @NotNull PrismContainer<PropertyLimitationsType> source) -
Uses of ConfigurationException in com.evolveum.midpoint.schema.merger.resource
Methods in com.evolveum.midpoint.schema.merger.resource that throw ConfigurationExceptionModifier and TypeMethodDescriptionprotected void
ObjectTypeDefinitionMerger.mergeInternal
(@NotNull PrismContainer<ResourceObjectTypeDefinitionType> target, @NotNull PrismContainer<ResourceObjectTypeDefinitionType> source) -
Uses of ConfigurationException in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that throw ConfigurationExceptionModifier and TypeMethodDescriptionNativelyProvidedShadowReferenceTypeDefinition.create
(@NotNull NativeReferenceTypeDefinition nativeRefTypeDef, @NotNull ResourceSchema schema) ResourceObjectClassDefinitionImpl.create
(@NotNull BasicResourceInformation basicResourceInformation, @NotNull NativeObjectClassDefinition nativeObjectClassDefinition, @Nullable ResourceObjectTypeDefinitionType definitionBean) static <T> ShadowSimpleAttributeDefinition<T>
ShadowSimpleAttributeDefinitionImpl.create
(@NotNull NativeShadowSimpleAttributeDefinition<T> nativeDefinition) This is the creation point from native form only.static <T> ShadowSimpleAttributeDefinition<T>
ShadowSimpleAttributeDefinitionImpl.create
(@NotNull NativeShadowSimpleAttributeDefinition<T> nativeDefinition, @Nullable ResourceAttributeDefinitionType customizationBean, boolean ignored) This is the main creation point.static <T> ShadowSimpleAttributeDefinition<T>
ObjectFactory.createSimpleAttributeDefinition
(@NotNull QName name, @NotNull QName typeName) CreatesShadowSimpleAttributeDefinition
with given parameters.ShadowMarkingRules.FilterExpressionEvaluator.evaluate
(ObjectFilter rawFilter, OperationResult result) ShadowMarkingRules.evaluateExpressions
(@NotNull ShadowMarkingRules.FilterExpressionEvaluator evaluator, @NotNull OperationResult result) Returns the same rules but with expressions evaluated.static @Nullable ResourceObjectDefinition
ResourceSchemaUtil.findDefinitionForBulkOperation
(@NotNull ResourceType resource, @Nullable ShadowKindType kind, @Nullable String intent, @Nullable QName objectClassName) Looks up appropriate definition for "bulk operation" i.e.static ResourceObjectDefinition
ResourceSchemaUtil.findObjectDefinitionPrecisely
(@NotNull ResourceSchema resourceSchema, @Nullable ShadowKindType kind, @Nullable String intent, @Nullable QName objectClassName, Object errorCtx) static ResourceObjectDefinition
ResourceSchemaUtil.findObjectDefinitionPrecisely
(@NotNull ResourceType resource, @Nullable ShadowKindType kind, @Nullable String intent, @Nullable QName objectClassName) Determines object type/class definition in a precise way.ResourceObjectInboundProcessingDefinition.forAssociationSynchronization
(@NotNull ShadowAssociationDefinition associationDefinition, @NotNull AssociationSynchronizationExpressionEvaluatorType bean, @Nullable VariableBindingDefinitionType targetBean) static @Nullable SynchronizationPolicy
SynchronizationPolicyFactory.forKindAndIntent
(@NotNull ShadowKindType kind, @NotNull String intent, @NotNull ResourceType resource) CreatesSynchronizationPolicy
by looking for type definition and synchronization definition for given kind and intent in resource schema.static @NotNull SynchronizationPolicy
SynchronizationPolicyFactory.forTypeDefinition
(@NotNull ResourceObjectTypeDefinition typeDefinition, @NotNull ResourceType resource) CreatesSynchronizationPolicy
based on knownResourceObjectTypeDefinition
.static CompleteResourceSchema
ResourceSchemaFactory.getCompleteSchema
(@NotNull PrismObject<ResourceType> resource) Obtains refined schema for the resource.static @Nullable CompleteResourceSchema
ResourceSchemaFactory.getCompleteSchema
(@NotNull ResourceType resource) static CompleteResourceSchema
ResourceSchemaFactory.getCompleteSchema
(PrismObject<ResourceType> resource, LayerType layer) Returned schema is immutable.static CompleteResourceSchema
ResourceSchemaFactory.getCompleteSchema
(ResourceType resourceType, LayerType layer) static @NotNull CompleteResourceSchema
ResourceSchemaFactory.getCompleteSchemaRequired
(@NotNull PrismObject<ResourceType> resource) static @NotNull CompleteResourceSchema
ResourceSchemaFactory.getCompleteSchemaRequired
(@NotNull ResourceType resource) We assume that missing schema is a configuration (not schema) problem.static @NotNull ResourceSchema
ResourceSchemaFactory.getCompleteSchemaRequired
(PrismObject<ResourceType> resource, LayerType layer) static @NotNull ResourceSchema
ResourceSchemaFactory.getCompleteSchemaRequired
(ResourceType resource, LayerType layer) default @Nullable String
ResourceObjectDefinition.getDefaultOperationPolicyOid
(@NotNull TaskExecutionMode mode) static NativeResourceSchema
ResourceSchemaFactory.getNativeSchemaRequired
(PrismObject<ResourceType> resource) static NativeResourceSchema
ResourceSchemaFactory.getNativeSchemaRequired
(ResourceType resource) SynchronizationReactionDefinition.legacy
(@NotNull LegacySynchronizationReactionType legacyBean, boolean addCreateCasesAction, @NotNull ClockworkSettings defaultSettings) ResourceObjectTypeDelineation.of
(@NotNull ResourceObjectTypeDelineationType bean, @NotNull QName objectClassName, @NotNull List<QName> auxiliaryObjectClassNames, @NotNull ResourceObjectDefinition objectDefinition) static ShadowMarkingRules
ShadowMarkingRules.parse
(@NotNull AbstractResourceObjectDefinitionConfigItem<?> definitionCI, @NotNull AbstractResourceObjectDefinitionImpl definition) static CompleteResourceSchema
ResourceSchemaFactory.parseCompleteSchema
(@NotNull ResourceType resource, NativeResourceSchema nativeSchema) Parses the complete schema from the provided raw schema plus definitions in the resource.static CompleteResourceSchema
ResourceSchemaFactory.parseCompleteSchema
(ResourceType resource) Executes the real parsing. -
Uses of ConfigurationException in com.evolveum.midpoint.schema.result
Methods in com.evolveum.midpoint.schema.result that throw ConfigurationExceptionModifier and TypeMethodDescriptionAsynchronousOperationQueryable.queryOperationStatus
(String asynchronousOperationReference, OperationResult parentResult) -
Uses of ConfigurationException in com.evolveum.midpoint.schema.selector.eval
Methods in com.evolveum.midpoint.schema.selector.eval that throw ConfigurationExceptionModifier and TypeMethodDescriptionObjectFilterExpressionEvaluator.evaluate
(ObjectFilter filter) <F extends FocusType,
O extends ObjectType>
Collection<PrismObject<F>>OwnerResolver.resolveOwner
(PrismObject<O> object) Returns the owner of the provided object. -
Uses of ConfigurationException in com.evolveum.midpoint.schema.selector.spec
Methods in com.evolveum.midpoint.schema.selector.spec that throw ConfigurationExceptionModifier and TypeMethodDescriptionValueSelector.computeFilter
(@NotNull FilteringContext ctx) Converts the clause intoObjectFilter
.@NotNull Class<?>
ValueSelector.getTypeClass
(@NotNull Class<?> superType) boolean
AssigneeClause.matches
(@NotNull PrismValue value, @NotNull MatchingContext ctx) boolean
CandidateAssigneeClause.matches
(@NotNull PrismValue value, @NotNull MatchingContext ctx) boolean
DelegatorClause.matches
(@NotNull PrismValue value, @NotNull MatchingContext ctx) boolean
FilterClause.matches
(@NotNull PrismValue value, @NotNull MatchingContext ctx) boolean
OrgRefClause.matches
(@NotNull PrismValue value, @NotNull MatchingContext ctx) boolean
OrgRelationClause.matches
(@NotNull PrismValue value, @NotNull MatchingContext ctx) boolean
OwnerClause.matches
(@NotNull PrismValue value, @NotNull MatchingContext ctx) boolean
ParentClause.matches
(@NotNull PrismValue value, @NotNull MatchingContext ctx) boolean
RelatedObjectClause.matches
(@NotNull PrismValue value, @NotNull MatchingContext ctx) boolean
RequesterClause.matches
(@NotNull PrismValue value, @NotNull MatchingContext ctx) boolean
RoleRelationClause.matches
(@NotNull PrismValue value, @NotNull MatchingContext ctx) abstract boolean
SelectorClause.matches
(@NotNull PrismValue value, @NotNull MatchingContext ctx) Returns `true` if the `value` matches this clause.boolean
SelfClause.matches
(@NotNull PrismValue value, @NotNull MatchingContext ctx) boolean
ValueSelector.matches
(@NotNull PrismValue value, @NotNull MatchingContext ctx) Returns `true` if the `value` matches this selector.static ParentClause
ParentClause.of
(@NotNull ValueSelector parent, @NotNull ItemPath path) static @NotNull ValueSelector
ValueSelector.parse
(@NotNull ObjectSelectorType bean) The bean is frozen during the parsing process.boolean
FilterClause.toFilter
(@NotNull FilteringContext ctx) boolean
ParentClause.toFilter
(@NotNull FilteringContext ctx) abstract boolean
SelectorClause.toFilter
(@NotNull FilteringContext ctx) Converts the clause intoObjectFilter
(passed toFilteringContext.filterCollector
).boolean
TypeClause.toFilter
(@NotNull FilteringContext ctx) boolean
ValueSelector.toFilter
(@NotNull FilteringContext ctx) Converts the selector intoObjectFilter
(passed toFilteringContext.filterCollector
). -
Uses of ConfigurationException in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that throw ConfigurationExceptionModifier and TypeMethodDescription@NotNull S_ItemEntry
static @Nullable ObjectTemplateItemDefinitionType
ObjectTemplateTypeUtil.findItemDefinition
(@NotNull ObjectTemplateType template, @NotNull ItemPath path) static @NotNull ConnectorInstanceSpecificationType
ResourceTypeUtil.getAdditionalConnectorSpec
(@NotNull ResourceType resource, @NotNull String name) @Nullable ResourceSchema
Resource.getCompleteSchema()
@NotNull ResourceSchema
Resource.getCompleteSchemaRequired()
static @Nullable PrismContainerValue<ConfigurationPropertiesType>
ResourceTypeUtil.getConfigurationProperties
(@NotNull ResourceType resource, @Nullable String connectorName) static @Nullable ConnectorConfigurationType
ResourceTypeUtil.getConnectorConfiguration
(@NotNull ResourceType resource, @Nullable String connectorName) static @Nullable CompositeCorrelatorType
ObjectTemplateTypeUtil.getCorrelators
(@Nullable ObjectTemplateType template, @NotNull CorrelatorDiscriminator discriminator) @NotNull Collection<ResourceObjectTypeDefinition>
Resource.getObjectTypeDefinitions()
static @NotNull ItemPath
ItemRefinedDefinitionTypeUtil.getRef
(@NotNull ItemRefinedDefinitionType bean) static @Nullable PrismContainerValue<ResultsHandlerConfigurationType>
ResourceTypeUtil.getResultsHandlerConfiguration
(@NotNull ResourceType resource, @Nullable String connectorName) static CorrelationDefinitionType
CorrelatorsDefinitionUtil.mergeCorrelationDefinition
(@NotNull ResourceObjectInboundProcessingDefinition objectInboundProcDef, @Nullable ObjectSynchronizationType synchronizationBean, @NotNull ResourceType resource) "Compiles" the correlation definition from all available information: .static @NotNull ResourceObjectTypeDefinitionTypeUtil.SuperReference
ResourceObjectTypeDefinitionTypeUtil.SuperReference.of
(@NotNull ResourceObjectTypeIdentificationType bean) @NotNull S_MatchingRuleEntry
Resource.queryFor
(@NotNull ResourceObjectTypeIdentification typeIdentification) @NotNull S_MatchingRuleEntry
Resource.queryFor
(@NotNull ShadowKindType kind, @NotNull String intent) @NotNull S_MatchingRuleEntry
@NotNull ShadowBuilder
Resource.shadow
(@NotNull ResourceObjectTypeIdentification identification) -
Uses of ConfigurationException in com.evolveum.midpoint.util
Methods in com.evolveum.midpoint.util that throw ConfigurationExceptionModifier and TypeMethodDescriptionstatic void
MiscUtil.configCheck
(boolean condition, String template, Object... arguments) static <T> T
MiscUtil.configNonNull
(T value, String template, Object... arguments) static <T> T
MiscUtil.configNonNull
(T value, Supplier<String> messageSupplier) -
Uses of ConfigurationException in com.evolveum.midpoint.web.page.admin.resources
Methods in com.evolveum.midpoint.web.page.admin.resources that throw ConfigurationExceptionModifier and TypeMethodDescriptionResourceContentPanel.getDefinitionByKind()
Deprecated, for removal: This API element is subject to removal in a future version.ResourceContentPanel.getDefinitionByObjectClass()
Deprecated, for removal: This API element is subject to removal in a future version.protected ResourceSchema
ResourceContentPanel.getRefinedSchema()
Deprecated, for removal: This API element is subject to removal in a future version.