Uses of Class
com.evolveum.midpoint.util.exception.SchemaException
-
-
Uses of SchemaException in com.evolveum.midpoint.audit.api
Methods in com.evolveum.midpoint.audit.api that throw SchemaException Modifier and Type Method Description static void
AuditEventRecord. adopt(AuditEventRecordType record, PrismContext prismContext)
static void
AuditEventRecord. adopt(ObjectDeltaType delta, PrismContext prismContext)
-
Uses of SchemaException in com.evolveum.midpoint.certification.api
Methods in com.evolveum.midpoint.certification.api that throw SchemaException Modifier and Type Method Description void
CertificationManager. closeCampaign(String campaignOid, Task task, OperationResult result)
Closes a campaign.void
CertificationManager. closeCurrentStage(String campaignOid, Task task, OperationResult parentResult)
Opens the next stage in the certification campaign.int
CertificationManager. countOpenWorkItems(ObjectQuery caseQuery, boolean notDecidedOnly, boolean allItems, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)
default int
CertificationManager. countOpenWorkItems(ObjectQuery caseQuery, boolean notDecidedOnly, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)
AccessCertificationCampaignType
CertificationManager. createCampaign(String definitionOid, Task task, OperationResult parentResult)
Creates a certification campaign: creates AccessCertificationCampaignType object, based on general information in certification definition.AccessCertificationCasesStatisticsType
CertificationManager. getCampaignStatistics(String campaignOid, boolean currentStageOnly, Task task, OperationResult parentResult)
Provides statistical information about outcomes of cases in a given campaign.void
CertificationManager. openNextStage(String campaignOid, Task task, OperationResult parentResult)
Opens the next review stage in the certification campaign.void
CertificationManager. recordDecision(String campaignOid, long caseId, long workItemId, AccessCertificationResponseType response, String comment, Task task, OperationResult parentResult)
Records a particular decision of a reviewer.void
CertificationManager. reiterateCampaign(String campaignOid, Task task, OperationResult result)
Reiterates a closed campaign.List<AccessCertificationCaseType>
CertificationManager. searchDecisionsToReview(ObjectQuery caseQuery, boolean notDecidedOnly, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)
Deprecated.List<AccessCertificationWorkItemType>
CertificationManager. searchOpenWorkItems(ObjectQuery caseQuery, boolean notDecidedOnly, boolean allItems, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)
Returns a set of certification work items for currently logged-in user (or all users).default List<AccessCertificationWorkItemType>
CertificationManager. searchOpenWorkItems(ObjectQuery caseQuery, boolean notDecidedOnly, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)
void
CertificationManager. startRemediation(String campaignOid, Task task, OperationResult result)
Starts the remediation phase for the campaign. -
Uses of SchemaException in com.evolveum.midpoint.common
Methods in com.evolveum.midpoint.common that throw SchemaException Modifier and Type Method Description static void
LoggingConfigurationManager. configure(LoggingConfigurationType config, String version, MidpointConfiguration midpointConfiguration, OperationResult result)
static List<PropertyDelta<?>>
SynchronizationUtils. createSynchronizationSituationAndDescriptionDelta(PrismObject<ShadowType> shadow, SynchronizationSituationType situation, String sourceChannel, boolean full, XMLGregorianCalendar timestamp, PrismContext prismContext)
static ItemDefinition<?>
StaticExpressionUtil. deriveOutputDefinitionFromValueElements(QName elementName, Collection<javax.xml.bind.JAXBElement<?>> valueElements, String contextDescription, PrismContext prismContext)
static <X> PrismProperty<X>
StaticExpressionUtil. getPropertyStatic(ExpressionType expressionType, PrismPropertyDefinition outputDefinition, String contextDescription, PrismContext prismContext)
static <X> Collection<X>
StaticExpressionUtil. getPropertyStaticRealValues(ExpressionType expressionType, PrismPropertyDefinition outputDefinition, String contextDescription, PrismContext prismContext)
Always returns collection, even for single-valued results.static Object
StaticExpressionUtil. getStaticOutput(ExpressionType expressionType, PrismPropertyDefinition outputDefinition, String contextDescription, ExpressionReturnMultiplicityType preferredMultiplicity, PrismContext prismContext)
Returns either Object (if result is supposed to be single-value) or Collection(if result is supposed to be multi-value) static boolean
SynchronizationUtils. isPolicyApplicable(QName objectClass, ShadowKindType kind, String intent, ObjectSynchronizationType synchronizationPolicy, PrismObject<ResourceType> resource)
static boolean
SynchronizationUtils. isPolicyApplicable(QName objectClass, ShadowKindType kind, String intent, ObjectSynchronizationType synchronizationPolicy, PrismObject<ResourceType> resource, boolean strictIntent)
boolean
ResourceObjectPattern. matches(PrismObject<ShadowType> shadowToMatch, MatchingRuleRegistry matchingRuleRegistry, RelationRegistry relationRegistry)
static boolean
ResourceObjectPattern. matches(PrismObject<ShadowType> shadowToMatch, Collection<ResourceObjectPattern> protectedAccountPatterns, MatchingRuleRegistry matchingRuleRegistry, RelationRegistry relationRegistry)
static <IV extends PrismValue,ID extends ItemDefinition>
Item<IV,ID>StaticExpressionUtil. parseValueElements(Collection<?> valueElements, ID outputDefinition, String contextDescription)
static <IV extends PrismValue,ID extends ItemDefinition>
List<javax.xml.bind.JAXBElement<RawType>>StaticExpressionUtil. serializeValueElements(Item<IV,ID> item, String contextDescription)
-
Uses of SchemaException in com.evolveum.midpoint.common.refinery
-
Uses of SchemaException in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that throw SchemaException Modifier and Type Method Description MidPointPrincipal
ModelInteractionService. assumePowerOfAttorney(PrismObject<UserType> donor, Task task, OperationResult result)
void
ModelAuditService. audit(AuditEventRecord record, Task task, OperationResult result)
void
WorkflowService. cancelCase(String caseOid, Task task, OperationResult parentResult)
<T extends ObjectType,O extends ObjectType>
booleanModelInteractionService. canSearch(Class<T> resultType, Class<O> objectType, String objectOid, boolean includeSpecial, ObjectQuery query, Task task, OperationResult result)
TODO Question: does object make any sense here? E.g.boolean
ModelInteractionService. checkPassword(String userOid, ProtectedStringType password, Task task, OperationResult parentResult)
Checks if the supplied password matches with current user password.void
WorkflowService. claimWorkItem(WorkItemId workItemId, Task task, OperationResult parentResult)
void
ModelAuditService. cleanupAudit(CleanupPolicyType policy, Task task, OperationResult parentResult)
Clean up audit records that are older than specified.void
AccessCertificationService. closeCampaign(String campaignOid, Task task, OperationResult result)
Closes a campaign.void
AccessCertificationService. closeCurrentStage(String campaignOid, 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, List<? extends ItemPath> ignoreItemPaths, Task task, OperationResult result)
TODOCompiledObjectCollectionView
ModelInteractionService. compileObjectCollectionView(PrismObject<ObjectCollectionType> collection, Class<? extends ObjectType> targetTypeClass, Task task, OperationResult result)
void
WorkflowService. completeWorkItem(WorkItemId workItemId, AbstractWorkItemOutputType output, ObjectDelta additionalDelta, Task task, OperationResult parentResult)
Approves or rejects a work item.void
WorkflowService. completeWorkItem(WorkItemId workItemId, AbstractWorkItemOutputType output, Task task, OperationResult parentResult)
Approves or rejects a work item<T extends Containerable>
IntegerModelService. countContainers(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)
long
ModelAuditService. countObjects(String query, Map<String,Object> params, Task task, OperationResult parentResult)
<T extends ObjectType>
IntegerModelService. countObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)
Count objects.int
AccessCertificationService. countOpenWorkItems(ObjectQuery baseWorkItemsQuery, boolean notDecidedOnly, boolean allItems, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)
default int
AccessCertificationService. countOpenWorkItems(ObjectQuery baseWorkItemsQuery, boolean notDecidedOnly, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)
AccessCertificationCampaignType
AccessCertificationService. createCampaign(String definitionOid, Task task, OperationResult parentResult)
Creates a certification campaign: creates AccessCertificationCampaignType object, based on general information in certification definition.LocalizableMessageType
ModelInteractionService. createLocalizableMessageType(LocalizableMessageTemplateType template, VariablesMap variables, Task task, OperationResult result)
boolean
TaskService. deactivateServiceThreads(long timeToWait, Task operationTask, OperationResult parentResult)
Deactivates service threads (temporarily).void
WorkflowService. delegateWorkItem(WorkItemId workItemId, WorkItemDelegationRequestType delegationRequest, Task task, OperationResult parentResult)
void
TaskService. deleteWorkersAndWorkState(String rootTaskOid, boolean deleteWorkers, long subtasksWaitTime, 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.<O extends AbstractRoleType>
AssignmentCandidatesSpecificationModelInteractionService. determineAssignmentHolderSpecification(PrismObject<O> assignmentTarget, OperationResult result)
Returns data structure that contains information about possible assignment holders for a particular target object.<O extends AssignmentHolderType>
AssignmentCandidatesSpecificationModelInteractionService. determineAssignmentTargetSpecification(PrismObject<O> assignmentHolder, OperationResult result)
Returns data structure that contains information about possible assignment targets for a particular holder object.<O extends ObjectType>
CollectionStatsModelInteractionService. determineCollectionStats(CompiledObjectCollectionView collectionView, Task task, OperationResult result)
Set<ConnectorType>
ModelService. discoverConnectors(ConnectorHostType hostType, Task task, OperationResult parentResult)
Discovers local or remote connectors.MidPointPrincipal
ModelInteractionService. dropPowerOfAttorney(Task task, OperationResult result)
Collection<EvaluatedPolicyRule>
ModelInteractionService. evaluateCollectionPolicyRules(PrismObject<ObjectCollectionType> collection, CompiledObjectCollectionView collectionView, Class<? extends ObjectType> targetTypeClass, Task task, OperationResult result)
Returns all policy rules that apply to the collection.ScriptExecutionResult
ScriptingService. evaluateExpression(ExecuteScriptType executeScriptCommand, VariablesMap initialVariables, boolean recordProgressAndIterationStatistics, Task task, OperationResult result)
ScriptExecutionResult
ScriptingService. evaluateExpression(ScriptingExpressionType expression, Task task, OperationResult result)
Synchronously executes any scripting expression (with no input data).void
ScriptingService. evaluateExpressionInBackground(ExecuteScriptType executeScriptCommand, Task task, OperationResult parentResult)
void
ScriptingService. evaluateExpressionInBackground(ScriptingExpressionType expression, Task task, OperationResult parentResult)
Asynchronously executes any scripting expression.void
ScriptingService. evaluateExpressionInBackground(QName objectType, ObjectFilter filter, String actionName, Task task, OperationResult parentResult)
Deprecated.void
ScriptingService. evaluateIterativeExpressionInBackground(ExecuteScriptType executeScriptCommand, Task task, OperationResult parentResult)
Asynchronously executes any scripting expression.MappingEvaluationResponseType
ModelDiagnosticService. evaluateMapping(MappingEvaluationRequestType request, Task task, OperationResult parentResult)
Execute arbitrary mapping.Collection<ObjectDeltaOperation<? extends ObjectType>>
ModelService. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, OperationResult parentResult)
Execute the provided object deltas.Collection<ObjectDeltaOperation<? extends ObjectType>>
ModelService. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, Collection<ProgressListener> listeners, OperationResult parentResult)
ExecuteCredentialResetResponseType
ModelInteractionService. executeCredentialsReset(PrismObject<UserType> user, ExecuteCredentialResetRequestType executeCredentialResetRequest, Task task, OperationResult result)
RepositoryQueryDiagResponse
ModelDiagnosticService. executeRepositoryQuery(RepositoryQueryDiagRequest request, Task task, OperationResult parentResult)
Execute arbitrary implementation-specific query.String
ModelDiagnosticService. exportDataModel(ResourceType resource, DataModelVisualizer.Target target, Task task, OperationResult parentResult)
String
ModelDiagnosticService. exportDataModel(Collection<String> resourceOids, DataModelVisualizer.Target target, Task task, OperationResult parentResult)
Exports data model EXPERIMENTAL.PrismObject<UserType>
ModelService. findShadowOwner(String shadowOid, Task task, OperationResult parentResult)
Deprecated.<O extends ObjectType>
voidModelInteractionService. generateValue(PrismObject<O> object, PolicyItemsDefinitionType policyItemsDefinition, Task task, OperationResult parentResult)
<O extends ObjectType>
StringModelInteractionService. generateValue(ValuePolicyType policy, int defaultLength, boolean generateMinimalSize, PrismObject<O> object, String shortDesc, Task task, OperationResult inputResult)
TEMPORARY.<O extends ObjectType,R extends AbstractRoleType>
ItemSecurityConstraintsModelInteractionService. getAllowedRequestAssignmentItems(PrismObject<O> object, PrismObject<R> target, Task task, OperationResult result)
Returns decisions for individual items for "assign" authorization.<H extends AssignmentHolderType,R extends AbstractRoleType>
RoleSelectionSpecificationModelInteractionService. getAssignableRoleSpecification(PrismObject<H> assignmentHolder, Class<R> targetType, int assignmentOrder, Task task, OperationResult parentResult)
Returns an object that defines which roles can be assigned by the currently logged-in user.SystemConfigurationAuditType
ModelInteractionService. getAuditConfiguration(OperationResult parentResult)
AuthenticationsPolicyType
ModelInteractionService. getAuthenticationPolicy(PrismObject<UserType> user, Task task, OperationResult parentResult)
Returns an authentications policies as defined in the system configuration security policy.AccessCertificationCasesStatisticsType
AccessCertificationService. getCampaignStatistics(String campaignOid, boolean currentStageOnly, Task task, OperationResult parentResult)
Provides statistical information about outcomes of cases in a given campaign.AccessCertificationConfigurationType
ModelInteractionService. getCertificationConfiguration(OperationResult parentResult)
CompiledUserProfile
ModelInteractionService. getCompiledUserProfile(Task task, OperationResult parentResult)
Returns currently applicable user profile, compiled for efficient use in the user interface.List<ConnectorOperationalStatus>
ModelInteractionService. getConnectorOperationalStatus(String resourceOid, Task task, OperationResult parentResult)
CredentialsPolicyType
ModelInteractionService. getCredentialsPolicy(PrismObject<UserType> user, Task task, OperationResult parentResult)
Returns a credential policy that applies to the specified user.DeploymentInformationType
ModelInteractionService. getDeploymentInformationConfiguration(OperationResult parentResult)
List<ObjectReferenceType>
ModelInteractionService. getDeputyAssignees(AbstractWorkItemType workItem, Task task, OperationResult parentResult)
Gets "deputy assignees" i.e.List<ObjectReferenceType>
ModelInteractionService. getDeputyAssignees(ObjectReferenceType assignee, QName limitationItemName, Task task, OperationResult parentResult)
<T extends ObjectType>
ObjectFilterModelInteractionService. getDonorFilter(Class<T> searchResultType, ObjectFilter origFilter, String targetAuthorizationAction, Task task, OperationResult parentResult)
Returns filter for lookup of donors of power of attorney.RefinedObjectClassDefinition
ModelInteractionService. getEditObjectClassDefinition(PrismObject<ShadowType> shadow, PrismObject<ResourceType> resource, AuthorizationPhaseType phase, Task task, OperationResult result)
<O extends ObjectType>
PrismObjectDefinition<O>ModelInteractionService. getEditObjectDefinition(PrismObject<O> object, AuthorizationPhaseType phase, Task task, OperationResult result)
Returns a schema that reflects editability of the object in terms of midPoint schema limitations and security.PrismObjectDefinition<ShadowType>
ModelInteractionService. getEditShadowDefinition(ResourceShadowDiscriminator discr, AuthorizationPhaseType phase, Task task, OperationResult result)
RegistrationsPolicyType
ModelInteractionService. getFlowPolicy(PrismObject<UserType> user, Task task, OperationResult parentResult)
Returns a policy for registration, e.g.LogFileContentType
ModelDiagnosticService. getLogFileContent(Long fromPosition, Long maxSize, Task task, OperationResult parentResult)
Returns the contents of the log file.long
ModelDiagnosticService. getLogFileSize(Task task, OperationResult parentResult)
String
ModelDiagnosticService. getMemoryInformation(Task task, OperationResult parentResult)
List<MergeConfigurationType>
ModelInteractionService. getMergeConfiguration(OperationResult parentResult)
<T extends ObjectType>
PrismObject<T>ModelService. getObject(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)
Returns object for provided OID.RegistrationsPolicyType
ModelInteractionService. getRegistrationPolicy(PrismObject<UserType> user, Task task, OperationResult parentResult)
Deprecated.String
TaskService. getRunningTasksThreadsDump(Task task, OperationResult parentResult)
SecurityPolicyType
ModelInteractionService. getSecurityPolicy(PrismObject<UserType> user, Task task, OperationResult parentResult)
SystemConfigurationType
ModelInteractionService. getSystemConfiguration(OperationResult parentResult)
PrismObject<TaskType>
TaskService. getTaskByIdentifier(String identifier, Collection<SelectorOptions<GetOperationOptions>> options, Task operationTask, OperationResult parentResult)
Returns information about task, given its identifier.String
TaskService. getTaskThreadsDump(String taskOid, Task task, OperationResult parentResult)
String
TaskService. getThreadsDump(Task task, OperationResult parentResult)
void
ModelService. importFromResource(String shadowOid, Task task, OperationResult parentResult)
Import single account from resource.void
ModelService. importFromResource(String resourceOid, QName objectClass, Task task, OperationResult parentResult)
Import accounts from resource.List<AuditEventRecord>
ModelAuditService. listRecords(String query, Map<String,Object> params, Task task, OperationResult parentResult)
List<PrismObject<? extends ShadowType>>
ModelService. listResourceObjects(String resourceOid, QName objectClass, ObjectPaging paging, Task task, OperationResult result)
Deprecated.<O extends ObjectType>
Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService. mergeObjects(Class<O> type, String leftOid, String rightOid, String mergeConfigurationName, 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, Task task, OperationResult result)
<O extends ObjectType>
PrismObject<O>ModelInteractionService. mergeObjectsPreviewObject(Class<O> type, String leftOid, String rightOid, String mergeConfigurationName, Task task, OperationResult result)
void
ModelService. notifyChange(ResourceObjectShadowChangeDescriptionType changeDescription, Task task, OperationResult parentResult)
void
AccessCertificationService. openNextStage(String campaignOid, Task task, OperationResult parentResult)
Opens the next review stage in the certification campaign.<F extends ObjectType>
ModelContext<F>ModelInteractionService. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, OperationResult result)
Computes the most likely changes triggered by the provided delta.<F extends ObjectType>
ModelContext<F>ModelInteractionService. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, Collection<ProgressListener> listeners, OperationResult result)
void
TaskService. reactivateServiceThreads(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, Task task, OperationResult parentResult)
Recomputes focal object with the specified OID.<F extends ObjectType>
voidModelService. recompute(Class<F> type, String oid, Task task, OperationResult parentResult)
Deprecated.void
TaskService. reconcileWorkers(String oid, Task opTask, OperationResult result)
<O extends ObjectType>
PrismObject<O>ModelAuditService. reconstructObject(Class<O> type, String oid, String eventIdentifier, Task task, OperationResult result)
void
AccessCertificationService. recordDecision(String campaignOid, long caseId, long workItemId, AccessCertificationResponseType response, String comment, Task task, OperationResult parentResult)
Records a particular decision of a reviewer.String
TaskService. recordRunningTasksThreadsDump(String cause, Task task, OperationResult parentResult)
void
ModelInteractionService. refreshPrincipal(String oid)
void
AccessCertificationService. reiterateCampaign(String campaignOid, Task task, OperationResult result)
Reiterates a closed campaign.void
WorkflowService. releaseWorkItem(WorkItemId workItemId, Task task, OperationResult parentResult)
void
ModelDiagnosticService. repositoryTestOrgClosureConsistency(Task task, boolean repairIfNecessary, OperationResult result)
Checks a org closure table for consistency, repairing any problems found.void
TaskService. resumeTask(String taskOid, Task operationTask, OperationResult parentResult)
void
TaskService. resumeTasks(Collection<String> taskOids, Task operationTask, OperationResult parentResult)
Resume suspended tasks.void
TaskService. resumeTaskTree(String coordinatorOid, Task operationTask, OperationResult parentResult)
<T> T
ModelInteractionService. runUnderPowerOfAttorney(Producer<T> producer, PrismObject<UserType> donor, Task task, OperationResult result)
void
TaskService. scheduleTaskNow(String taskOid, Task operationTask, OperationResult parentResult)
void
TaskService. scheduleTasksNow(Collection<String> taskOids, Task operationTask, OperationResult parentResult)
Schedules a RUNNABLE/CLOSED tasks to be run immediately.<T extends Containerable>
SearchResultList<T>ModelService. searchContainers(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)
Search for "sub-object" structures, i.e.<T extends ObjectType>
SearchResultList<PrismObject<T>>ModelService. searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)
Search for objects.<T extends ObjectType>
SearchResultMetadataModelService. 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).List<AccessCertificationWorkItemType>
AccessCertificationService. searchOpenWorkItems(ObjectQuery baseWorkItemsQuery, boolean notDecidedOnly, boolean allItems, Collection<SelectorOptions<GetOperationOptions>> options, 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, Task task, OperationResult parentResult)
PrismObject<? extends FocusType>
ModelService. searchShadowOwner(String shadowOid, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)
Returns the Focus object representing owner of specified shadow.void
AccessCertificationService. startRemediation(String campaignOid, Task task, OperationResult result)
Starts the remediation phase for the campaign.void
TaskService. startSchedulers(Collection<String> nodeIdentifiers, Task operationTask, OperationResult result)
Starts the scheduler on a given nodes.void
TaskService. stopSchedulers(Collection<String> nodeIdentifiers, Task operationTask, OperationResult parentResult)
Stops the schedulers on a given nodes.boolean
TaskService. stopSchedulersAndTasks(Collection<String> nodeIdentifiers, long waitTime, Task operationTask, OperationResult parentResult)
Stops a set of schedulers (on their nodes) and tasks that are executing on these nodes.TaskType
ModelInteractionService. submitTaskFromTemplate(String templateTaskOid, List<Item<?,?>> extensionItems, Task opTask, OperationResult result)
TaskType
ModelInteractionService. submitTaskFromTemplate(String templateTaskOid, Map<QName,Object> extensionValues, Task opTask, OperationResult result)
void
TaskService. suspendAndDeleteTask(String taskOid, long waitForStop, boolean alsoSubtasks, Task operationTask, OperationResult parentResult)
void
TaskService. suspendAndDeleteTasks(Collection<String> taskOids, long waitForStop, boolean alsoSubtasks, Task operationTask, OperationResult parentResult)
Suspends tasks and deletes them.boolean
TaskService. suspendTask(String taskOid, long waitForStop, Task operationTask, OperationResult parentResult)
boolean
TaskService. suspendTasks(Collection<String> taskOids, long waitForStop, Task operationTask, OperationResult parentResult)
Suspends a set of tasks.boolean
TaskService. suspendTaskTree(String taskOid, long waitForStop, Task operationTask, OperationResult parentResult)
void
TaskService. synchronizeTasks(Task operationTask, OperationResult parentResult)
Synchronizes information in midPoint repository and task scheduling database.<F extends ObjectType>
ModelContext<F>ModelInteractionService. unwrapModelContext(LensContextType wrappedContext, Task task, OperationResult result)
<O extends ObjectType>
voidModelInteractionService. validateValue(PrismObject<O> object, PolicyItemsDefinitionType policyItemsDefinition, Task task, OperationResult parentResult)
String
DataModelVisualizer. visualize(ResourceType resource, DataModelVisualizer.Target target, Task task, OperationResult result)
String
DataModelVisualizer. visualize(Collection<String> resourceOids, DataModelVisualizer.Target target, Task task, OperationResult result)
Scene
ModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, Task task, OperationResult result)
Scene
ModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, ObjectReferenceType objectRef, Task task, OperationResult result)
List<? extends Scene>
ModelInteractionService. visualizeDeltas(List<ObjectDelta<? extends ObjectType>> deltas, Task task, OperationResult result)
-
Uses of SchemaException in com.evolveum.midpoint.model.api.authentication
Methods in com.evolveum.midpoint.model.api.authentication that throw SchemaException Modifier and Type Method Description MidPointUserProfilePrincipal
UserProfileService. getPrincipal(PrismObject<UserType> user)
MidPointUserProfilePrincipal
UserProfileService. getPrincipal(PrismObject<UserType> user, AuthorizationTransformer authorizationTransformer, OperationResult result)
MidPointUserProfilePrincipal
UserProfileService. getPrincipal(String username)
MidPointUserProfilePrincipal
UserProfileService. getPrincipalByOid(String oid)
-
Uses of SchemaException in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that throw SchemaException Modifier and Type Method Description void
ModelElementContext. addPrimaryDelta(ObjectDelta<O> value)
ExtensionType
AssignmentPath. collectExtensions(int startAt)
static ExtensionType
AssignmentPath. collectExtensions(AssignmentPathType path, int startAt, ModelService modelService, Task task, OperationResult result)
Collection<ObjectDelta<? extends ObjectType>>
ModelContext. getAllChanges()
DeltaSetTriple<EvaluatedConstruction>
EvaluatedAssignment. getEvaluatedConstructions(Task task, OperationResult result)
ObjectDelta<ShadowType>
ModelProjectionContext. getExecutableDelta()
-
Uses of SchemaException in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr that throw SchemaException Modifier and Type Method Description <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)
<O extends ObjectType>
voidMidpointFunctions. addRecomputeTrigger(PrismObject<O> object, Long timestamp)
<O extends ObjectType>
voidMidpointFunctions. addRecomputeTrigger(O object, Long timestamp)
<T extends ObjectType>
voidMidpointFunctions. applyDefinition(T object)
Collection<PrismValue>
MidpointFunctions. collectAssignedFocusMappingsResults(ItemPath path)
Returns all non-negative values from all focus mappings (targeted to given path) from all non-negative evaluated assignments.ExtensionType
MidpointFunctions. collectExtensions(AssignmentPathType path, int startAt)
<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>
TMidpointFunctions. createEmptyObject(Class<T> type)
Creates empty prism object of specified type in memory.<T extends ObjectType>
TMidpointFunctions. createEmptyObjectWithName(Class<T> type, PolyString name)
Creates empty prism object of specified type and with specified name in memory.<T extends ObjectType>
TMidpointFunctions. createEmptyObjectWithName(Class<T> type, PolyStringType name)
Creates empty prism object of specified type and with specified name in memory.<T extends ObjectType>
TMidpointFunctions. createEmptyObjectWithName(Class<T> type, String name)
Creates empty prism object of specified type and with specified name in memory.boolean
OptimizingTriggerCreator. createForNamedObject(Class<? extends ObjectType> type, String name)
Creates a trigger for the object with the given name.boolean
OptimizingTriggerCreator. createForNamedUser(String name)
Creates a trigger for the user with the given name.boolean
OptimizingTriggerCreator. createForObject(Class<? extends ObjectType> type, String oid)
Creates a trigger to the user with the given OID.<T extends ObjectType>
voidMidpointFunctions. deleteObject(Class<T> type, String oid)
<T extends ObjectType>
voidMidpointFunctions. deleteObject(Class<T> type, String oid, ModelExecuteOptions options)
<C extends Containerable>
S_ItemEntryMidpointFunctions. deltaFor(Class<C> objectClass)
Object
MidpointFunctions. executeAdHocProvisioningScript(ResourceType resource, String language, String code)
Object
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.TaskType
MidpointFunctions. executeChangesAsynchronously(Collection<ObjectDelta<?>> deltas, ModelExecuteOptions options, String templateTaskOid)
TaskType
MidpointFunctions. executeChangesAsynchronously(Collection<ObjectDelta<?>> deltas, ModelExecuteOptions options, String templateTaskOid, Task opTask, OperationResult result)
PrismObject<UserType>
MidpointFunctions. findShadowOwner(String accountOid)
Deprecated.use searchShadowOwner instead<O extends ObjectType>
ArchetypeTypeMidpointFunctions. getArchetype(O object)
Assumes single archetype.<O extends ObjectType>
StringMidpointFunctions. getArchetypeOid(O object)
Assumes single archetype.<T> ResourceAttributeDefinition<T>
MidpointFunctions. getAttributeDefinition(PrismObject<ResourceType> resource, String objectClassName, String attributeName)
<T> ResourceAttributeDefinition<T>
MidpointFunctions. getAttributeDefinition(PrismObject<ResourceType> resource, QName objectClassName, QName attributeName)
ShadowType
MidpointFunctions. getLinkedShadow(FocusType focus, ResourceType resource)
ShadowType
MidpointFunctions. getLinkedShadow(FocusType focus, ResourceType resource, boolean repositoryObjectOnly)
ShadowType
MidpointFunctions. getLinkedShadow(FocusType focus, String resourceOid)
ShadowType
MidpointFunctions. getLinkedShadow(FocusType focus, String resourceOid, boolean repositoryObjectOnly)
ShadowType
MidpointFunctions. getLinkedShadow(FocusType focus, String resourceOid, ShadowKindType kind, String intent)
ShadowType
MidpointFunctions. getLinkedShadow(FocusType focus, String resourceOid, ShadowKindType kind, String intent, boolean repositoryObjectOnly)
Collection<UserType>
MidpointFunctions. getManagers(UserType user)
Collection<UserType>
MidpointFunctions. getManagers(UserType user, String orgType, boolean allowSelf)
Collection<UserType>
OrgStructFunctions. getManagers(UserType user, boolean preAuthorized)
Collection<UserType>
OrgStructFunctions. getManagers(UserType user, String orgType, boolean allowSelf, boolean preAuthorized)
Collection<UserType>
MidpointFunctions. getManagersByOrgType(UserType user, String orgType)
Collection<UserType>
OrgStructFunctions. getManagersByOrgType(UserType user, String orgType, boolean preAuthorized)
Collection<UserType>
MidpointFunctions. getManagersOfOrg(String orgOid)
Collection<UserType>
OrgStructFunctions. getManagersOfOrg(String orgOid, boolean preAuthorized)
Collection<String>
MidpointFunctions. getManagersOids(UserType user)
Collection<String>
OrgStructFunctions. getManagersOids(UserType user, boolean preAuthorized)
Collection<String>
MidpointFunctions. getManagersOidsExceptUser(UserType user)
Collection<String>
MidpointFunctions. getManagersOidsExceptUser(Collection<ObjectReferenceType> userRefList)
Collection<String>
OrgStructFunctions. getManagersOidsExceptUser(UserType user, boolean preAuthorized)
Collection<String>
OrgStructFunctions. getManagersOidsExceptUser(Collection<ObjectReferenceType> userRefList, boolean preAuthorized)
List<UserType>
MidpointFunctions. getMembers(String orgOid)
List<ObjectReferenceType>
MidpointFunctions. getMembersAsReferences(String orgOid)
<T extends ObjectType>
TMidpointFunctions. getObject(Class<T> type, String oid)
Returns object for provided OID.<T extends ObjectType>
TMidpointFunctions. getObject(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options)
Returns object for provided OID.OrgType
MidpointFunctions. getOrgByName(String name)
OrgType
OrgStructFunctions. getOrgByName(String name, boolean preAuthorized)
OrgType
MidpointFunctions. getOrgByOid(String oid)
OrgType
OrgStructFunctions. getOrgByOid(String oid, boolean preAuthorized)
OrgType
MidpointFunctions. getParentOrgByOrgType(ObjectType object, String orgType)
Returns parent orgs of the specified object that have a specific orgType.OrgType
OrgStructFunctions. getParentOrgByOrgType(ObjectType object, String orgType, boolean preAuthorized)
Collection<OrgType>
MidpointFunctions. getParentOrgs(ObjectType object)
Returns all parent orgs of the specified object.Collection<OrgType>
MidpointFunctions. getParentOrgs(ObjectType object, String relation, String orgType)
Returns parent orgs of the specified object that have a specific relation and orgType.Collection<OrgType>
MidpointFunctions. getParentOrgs(ObjectType object, QName relation, String orgType)
Returns parent orgs of the specified object that have a specific relation and orgType.Collection<OrgType>
OrgStructFunctions. getParentOrgs(ObjectType object, boolean preAuthorized)
Collection<OrgType>
OrgStructFunctions. getParentOrgs(ObjectType object, String relation, String orgType, boolean preAuthorized)
Collection<OrgType>
OrgStructFunctions. getParentOrgs(ObjectType object, QName relation, String orgType, boolean preAuthorized)
Collection<OrgType>
MidpointFunctions. getParentOrgsByRelation(ObjectType object, String relation)
Returns parent orgs of the specified object that have a specific relation.Collection<OrgType>
MidpointFunctions. getParentOrgsByRelation(ObjectType object, QName relation)
Returns parent orgs of the specified object that have a specific relation.Collection<OrgType>
OrgStructFunctions. getParentOrgsByRelation(ObjectType object, String relation, boolean preAuthorized)
Collection<OrgType>
OrgStructFunctions. getParentOrgsByRelation(ObjectType object, QName relation, boolean preAuthorized)
ObjectDeltaType
MidpointFunctions. getResourceDelta(ModelContext context, String resourceOid)
Returns aggregated delta that is to be executed on a given resource.UserType
MidpointFunctions. getUserByOid(String oid)
boolean
MidpointFunctions. isManagerOfOrgType(UserType user, String orgType)
boolean
OrgStructFunctions. isManagerOfOrgType(UserType user, String orgType, boolean preAuthorized)
<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 FocusType>
voidMidpointFunctions. recompute(Class<F> type, String oid)
Recomputes 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(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.<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)
TaskType
MidpointFunctions. submitTaskFromTemplate(String templateTaskOid, List<Item<?,?>> extensionItems)
TaskType
MidpointFunctions. submitTaskFromTemplate(String templateTaskOid, Map<QName,Object> extensionValues)
ModelContext
MidpointFunctions. unwrapModelContext(LensContextType lensContextType)
-
Uses of SchemaException in com.evolveum.midpoint.model.api.hooks
Methods in com.evolveum.midpoint.model.api.hooks that throw SchemaException Modifier and Type Method Description <T extends ObjectType>
voidReadHook. invoke(PrismObject<T> object, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)
todo -
Uses of SchemaException in com.evolveum.midpoint.model.api.interaction
Methods in com.evolveum.midpoint.model.api.interaction that throw SchemaException Modifier and Type Method Description DashboardWidget
DashboardService. createWidgetData(DashboardWidgetType widget, Task task, OperationResult result)
ObjectCollectionType
DashboardService. getObjectCollectionType(DashboardWidgetType widget, Task task, OperationResult result)
List<PrismObject<ObjectType>>
DashboardService. searchObjectFromCollection(ObjectCollectionType collection, boolean usingFilter, Task task, OperationResult result)
-
Uses of SchemaException in com.evolveum.midpoint.model.api.util
Methods in com.evolveum.midpoint.model.api.util that throw SchemaException Modifier and Type Method Description static ExtensionType
AssignmentPathUtil. collectExtensions(AssignmentPath path, int startAt, PrismContext prismContext)
static ExtensionType
AssignmentPathUtil. collectExtensions(AssignmentPathType path, int startAt, ModelService modelService, Task task, OperationResult result)
static void
ResourceUtils. deleteSchema(PrismObject<ResourceType> resource, ModelService modelService, PrismContext prismContext, Task task, OperationResult parentResult)
-
Uses of SchemaException in com.evolveum.midpoint.model.common
-
Uses of SchemaException in com.evolveum.midpoint.model.common.expression
Methods in com.evolveum.midpoint.model.common.expression that throw SchemaException Modifier and Type Method Description ExpressionProfiles
ExpressionProfileCompiler. compile(SystemConfigurationExpressionsType expressionsType)
-
Uses of SchemaException in com.evolveum.midpoint.model.common.expression.evaluator
Methods in com.evolveum.midpoint.model.common.expression.evaluator that throw SchemaException Modifier and Type Method Description <V extends PrismValue,D extends ItemDefinition>
ExpressionEvaluator<V,D>AssignmentTargetSearchExpressionEvaluatorFactory. createEvaluator(Collection<javax.xml.bind.JAXBElement<?>> evaluatorElements, D outputDefinition, ExpressionProfile expressionProfile, ExpressionFactory factory, String contextDescription, Task task, OperationResult result)
<V extends PrismValue,D extends ItemDefinition>
ExpressionEvaluator<V,D>AssociationFromLinkExpressionEvaluatorFactory. createEvaluator(Collection<javax.xml.bind.JAXBElement<?>> evaluatorElements, D outputDefinition, ExpressionProfile expressionProfile, ExpressionFactory factory, String contextDescription, Task task, OperationResult result)
<V extends PrismValue,D extends ItemDefinition>
ExpressionEvaluator<V,D>AssociationTargetSearchExpressionEvaluatorFactory. createEvaluator(Collection<javax.xml.bind.JAXBElement<?>> evaluatorElements, D outputDefinition, ExpressionProfile expressionProfile, ExpressionFactory factory, String contextDescription, Task task, OperationResult result)
<V extends PrismValue,D extends ItemDefinition>
ExpressionEvaluator<V,D>ConstExpressionEvaluatorFactory. createEvaluator(Collection<javax.xml.bind.JAXBElement<?>> evaluatorElements, D outputDefinition, ExpressionProfile expressionProfile, ExpressionFactory factory, String contextDescription, Task task, OperationResult result)
<V extends PrismValue,D extends ItemDefinition>
ExpressionEvaluator<V,D>FunctionExpressionEvaluatorFactory. createEvaluator(Collection<javax.xml.bind.JAXBElement<?>> evaluatorElements, D outputDefinition, ExpressionProfile expressionProfile, ExpressionFactory factory, String contextDescription, Task task, OperationResult result)
<V extends PrismValue,D extends ItemDefinition>
ExpressionEvaluator<V,D>GenerateExpressionEvaluatorFactory. createEvaluator(Collection<javax.xml.bind.JAXBElement<?>> evaluatorElements, D outputDefinition, ExpressionProfile expressionProfile, ExpressionFactory factory, String contextDescription, Task task, OperationResult result)
<V extends PrismValue,D extends ItemDefinition>
ExpressionEvaluator<V,D>PathExpressionEvaluatorFactory. createEvaluator(Collection<javax.xml.bind.JAXBElement<?>> evaluatorElements, D outputDefinition, ExpressionProfile expressionProfile, ExpressionFactory factory, String contextDescription, Task task, OperationResult result)
<V extends PrismValue,D extends ItemDefinition>
ExpressionEvaluator<V,D>ProportionalExpressionEvaluatorFactory. createEvaluator(Collection<javax.xml.bind.JAXBElement<?>> evaluatorElements, D outputDefinition, ExpressionProfile expressionProfile, ExpressionFactory factory, String contextDescription, Task task, OperationResult result)
<V extends PrismValue,D extends ItemDefinition>
ExpressionEvaluator<V,D>ReferenceSearchExpressionEvaluatorFactory. createEvaluator(Collection<javax.xml.bind.JAXBElement<?>> evaluatorElements, D outputDefinition, ExpressionProfile expressionProfile, ExpressionFactory factory, String contextDescription, Task task, OperationResult result)
PrismValueDeltaSetTriple<V>
AbstractValueTransformationExpressionEvaluator. evaluate(ExpressionEvaluationContext context, OperationResult result)
PrismValueDeltaSetTriple<PrismContainerValue<ShadowAssociationType>>
AssociationFromLinkExpressionEvaluator. evaluate(ExpressionEvaluationContext context, OperationResult result)
PrismValueDeltaSetTriple<V>
ConstExpressionEvaluator. evaluate(ExpressionEvaluationContext context, OperationResult result)
PrismValueDeltaSetTriple<V>
FunctionExpressionEvaluator. evaluate(ExpressionEvaluationContext context, OperationResult parentResult)
PrismValueDeltaSetTriple<V>
GenerateExpressionEvaluator. evaluate(ExpressionEvaluationContext context, OperationResult result)
PrismValueDeltaSetTriple<V>
PathExpressionEvaluator. evaluate(ExpressionEvaluationContext context, OperationResult result)
PrismValueDeltaSetTriple<V>
ProportionalExpressionEvaluator. evaluate(ExpressionEvaluationContext context, OperationResult result)
protected ObjectQuery
AbstractSearchExpressionEvaluator. extendQuery(ObjectQuery query, ExpressionEvaluationContext params)
protected ObjectQuery
AssociationTargetSearchExpressionEvaluator. extendQuery(ObjectQuery query, ExpressionEvaluationContext params)
protected List<V>
AbstractSearchExpressionEvaluator. transformSingleValue(ExpressionVariables variables, PlusMinusZero valueDestination, boolean useNew, ExpressionEvaluationContext context, String contextDescription, Task task, OperationResult result)
protected abstract List<V>
AbstractValueTransformationExpressionEvaluator. transformSingleValue(ExpressionVariables variables, PlusMinusZero valueDestination, boolean useNew, ExpressionEvaluationContext context, String contextDescription, Task task, OperationResult result)
-
Uses of SchemaException in com.evolveum.midpoint.model.common.expression.functions
Methods in com.evolveum.midpoint.model.common.expression.functions that throw SchemaException Modifier and Type Method Description <T> T
BasicExpressionFunctions. getAttributeValue(ShadowType shadow, groovy.xml.QName attributeQname)
<T> T
BasicExpressionFunctions. getAttributeValue(ShadowType shadow, String attributeLocalPart)
<T> T
BasicExpressionFunctions. getAttributeValue(ShadowType shadow, String attributeNamespace, String attributeLocalPart)
<T> T
BasicExpressionFunctions. getAttributeValue(ShadowType shadow, QName attributeQname)
<T> T
BasicExpressionFunctions. getExtensionPropertyValue(ObjectType object, groovy.xml.QName propertyQname)
<T> T
BasicExpressionFunctions. getExtensionPropertyValue(ObjectType object, String localPart)
<T> T
BasicExpressionFunctions. getExtensionPropertyValue(ObjectType object, String namespace, String localPart)
<T> T
BasicExpressionFunctions. getExtensionPropertyValue(ObjectType object, QName propertyQname)
Referencable
BasicExpressionFunctions. getExtensionReferenceValue(ObjectType object, String namespace, String localPart)
Referencable
BasicExpressionFunctions. getExtensionReferenceValue(ObjectType object, QName propertyQname)
<T> T
BasicExpressionFunctions. getIdentifierValue(ShadowType shadow)
<T> T
BasicExpressionFunctions. getPropertyValue(Containerable c, ItemPathType path)
<T> T
BasicExpressionFunctions. getPropertyValue(Containerable c, String path)
<T> T
BasicExpressionFunctions. getPropertyValue(PrismContainerValue<?> pcv, ItemPathType path)
<T> T
BasicExpressionFunctions. getPropertyValue(PrismContainerValue<?> pcv, String path)
<T> T
BasicExpressionFunctions. getResourceIcfConfigurationPropertyValue(ResourceType resource, String propertyLocalPart)
<T> T
BasicExpressionFunctions. getResourceIcfConfigurationPropertyValue(ResourceType resource, QName propertyQname)
<T> T
BasicExpressionFunctions. getSecondaryIdentifierValue(ShadowType shadow)
void
BasicExpressionFunctions. setExtensionRealValues(PrismContainerValue<?> containerValue, Map<String,Object> map)
<T> T
BasicExpressionFunctions. toSingle(Collection<T> values)
-
Uses of SchemaException in com.evolveum.midpoint.model.common.expression.script
Methods in com.evolveum.midpoint.model.common.expression.script that throw SchemaException Modifier and Type Method Description <V extends PrismValue,D extends ItemDefinition>
ExpressionEvaluator<V,D>ScriptExpressionEvaluatorFactory. createEvaluator(Collection<javax.xml.bind.JAXBElement<?>> evaluatorElements, D outputDefinition, ExpressionProfile expressionProfile, ExpressionFactory factory, String contextDescription, Task task, OperationResult result)
<V extends PrismValue>
List<V>ScriptExpression. evaluate(ScriptExpressionEvaluationContext context)
<V extends PrismValue>
List<V>ScriptExpression. evaluate(ExpressionVariables variables, ScriptExpressionReturnTypeType suggestedReturnType, boolean useNew, String contextDescription, Task task, OperationResult result)
Deprecated.protected List<V>
ScriptExpressionEvaluator. transformSingleValue(ExpressionVariables variables, PlusMinusZero valueDestination, boolean useNew, ExpressionEvaluationContext eCtx, String contextDescription, Task task, OperationResult result)
-
Uses of SchemaException in com.evolveum.midpoint.model.common.mapping
Methods in com.evolveum.midpoint.model.common.mapping that throw SchemaException Modifier and Type Method Description MappingImpl.Builder<V,D>
MappingImpl.Builder. addVariableDefinition(ExpressionVariableDefinitionType varDef)
void
MappingImpl. evaluate(Task task, OperationResult parentResult)
void
MappingImpl. evaluateBody(Task task, OperationResult parentResult)
Boolean
MappingImpl. evaluateTimeConstraintValid(Task task, OperationResult result)
Item<V,D>
MappingImpl. getOutput()
D
MappingImpl. getOutputDefinition()
ItemPath
MappingImpl. getOutputPath()
void
MappingPreExpression. mappingPreExpression(ExpressionEvaluationContext context, OperationResult result)
void
MappingImpl. prepare(Task task, OperationResult parentResult)
Prepare mapping for evaluation. -
Uses of SchemaException in com.evolveum.midpoint.model.common.stringpolicy
Methods in com.evolveum.midpoint.model.common.stringpolicy that throw SchemaException Modifier and Type Method Description <O extends ObjectType>
StringValuePolicyProcessor. generate(ItemPath path, ValuePolicyType policy, int defaultLength, boolean generateMinimalSize, AbstractValuePolicyOriginResolver<O> originResolver, String shortDesc, Task task, OperationResult parentResult)
<R extends ObjectType>
voidAbstractValuePolicyOriginResolver. resolve(ResultHandler<R> handler, ProhibitedValueItemType prohibitedValueItemType, String contextDescription, Task task, OperationResult result)
OperationResult
ObjectValuePolicyEvaluator. validateMinOccurs(int values)
OperationResult
ObjectValuePolicyEvaluator. validateProtectedStringValue(ProtectedStringType value)
OperationResult
ObjectValuePolicyEvaluator. validateStringValue(String clearValue)
<O extends ObjectType>
booleanValuePolicyProcessor. validateValue(String newValue, ValuePolicyType pp, AbstractValuePolicyOriginResolver<O> originResolver, String shortDesc, Task task, OperationResult parentResult)
<O extends ObjectType>
booleanValuePolicyProcessor. validateValue(String newValue, ValuePolicyType pp, AbstractValuePolicyOriginResolver<O> originResolver, List<LocalizableMessage> messages, String shortDesc, Task task, OperationResult parentResult)
-
Uses of SchemaException in com.evolveum.midpoint.model.common.util
Methods in com.evolveum.midpoint.model.common.util that throw SchemaException Modifier and Type Method Description static <V extends PrismValue,D extends ItemDefinition,C extends Containerable>
List<ItemDelta<V,D>>PopulatorUtil. computePopulateItemDeltas(PopulateType fromPopulate, PrismContainerDefinition<C> targetContainerDefinition, ExpressionVariables variables, ExpressionEvaluationContext params, String contextDescription, Task task, OperationResult result)
-
Uses of SchemaException in com.evolveum.midpoint.model.impl
-
Uses of SchemaException in com.evolveum.midpoint.model.impl.cleanup
Methods in com.evolveum.midpoint.model.impl.cleanup that throw SchemaException Modifier and Type Method Description protected ObjectQuery
ShadowRefreshTaskHandler. createQuery(AbstractScannerResultHandler<ShadowType> handler, TaskRunResult runResult, Task coordinatorTask, OperationResult opResult)
protected void
ShadowRefreshTaskHandler. finish(AbstractScannerResultHandler<ShadowType> handler, TaskRunResult runResult, RunningTask task, OperationResult opResult)
-
Uses of SchemaException in com.evolveum.midpoint.model.impl.controller
-
Uses of SchemaException in com.evolveum.midpoint.model.impl.dataModel
Methods in com.evolveum.midpoint.model.impl.dataModel that throw SchemaException Modifier and Type Method Description String
DataModelVisualizerImpl. visualize(ResourceType resource, DataModelVisualizer.Target target, Task task, OperationResult result)
String
DataModelVisualizerImpl. visualize(Collection<String> resourceOids, DataModelVisualizer.Target target, Task task, OperationResult result)
-
Uses of SchemaException in com.evolveum.midpoint.model.impl.expr
Methods in com.evolveum.midpoint.model.impl.expr that throw SchemaException Modifier and Type Method Description <T extends ObjectType>
StringMidpointFunctionsImpl. addObject(PrismObject<T> newObject)
<T extends ObjectType>
StringMidpointFunctionsImpl. addObject(PrismObject<T> newObject, ModelExecuteOptions options)
<T extends ObjectType>
StringMidpointFunctionsImpl. addObject(T newObject)
<T extends ObjectType>
StringMidpointFunctionsImpl. addObject(T newObject, ModelExecuteOptions options)
<O extends ObjectType>
voidMidpointFunctionsImpl. addRecomputeTrigger(PrismObject<O> object, Long timestamp)
<O extends ObjectType>
voidMidpointFunctionsImpl. addRecomputeTrigger(O object, Long timestamp)
<O extends ObjectType>
voidMidpointFunctionsImpl. applyDefinition(O object)
Collection<PrismValue>
MidpointFunctionsImpl. collectAssignedFocusMappingsResults(ItemPath path)
ExtensionType
MidpointFunctionsImpl. collectExtensions(AssignmentPathType path, int startAt)
<T> Integer
MidpointFunctionsImpl. countAccounts(ResourceType resourceType, String attributeName, T attributeValue)
<T> Integer
MidpointFunctionsImpl. countAccounts(ResourceType resourceType, QName attributeName, T attributeValue)
<T> Integer
MidpointFunctionsImpl. countAccounts(String resourceOid, QName attributeName, T attributeValue)
<T extends ObjectType>
intMidpointFunctionsImpl. countObjects(Class<T> type, ObjectQuery query)
<T extends ObjectType>
intMidpointFunctionsImpl. countObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options)
<T extends ObjectType>
TMidpointFunctionsImpl. createEmptyObject(Class<T> type)
<T extends ObjectType>
TMidpointFunctionsImpl. createEmptyObjectWithName(Class<T> type, PolyString name)
<T extends ObjectType>
TMidpointFunctionsImpl. createEmptyObjectWithName(Class<T> type, PolyStringType name)
<T extends ObjectType>
TMidpointFunctionsImpl. createEmptyObjectWithName(Class<T> type, String name)
<V extends PrismValue,D extends ItemDefinition>
ExpressionEvaluator<V,D>SequentialValueExpressionEvaluatorFactory. createEvaluator(Collection<javax.xml.bind.JAXBElement<?>> evaluatorElements, D outputDefinition, ExpressionProfile expressionProfile, ExpressionFactory factory, String contextDescription, Task task, OperationResult result)
<T extends ObjectType>
voidMidpointFunctionsImpl. deleteObject(Class<T> type, String oid)
<T extends ObjectType>
voidMidpointFunctionsImpl. deleteObject(Class<T> type, String oid, ModelExecuteOptions options)
<C extends Containerable>
S_ItemEntryMidpointFunctionsImpl. deltaFor(Class<C> objectClass)
PrismValueDeltaSetTriple<V>
SequentialValueExpressionEvaluator. evaluate(ExpressionEvaluationContext context, OperationResult result)
static PrismValueDeltaSetTriple<?>
ModelExpressionThreadLocalHolder. evaluateAnyExpressionInContext(Expression<?,?> expression, ExpressionEvaluationContext context, Task task, OperationResult result)
boolean
ExpressionHandler. evaluateConfirmationExpression(UserType user, ShadowType shadow, ExpressionType expressionType, Task task, OperationResult result)
String
ExpressionHandler. evaluateExpression(ShadowType shadow, ExpressionType expressionType, String shortDesc, Task task, OperationResult result)
static <T> PrismValueDeltaSetTriple<PrismPropertyValue<T>>
ModelExpressionThreadLocalHolder. evaluateExpressionInContext(Expression<PrismPropertyValue<T>,PrismPropertyDefinition<T>> expression, ExpressionEvaluationContext eeContext, ExpressionEnvironment<?,?,?> env, OperationResult result)
static <T> PrismValueDeltaSetTriple<PrismPropertyValue<T>>
ModelExpressionThreadLocalHolder. evaluateExpressionInContext(Expression<PrismPropertyValue<T>,PrismPropertyDefinition<T>> expression, ExpressionEvaluationContext eeContext, Task task, OperationResult result)
static PrismValueDeltaSetTriple<PrismReferenceValue>
ModelExpressionThreadLocalHolder. evaluateRefExpressionInContext(Expression<PrismReferenceValue,PrismReferenceDefinition> expression, ExpressionEvaluationContext eeContext, Task task, OperationResult result)
Object
MidpointFunctionsImpl. executeAdHocProvisioningScript(ResourceType resource, String language, String code)
Object
MidpointFunctionsImpl. executeAdHocProvisioningScript(String resourceOid, String language, String code)
void
MidpointFunctionsImpl. executeChanges(ObjectDelta<? extends ObjectType>... deltas)
void
MidpointFunctionsImpl. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas)
void
MidpointFunctionsImpl. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options)
TaskType
MidpointFunctionsImpl. executeChangesAsynchronously(Collection<ObjectDelta<?>> deltas, ModelExecuteOptions options, String templateTaskOid)
TaskType
MidpointFunctionsImpl. executeChangesAsynchronously(Collection<ObjectDelta<?>> deltas, ModelExecuteOptions options, String templateTaskOid, Task opTask, OperationResult result)
PrismObject<UserType>
MidpointFunctionsImpl. findShadowOwner(String accountOid)
<O extends ObjectType>
ArchetypeTypeMidpointFunctionsImpl. getArchetype(O object)
<O extends ObjectType>
StringMidpointFunctionsImpl. getArchetypeOid(O object)
<T> ResourceAttributeDefinition<T>
MidpointFunctionsImpl. getAttributeDefinition(PrismObject<ResourceType> resource, String objectClassName, String attributeName)
<T> ResourceAttributeDefinition<T>
MidpointFunctionsImpl. getAttributeDefinition(PrismObject<ResourceType> resource, QName objectClassName, QName attributeName)
ShadowType
MidpointFunctionsImpl. getLinkedShadow(FocusType focus, ResourceType resource)
ShadowType
MidpointFunctionsImpl. getLinkedShadow(FocusType focus, ResourceType resource, boolean repositoryObjectOnly)
ShadowType
MidpointFunctionsImpl. getLinkedShadow(FocusType focus, String resourceOid)
ShadowType
MidpointFunctionsImpl. getLinkedShadow(FocusType focus, String resourceOid, boolean repositoryObjectOnly)
ShadowType
MidpointFunctionsImpl. getLinkedShadow(FocusType focus, String resourceOid, ShadowKindType kind, String intent)
ShadowType
MidpointFunctionsImpl. getLinkedShadow(FocusType focus, String resourceOid, ShadowKindType kind, String intent, boolean repositoryObjectOnly)
Collection<UserType>
MidpointFunctionsImpl. getManagers(UserType user)
Collection<UserType>
MidpointFunctionsImpl. getManagers(UserType user, String orgType, boolean allowSelf)
Collection<UserType>
OrgStructFunctionsImpl. getManagers(UserType user, boolean preAuthorized)
Collection<UserType>
OrgStructFunctionsImpl. getManagers(UserType user, String orgType, boolean allowSelf, boolean preAuthorized)
Collection<UserType>
MidpointFunctionsImpl. getManagersByOrgType(UserType user, String orgType)
Collection<UserType>
OrgStructFunctionsImpl. getManagersByOrgType(UserType user, String orgType, boolean preAuthorized)
Collection<UserType>
MidpointFunctionsImpl. getManagersOfOrg(String orgOid)
Collection<UserType>
OrgStructFunctionsImpl. getManagersOfOrg(String orgOid, boolean preAuthorized)
Collection<String>
MidpointFunctionsImpl. getManagersOids(UserType user)
Collection<String>
OrgStructFunctionsImpl. getManagersOids(UserType user, boolean preAuthorized)
Returns a list of user's managers.Collection<String>
MidpointFunctionsImpl. getManagersOidsExceptUser(UserType user)
Collection<String>
MidpointFunctionsImpl. getManagersOidsExceptUser(Collection<ObjectReferenceType> userRefList)
Collection<String>
OrgStructFunctionsImpl. getManagersOidsExceptUser(UserType user, boolean preAuthorized)
Collection<String>
OrgStructFunctionsImpl. getManagersOidsExceptUser(Collection<ObjectReferenceType> userRefList, boolean preAuthorized)
List<UserType>
MidpointFunctionsImpl. getMembers(String orgOid)
List<ObjectReferenceType>
MidpointFunctionsImpl. getMembersAsReferences(String orgOid)
<T extends ObjectType>
TMidpointFunctionsImpl. getObject(Class<T> type, String oid)
<T extends ObjectType>
TMidpointFunctionsImpl. getObject(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options)
<T extends ObjectType>
TOrgStructFunctionsImpl. getObject(Class<T> type, String oid, boolean preAuthorized)
<O extends ObjectType,T>
List<O>MidpointFunctionsImpl. getObjectsInConflictOnPropertyValue(O objectType, String propertyPathString, T propertyValue, boolean getAllConflicting)
<O extends ObjectType,T>
List<O>MidpointFunctionsImpl. getObjectsInConflictOnPropertyValue(O objectType, String propertyPathString, T propertyValue, String matchingRuleName, boolean getAllConflicting)
OrgType
MidpointFunctionsImpl. getOrgByName(String name)
OrgType
OrgStructFunctionsImpl. getOrgByName(String name, boolean preAuthorized)
OrgType
MidpointFunctionsImpl. getOrgByOid(String oid)
OrgType
OrgStructFunctionsImpl. getOrgByOid(String oid, boolean preAuthorized)
OrgType
MidpointFunctionsImpl. getParentOrgByOrgType(ObjectType object, String orgType)
OrgType
OrgStructFunctionsImpl. getParentOrgByOrgType(ObjectType object, String orgType, boolean preAuthorized)
Collection<OrgType>
MidpointFunctionsImpl. getParentOrgs(ObjectType object)
Collection<OrgType>
MidpointFunctionsImpl. getParentOrgs(ObjectType object, String relation, String orgType)
Collection<OrgType>
MidpointFunctionsImpl. getParentOrgs(ObjectType object, QName relation, String orgType)
Collection<OrgType>
OrgStructFunctionsImpl. getParentOrgs(ObjectType object, boolean preAuthorized)
Collection<OrgType>
OrgStructFunctionsImpl. getParentOrgs(ObjectType object, String relation, String orgType, boolean preAuthorized)
Collection<OrgType>
OrgStructFunctionsImpl. getParentOrgs(ObjectType object, QName relation, String orgType, boolean preAuthorized)
Collection<OrgType>
MidpointFunctionsImpl. getParentOrgsByRelation(ObjectType object, String relation)
Collection<OrgType>
MidpointFunctionsImpl. getParentOrgsByRelation(ObjectType object, QName relation)
Collection<OrgType>
OrgStructFunctionsImpl. getParentOrgsByRelation(ObjectType object, String relation, boolean preAuthorized)
Collection<OrgType>
OrgStructFunctionsImpl. getParentOrgsByRelation(ObjectType object, QName relation, boolean preAuthorized)
ObjectDeltaType
MidpointFunctionsImpl. getResourceDelta(ModelContext context, String resourceOid)
long
MidpointFunctionsImpl. getSequenceCounter(String sequenceOid)
static long
SequentialValueExpressionEvaluator. getSequenceCounter(String sequenceOid, RepositoryService repositoryService, OperationResult result)
UserType
MidpointFunctionsImpl. getUserByOid(String oid)
boolean
MidpointFunctionsImpl. isManagerOfOrgType(UserType user, String orgType)
boolean
OrgStructFunctionsImpl. isManagerOfOrgType(UserType user, String orgType, boolean preAuthorized)
<T> boolean
MidpointFunctionsImpl. isUniqueAccountValue(ResourceType resourceType, ShadowType shadowType, String attributeName, T attributeValue)
<T> boolean
MidpointFunctionsImpl. isUniquePropertyValue(ObjectType objectType, String propertyPathString, T propertyValue)
<T extends ObjectType>
voidMidpointFunctionsImpl. modifyObject(ObjectDelta<T> modifyDelta)
<T extends ObjectType>
voidMidpointFunctionsImpl. modifyObject(ObjectDelta<T> modifyDelta, ModelExecuteOptions options)
<F extends ObjectType>
ModelContext<F>MidpointFunctionsImpl. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options)
<F extends FocusType>
voidMidpointFunctionsImpl. recompute(Class<F> type, String oid)
ObjectType
ExpressionHandler. resolveRef(ObjectReferenceType ref, String contextDescription, OperationResult result)
<T extends ObjectType>
TMidpointFunctionsImpl. resolveReference(ObjectReferenceType reference)
<T extends ObjectType>
TMidpointFunctionsImpl. resolveReferenceIfExists(ObjectReferenceType reference)
<T extends ObjectType>
TMidpointFunctionsImpl. searchObjectByName(Class<T> type, PolyString name)
<T extends ObjectType>
TMidpointFunctionsImpl. searchObjectByName(Class<T> type, PolyStringType name)
<T extends ObjectType>
TMidpointFunctionsImpl. searchObjectByName(Class<T> type, String name)
<T extends ObjectType>
List<T>MidpointFunctionsImpl. searchObjects(Class<T> type, ObjectQuery query)
<T extends ObjectType>
List<T>MidpointFunctionsImpl. searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options)
<T extends ObjectType>
voidMidpointFunctionsImpl. searchObjectsIterative(Class<T> type, ObjectQuery query, ResultHandler<T> handler)
<T extends ObjectType>
voidMidpointFunctionsImpl. searchObjectsIterative(Class<T> type, ObjectQuery query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options)
<F extends FocusType>
PrismObject<F>MidpointFunctionsImpl. searchShadowOwner(String accountOid)
TaskType
MidpointFunctionsImpl. submitTaskFromTemplate(String templateTaskOid, List<Item<?,?>> extensionItems)
TaskType
MidpointFunctionsImpl. submitTaskFromTemplate(String templateTaskOid, Map<QName,Object> extensionValues)
ModelContext
MidpointFunctionsImpl. unwrapModelContext(LensContextType lensContextType)
LensContextType
MidpointFunctionsImpl. wrapModelContext(LensContext<?> lensContext)
-
Uses of SchemaException in com.evolveum.midpoint.model.impl.expr.triggerSetter
Methods in com.evolveum.midpoint.model.impl.expr.triggerSetter that throw SchemaException Modifier and Type Method Description boolean
OptimizingTriggerCreatorImpl. createForNamedObject(Class<? extends ObjectType> type, String name)
boolean
OptimizingTriggerCreatorImpl. createForNamedUser(String name)
boolean
OptimizingTriggerCreatorImpl. createForObject(Class<? extends ObjectType> type, String oid)
-
Uses of SchemaException in com.evolveum.midpoint.model.impl.importer
Methods in com.evolveum.midpoint.model.impl.importer that throw SchemaException Modifier and Type Method Description boolean
ImportAccountsFromResourceTaskHandler. importSingleShadow(String shadowOid, Task task, OperationResult parentResult)
Imports a single shadow. -
Uses of SchemaException in com.evolveum.midpoint.model.impl.integrity
Methods in com.evolveum.midpoint.model.impl.integrity that throw SchemaException Modifier and Type Method Description protected ObjectQuery
ObjectIntegrityCheckTaskHandler. createQuery(ObjectIntegrityCheckResultHandler handler, TaskRunResult runResult, Task task, OperationResult opResult)
-
Uses of SchemaException in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens that throw SchemaException Modifier and Type Method Description void
LensProjectionContext. addAccountSyncDelta(ObjectDelta<ShadowType> delta)
void
LensElementContext. addPrimaryDelta(ObjectDelta<O> delta)
void
LensProjectionContext. addSecondaryDelta(ObjectDelta<ShadowType> delta)
void
LensContext. adopt(PrismContext prismContext)
void
LensElementContext. adopt(PrismContext prismContext)
void
LensFocusContext. adopt(PrismContext prismContext)
void
LensProjectionContext. adopt(PrismContext prismContext)
void
ObjectDeltaWaves. adopt(PrismContext prismContext)
R
FailableLensFunction. apply(T param)
<T extends ObjectType,F extends ObjectType>
voidOperationalDataManager. applyMetadataAdd(LensContext<F> context, PrismObject<T> objectToAdd, XMLGregorianCalendar now, Task task, OperationResult result)
<T extends ObjectType,F extends ObjectType>
voidOperationalDataManager. applyMetadataModify(ObjectDelta<T> objectDelta, LensElementContext<T> objectContext, Class objectTypeClass, XMLGregorianCalendar now, Task task, LensContext<F> context, OperationResult result)
static <AH extends AssignmentHolderType>
voidLensUtil. applyObjectPolicyConstraints(LensFocusContext<AH> focusContext, ArchetypePolicyType archetypePolicy, PrismContext prismContext)
void
LensFocusContext. applyProjectionWaveSecondaryDeltas(Collection<ItemDelta<?,?>> itemDeltas)
<F extends ObjectType>
voidClockworkAuthorizationHelper. authorizeContextRequest(LensContext<F> context, Task task, OperationResult parentResult)
static <F extends ObjectType>
voidLensUtil. checkContextSanity(LensContext<F> context, String activityDescription, OperationResult result)
void
LensContext. cleanup()
Cleans up the contexts by removing some of the working state.<F extends ObjectType>
HookOperationModeClockwork. click(LensContext<F> context, Task task, OperationResult parentResult)
static <V extends PrismValue>
VLensUtil. cloneAndApplyMetadata(V value, boolean isAssignment, PrismValueDeltaSetTripleProducer<?,?> mapping)
static <V extends PrismValue>
VLensUtil. cloneAndApplyMetadata(V value, boolean isAssignment, MappingType mapping)
static <V extends PrismValue,D extends ItemDefinition>
VLensUtil. cloneAndApplyMetadata(V value, boolean isAssignment, Collection<ItemValueWithOrigin<V,D>> origins)
<AH extends AssignmentHolderType>
Collection<EvaluatedAssignment<AH>>AssignmentCollector. collect(PrismObject<AH> assignmentHolder, PrismObject<SystemConfigurationType> systemConfiguration, boolean loginMode, Task task, OperationResult result)
ExtensionType
AssignmentPathImpl. collectExtensions(int startAt)
static AssignmentPathVariables
LensUtil. computeAssignmentPathVariables(AssignmentPathImpl assignmentPath)
<AH extends AssignmentHolderType>
voidEvaluatedPolicyRuleImpl. computeEnabledActions(PolicyRuleEvaluationContext<AH> rctx, PrismObject<AH> object, ExpressionFactory expressionFactory, PrismContext prismContext, Task task, OperationResult result)
ItemDelta<V,D>
IvwoConsolidator. consolidateToDelta()
static PrismContainer<AssignmentType>
LensUtil. createAssignmentSingleValueContainer(AssignmentType assignmentType)
<F extends ObjectType>
LensContext<F>ContextFactory. createContext(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, OperationResult result)
<F extends ObjectType,T extends ObjectType>
Collection<ItemDelta<?,?>>OperationalDataManager. createModifyMetadataDeltas(LensContext<F> context, ItemPath metadataPath, Class<T> objectType, XMLGregorianCalendar now, Task task)
<F extends ObjectType,O extends ObjectType>
LensContext<F>ContextFactory. createRecomputeContext(PrismObject<O> object, ModelExecuteOptions options, Task task, OperationResult result)
<F extends ObjectType>
LensContext<F>ContextFactory. createRecomputeProjectionContext(PrismObject<ShadowType> shadow, ModelExecuteOptions options, Task task, OperationResult result)
S_ItemEntry
LensElementContext. deltaBuilder()
<T> boolean
ItemValueWithOrigin. equalsRealValue(V pvalue, ValueMatcher<T> valueMatcher)
EvaluatedAssignmentImpl<AH>
AssignmentEvaluator. evaluate(ItemDeltaItem<PrismContainerValue<AssignmentType>,PrismContainerDefinition<AssignmentType>> assignmentIdi, PlusMinusZero primaryAssignmentMode, boolean evaluateOld, AssignmentHolderType source, String sourceDescription, boolean forcedAssignment, Task task, OperationResult parentResult)
evaluateOld: If true, we take the 'old' value from assignmentIdi.void
Construction. evaluate(Task task, OperationResult parentResult)
static boolean
LensUtil. evaluateBoolean(ExpressionType expressionBean, ExpressionVariables expressionVariables, String contextDescription, ExpressionFactory expressionFactory, PrismContext prismContext, Task task, OperationResult result)
PrismValueDeltaSetTriple<PrismPropertyValue<Boolean>>
AssignmentEvaluator. evaluateCondition(MappingType condition, ObjectType source, AssignmentPathVariables assignmentPathVariables, String contextDescription, com.evolveum.midpoint.model.impl.lens.AssignmentEvaluator.EvaluationContext ctx, OperationResult result)
void
EvaluatedAssignmentImpl. evaluateConstructions(ObjectDeltaObject<AH> focusOdo, PrismObject<SystemConfigurationType> systemConfiguration, Task task, OperationResult result)
void
EvaluatedAssignmentImpl. evaluateConstructions(ObjectDeltaObject<AH> focusOdo, Task task, OperationResult result)
static <T> T
LensUtil. evaluateExpressionSingle(ExpressionType expressionBean, ExpressionVariables expressionVariables, String contextDescription, ExpressionFactory expressionFactory, PrismContext prismContext, Task task, OperationResult result, QName typeName, T defaultValue, Function<Object,Object> additionalConvertor)
static <F extends ObjectType>
booleanLensUtil. evaluateIterationCondition(LensContext<F> context, LensElementContext<?> accountContext, IterationSpecificationType iterationType, int iteration, String iterationToken, boolean beforeIteration, ExpressionFactory expressionFactory, ExpressionVariables variables, Task task, OperationResult result)
static LocalizableMessageType
LensUtil. evaluateLocalizableMessageType(ExpressionType expressionBean, ExpressionVariables expressionVariables, String contextDescription, ExpressionFactory expressionFactory, PrismContext prismContext, Task task, OperationResult result)
static String
LensUtil. evaluateString(ExpressionType expressionBean, ExpressionVariables expressionVariables, String contextDescription, ExpressionFactory expressionFactory, PrismContext prismContext, Task task, OperationResult result)
<O extends ObjectType>
booleanChangeExecutor. executeChanges(LensContext<O> context, Task task, OperationResult parentResult)
static <F extends ObjectType,T>
ObjectDelta<ShadowType>LensUtil. findAPrioriDelta(LensContext<F> context, LensProjectionContext projCtx)
Extracts the delta from this projection context and also from all other projection contexts that have equivalent discriminator.static <F extends ObjectType,T>
PropertyDelta<T>LensUtil. findAPrioriDelta(LensContext<F> context, LensProjectionContext projCtx, ItemPath projectionPropertyPath)
Extracts the delta from this projection context and also from all other projection contexts that have equivalent discriminator.<T> RefinedAttributeDefinition<T>
LensProjectionContext. findAttributeDefinition(QName attrName)
static <F extends ObjectType>
StringLensUtil. formatIterationToken(LensContext<F> context, LensElementContext<?> accountContext, IterationSpecificationType iterationType, int iteration, ExpressionFactory expressionFactory, ExpressionVariables variables, Task task, OperationResult result)
static LensContext
LensContext. fromLensContextType(LensContextType lensContextType, PrismContext prismContext, ProvisioningService provisioningService, Task task, OperationResult parentResult)
static LensFocusContext
LensFocusContext. fromLensFocusContextType(LensFocusContextType focusContextType, LensContext lensContext, Task task, OperationResult result)
static LensObjectDeltaOperation
LensObjectDeltaOperation. fromLensObjectDeltaOperationType(LensObjectDeltaOperationType jaxb, PrismContext prismContext)
static LensProjectionContext
LensProjectionContext. fromLensProjectionContextType(LensProjectionContextType projectionContextType, LensContext lensContext, Task task, OperationResult result)
static <O extends ObjectType>
ObjectDeltaWaves<O>ObjectDeltaWaves. fromObjectDeltaWavesType(ObjectDeltaWavesType secondaryDeltas, PrismContext prismContext)
ObjectDelta<O>
LensFocusContext. getAggregatedWaveDelta(int wave)
Collection<ObjectDelta<? extends ObjectType>>
LensContext. getAllChanges()
Returns all changes, user and all accounts.AssignmentPolicyEnforcementType
LensProjectionContext. getAssignmentPolicyEnforcementType()
Collection<RefinedObjectClassDefinition>
LensProjectionContext. getAuxiliaryObjectClassDefinitions()
CompositeRefinedObjectClassDefinition
LensProjectionContext. getCompositeObjectClassDefinition()
ObjectDelta<O>
LensElementContext. getDelta()
Returns user delta, both primary and secondary (merged together).DeltaSetTriple<EvaluatedConstruction>
EvaluatedAssignmentImpl. getEvaluatedConstructions(Task task, OperationResult result)
Construction is not a part of model-api.ObjectDelta<ShadowType>
LensProjectionContext. getExecutableDelta()
Returns delta suitable for execution.Collection<ObjectDeltaOperation<? extends ObjectType>>
LensContext. getExecutedDeltas()
Returns all executed deltas, user and all accounts.ObjectDelta<O>
LensElementContext. getFixedDelta()
static <R extends AbstractRoleType>
Collection<AssignmentType>LensUtil. getForcedAssignments(LifecycleStateModelType lifecycleModel, String targetLifecycle, ObjectResolver objectResolver, PrismContext prismContext, Task task, OperationResult result)
ObjectDelta<O>
ObjectDeltaWaves. getMergedDeltas()
Get merged deltas from all the waves.ObjectDelta<O>
ObjectDeltaWaves. getMergedDeltas(ObjectDelta<O> initialDelta, int maxWave)
Get merged deltas from the waves up to maxWave (including).abstract ObjectDeltaObject<O>
LensElementContext. getObjectDeltaObject()
ObjectDeltaObject<O>
LensFocusContext. getObjectDeltaObject()
ObjectDeltaObject<ShadowType>
LensProjectionContext. getObjectDeltaObject()
Collection<ObjectDelta<? extends ObjectType>>
LensContext. getPrimaryChanges()
static <F extends FocusType>
LensProjectionContextLensUtil. getProjectionContext(LensContext<F> context, PrismObject<ShadowType> equivalentAccount, ProvisioningService provisioningService, PrismContext prismContext, Task task, OperationResult result)
ObjectDelta<O>
LensFocusContext. getProjectionWaveDelta()
Returns user delta, both primary and secondary (merged together) for a current wave.ObjectDelta<O>
LensFocusContext. getProjectionWavePrimaryDelta()
ObjectDelta<O>
LensFocusContext. getProjectionWaveSecondaryDelta()
RefinedResourceSchema
LensProjectionContext. getRefinedResourceSchema()
ResourceType
Construction. getResource(Task task, OperationResult result)
static <F extends ObjectType>
ResourceTypeLensUtil. getResourceReadOnly(LensContext<F> context, String resourceOid, ProvisioningService provisioningService, Task task, OperationResult result)
static <F extends ObjectType>
ResourceTypeLensUtil. getResourceReadOnly(LensContext<F> context, String resourceOid, ObjectResolver objectResolver, Task task, OperationResult result)
Collection<ResourceType>
EvaluatedAssignmentImpl. getResources(Task task, OperationResult result)
RefinedObjectClassDefinition
LensProjectionContext. getStructuralObjectClassDefinition()
Collection<ObjectDeltaOperation<? extends ObjectType>>
LensContext. getUnauditedExecutedDeltas()
Returns all executed deltas, user and all accounts.ResourceObjectVolatilityType
LensProjectionContext. getVolatility()
ObjectDelta<O>
LensFocusContext. getWaveDelta(int wave)
ObjectDelta<O>
LensFocusContext. getWaveExecutableDelta(int wave)
ObjectDelta<O>
LensFocusContext. getWaveSecondaryDelta(int wave)
boolean
LensContext. hasAnyPrimaryChange()
boolean
LensContext. hasExplosiveProjection()
static SingleLocalizableMessageType
LensUtil. interpretLocalizableMessageTemplate(LocalizableMessageTemplateType template, ExpressionVariables var, ExpressionFactory expressionFactory, PrismContext prismContext, Task task, OperationResult result)
boolean
LensProjectionContext. isLegalize()
static <F extends ObjectType>
voidLensUtil. moveTriggers(LensProjectionContext projCtx, LensFocusContext<F> focusCtx)
static boolean
LensUtil. needsFullShadowForCredentialProcessing(LensProjectionContext projCtx)
void
ClockworkMedic. partialExecute(String baseComponentName, ProjectorComponentRunnable runnable, Supplier<PartialProcessingTypeType> optionSupplier, Class<?> executingClass, LensContext<?> context, LensProjectionContext projectionContext, OperationResult initialParentResult)
void
ClockworkMedic. partialExecute(String componentName, ProjectorComponentRunnable runnable, Supplier<PartialProcessingTypeType> optionSupplier, Class<?> executingClass, LensContext<?> context, OperationResult parentResult)
<F extends FocusType,T extends FocusType>
voidPersonaProcessor. personaAdd(LensContext<F> context, com.evolveum.midpoint.model.impl.lens.PersonaProcessor.PersonaKey key, PersonaConstruction<F> construction, Task task, OperationResult result)
<F extends FocusType>
voidPersonaProcessor. personaDelete(LensContext<F> context, com.evolveum.midpoint.model.impl.lens.PersonaProcessor.PersonaKey key, FocusType existingPersona, Task task, OperationResult result)
<F extends FocusType,T extends FocusType>
voidPersonaProcessor. personaModify(LensContext<F> context, com.evolveum.midpoint.model.impl.lens.PersonaProcessor.PersonaKey key, PersonaConstruction<F> construction, PrismObject<T> existingPersona, Task task, OperationResult result)
<F extends ObjectType>
LensContext<F>Clockwork. previewChanges(LensContext<F> context, Collection<ProgressListener> listeners, Task task, OperationResult result)
<O extends ObjectType>
HookOperationModePersonaProcessor. processPersonaChanges(LensContext<O> context, Task task, OperationResult result)
<F extends FocusType>
HookOperationModePersonaProcessor. processPersonaChangesFocus(LensContext<F> context, Task task, OperationResult result)
static <F extends ObjectType>
voidLensUtil. reclaimSequences(LensContext<F> context, RepositoryService repositoryService, Task task, OperationResult result)
void
LensContext. recompute()
void
LensElementContext. recompute()
void
LensProjectionContext. recompute()
Recomputes the new state of account (accountNew).void
LensContext. recomputeFocus()
void
LensContext. recomputeProjections()
static String
LensUtil. refineProjectionIntent(ShadowKindType kind, String intent, ResourceType resource, PrismContext prismContext)
void
LensContext. refreshAuxiliaryObjectClassDefinitions()
void
LensProjectionContext. refreshAuxiliaryObjectClassDefinitions()
void
LensContext. replacePrimaryFocusDeltas(List<ObjectDelta<F>> deltas)
void
LensElementContext. retrieveFromLensElementContextType(LensElementContextType lensElementContextType, Task task, OperationResult result)
<F extends ObjectType>
HookOperationModeClockwork. run(LensContext<F> context, Task task, OperationResult parentResult)
void
ProjectorComponentRunnable. run(OperationResult result)
<F extends ObjectType>
voidOperationalDataManager. setRequestMetadataInContext(LensContext<F> context, XMLGregorianCalendar now, Task task)
ObjectDelta<O>
LensElementContext. swallowToDelta(ObjectDelta<O> originalDelta, ItemDelta<?,?> propDelta)
void
LensElementContext. swallowToPrimaryDelta(ItemDelta<?,?> itemDelta)
void
LensFocusContext. swallowToProjectionWaveSecondaryDelta(ItemDelta<?,?> propDelta)
abstract void
LensElementContext. swallowToSecondaryDelta(ItemDelta<?,?> itemDelta)
void
LensFocusContext. swallowToSecondaryDelta(ItemDelta<?,?> itemDelta)
void
LensProjectionContext. swallowToSecondaryDelta(ItemDelta<?,?> itemDelta)
void
LensFocusContext. swallowToWave0SecondaryDelta(ItemDelta<?,?> propDelta)
LensContextType
LensContext. toLensContextType()
LensContextType
LensContext. toLensContextType(LensContext.ExportType exportType)
'reduced' means - no full object values (focus, shadow).LensFocusContextType
LensFocusContext. toLensFocusContextType(PrismContext prismContext, LensContext.ExportType exportType)
LensObjectDeltaOperationType
LensObjectDeltaOperation. toLensObjectDeltaOperationType()
ObjectDeltaWavesType
ObjectDeltaWaves. toObjectDeltaWavesType()
<F extends ObjectType>
voidClockworkMedic. traceContext(Trace logger, String activity, String phase, boolean important, LensContext<F> context, boolean showTriples)
Constructors in com.evolveum.midpoint.model.impl.lens that throw SchemaException Constructor Description EvaluatedConstructionImpl(Construction<AH> construction, Task task, OperationResult result)
-
Uses of SchemaException in com.evolveum.midpoint.model.impl.lens.projector
Methods in com.evolveum.midpoint.model.impl.lens.projector that throw SchemaException Modifier and Type Method Description void
ShadowConstraintsChecker. check(Task task, OperationResult result)
<F extends ObjectType>
voidProjectionValuesProcessor. checkSchemaAndPolicies(LensContext<F> context, LensProjectionContext accountContext, String activityDescription, OperationResult result)
Check that the primary deltas do not violate schema and policies TODO: implement schema checkvoid
SmartAssignmentCollection. collect(PrismObject<F> objectCurrent, PrismObject<F> objectOld, ContainerDelta<AssignmentType> assignmentDelta, Collection<AssignmentType> forcedAssignments, AssignmentType taskAssignment)
void
SmartAssignmentCollection. collectAssignmentsForPreprocessing(PrismContainer<AssignmentType> assignmentContainer, Collection<AssignmentType> forcedAssignments)
<F extends FocusType,K,T extends AbstractConstruction>
voidConstructionProcessor. collectToConstructionMaps(LensContext<F> context, DeltaSetTriple<EvaluatedAssignmentImpl<F>> evaluatedAssignmentTriple, DeltaMapTriple<K,ConstructionPack<T>> constructionMapTriple, Function<EvaluatedAssignmentImpl<F>,DeltaSetTriple<T>> constructionTripleExtractor, FailableLensFunction<T,K> keyGenerator, Task task, OperationResult result)
static <T> ValueMatcher<T>
ValueMatcher. createDefaultMatcher(QName type, MatchingRuleRegistry matchingRuleRegistry)
static <T> ValueMatcher<T>
ValueMatcher. createMatcher(RefinedAttributeDefinition rAttrDef, MatchingRuleRegistry matchingRuleRegistry)
<O extends ObjectType>
voidContextLoader. determineFocusContext(LensContext<O> context, Task task, OperationResult parentResult)
try to load focus context from oid, delta, projections (e.g.<F extends ObjectType>
voidContextLoader. load(LensContext<F> context, String activityDescription, Task task, OperationResult parentResult)
<F extends ObjectType>
voidContextLoader. loadFullShadow(LensContext<F> context, LensProjectionContext projCtx, String reason, Task task, OperationResult parentResult)
<F extends ObjectType>
voidContextLoader. loadSecurityPolicy(LensContext<F> context, Task task, OperationResult result)
<F extends ObjectType>
voidContextLoader. makeSureProjectionIsLoaded(LensContext<F> context, LensProjectionContext projectionContext, Task task, OperationResult result)
Make sure that the projection context is loaded as appropriate.boolean
ValueMatcher. match(T realA, T realB)
boolean
ValueMatcher. matches(T realValue, String regex)
void
ComplexConstructionConsumer. onAssigned(K key, String desc)
void
ComplexConstructionConsumer. onUnassigned(K key, String desc)
void
ComplexConstructionConsumer. onUnchangedInvalid(K key, String desc)
void
ComplexConstructionConsumer. onUnchangedValid(K key, String desc)
<O extends ObjectType>
voidProjectionValuesProcessor. process(LensContext<O> context, LensProjectionContext projectionContext, String activityDescription, Task task, OperationResult result)
<O extends ObjectType,F extends FocusType>
voidActivationProcessor. processActivation(LensContext<O> context, LensProjectionContext projectionContext, XMLGregorianCalendar now, Task task, OperationResult result)
<F extends FocusType>
voidActivationProcessor. processActivationMetadata(LensContext<F> context, LensProjectionContext accCtx, XMLGregorianCalendar now, OperationResult result)
<F extends FocusType>
voidActivationProcessor. processActivationUserCurrent(LensContext<F> context, LensProjectionContext projCtx, XMLGregorianCalendar now, Task task, OperationResult result)
<F extends FocusType>
voidActivationProcessor. processActivationUserFuture(LensContext<F> context, LensProjectionContext accCtx, XMLGregorianCalendar now, Task task, OperationResult result)
<F extends FocusType,K extends HumanReadableDescribable,T extends AbstractConstruction>
DeltaMapTriple<K,ConstructionPack<T>>ConstructionProcessor. processConstructions(LensContext<F> context, DeltaSetTriple<EvaluatedAssignmentImpl<F>> evaluatedAssignmentTriple, Function<EvaluatedAssignmentImpl<F>,DeltaSetTriple<T>> constructionTripleExtractor, FailableLensFunction<T,K> keyGenerator, ComplexConstructionConsumer<K,T> consumer, Task task, OperationResult result)
<O extends ObjectType>
voidActivationProcessor. processLifecycle(LensContext<O> context, LensProjectionContext projCtx, XMLGregorianCalendar now, Task task, OperationResult result)
<F extends FocusType>
voidOutboundProcessor. processOutbound(LensContext<F> context, LensProjectionContext projCtx, Task task, OperationResult result)
<O extends ObjectType>
voidProjectionValuesProcessor. processPostRecon(LensContext<O> context, LensProjectionContext projectionContext, String activityDescription, Task task, OperationResult result)
<F extends ObjectType>
voidProjector. project(LensContext<F> context, String activityDescription, Task task, OperationResult parentResult)
Runs one projection wave, starting at current execution wave.<F extends ObjectType>
voidProjector. projectAllWaves(LensContext<F> context, String activityDescription, Task task, OperationResult parentResult)
Executes projector from current execution wave to the last computed wave.<F extends ObjectType>
voidContextLoader. refreshContextAfterShadowNotFound(LensContext<F> context, LensProjectionContext projCtx, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result)
<F extends ObjectType>
voidContextLoader. reloadSecurityPolicyIfNeeded(LensContext<F> context, Task task, OperationResult result)
<F extends ObjectType>
voidProjector. resume(LensContext<F> context, String activityDescription, Task task, OperationResult parentResult)
Resumes projection at current projection wave.<F extends ObjectType>
voidContextLoader. setFocusTemplate(LensContext<F> context, OperationResult result)
<F extends AssignmentHolderType>
ArchetypeTypeContextLoader. updateArchetype(LensContext<F> context, Task task, OperationResult result)
<F extends ObjectType>
voidContextLoader. updateArchetypePolicy(LensContext<F> context, Task task, OperationResult result)
-
Uses of SchemaException in com.evolveum.midpoint.model.impl.lens.projector.credentials
Methods in com.evolveum.midpoint.model.impl.lens.projector.credentials that throw SchemaException Modifier and Type Method Description protected abstract P
CredentialPolicyEvaluator. determineEffectiveCredentialPolicy()
protected NonceCredentialsPolicyType
NoncePolicyEvaluator. determineEffectiveCredentialPolicy()
protected P
CredentialPolicyEvaluator. getCredentialPolicy()
void
CredentialPolicyEvaluator. process()
protected void
CredentialPolicyEvaluator. processCredentialContainerValue(PrismObject<UserType> focus, PrismContainerValue<R> cVal)
Process values from credential deltas that add/replace the whole container.<F extends FocusType>
voidCredentialsProcessor. processFocusCredentials(LensContext<F> context, XMLGregorianCalendar now, Task task, OperationResult result)
<F extends ObjectType>
voidProjectionCredentialsProcessor. processProjectionCredentials(LensContext<F> context, LensProjectionContext projectionContext, XMLGregorianCalendar now, Task task, OperationResult result)
protected void
CredentialPolicyEvaluator. processValueDelta(ObjectDelta<UserType> focusDelta)
Process values from credential deltas that add/replace values below value container E.g.<O extends ObjectType>
ObjectDelta<O>CredentialsProcessor. transformFocusExecutionDelta(LensContext<O> context, ObjectDelta<O> focusDelta)
Called from ChangeExecutor.protected void
CredentialPolicyEvaluator. validateCredentialContainerValues(PrismContainerValue<R> cVal)
protected void
SecurityQuestionsPolicyEvaluator. validateCredentialContainerValues(PrismContainerValue<SecurityQuestionsCredentialsType> cVal)
protected void
CredentialPolicyEvaluator. validateProtectedStringValue(ProtectedStringType value)
-
Uses of SchemaException in com.evolveum.midpoint.model.impl.lens.projector.focus
-