Uses of Class
com.evolveum.midpoint.util.exception.SchemaException
-
-
Uses of SchemaException in com.evolveum.midpoint.common
Methods in com.evolveum.midpoint.common that throw SchemaException Modifier and Type Method Description static voidLoggingConfigurationManager. configure(@Nullable LoggingConfigurationType updatedConfiguration, String updatedVersion, MidpointConfiguration midpointConfiguration, OperationResult parentResult)static ItemDelta<?,?>SynchronizationUtils. createFullSynchronizationTimestampDelta(ShadowType oldShadow, XMLGregorianCalendar timestamp)static List<ItemDelta<?,?>>SynchronizationUtils. createSynchronizationSituationAndDescriptionDelta(ShadowType shadow, SynchronizationSituationType situation, String sourceChannel, boolean full, XMLGregorianCalendar timestamp)Creates situation, description, and timestamp deltas.static ItemDelta<?,?>SynchronizationUtils. createSynchronizationSituationDelta(ShadowType shadow, SynchronizationSituationType situation)static @NotNull ItemDelta<?,?>SynchronizationUtils. createSynchronizationSituationDescriptionDelta(ShadowType shadow, SynchronizationSituationType situation, XMLGregorianCalendar timestamp, String sourceChannel, boolean full)Creates delta for `synchronizationSituationDescription` (adding new, removing obsolete if present).static ItemDelta<?,?>SynchronizationUtils. createSynchronizationTimestampDelta(ShadowType oldShadow, XMLGregorianCalendar timestamp)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 ObjectStaticExpressionUtil. 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 <IV extends PrismValue,ID extends ItemDefinition<?>>
Item<IV,ID>StaticExpressionUtil. parseValueElements(Collection<?> valueElements, ID outputDefinition, String contextDescription)static List<Object>StaticExpressionUtil. parseValueElements(Collection<?> valueElements, String contextDescription)Parses value elements without definitions into raw values - this allows further conversion.static <IV extends PrismValue,ID extends ItemDefinition<?>>
List<javax.xml.bind.JAXBElement<RawType>>StaticExpressionUtil. serializeValueElements(Item<IV,ID> item) -
Uses of SchemaException in com.evolveum.midpoint.gui.api.factory.wrapper
Methods in com.evolveum.midpoint.gui.api.factory.wrapper that throw SchemaException Modifier and Type Method Description PrismObjectWrapper<O>PrismObjectWrapperFactory. createObjectWrapper(PrismObject<O> object, ItemStatus status, WrapperContext context)VWItemWrapperFactory. createValueWrapper(IW parent, PV value, ValueStatus status, WrapperContext context)IWItemWrapperFactory. createWrapper(PrismContainerValueWrapper<?> parent, ItemDefinition<?> def, WrapperContext context)IWItemWrapperFactory. createWrapper(PrismContainerValueWrapper<?> parent, Item childContainer, ItemStatus status, WrapperContext context)booleanWrapperContext. isProcessMetadataFor(ItemPath path)voidPrismObjectWrapperFactory. updateWrapper(PrismObjectWrapper<O> wrapper, WrapperContext context) -
Uses of SchemaException in com.evolveum.midpoint.gui.api.model
Methods in com.evolveum.midpoint.gui.api.model that throw SchemaException Modifier and Type Method Description voidLoadableModel. revive(PrismContext prismContext) -
Uses of SchemaException in com.evolveum.midpoint.gui.api.page
Methods in com.evolveum.midpoint.gui.api.page that throw SchemaException Modifier and Type Method Description <O extends ObjectType,T extends ObjectType>
voidPageBase. authorize(String operationUrl, AuthorizationPhaseType phase, PrismObject<O> object, ObjectDelta<O> delta, PrismObject<T> target, com.evolveum.midpoint.security.api.OwnerResolver ownerResolver, OperationResult result)<ID extends ItemDefinition,IW extends ItemWrapper>
IWPageAdminLTE. createItemWrapper(ID def, PrismContainerValueWrapper<?> parent, WrapperContext ctx)<I extends Item,IW extends ItemWrapper>
IWPageAdminLTE. createItemWrapper(I item, ItemStatus status, WrapperContext ctx)<I extends Item,IW extends ItemWrapper>
IWPageAdminLTE. createItemWrapper(I item, PrismContainerValueWrapper<?> parent, ItemStatus status, WrapperContext ctx)<IW extends ItemWrapper,VW extends PrismValueWrapper,PV extends PrismValue>
VWPageAdminLTE. createValueWrapper(IW parentWrapper, PV newValue, ValueStatus status, WrapperContext context)<IW extends ItemWrapper>
org.apache.wicket.markup.html.panel.PanelPageAdminLTE. initItemPanel(String panelId, QName typeName, org.apache.wicket.model.IModel<IW> wrapperModel, ItemPanelSettings itemPanelSettings)booleanPageAdminLTE. isAuthorized(String operationUrl)<O extends ObjectType,T extends ObjectType>
booleanPageAdminLTE. isAuthorized(String operationUrl, AuthorizationPhaseType phase, PrismObject<O> object, ObjectDelta<O> delta, PrismObject<T> target, com.evolveum.midpoint.security.api.OwnerResolver ownerResolver) -
Uses of SchemaException in com.evolveum.midpoint.gui.api.prism.wrapper
Methods in com.evolveum.midpoint.gui.api.prism.wrapper that throw SchemaException Modifier and Type Method Description <PV extends PrismValue>
voidItemWrapper. add(PV newValueWrapper, ModelServiceLocator locator)<D extends ItemDelta<PrismValue,? extends ItemDefinition>>
voidPrismValueWrapper. addToDelta(D delta)<ID extends ItemDelta>
voidPrismContainerValueWrapper. applyDelta(ID delta)<T extends Containerable>
PrismContainerWrapper<T>PrismContainerValueWrapper. findContainer(ItemPath path)<T extends Containerable>
PrismContainerWrapper<T>PrismContainerWrapper. findContainer(ItemPath path)<T extends Containerable>
PrismContainerValueWrapper<T>PrismContainerWrapper. findContainerValue(ItemPath path)<IW extends ItemWrapper>
IWPrismContainerValueWrapper. findItem(ItemPath path)<IW extends ItemWrapper>
IWPrismContainerValueWrapper. findItem(ItemPath path, Class<IW> type)<IW extends ItemWrapper>
IWPrismContainerWrapper. findItem(ItemPath path, Class<IW> type)<X> PrismPropertyWrapper<X>PrismContainerValueWrapper. findProperty(ItemPath propertyPath)<X> PrismPropertyWrapper<X>PrismContainerWrapper. findProperty(ItemPath propertyPath)<R extends Referencable>
PrismReferenceWrapper<R>PrismContainerValueWrapper. findReference(ItemPath path)<R extends Referencable>
PrismReferenceWrapper<R>PrismContainerWrapper. findReference(ItemPath path)List<PrismContainerDefinition<C>>PrismContainerValueWrapper. getChildContainers()PrismContainerValue<C>PrismContainerValueWrapper. getContainerValueApplyDelta()<D extends ItemDelta<? extends PrismValue,? extends ItemDefinition>>
Collection<D>ItemWrapper. getDelta()PrismObject<O>PrismObjectWrapper. getObjectApplyDelta()ObjectDelta<O>PrismObjectWrapper. getObjectDelta()VWItemWrapper. getValue()PrismContainerValue<C>PrismContainerValueWrapper. getValueToAdd()voidItemWrapper. remove(VW valueWrapper, ModelServiceLocator locator)voidItemWrapper. removeAll(ModelServiceLocator locator) -
Uses of SchemaException in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that throw SchemaException Modifier and Type Method Description static @NotNull List<VisualizationDto>WebComponentUtil. computeChangesCategorizationList(com.evolveum.midpoint.wf.api.ChangesByState changesByState, ObjectReferenceType objectRef, ModelInteractionService modelInteractionService, PrismContext prismContext, com.evolveum.midpoint.task.api.Task opTask, OperationResult thisOpResult)<I extends Item,IW extends ItemWrapper>
IWModelServiceLocator. createItemWrapper(I item, ItemStatus status, WrapperContext ctx)static <IW extends ItemWrapper,PV extends PrismValue,VW extends PrismValueWrapper>
VWWebPrismUtil. createNewValueWrapper(IW itemWrapper, PV newValue, ModelServiceLocator modelServiceLocator)static <IW extends ItemWrapper,PV extends PrismValue,VW extends PrismValueWrapper>
VWWebPrismUtil. createNewValueWrapper(IW itemWrapper, PV newValue, ModelServiceLocator modelServiceLocator, WrapperContext wrapperContext)static <IW extends ItemWrapper,PV extends PrismValue,VW extends PrismValueWrapper>
VWWebPrismUtil. createNewValueWrapper(IW itemWrapper, PV newValue, ValueStatus status, ModelServiceLocator modelServiceLocator)static <IW extends ItemWrapper,PV extends PrismValue,VW extends PrismValueWrapper>
VWWebPrismUtil. createNewValueWrapper(IW itemWrapper, PV newValue, ValueStatus status, ModelServiceLocator modelServiceLocator, WrapperContext context)<IW extends ItemWrapper,VW extends PrismValueWrapper,PV extends PrismValue>
VWModelServiceLocator. createValueWrapper(IW parentWrapper, PV newValue, ValueStatus status, WrapperContext context)static <AHT extends AssignmentHolderType>
voidWebComponentUtil. initNewObjectWithReference(PageBase pageBase, AHT assignmentHolder, List<ObjectReferenceType> newReferences)static <AHT extends AssignmentHolderType>
voidWebComponentUtil. initNewObjectWithReference(PageBase pageBase, QName type, List<ObjectReferenceType> newReferences)static voidWebComponentUtil. revive(LoadableModel<?> loadableModel, PrismContext prismContext)static voidWebComponentUtil. reviveObject(Object object, PrismContext prismContext) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.component.data.column
Methods in com.evolveum.midpoint.gui.impl.component.data.column that throw SchemaException Modifier and Type Method Description protected <V> Collection<V>ConfigurableExpressionColumn. evaluate(VariablesMap variablesMap, ExpressionType expression, com.evolveum.midpoint.task.api.Task task, OperationResult result)protected <V> Collection<V>ReportExpressionColumn. evaluate(VariablesMap variablesMap, ExpressionType expression, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.component.data.provider
Methods in com.evolveum.midpoint.gui.impl.component.data.provider that throw SchemaException Modifier and Type Method Description protected PrismContainerValueWrapper<C>ContainerListDataProvider. createWrapper(C object, com.evolveum.midpoint.task.api.Task task, OperationResult result)protected PrismContainerValueWrapper<AssignmentType>RepoAssignmentListProvider. createWrapper(AssignmentType object, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.component.search.wrapper
Methods in com.evolveum.midpoint.gui.impl.component.search.wrapper that throw SchemaException Modifier and Type Method Description <T> ObjectQueryAdvancedQueryWrapper. createQuery(Class<T> typeClass, PageBase pageBase, VariablesMap variablesMap)<T> ObjectQueryAxiomQueryWrapper. createQuery(Class<T> typeClass, PageBase pageBase, VariablesMap variablesMap)<T> ObjectQueryBasicQueryWrapper. createQuery(Class<T> typeClass, PageBase pageBase, VariablesMap variablesMap)<T> ObjectQueryFulltextQueryWrapper. createQuery(Class<T> typeClass, PageBase pageBase, VariablesMap variablesMap)<T> ObjectQueryOidSearchItemWrapper. createQuery(Class<T> typeClass, PageBase pageBase, VariablesMap variables)<T> ObjectQueryQueryWrapper. createQuery(Class<T> typeClass, PageBase pageBase, VariablesMap variables) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.factory.panel
Methods in com.evolveum.midpoint.gui.impl.factory.panel that throw SchemaException Modifier and Type Method Description protected voidResourceAttributeSearchFilterTypeForQueryModel. parseQuery(String object)protected voidSearchFilterTypeForQueryModel. parseQuery(String object) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.factory.wrapper
-
Uses of SchemaException in com.evolveum.midpoint.gui.impl.page.admin
Methods in com.evolveum.midpoint.gui.impl.page.admin that throw SchemaException Modifier and Type Method Description Collection<ObjectDelta<? extends ObjectType>>ObjectDetailsModels. collectDeltas(OperationResult result)Collection<ObjectDelta<? extends ObjectType>>ObjectDetailsModels. collectDeltaWithoutSavedDeltas(OperationResult result)protected Collection<SimpleValidationError>ObjectDetailsModels. performCustomValidation(PrismObject<O> object, Collection<ObjectDelta<? extends ObjectType>> deltas)protected voidObjectDetailsModels. prepareObjectDeltaForModify(ObjectDelta<O> modifyDelta)protected voidObjectDetailsModels. prepareObjectForAdd(PrismObject<O> objectToAdd)protected voidAbstractPageObjectDetails. reviveModels() -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder
Methods in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder that throw SchemaException Modifier and Type Method Description @NotNull ShadowWrapperFocusDetailsModels. loadShadowWrapper(PrismObject<ShadowType> projection, boolean noFetch, com.evolveum.midpoint.task.api.Task task, OperationResult result)protected voidFocusDetailsModels. prepareObjectDeltaForModify(ObjectDelta<F> focusDelta)protected voidFocusDetailsModels. prepareObjectForAdd(PrismObject<F> focus) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.page.admin.focus.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.focus.component that throw SchemaException Modifier and Type Method Description @NotNull ShadowWrapperFocusProjectionsPanel. loadShadowWrapper(PrismObject<ShadowType> projection, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.page.admin.resource
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource that throw SchemaException Modifier and Type Method Description ResourceSchemaResourceDetailsModel. getRefinedSchema() -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.page.admin.resource.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component that throw SchemaException Modifier and Type Method Description static TaskTypeResourceTasksPanel. createResourceTask(PrismContext prismContext, PrismObject<ResourceType> resource, List<ObjectReferenceType> archetypeRefs) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.page.admin.user
Methods in com.evolveum.midpoint.gui.impl.page.admin.user that throw SchemaException Modifier and Type Method Description protected voidPageUser. handleDelegationAssignmentDeltas(ObjectDelta<UserType> focusDelta, List<AssignmentEditorDto> assignments, PrismContainerDefinition<AssignmentType> def) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.page.forgotpassword
Methods in com.evolveum.midpoint.gui.impl.page.forgotpassword that throw SchemaException Modifier and Type Method Description voidResetPolicyDto. initResetPolicyDto(SecurityPolicyType securityPolicyType) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.page.login
Methods in com.evolveum.midpoint.gui.impl.page.login that throw SchemaException Modifier and Type Method Description protected NonceTypePageSelfRegistration. createNonce(NonceCredentialsPolicyType noncePolicy, com.evolveum.midpoint.task.api.Task task, OperationResult result)voidSelfRegistrationDto. initPostAuthenticationDto(SecurityPolicyType securityPolicy)voidSelfRegistrationDto. initSelfRegistrationDto(SecurityPolicyType securityPolicy)protected ObjectDelta<UserType>PageInvitation. prepareUserDelta(com.evolveum.midpoint.task.api.Task task, OperationResult result)protected ObjectDelta<UserType>PageSelfRegistration. prepareUserDelta(com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.prism.panel
Methods in com.evolveum.midpoint.gui.impl.prism.panel that throw SchemaException Modifier and Type Method Description protected org.apache.wicket.markup.html.panel.PanelSingleContainerPanel. createPanel(String id, QName typeName, org.apache.wicket.model.IModel<PrismContainerWrapper<C>> model, ItemPanelSettingsBuilder builder)protected voidPrismContainerValuePanel. remove(CVW valueToRemove, org.apache.wicket.ajax.AjaxRequestTarget target)protected voidPrismPropertyValuePanel. remove(PrismPropertyValueWrapper<T> valueToRemove, org.apache.wicket.ajax.AjaxRequestTarget target)protected voidPrismReferenceValuePanel. remove(PrismReferenceValueWrapperImpl<R> valueToRemove, org.apache.wicket.ajax.AjaxRequestTarget target)protected abstract voidPrismValuePanel. remove(VW valueToRemove, org.apache.wicket.ajax.AjaxRequestTarget target)protected voidItemPanel. removeValue(VW valueToRemove, org.apache.wicket.ajax.AjaxRequestTarget target) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.prism.wrapper
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that throw SchemaException Modifier and Type Method Description <PV extends PrismValue>
voidItemWrapperImpl. add(PV newValue, ModelServiceLocator locator)<PV extends PrismValue>
voidValueMetadataWrapperImpl. add(PV newValueWrapper, ModelServiceLocator locator)<D extends ItemDelta<PrismValue,? extends ItemDefinition>>
voidPrismValueWrapperImpl. addToDelta(D delta)protected <D extends ItemDelta<? extends PrismValue,? extends ItemDefinition>>
voidExpressionWrapper. addValueToDelta(PrismPropertyValueWrapper<ExpressionType> value, D delta)protected <D extends ItemDelta<? extends PrismValue,? extends ItemDefinition>>
voidItemWrapperImpl. addValueToDelta(VW value, D delta)<ID extends ItemDelta>
voidPrismContainerValueWrapperImpl. applyDelta(ID delta)voidResourceAttributeMappingWrapper. applyDelta()<T extends Containerable>
PrismContainerWrapper<T>PrismContainerValueWrapperImpl. findContainer(ItemPath path)<T extends Containerable>
PrismContainerWrapper<T>PrismContainerWrapperImpl. findContainer(ItemPath path)<T extends Containerable>
PrismContainerWrapper<T>ValueMetadataWrapperImpl. findContainer(ItemPath path)<T extends Containerable>
PrismContainerValueWrapper<T>ValueMetadataWrapperImpl. findContainerValue(ItemPath path)<IW extends ItemWrapper>
IWPrismContainerValueWrapperImpl. findItem(ItemPath path)<IW extends ItemWrapper>
IWPrismContainerValueWrapperImpl. findItem(ItemPath path, Class<IW> type)<IW extends ItemWrapper>
IWPrismContainerWrapperImpl. findItem(ItemPath path, Class<IW> type)<IW extends ItemWrapper>
IWValueMetadataWrapperImpl. findItem(ItemPath path, Class<IW> type)<X> PrismPropertyWrapper<X>PrismContainerValueWrapperImpl. findProperty(ItemPath propertyPath)<X> PrismPropertyWrapper<X>PrismContainerWrapperImpl. findProperty(ItemPath propertyPath)<X> PrismPropertyWrapper<X>ValueMetadataWrapperImpl. findProperty(ItemPath propertyPath)<R extends Referencable>
PrismReferenceWrapper<R>PrismContainerValueWrapperImpl. findReference(ItemPath path)PrismReferenceWrapperPrismContainerWrapperImpl. findReference(ItemPath path)<R extends Referencable>
PrismReferenceWrapper<R>ValueMetadataWrapperImpl. findReference(ItemPath path)List<PrismContainerDefinition<C>>PrismContainerValueWrapperImpl. getChildContainers()List<PrismContainerDefinition<? extends Containerable>>ValueMetadataWrapperImpl. getChildContainers()PrismContainerValue<C>PrismContainerValueWrapperImpl. getContainerValueApplyDelta()<D extends ItemDelta<? extends PrismValue,? extends ItemDefinition>>
Collection<D>ItemWrapperImpl. getDelta()<D extends ItemDelta<? extends PrismValue,? extends ItemDefinition>>
Collection<D>PrismContainerWrapperImpl. getDelta()<D extends ItemDelta<? extends PrismValue,? extends ItemDefinition>>
Collection<D>ProfilingClassLoggerContainerWrapperImpl. getDelta()<D extends ItemDelta<?,?>>
Collection<D>ProtectedStringTypeWrapperImpl. getDelta()<D extends ItemDelta<? extends PrismValue,? extends ItemDefinition>>
Collection<D>ResourceAttributeMappingWrapper. getDelta()<D extends ItemDelta<?,?>>
Collection<D>ShadowAssociationWrapperImpl. getDelta()<D extends ItemDelta<? extends PrismValue,? extends ItemDefinition>>
Collection<D>ValueMetadataWrapperImpl. getDelta()Collection<ItemDelta>ResourceWrapper. getDeltas()PrismObject<O>PrismObjectWrapperImpl. getObjectApplyDelta()ObjectDelta<O>PrismObjectWrapperImpl. getObjectDelta()ObjectDelta<ResourceType>ResourceWrapper. getObjectDelta()ResourceSchemaConstructionValueWrapper. getRefinedSchema(PrismObject<ResourceType> resource)ResourceObjectDefinitionConstructionValueWrapper. getResourceObjectDefinition(PrismObject<ResourceType> resource)VWItemWrapperImpl. getValue()PrismContainerValueWrapper<ValueMetadataType>ValueMetadataWrapperImpl. getValue()PrismContainerValue<C>PrismContainerValueWrapperImpl. getValueToAdd()PrismContainerValue<ClassLoggerConfigurationType>ProfilingClassLoggerContainerValueWrapperImpl. getValueToAdd()IItemWrapperImpl. instantiate()IItemWrapperImpl. instantiate(QName name)@NotNull PrismContainer<ValueMetadataType>ValueMetadataWrapperImpl. instantiate()@NotNull PrismContainer<ValueMetadataType>ValueMetadataWrapperImpl. instantiate(QName name)voidItemWrapperImpl. remove(VW valueWrapper, ModelServiceLocator locator)voidValueMetadataWrapperImpl. remove(PrismContainerValueWrapper<ValueMetadataType> valueWrapper, ModelServiceLocator locator)voidItemWrapperImpl. removeAll(ModelServiceLocator locator)voidValueMetadataWrapperImpl. removeAll(ModelServiceLocator locator) -
Uses of SchemaException in com.evolveum.midpoint.init
Methods in com.evolveum.midpoint.init that throw SchemaException Modifier and Type Method Description abstract voidDataImport. init()voidInitialDataImport. init()voidInitialDataImport. init(boolean overwrite)voidPostInitialDataImport. init()protected org.springframework.security.core.context.SecurityContextDataImport. provideFakeSecurityContext() -
Uses of SchemaException in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that throw SchemaException Modifier and Type Method Description com.evolveum.midpoint.security.api.MidPointPrincipalModelInteractionService. assumePowerOfAttorney(PrismObject<? extends FocusType> donor, com.evolveum.midpoint.task.api.Task task, OperationResult result)voidModelAuditService. audit(com.evolveum.midpoint.audit.api.AuditEventRecord record, com.evolveum.midpoint.task.api.Task task, OperationResult result)voidCaseService. cancelCase(@NotNull String caseOid, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult)Cancels a case.<T extends ObjectType,O extends ObjectType>
booleanModelInteractionService. canSearch(Class<T> resultType, Class<O> objectType, String objectOid, boolean includeSpecial, ObjectQuery query, com.evolveum.midpoint.task.api.Task task, OperationResult result)TODO Question: does object make any sense here? E.g.booleanModelInteractionService. checkPassword(String userOid, ProtectedStringType password, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Checks if the supplied password matches with current user password.voidCaseService. claimWorkItem(@NotNull WorkItemId workItemId, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult)Claims a work item that is assigned to an abstract role, so it becomes assigned to the current princial.voidModelAuditService. cleanupAudit(CleanupPolicyType policy, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Clean up audit records that are older than specified.voidAccessCertificationService. closeCampaign(String campaignOid, com.evolveum.midpoint.task.api.Task task, OperationResult result)Closes a campaign.voidAccessCertificationService. closeCurrentStage(String campaignOid, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Opens the next stage in the certification campaign.<O extends ObjectType>
CompareResultTypeModelService. compareObject(PrismObject<O> object, Collection<SelectorOptions<GetOperationOptions>> readOptions, ModelCompareOptions compareOptions, @NotNull List<? extends ItemPath> ignoreItemPaths, com.evolveum.midpoint.task.api.Task task, OperationResult result)TODO@NotNull CompiledObjectCollectionViewModelInteractionService. compileObjectCollectionView(@NotNull CollectionRefSpecificationType collection, @Nullable Class<? extends Containerable> targetTypeClass, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)voidModelInteractionService. compileView(CompiledObjectCollectionView existingView, GuiObjectListViewType objectListViewsType, com.evolveum.midpoint.task.api.Task task, OperationResult result)Compile object list view together with collection ref specification if presentvoidCaseService. completeWorkItem(@NotNull WorkItemId workItemId, @NotNull AbstractWorkItemOutputType output, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult)Completes a work item (e.g.voidCaseService. completeWorkItem(@NotNull WorkItemId workItemId, @NotNull AbstractWorkItemOutputType output, @Nullable ObjectDelta<?> additionalDelta, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult)Completes a work item.<T extends Containerable>
IntegerModelService. countContainers(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)intModelAuditService. countObjects(@Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult)<T extends ObjectType>
IntegerModelService. countObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Count objects.IntegerModelInteractionService. countObjectsFromCollection(CollectionRefSpecificationType collectionConfig, QName typeForFilter, Collection<SelectorOptions<GetOperationOptions>> defaultOptions, ObjectPaging usedPaging, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result)intAccessCertificationService. countOpenWorkItems(ObjectQuery baseWorkItemsQuery, boolean notDecidedOnly, boolean allItems, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)default intAccessCertificationService. countOpenWorkItems(ObjectQuery baseWorkItemsQuery, boolean notDecidedOnly, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)IntegerModelService. countReferences(ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Reference count - currently supporting roleMembershipRef and linkRef search.AccessCertificationCampaignTypeAccessCertificationService. createCampaign(String definitionOid, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Creates a certification campaign: creates AccessCertificationCampaignType object, based on general information in certification definition.@NotNull LocalizableMessageTypeModelInteractionService. createLocalizableMessageType(LocalizableMessageTemplateType template, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result)booleanTaskService. deactivateServiceThreads(long timeToWait, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)Deactivates service threads (temporarily).voidCaseService. delegateWorkItem(@NotNull WorkItemId workItemId, @NotNull WorkItemDelegationRequestType delegationRequest, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult)Delegates a work item.voidTaskService. deleteActivityStateAndWorkers(String rootTaskOid, boolean deleteWorkers, long subtasksWaitTime, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)<O extends AssignmentHolderType>
ArchetypePolicyTypeModelInteractionService. determineArchetypePolicy(PrismObject<O> assignmentHolder, OperationResult result)Efficiently determines information about archetype policy applicable for a particular object.<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.@NotNull CollectionStatsModelInteractionService. determineCollectionStats(@NotNull CompiledObjectCollectionView collectionView, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)Set<ConnectorType>ModelService. discoverConnectors(ConnectorHostType hostType, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Discovers local or remote connectors.com.evolveum.midpoint.security.api.MidPointPrincipalModelInteractionService. dropPowerOfAttorney(com.evolveum.midpoint.task.api.Task task, OperationResult result)@NotNull Collection<EvaluatedPolicyRule>ModelInteractionService. evaluateCollectionPolicyRules(@NotNull PrismObject<ObjectCollectionType> collection, @Nullable CompiledObjectCollectionView collectionView, @Nullable Class<? extends ObjectType> targetTypeClass, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)Returns all policy rules that apply to the collection.ScriptExecutionResultScriptingService. evaluateExpression(@NotNull ExecuteScriptType executeScriptCommand, @NotNull VariablesMap initialVariables, boolean recordProgressAndIterationStatistics, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)ScriptExecutionResultScriptingService. evaluateExpression(ScriptingExpressionType expression, com.evolveum.midpoint.task.api.Task task, OperationResult result)Synchronously executes any scripting expression (with no input data).voidScriptingService. evaluateExpressionInBackground(ExecuteScriptType executeScriptCommand, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)voidScriptingService. evaluateExpressionInBackground(ScriptingExpressionType expression, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Asynchronously executes any scripting expression.MappingEvaluationResponseTypeModelDiagnosticService. evaluateMapping(MappingEvaluationRequestType request, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Execute arbitrary mapping.default Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result)Execute the provided object deltas.Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, Collection<ProgressListener> listeners, OperationResult parentResult)ExecuteCredentialResetResponseTypeModelInteractionService. executeCredentialsReset(PrismObject<UserType> user, ExecuteCredentialResetRequestType executeCredentialResetRequest, com.evolveum.midpoint.task.api.Task task, OperationResult result)RepositoryQueryDiagResponseModelDiagnosticService. executeRepositoryQuery(RepositoryQueryDiagRequest request, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Execute arbitrary implementation-specific query.voidModelInteractionService. expandConfigurationObject(@NotNull PrismObject<? extends ObjectType> configurationObject, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)SeeProvisioningService.expandConfigurationObject(PrismObject, Task, OperationResult)for the description.StringModelDiagnosticService. exportDataModel(ResourceType resource, DataModelVisualizer.Target target, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)StringModelDiagnosticService. exportDataModel(Collection<String> resourceOids, DataModelVisualizer.Target target, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Exports data model EXPERIMENTAL.static <T extends ObjectType>
ObjectTreeDeltas<T>ObjectTreeDeltas. fromObjectTreeDeltasType(ObjectTreeDeltasType deltasType)<O extends ObjectType>
StringModelInteractionService. generateNonce(NonceCredentialsPolicyType noncePolicy, com.evolveum.midpoint.task.api.Task task, OperationResult result)<O extends ObjectType>
voidModelInteractionService. generateValue(PrismObject<O> object, PolicyItemsDefinitionType policyItemsDefinition, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)<O extends ObjectType>
StringModelInteractionService. generateValue(ValuePolicyType policy, int defaultLength, boolean generateMinimalSize, PrismObject<O> object, String shortDesc, com.evolveum.midpoint.task.api.Task task, OperationResult inputResult)TEMPORARY.<O extends ObjectType,R extends AbstractRoleType>
com.evolveum.midpoint.security.enforcer.api.ItemSecurityConstraintsModelInteractionService. getAllowedRequestAssignmentItems(PrismObject<O> object, PrismObject<R> target, com.evolveum.midpoint.task.api.Task task, OperationResult result)Returns decisions for individual items for "assign" authorization.<H extends AssignmentHolderType,R extends AbstractRoleType>
RoleSelectionSpecificationModelInteractionService. getAssignableRoleSpecification(PrismObject<H> assignmentHolder, Class<R> targetType, int assignmentOrder, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Returns an object that defines which roles can be assigned by the currently logged-in user.SystemConfigurationAuditTypeModelInteractionService. getAuditConfiguration(OperationResult parentResult)AuthenticationsPolicyTypeModelInteractionService. getAuthenticationPolicy(PrismObject<UserType> user, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Returns an authentications policies as defined in the system configuration security policy.AccessCertificationCasesStatisticsTypeAccessCertificationService. getCampaignStatistics(String campaignOid, boolean currentStageOnly, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Provides statistical information about outcomes of cases in a given campaign.AccessCertificationConfigurationTypeModelInteractionService. getCertificationConfiguration(OperationResult parentResult)@NotNull CompiledGuiProfileModelInteractionService. getCompiledGuiProfile(com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Returns currently applicable user profile, compiled for efficient use in the user interface.List<ConnectorOperationalStatus>ModelInteractionService. getConnectorOperationalStatus(String resourceOid, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)CredentialsPolicyTypeModelInteractionService. getCredentialsPolicy(PrismObject<? extends FocusType> focus, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Returns a credential policy that applies to the specified user.DeploymentInformationTypeModelInteractionService. getDeploymentInformationConfiguration(OperationResult parentResult)@NotNull List<ObjectReferenceType>ModelInteractionService. getDeputyAssignees(AbstractWorkItemType workItem, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Gets "deputy assignees" i.e.@NotNull List<ObjectReferenceType>ModelInteractionService. getDeputyAssignees(ObjectReferenceType assignee, QName limitationItemName, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)<T extends ObjectType>
ObjectFilterModelInteractionService. getDonorFilter(Class<T> searchResultType, ObjectFilter origFilter, String targetAuthorizationAction, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Returns filter for lookup of donors of power of attorney.ResourceObjectDefinitionModelInteractionService. getEditObjectClassDefinition(@NotNull PrismObject<ShadowType> shadow, @NotNull PrismObject<ResourceType> resource, AuthorizationPhaseType phase, com.evolveum.midpoint.task.api.Task task, OperationResult result)Returns an object definition that reflects edit-ability of the resource object in terms of midPoint schema limitations and security.<O extends ObjectType>
PrismObjectDefinition<O>ModelInteractionService. getEditObjectDefinition(PrismObject<O> object, AuthorizationPhaseType phase, com.evolveum.midpoint.task.api.Task task, OperationResult result)Returns a schema that reflects editability of the object in terms of midPoint schema limitations and security.PrismObjectDefinition<ShadowType>ModelInteractionService. getEditShadowDefinition(ResourceShadowCoordinates coordinates, AuthorizationPhaseType phase, com.evolveum.midpoint.task.api.Task task, OperationResult result)<O extends AssignmentHolderType>
List<ArchetypeType>ModelInteractionService. getFilteredArchetypesByHolderType(PrismObject<O> object, OperationResult result)This method is used to differentiate which archetypes can be added to object with holderType type.RegistrationsPolicyTypeModelInteractionService. getFlowPolicy(PrismObject<? extends FocusType> focus, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Returns a policy for registration, e.g.LogFileContentTypeModelDiagnosticService. getLogFileContent(Long fromPosition, Long maxSize, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Returns the contents of the log file.longModelDiagnosticService. getLogFileSize(com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)StringModelDiagnosticService. getMemoryInformation(com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)List<MergeConfigurationType>ModelInteractionService. getMergeConfiguration(OperationResult parentResult)<O extends ObjectType>
MetadataItemProcessingSpecModelInteractionService. getMetadataItemProcessingSpec(ItemPath metadataItemPath, PrismObject<O> object, com.evolveum.midpoint.task.api.Task task, OperationResult result)Returns specification of processing of given metadata item (e.g.@NotNull CapabilityCollectionTypeModelService. getNativeCapabilities(@NotNull String connOid, OperationResult result)Method work same asProvisioningService.getNativeCapabilities(String, OperationResult).<T extends ObjectType>
@NotNull PrismObject<T>ModelService. getObject(@NotNull Class<T> type, @NotNull String oid, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)Returns object for provided OID.StringTaskService. getRunningTasksThreadsDump(@NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult)<T> ModelInteractionService.SearchSpec<T>ModelInteractionService. getSearchSpecificationFromCollection(CompiledObjectCollectionView collection, QName typeForFilter, Collection<SelectorOptions<GetOperationOptions>> options, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result)TODO document and clean up the interface<F extends FocusType>
SecurityPolicyTypeModelInteractionService. getSecurityPolicy(PrismObject<F> focus, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)SecurityPolicyTypeModelInteractionService. getSecurityPolicy(ResourceObjectDefinition rOCDef, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)SystemConfigurationTypeModelInteractionService. getSystemConfiguration(OperationResult parentResult)PrismObject<TaskType>TaskService. getTaskByIdentifier(String identifier, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)Returns information about task, given its identifier.StringTaskService. getTaskThreadsDump(@NotNull String taskOid, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult)StringTaskService. getThreadsDump(@NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult)voidModelService. importFromResource(String shadowOid, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Import single account from resource.voidModelService. importFromResource(String resourceOid, QName objectClass, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Import accounts from resource.booleanMetadataItemProcessingSpec. isFullProcessing(ItemPath dataItem)voidObjectTreeDeltas. merge(ObjectTreeDeltas<T> deltasToMerge)ArchetypePolicyTypeModelInteractionService. mergeArchetypePolicies(PrismObject<ArchetypeType> archetype, OperationResult result)static <T extends ObjectType>
ObjectTreeDeltasTypeObjectTreeDeltas. mergeDeltas(ObjectTreeDeltasType deltaTree, ObjectDeltaType deltaToMerge)GuiObjectDetailsPageTypeAdminGuiConfigurationMergeManager. mergeObjectDetailsPageConfiguration(GuiObjectDetailsPageType defaultPageConfiguration, ArchetypePolicyType archetypePolicyType, OperationResult result)<O extends ObjectType>
Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService. mergeObjects(Class<O> type, String leftOid, String rightOid, String mergeConfigurationName, com.evolveum.midpoint.task.api.Task task, OperationResult result)Merge two objects into one.<O extends ObjectType>
MergeDeltas<O>ModelInteractionService. mergeObjectsPreviewDeltas(Class<O> type, String leftOid, String rightOid, String mergeConfigurationName, com.evolveum.midpoint.task.api.Task task, OperationResult result)<O extends ObjectType>
PrismObject<O>ModelInteractionService. mergeObjectsPreviewObject(Class<O> type, String leftOid, String rightOid, String mergeConfigurationName, com.evolveum.midpoint.task.api.Task task, OperationResult result)voidObjectTreeDeltas. mergeUnordered(ObjectTreeDeltas<T> deltasToMerge)voidAccessCertificationService. openNextStage(String campaignOid, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Opens the next review stage in the certification campaign.<O extends ObjectType>
ProcessedObject<O>ModelService. parseProcessedObject(@NotNull SimulationResultProcessedObjectType bean, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)<F extends ObjectType>
ModelContext<F>ModelInteractionService. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result)Computes the most likely changes triggered by the provided delta.<F extends ObjectType>
ModelContext<F>ModelInteractionService. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, Collection<ProgressListener> listeners, OperationResult result)voidModelInteractionService. processObjectsFromCollection(CollectionRefSpecificationType collection, QName typeForFilter, Predicate<PrismContainer> handler, Collection<SelectorOptions<GetOperationOptions>> options, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result, boolean recordProgress)TODO documentvoidTaskService. reactivateServiceThreads(com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)Re-activates the service threads after they have been deactivated.<F extends ObjectType>
voidModelService. recompute(Class<F> type, String oid, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Recomputes focal object with the specified OID.voidTaskService. reconcileWorkers(String oid, com.evolveum.midpoint.task.api.Task opTask, OperationResult result)<O extends ObjectType>
PrismObject<O>ModelAuditService. reconstructObject(Class<O> type, String oid, String eventIdentifier, com.evolveum.midpoint.task.api.Task task, OperationResult result)voidAccessCertificationService. recordDecision(String campaignOid, long caseId, long workItemId, AccessCertificationResponseType response, String comment, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Records a particular decision of a reviewer.StringTaskService. recordRunningTasksThreadsDump(String cause, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult)voidModelInteractionService. refreshPrincipal(String oid, Class<? extends FocusType> clazz)voidAccessCertificationService. reiterateCampaign(String campaignOid, com.evolveum.midpoint.task.api.Task task, OperationResult result)Reiterates a closed campaign.voidCaseService. releaseWorkItem(@NotNull WorkItemId workItemId, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult)Releases claimed work item.voidModelDiagnosticService. repositoryTestOrgClosureConsistency(com.evolveum.midpoint.task.api.Task task, boolean repairIfNecessary, OperationResult result)Checks a org closure table for consistency, repairing any problems found.voidTaskService. resumeTask(String taskOid, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)voidTaskService. resumeTasks(Collection<String> taskOids, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)Resume suspended tasks.voidTaskService. resumeTaskTree(String coordinatorOid, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)<T> TModelInteractionService. runUnderPowerOfAttorney(Producer<T> producer, PrismObject<? extends FocusType> donor, com.evolveum.midpoint.task.api.Task task, OperationResult result)voidTaskService. scheduleTaskNow(String taskOid, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)voidTaskService. scheduleTasksNow(Collection<String> taskOids, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)Schedules a RUNNABLE/CLOSED tasks to be run immediately.<T extends Containerable>
SearchResultList<T>ModelService. searchContainers(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Search for "sub-object" structures, i.e.@NotNull SearchResultList<AuditEventRecordType>ModelAuditService. searchObjects(@Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult)<T extends ObjectType>
SearchResultList<PrismObject<T>>ModelService. searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Search for objects.List<? extends Serializable>ModelInteractionService. searchObjectsFromCollection(CollectionRefSpecificationType collectionConfig, QName typeForFilter, Collection<SelectorOptions<GetOperationOptions>> defaultOptions, ObjectPaging usedPaging, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result)voidModelAuditService. searchObjectsIterative(@Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull com.evolveum.midpoint.audit.api.AuditResultHandler handler, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult)<T extends ObjectType>
SearchResultMetadataModelService. searchObjectsIterative(Class<T> type, ObjectQuery query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Search for objects in iterative fashion (using callback).List<AccessCertificationWorkItemType>AccessCertificationService. searchOpenWorkItems(ObjectQuery baseWorkItemsQuery, boolean notDecidedOnly, boolean allItems, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)TODO update description Returns a set of certification decisions for currently logged-in user.default List<AccessCertificationWorkItemType>AccessCertificationService. searchOpenWorkItems(ObjectQuery baseWorkItemsQuery, boolean notDecidedOnly, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)SearchResultList<ObjectReferenceType>ModelService. searchReferences(ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Reference search - currently supporting roleMembershipRef and linkRef search.SearchResultMetadataModelService. searchReferencesIterative(@NotNull ObjectQuery query, @NotNull ObjectHandler<ObjectReferenceType> handler, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)PrismObject<? extends FocusType>ModelService. searchShadowOwner(String shadowOid, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Returns the Focus object representing owner of specified shadow.ModelExecuteOptionsModelExecuteOptions. setExtensionPropertyRealValues(PrismContext prismContext, ItemName propertyName, Object... values)voidAccessCertificationService. startRemediation(String campaignOid, com.evolveum.midpoint.task.api.Task task, OperationResult result)Starts the remediation phase for the campaign.voidTaskService. startSchedulers(Collection<String> nodeIdentifiers, com.evolveum.midpoint.task.api.Task operationTask, OperationResult result)Starts the scheduler on a given nodes.voidTaskService. stopSchedulers(Collection<String> nodeIdentifiers, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)Stops the schedulers on a given nodes.booleanTaskService. stopSchedulersAndTasks(Collection<String> nodeIdentifiers, long waitTime, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)Stops a set of schedulers (on their nodes) and tasks that are executing on these nodes.@NotNull TaskTypeModelInteractionService. submitTaskFromTemplate(String templateTaskOid, List<Item<?,?>> extensionItems, com.evolveum.midpoint.task.api.Task opTask, OperationResult result)@NotNull TaskTypeModelInteractionService. submitTaskFromTemplate(String templateTaskOid, Map<QName,Object> extensionValues, com.evolveum.midpoint.task.api.Task opTask, OperationResult result)voidTaskService. suspendAndDeleteTask(String taskOid, long waitForStop, boolean alsoSubtasks, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)voidTaskService. suspendAndDeleteTasks(Collection<String> taskOids, long waitForStop, boolean alsoSubtasks, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)Suspends tasks and deletes them.booleanTaskService. suspendTask(String taskOid, long waitForStop, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)booleanTaskService. suspendTasks(Collection<String> taskOids, long waitForStop, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)Suspends a set of tasks.booleanTaskService. suspendTaskTree(String taskOid, long waitForStop, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)voidTaskService. synchronizeTasks(com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)Synchronizes information in midPoint repository and task scheduling database.OperationResultModelService. testResource(PrismObject<ResourceType> resource, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Test the resource connection and basic resource connector functionality.OperationResultModelService. testResource(String resourceOid, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Test the resource connection and basic resource connector functionality.OperationResultModelService. testResourcePartialConfiguration(PrismObject<ResourceType> resource, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Test partial resource connector configuration.static ObjectTreeDeltasTypeObjectTreeDeltas. toObjectTreeDeltasType(ObjectTreeDeltas<?> objectTreeDeltas)static StringObjectTreeDeltas. toObjectTreeDeltasTypeXml(ObjectTreeDeltas<?> objectTreeDeltas)static StringObjectTreeDeltas. toObjectTreeDeltasTypeXml(ObjectTreeDeltasType objectTreeDeltasType, PrismContext prismContext)<F extends ObjectType>
ModelContext<F>ModelInteractionService. unwrapModelContext(LensContextType wrappedContext, com.evolveum.midpoint.task.api.Task task, OperationResult result)<O extends ObjectType>
voidModelInteractionService. validateValue(PrismObject<O> object, PolicyItemsDefinitionType policyItemsDefinition, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)<O extends ObjectType>
List<StringLimitationResult>ModelInteractionService. validateValue(ProtectedStringType protectedStringValue, ValuePolicyType pp, PrismObject<O> object, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)StringDataModelVisualizer. visualize(ResourceType resource, DataModelVisualizer.Target target, com.evolveum.midpoint.task.api.Task task, OperationResult result)StringDataModelVisualizer. visualize(Collection<String> resourceOids, DataModelVisualizer.Target target, com.evolveum.midpoint.task.api.Task task, OperationResult result)@NotNull VisualizationModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, boolean includeOriginalObject, com.evolveum.midpoint.task.api.Task task, OperationResult result)@NotNull VisualizationModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, com.evolveum.midpoint.task.api.Task task, OperationResult result)@NotNull VisualizationModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, ObjectReferenceType objectRef, com.evolveum.midpoint.task.api.Task task, OperationResult result)@NotNull VisualizationModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, com.evolveum.midpoint.task.api.Task task, OperationResult result)List<Visualization>ModelInteractionService. visualizeDeltas(List<ObjectDelta<? extends ObjectType>> deltas, com.evolveum.midpoint.task.api.Task task, OperationResult result)<O extends ObjectType>
ModelContextVisualizationModelInteractionService. visualizeModelContext(ModelContext<O> context, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of SchemaException in com.evolveum.midpoint.model.api.authentication
Methods in com.evolveum.midpoint.model.api.authentication that throw SchemaException Modifier and Type Method Description GuiProfiledPrincipalGuiProfiledPrincipalManager. getPrincipal(PrismObject<? extends FocusType> focus)GuiProfiledPrincipalGuiProfiledPrincipalManager. getPrincipal(PrismObject<? extends FocusType> focus, com.evolveum.midpoint.security.api.AuthorizationTransformer authorizationTransformer, OperationResult result)GuiProfiledPrincipalGuiProfiledPrincipalManager. getPrincipal(ObjectQuery query, Class<? extends FocusType> clazz)GuiProfiledPrincipalGuiProfiledPrincipalManager. getPrincipal(String username, Class<? extends FocusType> clazz)GuiProfiledPrincipalGuiProfiledPrincipalManager. getPrincipalByOid(String oid, Class<? extends FocusType> clazz) -
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 voidModelElementContext. addToPrimaryDelta(ObjectDelta<O> value)Add a delta to the primary delta.ExtensionTypeAssignmentPath. collectExtensions(int startAt)static ExtensionTypeAssignmentPath. collectExtensions(AssignmentPathType path, int startAt, ModelService modelService, com.evolveum.midpoint.task.api.Task task, OperationResult result)intModelContext. getAllChanges()CompositeObjectDefinitionModelProjectionContext. getCompositeObjectDefinition()Collection<ResourceObjectTypeDependencyType>ModelProjectionContext. getDependencies()Dependencies returned are "almost complete": resource OID and kind are non-null.@NotNull DeltaSetTriple<EvaluatedResourceObjectConstruction>EvaluatedAssignment. getEvaluatedConstructions(@NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)ObjectDelta<ShadowType>ModelProjectionContext. getExecutableDelta()Returns delta suitable for execution.ItemPathMapping. getOutputPath() -
Uses of SchemaException in com.evolveum.midpoint.model.api.correlation
Methods in com.evolveum.midpoint.model.api.correlation that throw SchemaException Modifier and Type Method Description voidCorrelationService. completeCorrelationCase(@NotNull CaseType currentCase, @NotNull CorrelationService.CaseCloser caseCloser, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)Completes given correlation case.@NotNull CorrelationCaseDescription<?>CorrelationService. describeCorrelationCase(@NotNull CaseType aCase, @Nullable CorrelationService.CorrelationCaseDescriptionOptions options, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)Describes the provided correlation case by providingCorrelationCaseDescriptionobject. -
Uses of SchemaException in com.evolveum.midpoint.model.api.correlator
Methods in com.evolveum.midpoint.model.api.correlator that throw SchemaException Modifier and Type Method Description doubleCorrelator. checkCandidateOwner(@NotNull CorrelationContext correlationContext, @NotNull FocusType candidateOwner, @NotNull OperationResult result)Checks whether the provided candidate focus object is the owner for given resource object.@NotNull CorrelationResultCorrelator. correlate(@NotNull CorrelationContext correlationContext, @NotNull OperationResult result)Finds matching focus object (or potentially matching objects) for given resource object.@NotNull CorrelationExplanationCorrelator. explain(@NotNull CorrelationContext correlationContext, @NotNull FocusType candidate, @NotNull OperationResult result)Explains how the correlator came to a given candidate owner (and the specific confidence value of it).default voidCorrelator. resolve(@NotNull CaseType aCase, @NotNull String outcomeUri, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)Resolves a correlation case using provided work item output.default voidCorrelator. update(@NotNull CorrelationContext correlationContext, @NotNull OperationResult result)Updates the internal state of the correlator with the "fresh" data from the resource. -
Uses of SchemaException in com.evolveum.midpoint.model.api.correlator.idmatch
Methods in com.evolveum.midpoint.model.api.correlator.idmatch that throw SchemaException Modifier and Type Method Description static @NotNull IdMatchObjectIdMatchObject. create(@NotNull String sorIdentifier, @NotNull ShadowAttributesType attributes)@NotNull MatchingResultIdMatchService. executeMatch(@NotNull MatchingRequest request, @NotNull OperationResult result)Request a match for given resource object attributes.@NotNull StringIdMatchService. resolve(@NotNull IdMatchObject idMatchObject, @Nullable String matchRequestId, @Nullable String referenceId, @NotNull OperationResult result)Resolves a pending match.voidIdMatchService. update(@NotNull IdMatchObject idMatchObject, @Nullable String referenceId, @NotNull OperationResult result)Updates an object in ID Match service. -
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)default <O extends ObjectType>
voidMidpointFunctions. addRecomputeTrigger(PrismObject<O> object, Long timestamp)<O extends ObjectType>
voidMidpointFunctions. addRecomputeTrigger(PrismObject<O> object, Long timestamp, MidpointFunctions.TriggerCustomizer triggerCustomizer)default <O extends ObjectType>
voidMidpointFunctions. addRecomputeTrigger(O object, Long timestamp)default <O extends ObjectType>
voidMidpointFunctions. addRecomputeTrigger(O object, Long timestamp, MidpointFunctions.TriggerCustomizer triggerCustomizer)<T extends ObjectType>
voidMidpointFunctions. applyDefinition(T object)@NotNull Collection<PrismValue>MidpointFunctions. collectAssignedFocusMappingsResults(@NotNull ItemPath path)Returns all non-negative values from all focus mappings (targeted to given path) from all non-negative evaluated assignments.ExtensionTypeMidpointFunctions. collectExtensions(AssignmentPathType path, int startAt)<T> IntegerMidpointFunctions. countAccounts(ResourceType resourceType, String attributeName, T attributeValue)A variant ofMidpointFunctions.countAccounts(String, QName, Object).<T> IntegerMidpointFunctions. countAccounts(ResourceType resourceType, QName attributeName, T attributeValue)A variant ofMidpointFunctions.countAccounts(String, QName, Object).<T> IntegerMidpointFunctions. countAccounts(String resourceOid, QName attributeName, T attributeValue)Counts accounts having `attributeValue` of `attributeName`.<T extends ObjectType>
intMidpointFunctions. countObjects(Class<T> type, ObjectQuery query)Count objects.<T extends ObjectType>
intMidpointFunctions. countObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options)Count objects.<T extends ObjectType>
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.booleanOptimizingTriggerCreator. createForNamedObject(@NotNull Class<? extends ObjectType> type, @NotNull String name)Creates a trigger for the object with the given name.booleanOptimizingTriggerCreator. createForNamedUser(@NotNull String name)Creates a trigger for the user with the given name.booleanOptimizingTriggerCreator. createForObject(@NotNull Class<? extends ObjectType> type, @NotNull String oid)Creates a trigger to the user with the given OID.voidMidpointFunctions. createRecomputeTrigger(Class<? extends ObjectType> type, String oid)Goes directly to repository service.voidMidpointFunctions.TriggerCustomizer. customize(TriggerType trigger)<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)default StringMidpointFunctions. describeResourceObjectSet(ResourceObjectSetType set)Synonym forMidpointFunctions.describeResourceObjectSetShort(ResourceObjectSetType), mainly for compatibility reasons.StringMidpointFunctions. describeResourceObjectSetLong(ResourceObjectSetType set)Returns longer version of human-readable description of the resource object set: .StringMidpointFunctions. describeResourceObjectSetShort(ResourceObjectSetType set)Short version ofMidpointFunctions.describeResourceObjectSetLong(ResourceObjectSetType): .ObjectMidpointFunctions. executeAdHocProvisioningScript(ResourceType resource, String language, String code)ObjectMidpointFunctions. executeAdHocProvisioningScript(String resourceOid, String language, String code)voidMidpointFunctions. executeChanges(ObjectDelta<? extends ObjectType>... deltas)Execute the provided object deltas.voidMidpointFunctions. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas)Execute the provided object deltas.voidMidpointFunctions. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options)Execute the provided object deltas.TaskTypeMidpointFunctions. executeChangesAsynchronously(Collection<ObjectDelta<?>> deltas, ModelExecuteOptions options, String templateTaskOid)TaskTypeMidpointFunctions. executeChangesAsynchronously(Collection<ObjectDelta<?>> deltas, ModelExecuteOptions options, String templateTaskOid, com.evolveum.midpoint.task.api.Task opTask, OperationResult result)<F extends FocusType>
@NotNull List<F>MidpointFunctions. findCandidateOwners(@NotNull Class<F> focusType, @NotNull ShadowType resourceObject, @NotNull String resourceOid, @NotNull ShadowKindType kind, @NotNull String intent)Finds candidate owners using defined correlation rules.<O extends ObjectType>
ArchetypeTypeMidpointFunctions. getArchetype(O object)Deprecated.<O extends ObjectType>
StringMidpointFunctions. getArchetypeOid(O object)Deprecated.<O extends ObjectType>
@NotNull List<ArchetypeType>MidpointFunctions. getArchetypes(O object)<T> @NotNull ResourceAttributeDefinition<T>MidpointFunctions. getAttributeDefinition(PrismObject<ResourceType> resource, String objectClassName, String attributeName)<T> @NotNull ResourceAttributeDefinition<T>MidpointFunctions. getAttributeDefinition(PrismObject<ResourceType> resource, QName objectClassName, QName attributeName)@Nullable CaseTypeMidpointFunctions. getCorrelationCaseForShadow(@Nullable ShadowType shadow)Returns a correlation case for given shadow.default <F extends FocusType>
List<F>MidpointFunctions. getFocusesByCorrelationRule(Class<F> type, String resourceOid, ShadowKindType kind, String intent, ShadowType shadow)Deprecated.default ShadowTypeMidpointFunctions. getLinkedShadow(FocusType focus, ResourceType resource)default ShadowTypeMidpointFunctions. getLinkedShadow(FocusType focus, ResourceType resource, boolean repositoryObjectOnly)default ShadowTypeMidpointFunctions. getLinkedShadow(FocusType focus, String resourceOid)default ShadowTypeMidpointFunctions. getLinkedShadow(FocusType focus, String resourceOid, boolean repositoryObjectOnly)default ShadowTypeMidpointFunctions. getLinkedShadow(FocusType focus, String resourceOid, ShadowKindType kind, String intent)ShadowTypeMidpointFunctions. getLinkedShadow(FocusType focus, String resourceOid, ShadowKindType kind, String intent, boolean repositoryObjectOnly)Null values of resource oid, kind, and intent mean "any".default @NotNull List<ShadowType>MidpointFunctions. getLinkedShadows(FocusType focus, String resourceOid)@NotNull List<ShadowType>MidpointFunctions. getLinkedShadows(FocusType focus, String resourceOid, boolean repositoryObjectOnly)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(@NotNull Collection<ObjectReferenceType> userRefList)Collection<String>MidpointFunctions. getManagersOidsExceptUser(UserType user)Collection<String>OrgStructFunctions. getManagersOidsExceptUser(@NotNull Collection<ObjectReferenceType> userRefList, boolean preAuthorized)Collection<String>OrgStructFunctions. getManagersOidsExceptUser(UserType user, 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.<O extends ObjectType,T>
List<O>MidpointFunctions. getObjectsInConflictOnPropertyValue(O objectType, String propertyPathString, T propertyValue, boolean getAllConflicting)OrgTypeMidpointFunctions. getOrgByName(String name)OrgTypeOrgStructFunctions. getOrgByName(String name, boolean preAuthorized)OrgTypeMidpointFunctions. getOrgByOid(String oid)OrgTypeOrgStructFunctions. getOrgByOid(String oid, boolean preAuthorized)OrgTypeMidpointFunctions. getParentOrgByArchetype(ObjectType object, String archetypeOid)Returns parent org of the specified object that have a specific archetype.OrgTypeOrgStructFunctions. getParentOrgByArchetype(ObjectType object, String archetypeOid, boolean preAuthorized)OrgTypeMidpointFunctions. getParentOrgByOrgType(ObjectType object, String orgType)Returns parent org of the specified object that have a specific orgType.OrgTypeOrgStructFunctions. 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, @NotNull Predicate<OrgType> predicate, 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)ObjectDeltaTypeMidpointFunctions. getResourceDelta(ModelContext<?> context, String resourceOid)Returns aggregated delta that is to be executed on a given resource.longMidpointFunctions. getSequenceCounter(String sequenceOid)<O extends AssignmentHolderType>
@Nullable ArchetypeTypeMidpointFunctions. getStructuralArchetype(O object)Returns the structural archetype for the object, possibly `null`.UserTypeMidpointFunctions. getUserByOid(String oid)booleanMidpointFunctions. isCurrentProjectionActivated()Returns `true` if the current clockwork operation brings the projection into existence and being effectively enabled, i.e.booleanMidpointFunctions. isCurrentProjectionDeactivated()Returns `true` if the current clockwork operation deletes the projection or effectively disables it, i.e.booleanMidpointFunctions. isManagerOfOrgType(UserType user, String orgType)booleanOrgStructFunctions. isManagerOfOrgType(UserType user, String orgType, boolean preAuthorized)<T> booleanMidpointFunctions. isUniqueAccountValue(ResourceType resourceType, ShadowType shadowType, String attributeName, T attributeValue)Checks if the value `attributeValue` of `attributeName` in given shadow is unique on given resource.<T> booleanMidpointFunctions. isUniquePropertyValue(ObjectType objectType, String propertyPathString, T propertyValue)<T extends ObjectType>
voidMidpointFunctions. modifyObject(ObjectDelta<T> modifyDelta)<T extends ObjectType>
voidMidpointFunctions. modifyObject(ObjectDelta<T> modifyDelta, ModelExecuteOptions options)<F extends ObjectType>
ModelContext<F>MidpointFunctions. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options)<F extends ObjectType>
ModelContext<F>MidpointFunctions. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, OperationResult result)<F extends FocusType>
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)TaskTypeMidpointFunctions. submitTaskFromTemplate(String templateTaskOid, List<Item<?,?>> extensionItems)TaskTypeMidpointFunctions. submitTaskFromTemplate(String templateTaskOid, Map<QName,Object> extensionValues)OperationResultMidpointFunctions. testResource(String resourceOid)Test the resource connection and basic resource connector functionality.ModelContext<?>MidpointFunctions. unwrapModelContext(LensContextType lensContextType)LensContextTypeMidpointFunctions. wrapModelContext(ModelContext<?> lensContext) -
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, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)todo -
Uses of SchemaException in com.evolveum.midpoint.model.api.indexing
Methods in com.evolveum.midpoint.model.api.indexing that throw SchemaException Modifier and Type Method Description @NotNull StringValueNormalizer. normalize(@NotNull Object input, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
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 ObjectCollectionTypeDashboardService. getObjectCollectionType(DashboardWidgetType widget, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of SchemaException in com.evolveum.midpoint.model.api.simulation
Methods in com.evolveum.midpoint.model.api.simulation that throw SchemaException Modifier and Type Method Description voidProcessedObject. applyDefinitions(@NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)Applies the definitions (currently, resource schema related to specific shadow) to the object(s) before/after, and the delta.com.evolveum.midpoint.task.api.SimulationResultSimulationResultManager. getSimulationResult(@NotNull String resultOid, @NotNull OperationResult result)Provides aSimulationResultfor given simulation result OID.@NotNull List<? extends ProcessedObject<?>>SimulationResultManager. getStoredProcessedObjects(@NotNull String oid, OperationResult result)Fetches and parses all stored processed objects from givenSimulationResultType. -
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 ExtensionTypeAssignmentPathUtil. collectExtensions(AssignmentPath path, int startAt, PrismContext prismContext)static ExtensionTypeAssignmentPathUtil. collectExtensions(AssignmentPathType path, int startAt, ModelService modelService, com.evolveum.midpoint.task.api.Task task, OperationResult result)static voidResourceUtils. deleteSchema(PrismObject<? extends ResourceType> resource, ModelService modelService, PrismContext prismContext, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)ObjectFilterReferenceResolver.FilterEvaluator. evaluate(ObjectFilter rawFilter, OperationResult result)List<PrismObject<? extends ObjectType>>ReferenceResolver. resolve(@NotNull ObjectReferenceType reference, Collection<SelectorOptions<GetOperationOptions>> options, @NotNull ReferenceResolver.Source source, ReferenceResolver.FilterEvaluator filterEvaluator, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of SchemaException in com.evolveum.midpoint.ninja.action.audit
Methods in com.evolveum.midpoint.ninja.action.audit that throw SchemaException Modifier and Type Method Description protected voidExportAuditConsumerWorker. write(Writer writer, AuditEventRecordType object) -
Uses of SchemaException in com.evolveum.midpoint.ninja.action.mining
Methods in com.evolveum.midpoint.ninja.action.mining that throw SchemaException Modifier and Type Method Description protected voidExportMiningConsumerWorker. write(Writer writer, @NotNull FocusType object) -
Uses of SchemaException in com.evolveum.midpoint.ninja.action.worker
Methods in com.evolveum.midpoint.ninja.action.worker that throw SchemaException Modifier and Type Method Description protected abstract voidAbstractWriterConsumerWorker. write(Writer writer, T object)protected voidExportConsumerWorker. write(Writer writer, ObjectType object) -
Uses of SchemaException in com.evolveum.midpoint.ninja.util
Methods in com.evolveum.midpoint.ninja.util that throw SchemaException Modifier and Type Method Description static ObjectFilterNinjaUtils. createObjectFilter(FileReference strFilter, NinjaContext context, Class<? extends Containerable> objectClass)static ObjectQueryNinjaUtils. createObjectQuery(FileReference ref, NinjaContext context, Class<? extends Containerable> objectClass) -
Uses of SchemaException in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that throw SchemaException Modifier and Type Method Description default booleanItem. add(V newValue)Adds a given value, overwriting existing one.booleanItem. add(V newValue, @NotNull EquivalenceStrategy strategy)Adds a value, overwriting existing one(s).voidPrismContainer. add(Item<?,?> item)Convenience method.<IV extends PrismValue,ID extends ItemDefinition<?>>
voidPrismContainerValue. add(Item<IV,ID> item)<IV extends PrismValue,ID extends ItemDefinition<?>>
voidPrismContainerValue. add(Item<IV,ID> item, boolean checkUniqueness)Adds an item to a property container.default booleanItem. addAll(Collection<V> newValues)Adds given values, with the same semantics as repeated add(..) calls.booleanItem. addAll(Collection<V> newValues, @NotNull EquivalenceStrategy strategy)Adds given values, with the same semantics as repeated add(..) calls.voidPrismContainerValue. addAll(Collection<? extends Item<?,?>> itemsToAdd)Adds a collection of items to a property container.voidPrismContainerValue. addAllReplaceExisting(Collection<? extends Item<?,?>> itemsToAdd)Adds a collection of items to a property container.<I extends Item<?,?>>
voidPrismObject. addExtensionItem(I item)voidItem. addIgnoringEquivalents(V newValue)Adds a value, not looking for equivalent values.default voidValueMetadata. addMetadataValue(PrismContainerValue<?> metadataValue)booleanPrismContainerValue. addRawElement(Object element)<IV extends PrismValue,ID extends ItemDefinition<?>>
voidPrismContainerValue. addReplaceExisting(Item<IV,ID> item)Adds an item to a property container.voidPrismObject. addReplaceExisting(Item<?,?> item)voidItem. addRespectingMetadataAndCloning(V value, @NotNull EquivalenceStrategy strategy, EquivalenceStrategy metadataEquivalenceStrategy)Adds a value, respecting the metadata.voidPrismContext. adopt(Containerable containerable)<T extends Objectable>
voidPrismContext. adopt(ObjectDelta<T> delta)voidPrismContext. adopt(Objectable objectable)<C extends Containerable>
voidPrismContext. adopt(PrismContainer<C> object, Class<C> declaredType)<T extends Containerable>
voidPrismContext. adopt(PrismContainer<T> object)voidPrismContext. adopt(PrismContainerValue<?> value)<C extends Containerable,O extends Objectable>
voidPrismContext. adopt(PrismContainerValue<C> prismContainerValue, Class<O> type, ItemPath path)<C extends Containerable>
voidPrismContext. adopt(PrismContainerValue<C> prismContainerValue, QName typeName, ItemPath path)<C extends Containerable,O extends Objectable>
voidPrismContext. adopt(C containerable, Class<O> type, ItemPath path)voidItem. applyDefinition(D definition)voidItem. applyDefinition(D definition, boolean force)voidPrismContainer. applyDefinition(PrismContainerDefinition<C> definition)voidPrismContainerValue. applyDefinition(@NotNull PrismContainerDefinition<C> containerDef, boolean force)voidPrismContainerValue. applyDefinition(ItemDefinition definition, boolean force)voidPrismObject. applyDefinition(PrismContainerDefinition<O> definition)voidPrismReferenceValue. applyDefinition(ItemDefinition definition, boolean force)voidPrismReferenceValue. applyDefinition(PrismReferenceDefinition definition, boolean force)voidPrismValue. applyDefinition(ItemDefinition definition)voidPrismValue. applyDefinition(ItemDefinition definition, boolean force)voidItem. assertDefinitions()voidItem. assertDefinitions(boolean tolerateRawValues, Supplier<String> sourceDescriptionSupplier)voidItem. assertDefinitions(Supplier<String> sourceDescriptionSupplier)voidPrismContainerValue. assertDefinitions(boolean tolerateRaw, Supplier<String> sourceDescriptionSupplier)voidPrismContainerValue. assertDefinitions(Supplier<String> sourceDescriptionSupplier)PrismContainer<C>PrismContainerValue. asSingleValuedContainer(@NotNull QName itemName)Returns a single-valued container (with a single-valued definition) holding just this value.PrismContainer<O>PrismObjectValue. asSingleValuedContainer(@NotNull QName itemName)booleanPrismContainer. containsItem(ItemPath itemPath, boolean acceptEmptyItem)booleanPrismContainerValue. containsItem(ItemPath propPath, boolean acceptEmptyItem)<IV extends PrismValue,ID extends ItemDefinition<?>,I extends Item<IV,ID>>
IPrismContainerValue. createDetachedSubItem(QName name, Class<I> type, ID itemDefinition, boolean immutable)<V extends PrismValue,D extends ItemDefinition<?>>
Item<V,D>ItemFactory. createDummyItem(Item<V,D> itemOld, D definition, ItemPath path)Creates a dummy container with a fixed path.PrismContainer<?>PrismObject. createExtension()<O extends Objectable>
@NotNull PrismObject<O>PrismContext. createObject(@NotNull Class<O> clazz)Creates a new PrismObject of a given type.<O extends Objectable>
OPrismContext. createObjectable(@NotNull Class<O> clazz)Creates a new Objectable of a given type.static <V extends PrismContainerValue>
voidPrismContainer. createParentIfNeeded(V value, ItemDefinition definition)<X> PrismProperty<X>PrismContainerValue. createProperty(PrismPropertyDefinition propertyDefinition)<X> PrismProperty<X>PrismContainerValue. createProperty(QName propertyName)static <T> PrismProperty<T>PrismValueUtil. createRaw(@NotNull XNode node, @NotNull QName itemName, PrismContext prismContext)booleanPrismContainerValue. deleteRawElement(Object element)<C extends Containerable>
S_ItemEntryPrismContext. deltaFor(Class<C> objectClass)Starts a delta builder, with the default item definition resolution (i.e.<C extends Containerable>
S_ItemEntryPrismContext. deltaFor(Class<C> objectClass, ItemDefinitionResolver itemDefinitionResolver)Starts a delta builder, with a custom item definition resolver (e.g.<IV extends PrismValue,ID extends ItemDefinition<?>,I extends Item<IV,ID>>
IPrismContainer. findCreateItem(ItemPath itemPath, Class<I> type, ID itemDefinition, boolean create)<IV extends PrismValue,ID extends ItemDefinition<?>,I extends Item<IV,ID>>
IPrismContainer. findCreateItem(QName itemQName, Class<I> type, boolean create)<T extends Containerable>
PrismContainer<T>PrismContainer. findOrCreateContainer(ItemPath containerPath)<T extends Containerable>
PrismContainer<T>PrismContainerValue. findOrCreateContainer(QName containerName)<IV extends PrismValue,ID extends ItemDefinition<?>,I extends Item<IV,ID>>
IPrismContainer. findOrCreateItem(ItemPath containerPath, Class<I> type)<IV extends PrismValue,ID extends ItemDefinition<?>,I extends Item<IV,ID>>
IPrismContainer. findOrCreateItem(ItemPath containerPath, Class<I> type, ID definition)<IV extends PrismValue,ID extends ItemDefinition<?>,I extends Item<IV,ID>>
IPrismContainerValue. findOrCreateItem(ItemPath path, Class<I> type, ID definition)<IV extends PrismValue,ID extends ItemDefinition<?>>
Item<IV,ID>PrismContainerValue. findOrCreateItem(QName containerName)<IV extends PrismValue,ID extends ItemDefinition<?>,I extends Item<IV,ID>>
IPrismContainerValue. findOrCreateItem(QName containerName, Class<I> type)<T> PrismProperty<T>PrismContainer. findOrCreateProperty(ItemPath propertyPath)<X> PrismProperty<X>PrismContainerValue. findOrCreateProperty(ItemPath propertyPath)<X> PrismProperty<X>PrismContainerValue. findOrCreateProperty(PrismPropertyDefinition propertyDef)PrismReferencePrismContainer. findOrCreateReference(ItemPath propertyPath)PrismReferencePrismContainerValue. findOrCreateReference(QName referenceName)PrismContainer<?>PrismObject. getOrCreateExtension()voidPrismContext. initialize()Initializes the prism context, e.g.IItemDefinition. instantiate()Create an item instance.IItemDefinition. instantiate(QName name)Create an item instance.@NotNull PrismObject<O>PrismObjectDefinition. instantiate()@NotNull PrismObject<O>PrismObjectDefinition. instantiate(QName name)voidPrismContainerValue. keepPaths(List<? extends ItemPath> keep)voidItem. merge(Item<V,D> otherItem)Merge all the values of other item to this item.<IV extends PrismValue,ID extends ItemDefinition<?>>
booleanPrismContainerValue. merge(Item<IV,ID> item)Merges the provided item into this item.voidPrismContainerValue. mergeContent(@NotNull PrismContainerValue<?> other, @NotNull List<QName> overwrite)voidPrismContainer. mergeValue(PrismContainerValue<C> otherValue)voidPrismContainer. mergeValues(PrismContainer<C> other)voidPrismContainer. mergeValues(Collection<PrismContainerValue<C>> otherValues)static <V extends Containerable>
PrismContainer<V>PrismContainer. newInstance(PrismContext prismContext, QName type)<O extends Objectable>
@NotNull PrismObject<O>PrismParser. parse()Parses the input as a prism object.<O extends Objectable>
@NotNull PrismObject<O>PrismParserNoIO. parse()static SchemaMigrationOperationSchemaMigrationOperation. parse(String s)<IV extends PrismValue,ID extends ItemDefinition<?>>
Item<IV,ID>PrismParser. parseItem()Parses the input as a prism item.<IV extends PrismValue,ID extends ItemDefinition<?>>
Item<IV,ID>PrismParserNoIO. parseItem()ObjectPrismParser. parseItemOrRealValue()Deprecated.ObjectPrismParserNoIO. parseItemOrRealValue()<IV extends PrismValue>
IVPrismParser. parseItemValue()Parses the input as a prism value.<IV extends PrismValue>
IVPrismParserNoIO. parseItemValue()default <T extends Objectable>
PrismObject<T>PrismContext. parseObject(File file)default <T extends Objectable>
PrismObject<T>PrismContext. parseObject(String dataString)@NotNull List<PrismObject<? extends Objectable>>PrismParser. parseObjects()Parses the input as a collection of prism objects.@NotNull List<PrismObject<? extends Objectable>>PrismParserNoIO. parseObjects()voidPrismParser. parseObjectsIteratively(@NotNull PrismParser.ObjectHandler handler)Currently implemented for JSON/YAML only.voidPrismParserNoIO. parseObjectsIteratively(@NotNull PrismParser.ObjectHandler handler)<T> voidHacks. parseProtectedType(ProtectedDataType<T> protectedType, MapXNode xmap, PrismContext prismContext, ParsingContext pc)<T> TPrismParser. parseRealValue()Parses a real value.<T> TPrismParser. parseRealValue(@Nullable Class<T> clazz)Parses a real value - either property or container value.<T> TPrismParserNoIO. parseRealValue()<T> TPrismParserNoIO. parseRealValue(Class<T> clazz)<T> javax.xml.bind.JAXBElement<T>PrismParser. parseRealValueToJaxbElement()Parses a real value and stores it into JAXBElement, using item name derived in the usual way.<T> javax.xml.bind.JAXBElement<T>PrismParserNoIO. parseRealValueToJaxbElement()RootXNodePrismParser. parseToXNode()Parses the input into RootXNode.RootXNodePrismParserNoIO. parseToXNode()voidPrismContainerValue. removePaths(List<? extends ItemPath> remove)voidItem. replace(V newValue)Replaces all values of the item by given value.<IV extends PrismValue,ID extends ItemDefinition<?>>
voidPrismContainerValue. replace(Item<IV,ID> oldItem, Item<IV,ID> newItem)voidItem. replaceAll(Collection<V> newValues, @NotNull EquivalenceStrategy strategy)Replaces all values of the item by given values.TPrismSerializer. serialize(@NotNull Item<?,?> item)Serializes given prism item.TPrismSerializer. serialize(@NotNull PrismValue value)Serializes given prism value (property, reference, or container).TPrismSerializer. serialize(@NotNull PrismValue value, QName rootName)Serializes given prism value (property, reference, or container).TPrismSerializer. serialize(@NotNull RootXNode xnode)TPrismSerializer. serialize(javax.xml.bind.JAXBElement<?> value)TPrismSerializer. serializeAnyData(Object value)TPrismSerializer. serializeAnyData(Object value, QName rootName)TPrismSerializer. serializeObjects(@NotNull List<PrismObject<?>> objects)TPrismSerializer. serializeRealValue(Object value)TPrismSerializer. serializeRealValue(Object value, QName rootName)<C extends Containerable>
voidPrismContainer. setContainerRealValue(QName containerName, C realValue)<T> voidPrismContainer. setPropertyRealValue(QName propertyName, T realValue)<T> voidPrismContainerValue. setPropertyRealValue(QName propertyName, T realValue, PrismContext prismContext)<T> voidPrismContainer. setPropertyRealValues(QName propertyName, T... realValues)voidPrismContainer. setRealValue(C value)voidPrismContainer. setValue(@NotNull PrismContainerValue<C> value)voidPrismObject. setValue(@NotNull PrismContainerValue<O> value)voidPrismValue. setValueMetadata(Containerable realValue)Sets metadata from this value (from PCV).<IV extends PrismValue,ID extends ItemDefinition<?>>
booleanPrismContainerValue. subtract(Item<IV,ID> item)Subtract the provided item from this item.static <O extends Objectable,C extends Containerable>
Collection<PrismContainerValue<C>>PrismValueCollectionsUtil. toPrismContainerValues(Class<O> type, ItemPath path, PrismContext prismContext, C... containerValues)voidParsingContext. warnOrThrow(Trace logger, String message)voidParsingContext. warnOrThrow(Trace logger, String message, Throwable t) -
Uses of SchemaException in com.evolveum.midpoint.prism.annotation
Methods in com.evolveum.midpoint.prism.annotation that throw SchemaException Modifier and Type Method Description static DiagramElementFormTypeDiagramElementFormType. parse(String s)static DiagramElementInclusionTypeDiagramElementInclusionType. parse(String s) -
Uses of SchemaException in com.evolveum.midpoint.prism.crypto
Methods in com.evolveum.midpoint.prism.crypto that throw SchemaException Modifier and Type Method Description booleanProtector. areEquivalent(ProtectedStringType a, ProtectedStringType b)Decides equivalence of two protected data objects (for data management purposes).booleanProtector. compareCleartext(ProtectedStringType a, ProtectedStringType b)Compare cleartext values protected inside the protected strings.<T> voidProtector. decrypt(ProtectedData<T> protectedData)<T> voidProtector. hash(ProtectedData<T> protectedData) -
Uses of SchemaException in com.evolveum.midpoint.prism.deleg
Methods in com.evolveum.midpoint.prism.deleg that throw SchemaException Modifier and Type Method Description default voidItemDeltaDelegator. applyDefinition(D definition)default voidItemDeltaDelegator. applyDefinition(D itemDefinition, boolean force)default voidItemDeltaDelegator. applyTo(Item item)default voidItemDeltaDelegator. applyTo(PrismContainerValue containerValue)default voidItemDeltaDelegator. applyToMatchingPath(Item item)default voidItemDeltaDelegator. assertDefinitions(boolean tolerateRawValues, Supplier<String> sourceDescriptionSupplier)default voidItemDeltaDelegator. assertDefinitions(Supplier<String> sourceDescriptionSupplier)default Item<V,D>ItemDeltaDelegator. getItemNew()default Item<V,D>ItemDeltaDelegator. getItemNew(Item<V,D> itemOld)default Item<V,D>ItemDeltaDelegator. getItemNewMatchingPath(Item<V,D> itemOld)default IItemDefinitionDelegator. instantiate()default IItemDefinitionDelegator. instantiate(QName name)default @NotNull PrismObject<O>ObjectDefinitionDelegator. instantiate()default @NotNull PrismObject<O>ObjectDefinitionDelegator. instantiate(QName name)default voidItemDeltaDelegator. revive(PrismContext prismContext)default PrismValueDeltaSetTriple<V>ItemDeltaDelegator. toDeltaSetTriple(Item<V,D> itemOld)default voidItemDeltaDelegator. validate()default voidItemDeltaDelegator. validate(String contextDescription)default voidItemDeltaDelegator. validateValues(ItemDeltaValidator<V> validator)default voidItemDeltaDelegator. validateValues(ItemDeltaValidator<V> validator, Collection<V> oldValues) -
Uses of SchemaException in com.evolveum.midpoint.prism.delta
Methods in com.evolveum.midpoint.prism.delta that throw SchemaException Modifier and Type Method Description <C extends Containerable>
voidObjectDelta. addModificationAddContainer(ItemPath propertyPath, C... containerables)<C extends Containerable>
voidObjectDelta. addModificationDeleteContainer(ItemPath propertyPath, C... containerables)voidContainerDelta. applyDefinition(PrismContainerDefinition<V> definition)voidItemDelta. applyDefinition(D definition)voidItemDelta. applyDefinition(D itemDefinition, boolean force)voidObjectDelta. applyDefinition(PrismObjectDefinition<O> objectDefinition, boolean force)voidPrismValueDeltaSetTriple. applyDefinition(ItemDefinition itemDefinition)voidPropertyDelta. applyDefinition(PrismPropertyDefinition<T> definition)voidReferenceDelta. applyDefinition(PrismReferenceDefinition definition)static voidItemDeltaCollectionsUtil. applyDefinitionIfPresent(Collection<? extends ItemDelta> deltas, PrismObjectDefinition definition, boolean tolerateNoDefinition)voidObjectDelta. applyDefinitionIfPresent(PrismObjectDefinition<O> definition, boolean tolerateNoDefinition)voidItemDelta. applyTo(Item item)voidItemDelta. applyTo(PrismContainerValue containerValue)static voidItemDeltaCollectionsUtil. applyTo(Collection<? extends ItemDelta> deltas, PrismContainer propertyContainer)static voidItemDeltaCollectionsUtil. applyTo(Collection<? extends ItemDelta> deltas, PrismContainerValue propertyContainerValue)voidObjectDelta. applyTo(PrismObject<O> targetObject)Applies this object delta to specified object, returns updated object.static <O extends Objectable>
voidObjectDeltaUtil. applyTo(PrismObject<O> targetObject, Collection<? extends ItemDelta<?,?>> modifications)voidItemDelta. applyToMatchingPath(Item item)Applies delta to item.voidItemDelta. assertDefinitions(boolean tolerateRawValues, Supplier<String> sourceDescriptionSupplier)voidItemDelta. assertDefinitions(Supplier<String> sourceDescriptionSupplier)voidObjectDelta. assertDefinitions()voidObjectDelta. assertDefinitions(boolean tolerateRawElements)voidObjectDelta. assertDefinitions(boolean tolerateRawElements, Supplier<String> sourceDescription)Assert that all the items has appropriate definition.voidObjectDelta. assertDefinitions(Supplier<String> sourceDescription)PrismObject<O>ObjectDelta. computeChangedObject(PrismObject<O> objectOld)Applies this object delta to specified object, returns updated object.<O extends Objectable>
ObjectDelta<O>DeltaFactory.Object. createEmptyAddDelta(Class<O> type, String oid)<T extends Containerable,O extends Objectable>
ContainerDelta<T>DeltaFactory.Container. createModificationAdd(ItemPath containerPath, Class<O> type, PrismContainerValue<T> cValue)Deprecated.<T extends Containerable,O extends Objectable>
ContainerDelta<T>DeltaFactory.Container. createModificationAdd(ItemPath containerPath, Class<O> type, T containerable)Deprecated.<O extends Objectable,C extends Containerable>
ObjectDelta<O>DeltaFactory.Object. createModificationAddContainer(Class<O> type, String oid, ItemPath propertyPath, C... containerValues)<T extends Containerable,O extends Objectable>
ContainerDelta<T>DeltaFactory.Container. createModificationDelete(ItemPath containerPath, Class<O> type, PrismContainerValue<T> cValue)Deprecated.<T extends Containerable,O extends Objectable>
ContainerDelta<T>DeltaFactory.Container. createModificationDelete(ItemPath containerPath, Class<O> type, T containerable)Deprecated.<O extends Objectable,C extends Containerable>
ObjectDelta<O>DeltaFactory.Object. createModificationDeleteContainer(Class<O> type, String oid, ItemPath propertyPath, C... containerValues)<T extends Containerable,O extends Objectable>
ContainerDelta<T>DeltaFactory.Container. createModificationReplace(ItemPath containerPath, Class<O> type, PrismContainerValue<T> cValue)Deprecated.<T extends Containerable,O extends Objectable>
ContainerDelta<T>DeltaFactory.Container. createModificationReplace(ItemPath containerPath, Class<O> type, Collection<T> containerables)Deprecated.<T extends Containerable,O extends Objectable>
ContainerDelta<T>DeltaFactory.Container. createModificationReplace(ItemPath containerPath, Class<O> type, T containerable)Deprecated.<O extends Objectable,C extends Containerable>
ObjectDelta<O>DeltaFactory.Object. createModificationReplaceContainer(Class<O> type, String oid, ItemPath propertyPath, C... containerValues)ObjectDelta<O>ObjectDelta. createReverseDelta()static <T extends Objectable>
ObjectDelta<T>DiffUtil. diff(File oldXmlFile, File newXmlFile, Class<T> type, PrismContext prismContext)static <T extends Objectable>
ObjectDelta<T>DiffUtil. diff(String oldXml, String newXml, Class<T> type, PrismContext prismContext)static <T extends Objectable>
ObjectDelta<T>DiffUtil. diff(T oldObjectType, T newObjectType)<O extends Objectable>
voidContainerDelta. expand(PrismObject<O> object, Trace logger)Post processing of delta to expand missing values from the object.@NotNull ObjectDelta.FactorOutResultMulti<O>ObjectDelta. factorOutValues(ItemPath path, boolean cloneDelta)Item<V,D>ItemDelta. getItemNew()Returns the "new" state of the property - the state that would be after the delta is applied.Item<V,D>ItemDelta. getItemNew(Item<V,D> itemOld)Returns the "new" state of the property - the state that would be after the delta is applied.Item<V,D>ItemDelta. getItemNewMatchingPath(Item<V,D> itemOld)PrismProperty<T>PropertyDelta. getPropertyNewMatchingPath()Returns the "new" state of the property - the state that would be after the delta is applied.PrismProperty<T>PropertyDelta. getPropertyNewMatchingPath(PrismProperty<T> propertyOld)Returns the "new" state of the property - the state that would be after the delta is applied.booleanObjectDelta. isRedundant(PrismObject<O> object, @NotNull ParameterizedEquivalenceStrategy plusStrategy, @NotNull ParameterizedEquivalenceStrategy minusStrategy, boolean assumeMissingItems)Check if delta is redundant w.r.t.voidObjectDelta. merge(ObjectDelta<O> deltaToMerge)Merge provided delta into this delta.voidObjectDelta. mergeModification(ItemDelta<?,?> modificationToMerge)voidObjectDelta. mergeModifications(Collection<? extends ItemDelta> modificationsToMerge)voidItemDelta. revive(PrismContext prismContext)voidObjectDelta. revive(PrismContext prismContext)static <T extends Objectable>
ObjectDelta<T>ObjectDeltaCollectionsUtil. summarize(ObjectDelta<T>... deltas)Returns a delta that is a "sum" of all the deltas in the collection.static <T extends Objectable>
ObjectDelta<T>ObjectDeltaCollectionsUtil. summarize(List<ObjectDelta<T>> deltas)Returns a delta that is a "sum" of all the deltas in the collection.voidObjectDelta. swallow(ItemDelta<?,?> newItemDelta)Incorporates the property delta into the existing property deltas (regardless of the change type).voidObjectDelta. swallow(List<ItemDelta<?,?>> itemDeltas)PrismValueDeltaSetTriple<V>ItemDelta. toDeltaSetTriple(Item<V,D> itemOld)static <IV extends PrismValue,ID extends ItemDefinition<?>>
PrismValueDeltaSetTriple<IV>ItemDeltaUtil. toDeltaSetTriple(Item<IV,ID> itemOld, ItemDelta<IV,ID> delta)Converts the old state of an item and the delta into "plus/minus/zero" information.static <O extends Objectable>
PrismValueDeltaSetTriple<PrismObjectValue<O>>ItemDeltaUtil. toDeltaSetTriple(PrismObject<O> objectOld, ObjectDelta<O> delta)TheItemDeltaUtil.toDeltaSetTriple(Item, ItemDelta)for whole objects.PrismValueDeltaSetTriple<PrismObjectValue<O>>ObjectDelta. toDeltaSetTriple(PrismObject<O> objectOld)CreatesPrismValueDeltaSetTriple(plus/minus/zero sets) for the value ofPrismObject.static <T extends Objectable>
ObjectDelta<T>ObjectDeltaCollectionsUtil. union(ObjectDelta<T>... deltas)Union of several object deltas.voidItemDelta. validate()voidItemDelta. validate(String contextDescription)voidItemDelta. validateValues(ItemDeltaValidator<V> validator)voidItemDelta. validateValues(ItemDeltaValidator<V> validator, Collection<V> oldValues) -
Uses of SchemaException in com.evolveum.midpoint.prism.extensions
Methods in com.evolveum.midpoint.prism.extensions that throw SchemaException Modifier and Type Method Description voidAbstractDelegatedPrismValueDeltaSetTriple. applyDefinition(ItemDefinition itemDefinition) -
Uses of SchemaException in com.evolveum.midpoint.prism.marshaller
Methods in com.evolveum.midpoint.prism.marshaller that throw SchemaException Modifier and Type Method Description <IV extends PrismValue,ID extends ItemDefinition<?>,C extends Containerable>
Item<IV,ID>JaxbDomHack. parseRawElement(Object element, PrismContainerDefinition<C> definition)ObjectJaxbDomHack. toAny(PrismValue value) -
Uses of SchemaException in com.evolveum.midpoint.prism.match
Methods in com.evolveum.midpoint.prism.match that throw SchemaException Modifier and Type Method Description <T> @NotNull MatchingRule<T>MatchingRuleRegistry. getMatchingRule(QName ruleName, QName typeQName)booleanMatchingRule. match(T a, T b)Matches two objects.booleanMatchingRule. matchRegex(T a, String regex)Matches value against given regex.TMatchingRule. normalize(T original)Returns a normalized version of the value. -
Uses of SchemaException in com.evolveum.midpoint.prism.query
Methods in com.evolveum.midpoint.prism.query that throw SchemaException Modifier and Type Method Description ObjectFilterQueryConverter. createObjectFilter(ItemDefinition<?> containerDefinition, SearchFilterType filterType)ObjectFilterQueryConverter. createObjectFilter(Class<?> clazz, SearchFilterType filterType)ObjectQueryQueryConverter. createObjectQuery(Class<?> clazz, QueryType queryType)ObjectQueryQueryConverter. createObjectQuery(Class<?> clazz, SearchFilterType filterType)QueryTypeQueryConverter. createQueryType(ObjectQuery query)SearchFilterTypeQueryConverter. createSearchFilterType(ObjectFilter filter)booleanObjectFilter. match(PrismContainerValue<?> value, MatchingRuleRegistry matchingRuleRegistry)static booleanObjectQuery. match(Containerable object, ObjectFilter filter, MatchingRuleRegistry matchingRuleRegistry)static <T extends Objectable>
booleanObjectQuery. match(PrismObject<T> object, ObjectFilter filter, MatchingRuleRegistry matchingRuleRegistry)booleanValueFilter. match(PrismContainerValue<?> cvalue, MatchingRuleRegistry matchingRuleRegistry)ObjectFilterPrismQueryLanguageParser. parseFilter(ItemDefinition<?> definition, String query)<T> ObjectFilterPrismQueryLanguageParser. parseFilter(Class<T> typeClass, String query)Parses Axiom Query filter with definition derived from the provided type class.ObjectFilterQueryConverter. parseFilter(@NotNull SearchFilterType filter, @NotNull ItemDefinition<?> objDef)ObjectFilterQueryConverter. parseFilter(@NotNull SearchFilterType filter, @NotNull Class<?> clazz)ObjectFilterQueryConverter. parseFilter(XNode xnode, Class<? extends Containerable> clazz)voidQueryConverter. parseFilterPreliminarily(MapXNode xfilter, ParsingContext pc)Tries to parse as much from filter as possible, without knowing the definition of object(s) to which the filter will be applied.MapXNodeQueryConverter. serializeFilter(ObjectFilter filter) -
Uses of SchemaException in com.evolveum.midpoint.prism.schema
Methods in com.evolveum.midpoint.prism.schema that throw SchemaException Modifier and Type Method Description <T extends Objectable>
voidSchemaRegistry. applyDefinition(ObjectDelta<T> objectDelta, Class<T> type, boolean force)<C extends Containerable>
voidSchemaRegistry. applyDefinition(PrismContainer<C> container, Class<C> type)This method will try to locate the appropriate object definition and apply it.<C extends Containerable>
voidSchemaRegistry. applyDefinition(PrismContainer<C> prismObject, Class<C> type, boolean force)<C extends Containerable,O extends Objectable>
voidSchemaRegistry. applyDefinition(PrismContainerValue<C> prismContainerValue, Class<O> type, ItemPath path, boolean force)<C extends Containerable>
voidSchemaRegistry. applyDefinition(PrismContainerValue<C> prismContainerValue, QName typeName, ItemPath path, boolean force)<ID extends ItemDefinition>
SchemaRegistry.ComparisonResultSchemaRegistry. compareDefinitions(ID def1, ID def2)<T extends ItemDefinition>
TSchemaRegistry. findItemDefinitionByFullPath(Class<? extends Objectable> objectClass, Class<T> defClass, QName... itemNames)DefinitionDefinitionSupplier. get()voidSchemaRegistry. initialize()voidMutablePrismSchema. parseThis(Element element, boolean isRuntime, String shortDescription, PrismContext prismContext)QNameSchemaRegistry. qualifyTypeName(QName typeName)QNameSchemaRegistry. resolveUnqualifiedTypeName(QName type)<ID extends ItemDefinition>
IDSchemaRegistry. selectMoreSpecific(ID def1, ID def2)QNameSchemaRegistry. selectMoreSpecific(QName type1, QName type2)@NotNull DocumentPrismSchema. serializeToXsd() -
Uses of SchemaException in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util that throw SchemaException Modifier and Type Method Description voidItemDeltaItem. applyDefinition(D def, boolean force)static voidPrismAsserts. assertElementsEquals(Object expected, Object actual)static voidPrismAsserts. assertEquals(Objectable expected, Objectable actual)static voidPrismAsserts. assertEquals(File fileNewXml, Objectable objectable)static <O extends Objectable>
voidPrismAsserts. assertEquals(File fileNewXml, PrismObject<O> actual)static voidPrismAsserts. assertEquals(File fileNewXml, String objectString)static <T> voidPrismAsserts. assertEquals(String message, MatchingRule<T> matchingRule, T expected, T actual)static <O extends Objectable>
voidPrismAsserts. assertEquivalent(File expectedFile, PrismObject<O> actual)static <O extends Objectable>
voidPrismAsserts. assertEquivalent(String message, File expectedFile, PrismObject<O> actual)static <T> voidPrismAsserts. assertPropertyValueDesc(PrismProperty<T> property, MatchingRule<T> matchingRule, String contextDescrition, T... expectedPropValues)static <T> voidPrismAsserts. assertPropertyValueMatch(PrismContainer<?> container, ItemPath propQName, MatchingRule<T> matchingRule, T... realPropValues)static <T> voidPrismAsserts. assertPropertyValueMatch(PrismContainerValue<?> containerValue, ItemPath propQName, MatchingRule<T> matchingRule, T... realPropValues)static <T> voidPrismAsserts. assertSets(String message, MatchingRule<T> matchingRule, Collection<T> actualValues, Collection<T> expectedValues)static <T> voidPrismAsserts. assertSets(String message, MatchingRule<T> matchingRule, Collection<T> actualValues, T... expectedValues)static <T> voidPrismAsserts. assertValues(String message, MatchingRule<T> matchingRule, Collection<PrismPropertyValue<T>> actualPValues, T... expectedValues)static <T,X>
PrismProperty<X>PrismUtil. convertProperty(PrismProperty<T> srcProp, PrismPropertyDefinition<X> targetDef)static <T extends Objectable>
ObjectDeltaObject<T>ObjectDeltaObject. create(PrismObject<T> oldObject, ItemDelta<?,?>... itemDeltas)static <T extends Objectable>
ObjectDeltaObject<T>ObjectDeltaObject. create(PrismObject<T> oldObject, ObjectDelta<T> delta)static PrismContextPrismTestUtil. createInitializedPrismContext()PrismContextPrismContextFactory. createPrismContext()Returns UNINITIALIZED prism context.static PrismContextPrismTestUtil. createPrismContext()static voidPrismTestUtil. displayQueryType(QueryType queryType)static voidPrismTestUtil. displaySearchFilterType(SearchFilterType filterType)static <T> booleanPrismUtil. equals(T a, T b, MatchingRule<T> matchingRule)<IV extends PrismValue,ID extends ItemDefinition<?>>
ItemDeltaItem<IV,ID>ItemDeltaItem. findIdi(@NotNull ItemPath path)<IV extends PrismValue,ID extends ItemDefinition<?>>
ItemDeltaItem<IV,ID>ItemDeltaItem. findIdi(@NotNull ItemPath path, @Nullable DefinitionResolver<D,ID> additionalDefinitionResolver)<IV extends PrismValue,ID extends ItemDefinition<?>>
ItemDeltaItem<IV,ID>ObjectDeltaObject. findIdi(@NotNull ItemPath path, @Nullable DefinitionResolver<PrismObjectDefinition<O>,ID> additionalDefinitionResolver)static <T> TPrismTestUtil. parseAnyValue(File file)static <T> TPrismTestUtil. parseAtomicValue(File file, QName type)static <T> TPrismTestUtil. parseAtomicValue(String data, QName type)static <T> TPrismTestUtil. parseAtomicValueCompat(String data, QName type)static <T extends Objectable>
PrismObject<T>PrismTestUtil. parseObject(File file)static <T extends Objectable>
PrismObject<T>PrismTestUtil. parseObject(String xmlString)static <T extends Objectable>
TPrismTestUtil. parseObjectable(File file)static List<PrismObject<? extends Objectable>>PrismTestUtil. parseObjects(File file)static List<PrismObject<? extends Objectable>>PrismTestUtil. parseObjectsCompat(File file)voidItemDeltaItem. recompute()voidObjectDeltaObject. recompute()voidObjectDeltaObject. recomputeIfNeeded(boolean deep)static voidPrismTestUtil. resetPrismContext()static voidPrismTestUtil. resetPrismContext(PrismContextFactory newPrismContextFactory)IDDefinitionResolver. resolve(PD parentDefinition, ItemPath path)static StringPrismTestUtil. serializeAnyData(Object o, QName defaultRootElementName)static StringPrismTestUtil. serializeAnyDataWrapped(Object o)static StringPrismTestUtil. serializeAtomicValue(Object object, QName elementName)static StringPrismTestUtil. serializeJaxbElementToString(javax.xml.bind.JAXBElement<?> element)static StringPrismTestUtil. serializeObjectToString(PrismObject<? extends Objectable> object)static StringPrismTestUtil. serializeObjectToString(PrismObject<? extends Objectable> object, String language)static StringPrismTestUtil. serializeToXml(Objectable object)PrismValueDeltaSetTriple<V>ItemDeltaItem. toDeltaSetTriple()voidObjectDeltaObject. update(ItemDelta<?,?> itemDelta) -
Uses of SchemaException in com.evolveum.midpoint.prism.xml
Methods in com.evolveum.midpoint.prism.xml that throw SchemaException Modifier and Type Method Description static <T> TXmlTypeConverter. toJavaValue(Element xmlElement, Class<T> type)static ObjectXmlTypeConverter. toJavaValue(Element xmlElement, QName type) -
Uses of SchemaException in com.evolveum.midpoint.prism.xnode
Methods in com.evolveum.midpoint.prism.xnode that throw SchemaException Modifier and Type Method Description StringPrimitiveXNode. getGuessedFormattedValue()<X> XPrimitiveXNode. getParsedValue(@NotNull QName typeName, @Nullable Class<X> expectedClass)Map.Entry<QName,? extends XNode>MapXNode. getSingleSubEntry(String errorContext)RootXNodeMapXNode. getSingleSubEntryAsRoot(String errorContext)TValueParser. parse(QName typeName, XNodeProcessorEvaluationMode mode) -
Uses of SchemaException in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that throw SchemaException Modifier and Type Method Description PrismContextMidPointPrismContextFactory. createEmptyPrismContext()PrismContextMidPointPrismContextFactory. createInitializedPrismContext()static <IV extends PrismValue,ID extends ItemDefinition<?>>
ItemDelta<IV,ID>DeltaConvertor. createItemDelta(@NotNull ItemDeltaType propMod, @NotNull PrismContainerDefinition<?> rootPcd)Item delta: XML -> native.static <IV extends PrismValue,ID extends ItemDefinition<?>>
ItemDelta<IV,ID>DeltaConvertor. createItemDelta(ItemDeltaType propMod, Class<? extends Containerable> objectType, PrismContext prismContext)Item delta: XML -> native.static <T extends Objectable>
@NotNull ObjectDelta<T>DeltaConvertor. createObjectDelta(@NotNull ObjectDeltaType objectDeltaBean)Object delta: XML -> nativestatic <T extends Objectable>
@NotNull ObjectDelta<T>DeltaConvertor. createObjectDelta(@NotNull ObjectDeltaType deltaBean, PrismContext ignored)Object delta: XML -> nativestatic <T extends Objectable>
@NotNull ObjectDelta<T>DeltaConvertor. createObjectDelta(ObjectModificationType objectModification, PrismObjectDefinition<T> objDef)Object delta: XML (api-types-3) -> nativestatic <T extends Objectable>
@NotNull ObjectDelta<T>DeltaConvertor. createObjectDelta(ObjectModificationType objectModification, Class<T> type, PrismContext prismContext)Object delta: XML (api-types-3) -> nativestatic <T extends Objectable>
ObjectDelta<T>DeltaConvertor. createObjectDeltaNullable(@Nullable ObjectDeltaType objectDeltaBean)static ObjectDeltaOperation<?>DeltaConvertor. createObjectDeltaOperation(ObjectDeltaOperationType odoBean, PrismContext prismContext)Object delta operation: XML -> native.static Collection<ObjectDelta<? extends ObjectType>>DeltaConvertor. createObjectDeltas(ObjectDeltaListType deltaList, PrismContext prismContext)Object deltas: XML (api-types-3) -> native Dubious.PrismContextMidPointPrismContextFactory. createPrismContext()protected voidMidPointPrismContextFactory. registerExtensionSchemas(com.evolveum.midpoint.prism.impl.schema.SchemaRegistryImpl schemaRegistry)static StringDeltaConvertor. serializeDelta(ObjectDelta<? extends ObjectType> delta, DeltaConversionOptions options, @NotNull String language)Object delta: native -> serialized XML.static StringDeltaConvertor. serializeDelta(ObjectDeltaType objectDeltaType, DeltaConversionOptions options, @NotNull String language)static Collection<ItemDeltaType>DeltaConvertor. toItemDeltaTypes(ItemDelta<?,?> delta)Item delta: native -> XML.static Collection<ItemDeltaType>DeltaConvertor. toItemDeltaTypes(ItemDelta<?,?> delta, DeltaConversionOptions options)Item delta: native -> XML.static <T extends Objectable>
Collection<? extends ItemDelta<?,?>>DeltaConvertor. toModifications(ObjectModificationType objectModification, PrismObjectDefinition<T> objDef)Object delta: XML (api-types-3) -> native (ItemDelta collection)static <T extends Objectable>
Collection<? extends ItemDelta<?,?>>DeltaConvertor. toModifications(ObjectModificationType objectModification, Class<T> type, PrismContext prismContext)Object delta: XML (api-types-3) -> native (ItemDelta collection)static <T extends Objectable>
Collection<? extends ItemDelta<?,?>>DeltaConvertor. toModifications(Collection<ItemDeltaType> itemDeltaBeans, PrismObjectDefinition<T> objDef)Item deltas: XML -> nativestatic ObjectDeltaOperationTypeDeltaConvertor. toObjectDeltaOperationType(ObjectDeltaOperation<?> objectDeltaOperation)Object delta operation: native -> XML.static ObjectDeltaOperationTypeDeltaConvertor. toObjectDeltaOperationType(ObjectDeltaOperation<?> odo, DeltaConversionOptions options)Object delta operation: native -> XML.static voidDeltaConvertor. toObjectDeltaOperationType(ObjectDeltaOperation<?> odo, ObjectDeltaOperationType odoBean, DeltaConversionOptions options)Object delta operation: native -> XML (passed as parameter).static ObjectDeltaTypeDeltaConvertor. toObjectDeltaType(ObjectDelta<?> objectDelta)Object delta: native -> XML.static ObjectDeltaTypeDeltaConvertor. toObjectDeltaType(ObjectDelta<?> objectDelta, DeltaConversionOptions options)Object delta: native -> XML.static <T extends Objectable>
ObjectModificationTypeDeltaConvertor. toObjectModificationType(ObjectDelta<T> delta)Object delta: native -> XML (api-types-3). -
Uses of SchemaException in com.evolveum.midpoint.schema.expression
Methods in com.evolveum.midpoint.schema.expression that throw SchemaException Modifier and Type Method Description Class<T>TypedValue. determineClass()<T> TVariablesMap. getValue(String name, Class<T> type)<O extends ObjectType>
PrismObject<O>VariablesMap. getValueNew(String name) -
Uses of SchemaException in com.evolveum.midpoint.schema.merger
Methods in com.evolveum.midpoint.schema.merger that throw SchemaException Modifier and Type Method Description protected <C extends Containerable>
CBaseItemMerger. createMarkedClone(C sourceValue)voidBaseMergeOperation. execute()voidOriginMarker. mark(PrismValue value)Imprints the origin into the value.voidBaseItemMerger. merge(@NotNull ItemName itemName, @NotNull PrismContainerValue<?> targetParent, @NotNull PrismContainerValue<?> sourceParent)voidItemMerger. merge(@NotNull ItemName itemName, @NotNull PrismContainerValue<?> target, @NotNull PrismContainerValue<?> source)Merges all data about specific item (named `itemName`) from `source` container value to `target` one, according to (its own) strategy.protected abstract voidBaseItemMerger. mergeInternal(T target, T source)protected voidGenericItemMerger. mergeInternal(@NotNull Item<?,?> targetItem, @NotNull Item<?,?> sourceItem) -
Uses of SchemaException in com.evolveum.midpoint.schema.merger.objdef
Methods in com.evolveum.midpoint.schema.merger.objdef that throw SchemaException Modifier and Type Method Description protected voidLimitationsMerger. mergeInternal(@NotNull PrismContainer<PropertyLimitationsType> target, @NotNull PrismContainer<PropertyLimitationsType> source) -
Uses of SchemaException in com.evolveum.midpoint.schema.merger.resource
Methods in com.evolveum.midpoint.schema.merger.resource that throw SchemaException Modifier and Type Method Description protected voidObjectTypeDefinitionMerger. mergeInternal(@NotNull PrismContainer<ResourceObjectTypeDefinitionType> target, @NotNull PrismContainer<ResourceObjectTypeDefinitionType> source) -
Uses of SchemaException in com.evolveum.midpoint.schema.messaging
Methods in com.evolveum.midpoint.schema.messaging that throw SchemaException Modifier and Type Method Description Item<?,?>MessageWrapper. getBodyAsPrismItem(String language)Returns message body as prism item. -
Uses of SchemaException in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that throw SchemaException Modifier and Type Method Description voidResourceAttributeContainer. add(ResourceAttribute<?> attribute)voidResourceAttributeContainerImpl. add(ResourceAttribute<?> attribute)voidResourceAttributeContainerImpl. applyDefinition(PrismContainerDefinition<ShadowAttributesType> definition, boolean force)voidResourceAttributeImpl. applyDefinition(PrismPropertyDefinition<T> definition, boolean force)@NotNull ResourceObjectIdentityTypeResourceObjectIdentification. asBean()static ResourceAttributeContainerResourceAttributeContainer. convertFromContainer(PrismContainer<?> origAttrContainer, ResourceObjectDefinition resourceObjectDefinition)static <T> ResourceAttributeDefinition<T>ResourceAttributeDefinitionImpl. create(@NotNull RawResourceAttributeDefinition<T> rawDefinition, @Nullable ResourceAttributeDefinitionType customizationBean)This is the main creation point.static <T> ResourceAttributeDefinition<T>ResourceAttributeDefinitionImpl. create(@NotNull ResourceAttributeDefinition<T> definitionProvidingRawData, @Nullable ResourceAttributeDefinitionType customizationBean)Creates the definition from aResourceAttributeDefinitioncontaining only the raw part.static ResourceObjectIdentificationResourceObjectIdentification. create(ResourceObjectDefinition objectDefinition, Collection<? extends ResourceAttribute<?>> allIdentifiers)MutableComplexTypeDefinitionMidPointSchemaDefinitionFactory. createComplexTypeDefinition(com.sun.xml.xsom.XSComplexType complexType, PrismContext prismContext, com.sun.xml.xsom.XSAnnotation annotation)<C extends Containerable>
PrismContainerDefinition<C>MidPointSchemaDefinitionFactory. createExtraDefinitionFromComplexType(com.sun.xml.xsom.XSComplexType complexType, ComplexTypeDefinition complexTypeDefinition, PrismContext prismContext, com.sun.xml.xsom.XSAnnotation annotation)<T> PrismPropertyDefinition<T>MidPointSchemaDefinitionFactory. createPropertyDefinition(QName elementName, QName typeName, ComplexTypeDefinition complexTypeDefinition, PrismContext prismContext, com.sun.xml.xsom.XSAnnotation annotation, com.sun.xml.xsom.XSParticle elementParticle)<T> MutablePrismPropertyDefinition<T>MidPointSchemaDefinitionFactory. createPropertyDefinition(QName elementName, QName typeName, ComplexTypeDefinition complexTypeDefinition, PrismContext prismContext, com.sun.xml.xsom.XSAnnotation annotation, com.sun.xml.xsom.XSParticle elementParticle, Collection<? extends DisplayableValue<T>> allowedValues, T defaultValue)@NotNull ObjectQueryCompositeObjectDefinitionImpl. createShadowSearchQuery(String resourceOid)default @NotNull ObjectQueryResourceObjectClassDefinition. createShadowSearchQuery(String resourceOid)Creates a query for obtaining shadows related to this object class.@NotNull ObjectQueryResourceObjectDefinition. createShadowSearchQuery(String resourceOid)Creates a query for obtaining shadows related to this object class or object type.default @NotNull ObjectQueryResourceObjectTypeDefinition. createShadowSearchQuery(String resourceOid)default ResourceAssociationDefinitionAssociationDefinitionStore. findAssociationDefinitionRequired(QName name, Supplier<String> contextSupplier)default @NotNull ResourceAttributeDefinition<?>AttributeDefinitionStore. findAttributeDefinitionRequired(@NotNull QName name)Finds a definition of an attribute with a given name.default @NotNull ResourceAttributeDefinition<?>AttributeDefinitionStore. findAttributeDefinitionRequired(@NotNull QName name, @NotNull Supplier<String> contextSupplier)Finds a definition of an attribute with a given name.static @Nullable ResourceObjectDefinitionResourceSchemaUtil. findDefinitionForBulkOperation(@NotNull ResourceType resource, @Nullable ShadowKindType kind, @Nullable String intent, @Nullable QName objectClassName)Looks up appropriate definition for "bulk operation" i.e.default @NotNull ResourceObjectDefinitionResourceSchema. findDefinitionForConstructionRequired(@NotNull ConstructionType constructionBean, @NotNull Supplier<String> contextSupplier)AsResourceSchema.findDefinitionForConstruction(ConstructionType)but throws an exception if the definition is not there.default @NotNull ResourceObjectClassDefinitionResourceSchema. findObjectClassDefinitionRequired(@NotNull QName name)The same asResourceSchema.findObjectClassDefinition(QName)but throws an exception if there's no such definition.static ResourceObjectDefinitionResourceSchemaUtil. findObjectDefinitionPrecisely(@NotNull ResourceType resource, @Nullable ShadowKindType kind, @Nullable String intent, @Nullable QName objectClassName)Determines object type/class definition in a precise way.<X> ResourceAttribute<X>ResourceAttributeContainer. findOrCreateAttribute(ResourceAttributeDefinition attributeDefinition)<X> ResourceAttribute<X>ResourceAttributeContainer. findOrCreateAttribute(QName attributeName)<X> ResourceAttribute<X>ResourceAttributeContainerImpl. findOrCreateAttribute(ResourceAttributeDefinition attributeDefinition)<X> ResourceAttribute<X>ResourceAttributeContainerImpl. findOrCreateAttribute(QName attributeName)voidMidPointSchemaDefinitionFactory. finishComplexTypeDefinition(ComplexTypeDefinition complexTypeDefinition, com.sun.xml.xsom.XSComplexType complexType, PrismContext prismContext, com.sun.xml.xsom.XSAnnotation annotation)static @Nullable SynchronizationPolicySynchronizationPolicyFactory. forKindAndIntent(@NotNull ShadowKindType kind, @NotNull String intent, @NotNull ResourceType resource)CreatesSynchronizationPolicyby looking for type definition and synchronization definition for given kind and intent in resource schema.static ResourceSchemaResourceSchemaFactory. getCompleteSchema(@NotNull PrismObject<ResourceType> resource)Obtains refined schema for the resource.static ResourceSchemaResourceSchemaFactory. getCompleteSchema(@NotNull ResourceType resource)static ResourceSchemaResourceSchemaFactory. getCompleteSchema(PrismObject<ResourceType> resource, LayerType layer)static ResourceSchemaResourceSchemaFactory. getCompleteSchema(ResourceType resourceType, LayerType layer)static @NotNull ResourceSchemaResourceSchemaFactory. getCompleteSchemaRequired(@NotNull ResourceType resource)We assume that missing schema is a configuration (not schema) problem.static @NotNull ResourceSchemaResourceSchemaFactory. getCompleteSchemaRequired(PrismObject<ResourceType> resource, LayerType layer)static @NotNull ResourceSchemaResourceSchemaFactory. getCompleteSchemaRequired(ResourceType resource, LayerType layer)<T> ResourceAttribute<T>ResourceObjectIdentification. getPrimaryIdentifier()static ResourceSchemaResourceSchemaFactory. getRawSchema(@NotNull PrismObject<ResourceType> resource)Obtains "raw" schema for the resource, i.e.static ResourceSchemaResourceSchemaFactory. getRawSchema(@NotNull ResourceType resource)static ResourceSchemaResourceSchemaFactory. getRawSchemaRequired(ResourceType resource)<T> ResourceAttribute<T>ResourceObjectIdentification. getSecondaryIdentifier()static booleanResourceSchemaUtil. isIgnored(ResourceAttributeDefinitionType attrDefBean)TEMPORARYbooleanResourceObjectPattern. matches(@NotNull ShadowType shadowToMatch)static booleanResourceObjectPattern. matches(@NotNull ShadowType shadowToMatch, @Nullable Collection<ResourceObjectPattern> protectedAccountPatterns)static ConnectorSchemaImplConnectorSchemaImpl. parse(Element element, String shortDesc, PrismContext prismContext)@NotNull ResourceSchemaRefinedResourceSchemaParser. parse()Creates the refined resource schema.static @NotNull ResourceSchemaResourceSchemaParser. parse(Element xsdSchema, String description)static ResourceSchemaResourceSchemaFactory. parseCompleteSchema(ResourceType resource)Executes the real parsing.voidAbstractResourceObjectDefinitionImpl. validate()voidCompositeObjectDefinitionImpl. validate()voidResourceObjectDefinition. validate()Executes some basic checks on this object type.voidResourceSchema. validate()TODO descriptionvoidResourceSchemaImpl. validate() -
Uses of SchemaException in com.evolveum.midpoint.schema.processor.deleg
Methods in com.evolveum.midpoint.schema.processor.deleg that throw SchemaException Modifier and Type Method Description default @NotNull ObjectQueryResourceObjectClassDefinitionDelegator. createShadowSearchQuery(String resourceOid)default @NotNull ObjectQueryResourceObjectDefinitionDelegator. createShadowSearchQuery(String resourceOid)default @NotNull ObjectQueryResourceObjectTypeDefinitionDelegator. createShadowSearchQuery(String resourceOid)default voidResourceObjectDefinitionDelegator. validate() -
Uses of SchemaException in com.evolveum.midpoint.schema.result
Methods in com.evolveum.midpoint.schema.result that throw SchemaException Modifier and Type Method Description OperationResultStatusAsynchronousOperationQueryable. queryOperationStatus(String asynchronousOperationReference, OperationResult parentResult) -
Uses of SchemaException in com.evolveum.midpoint.schema.route
Methods in com.evolveum.midpoint.schema.route that throw SchemaException Modifier and Type Method Description List<PrismValue>ItemRouteSegment. filter(List<PrismValue> prismValues)static @NotNull List<PrismValue>ItemRouteResolver. resolve(@Nullable Containerable containerable, @NotNull ItemRoute route)@NotNull List<PrismValue>ItemRoute. resolveFor(@Nullable Containerable containerable)Shouldn't return `null` values. -
Uses of SchemaException in com.evolveum.midpoint.schema.traces
Methods in com.evolveum.midpoint.schema.traces that throw SchemaException Modifier and Type Method Description TracingOutputTypeTraceParser. getObject(InputStream stream, boolean isZip, String description)TracingOutputTypeTraceParser. parse(File file)TracingOutputTypeTraceParser. parse(File file, boolean raw)TracingOutputTypeTraceParser. parse(InputStream inputStream, boolean isZip, boolean raw, String description)TracingOutputTypeTraceParser. parse(InputStream inputStream, boolean isZip, String description)@NotNull StringTraceWriter. writeTrace(TracingOutputType tracingOutput, File file, boolean zip) -
Uses of SchemaException in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that throw SchemaException Modifier and Type Method Description static voidReportParameterTypeUtil. addParameter(@NotNull ReportParameterType parameters, @NotNull String paramName, Object... realValues)static voidReportParameterTypeUtil. addParameters(ReportParameterType parameters, List<String> names, List<Object> realValues)static PrismObjectDefinition<ShadowType>ShadowUtil. applyObjectDefinition(PrismObjectDefinition<ShadowType> shadowDefinition, ResourceObjectDefinition objectClassDefinition)static voidShadowUtil. applyResourceSchema(PrismObject<? extends ShadowType> shadow, ResourceSchema resourceSchema)This is not supposed to be used in production code! It is just for the tests.static voidMatchingUtil. copyAttributes(FocusType preFocus, ShadowType resourceObject)Copies attributes into focus object.static UcfChangeTypeUcfChangeUtil. create(QName objectClassName, Map<QName,Object> identifiers, ObjectDeltaType delta, PrismContext prismContext)static AuthenticationsPolicyTypeSecurityPolicyUtil. createDefaultAuthenticationPolicy(List<String> customIgnoredLocalPaths, SchemaRegistry schemaRegistry)static UcfChangeTypeUcfChangeUtil. createForNewObject(QName objectClassName, Map<QName,Object> attributes, PrismContext prismContext)static UcfChangeTypeUcfChangeUtil. createFromAsyncProvisioningRequest(JsonAsyncProvisioningRequest request, String defaultNamespace, PrismContext prismContext)CreatesUcfChangeTypefromJsonAsyncProvisioningRequest.static ObjectQueryObjectQueryUtil. createNameQuery(PolyString name, PrismContext prismContext)static <O extends ObjectType>
ObjectQueryObjectQueryUtil. createNameQuery(PrismObject<O> object)static ObjectQueryObjectQueryUtil. createNameQuery(ObjectType object)static ObjectQueryObjectQueryUtil. createNameQuery(PolyStringType name, PrismContext prismContext)static <T extends ObjectType>
ObjectQueryObjectQueryUtil. createNameQuery(Class<T> clazz, PrismContext prismContext, String name)static ObjectQueryObjectQueryUtil. createNameQuery(String name, PrismContext prismContext)static <O extends ObjectType>
ObjectQueryObjectQueryUtil. createOidQuery(PrismObject<O> object)static ReportParameterTypeReportParameterTypeUtil. createParameters(@NotNull String paramName, @Nullable Object realValue)static @NotNull ObjectQueryObjectQueryUtil. createResourceAndKindIntent(String resourceOid, ShadowKindType kind, String intent)@NotNull S_ItemEntryResource. deltaFor(@NotNull QName objectClassName)static PolyStringShadowUtil. determineShadowName(PrismObject<ShadowType> shadow)static PolyStringShadowUtil. determineShadowName(ShadowType shadow)static PolyStringTypeShadowUtil. determineShadowNameRequired(ShadowType shadow)static StringObjectQueryUtil. dump(QueryType query, @NotNull PrismContext prismContext)static @NotNull PrismContainerDefinition<ConnectorConfigurationType>ConnectorTypeUtil. findConfigurationContainerDefinitionRequired(ConnectorType connector, PrismSchema connectorSchema)static ResourceAttribute<?>ShadowUtil. fixAttributePath(ResourceAttribute<?> attribute)static Map<String,Serializable>ParamsTypeUtil. fromParamsType(ParamsType paramsType, PrismContext prismContext)static List<ObjectReferenceType>ObjectTypeUtil. getAsObjectReferenceTypeList(PrismReference prismReference)static ItemNameShadowUtil. getAttributeName(ItemPath attributePath, String message)static <T> TShadowUtil. getAttributeValue(PrismObject<? extends ShadowType> shadow, QName attrName)static <T> TShadowUtil. getAttributeValue(ShadowType shadowType, QName attrName)static <T> TScriptingBeansUtil. getBeanPropertyValue(ActionExpressionType action, String propertyName, Class<T> clazz)@Nullable ResourceSchemaResource. getCompleteSchema()@NotNull ResourceSchemaResource. getCompleteSchemaRequired()static <T extends AbstractCorrelatorStateType>
TShadowUtil. getCorrelatorStateRequired(@NotNull ShadowType shadow, Class<T> clazz)static NonceCredentialsPolicyTypeSecurityPolicyUtil. getCredentialPolicy(String policyName, SecurityPolicyType securityPolicy)static List<CapabilityType>ResourceTypeUtil. getEnabledCapabilities(@NotNull ResourceType resource)Assumes that native capabilities are already cached.static <R extends AbstractRoleType>
VirtualAssignmentSpecification<R>LifecycleUtil. getForcedAssignmentSpecification(LifecycleStateModelType lifecycleStateModel, String targetLifecycleState, PrismContext prismContext)static @Nullable PropertyLimitationsTypeMiscSchemaUtil. getLimitationsLabeled(@Nullable Collection<PropertyLimitationsType> definitions, @Nullable LayerType layerLabel)Given a list of limitation definitions, select the one with appropriate "layer label".PolyStringObjectDeltaSchemaLevelUtil.NameResolver. getName(Class<? extends ObjectType> objectClass, String oid)<O extends ObjectType>
PrismObject<O>SimpleObjectResolver. getObject(Class<O> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult result)static @NotNull QNameShadowUtil. getObjectClassRequired(@NotNull ShadowType shadow)@NotNull Collection<ResourceObjectTypeDefinition>Resource. getObjectTypeDefinitions()static @NotNull ResourceOperationCoordinatesObjectQueryUtil. getOperationCoordinates(ObjectFilter filter)static @NotNull ResourceOperationCoordinatesObjectQueryUtil. getOperationCoordinates(ObjectQuery query)@Nullable ResourceSchemaResource. getRawSchema()@NotNull ResourceSchemaResource. getRawSchemaRequired()static StringObjectQueryUtil. getResourceOidFromFilter(ObjectFilter filter)static ResourceAttribute<String>ShadowUtil. getSecondaryIdentifier(PrismObject<? extends ShadowType> shadow)static StringShadowUtil. getSecondaryIdentifierRealValue(PrismObject<? extends ShadowType> shadow)static Collection<ResourceAttribute<?>>ShadowUtil. getSecondaryIdentifiers(@Nullable Collection<? extends ResourceAttribute<?>> identifiers, @NotNull ResourceObjectDefinition objectClassDefinition)static ResourceShadowCoordinatesObjectQueryUtil. getShadowCoordinates(ObjectFilter filter, PrismContext ignored)Deprecated.static ResourceShadowCoordinatesObjectQueryUtil. getShadowCoordinates(ObjectQuery query)static ArchetypeTypeArchetypeTypeUtil. getStructuralArchetype(Collection<ArchetypeType> archetypes)static @NotNull List<Item<?,?>>ObjectTypeUtil. mapToExtensionItems(Map<QName,Object> values, PrismContainerDefinition<?> extensionDefinition, PrismContext prismContext)static voidObjectTypeUtil. mergeExtension(PrismContainerValue<?> dstExtensionContainerValue, PrismContainerValue<?> srcExtensionContainerValue)static PrismSchemaConnectorTypeUtil. parseConnectorSchema(ConnectorType connectorType)Returns parsed connector schemastatic StringSchemaDebugUtil. prettyPrint(ItemDeltaType change)@NotNull S_MatchingRuleEntryResource. queryFor(@NotNull ResourceObjectTypeIdentification typeIdentification)@NotNull S_MatchingRuleEntryResource. queryFor(@NotNull ShadowKindType kind, @NotNull String intent)@NotNull S_MatchingRuleEntryResource. queryFor(@NotNull QName objectClassName)@NotNull javax.xml.bind.JAXBElement<? extends AbstractPolicyConstraintType>PolicyRuleTypeUtil.LazyMapConstraintsResolver. resolve(@NotNull String name)static voidObjectTypeUtil. setExtensionContainerRealValues(PrismContext prismContext, PrismContainerValue<?> parent, ItemName containerName, Object... values)static voidObjectTypeUtil. setExtensionPropertyRealValues(PrismContainerValue<?> parent, ItemName propertyName, Object... values)static voidObjectTypeUtil. setExtensionPropertyRealValues(PrismContext ignored, PrismContainerValue<?> parent, ItemName propertyName, Object... values)static voidShadowUtil. setPasswordIncomplete(ShadowType shadow)static voidShadowUtil. validateAttributeSchema(ShadowType shadow, ResourceObjectDefinition objectDefinition) -
Uses of SchemaException in com.evolveum.midpoint.schema.util.cases
Methods in com.evolveum.midpoint.schema.util.cases that throw SchemaException Modifier and Type Method Description static @NotNull List<TriggerType>CaseTriggeringUtil. createTriggers(int escalationLevel, Date workItemCreateTime, Date workItemDeadline, Collection<WorkItemTimedActionsType> timedActionsCollection, PrismContext prismContext, Trace logger, @Nullable Long workItemId, @NotNull String handlerUri)static @NotNull OwnerOptionIdentifierOwnerOptionIdentifier. fromStringValue(@NotNull String value)Converts string value of the option identifier (like `none` or `existing-XXX`) to the internalized form (this class).static @Nullable ObjectReferenceTypeCorrelationCaseUtil. getResultingOwnerRef(@NotNull CaseType aCase)static @NotNull StringCorrelationCaseUtil. getShadowOidRequired(@NotNull CaseType aCase)static OwnerOptionIdentifierOwnerOptionIdentifier. of(@NotNull ResourceObjectOwnerOptionType potentialOwner) -
Uses of SchemaException in com.evolveum.midpoint.schema.util.cid
Methods in com.evolveum.midpoint.schema.util.cid that throw SchemaException Modifier and Type Method Description ContainerValueIdGeneratorContainerValueIdGenerator. forModifyObject(long containerIdSeq)Initializes the generator for modify object and checks that no previous CIDs are missing.longContainerValueIdGenerator. generateForNewObject()Method inserts IDs for prism container values without IDs and returns highest CID.voidContainerValueIdGenerator. processModification(ItemDelta<?,?> modification)This checks the modification for containers without assigned CIDs and adds them. -
Uses of SchemaException in com.evolveum.midpoint.schema.util.task
Methods in com.evolveum.midpoint.schema.util.task that throw SchemaException Modifier and Type Method Description static @Nullable ObjectActivityStateUtil. getRootSyncTokenRealValue(@NotNull TaskType task)static @NotNull ObjectActivityStateUtil. getRootSyncTokenRealValueRequired(@NotNull TaskType task)static @Nullable ObjectActivityStateUtil. getSyncTokenRealValue(@NotNull TaskType task, @NotNull ActivityPath path)@NotNull TaskTypeTaskResolver. resolve(String oid) -
Uses of SchemaException in com.evolveum.midpoint.schema.util.task.work
Methods in com.evolveum.midpoint.schema.util.task.work that throw SchemaException Modifier and Type Method Description static ActivityDefinitionTypeSpecificWorkDefinitionUtil. createExplicitChangeExecutionDef(@NotNull Collection<ObjectDelta<? extends ObjectType>> deltas, @Nullable ModelExecuteOptionsType options)static @NotNull List<WorkDefinitionWrapper>WorkDefinitionUtil. getWorkDefinitions(WorkDefinitionsType definitions)static Collection<QName>WorkDefinitionUtil. getWorkDefinitionTypeNames(WorkDefinitionsType definitions) -
Uses of SchemaException in com.evolveum.midpoint.util
Methods in com.evolveum.midpoint.util that throw SchemaException Modifier and Type Method Description static <T> TMiscUtil. castSafely(Object value, Class<T> expectedClass)static voidChecks. checkSchema(boolean test, String template, Object... info)Throws SchemaException if test failed.static <T> TChecks. checkSchemaNotNull(T obj, String template, Object... info)static StringDOMUtil. getSchemaTargetNamespace(Element xsdSchema)voidSchemaFailableProcessor. process(T object)static <T> TMiscUtil. requireNonNull(T value, Supplier<String> messageSupplier)static voidMiscUtil. schemaCheck(boolean condition, String template, Object... arguments) -
Uses of SchemaException in com.evolveum.midpoint.util.exception
Subclasses of SchemaException in com.evolveum.midpoint.util.exception Modifier and Type Class Description classNoFocusNameSchemaExceptionSpecific kind of SchemaException.Methods in com.evolveum.midpoint.util.exception that return SchemaException Modifier and Type Method Description SchemaExceptionSchemaException. wrap(String context)Provides additional context information to the exception by creating a wrapping one. -
Uses of SchemaException in com.evolveum.midpoint.web.component.assignment
Methods in com.evolveum.midpoint.web.component.assignment that throw SchemaException Modifier and Type Method Description static ACAttributeDtoACAttributeDto. createACAttributeDto(PrismPropertyDefinition definition, ResourceAttributeDefinitionType construction, PrismContext context)ResourceAttributeDefinitionTypeACAttributeDto. getConstruction(PrismContext prismContext)PrismContainerValue<AssignmentType>AssignmentEditorDto. getNewValue(PrismContext prismContext)booleanAssignmentEditorDto. isModified(PrismContext prismContext) -
Uses of SchemaException in com.evolveum.midpoint.web.component.data.column
Methods in com.evolveum.midpoint.web.component.data.column that throw SchemaException Modifier and Type Method Description protected Collection<String>ContainerableNameColumn. evaluate(VariablesMap variablesMap, ExpressionType expression, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of SchemaException in com.evolveum.midpoint.web.component.input.dto
Methods in com.evolveum.midpoint.web.component.input.dto that throw SchemaException Modifier and Type Method Description voidExpressionTypeDto. updateExpression(PrismContext context) -
Uses of SchemaException in com.evolveum.midpoint.web.component.prism
Methods in com.evolveum.midpoint.web.component.prism that throw SchemaException Modifier and Type Method Description PrismObject<O>DynamicFormPanel. getObject()ObjectDelta<O>DynamicFormPanel. getObjectDelta() -
Uses of SchemaException in com.evolveum.midpoint.web.component.prism.show
Methods in com.evolveum.midpoint.web.component.prism.show that throw SchemaException Modifier and Type Method Description static VisualizationVisualizationUtil. visualizeObjectDeltaType(ObjectDeltaType objectDeltaType, String displayNameKey, PrismContext prismContext, ModelInteractionService modelInteractionService, ObjectReferenceType objectRef, com.evolveum.midpoint.task.api.Task task, OperationResult result)static VisualizationVisualizationUtil. visualizeObjectTreeDeltas(ObjectTreeDeltasType deltas, String displayNameKey, PrismContext prismContext, ModelInteractionService modelInteractionService, ObjectReferenceType objectRef, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of SchemaException in com.evolveum.midpoint.web.component.util
Methods in com.evolveum.midpoint.web.component.util that throw SchemaException Modifier and Type Method Description voidSelectableBean. setResult(OperationResultType resultType)voidSelectableBeanImpl. setResult(OperationResultType resultType) -
Uses of SchemaException in com.evolveum.midpoint.web.component.wizard.resource.dto
Methods in com.evolveum.midpoint.web.component.wizard.resource.dto that throw SchemaException Modifier and Type Method Description MappingTypeMappingTypeDto. prepareDtoToSave(PrismContext prismContext) -
Uses of SchemaException in com.evolveum.midpoint.web.page.admin.certification.dto
Methods in com.evolveum.midpoint.web.page.admin.certification.dto that throw SchemaException Modifier and Type Method Description List<ObjectReferenceType>AccessCertificationReviewerDto. getAdditionalReviewersAsObjectReferenceList(PrismContext prismContext)List<ObjectReferenceType>AccessCertificationReviewerDto. getDefaultReviewersAsObjectReferenceList(PrismContext prismContext)AccessCertificationDefinitionTypeCertDefinitionDto. getUpdatedDefinition(PrismContext prismContext)voidCertDefinitionDto. updateStageDefinition(PrismContext prismContext)Constructors in com.evolveum.midpoint.web.page.admin.certification.dto that throw SchemaException Constructor Description AccessCertificationReviewerDto(AccessCertificationReviewerSpecificationType reviewerType, ModelServiceLocator pageBase)CertDefinitionDto(AccessCertificationDefinitionType definition, ModelServiceLocator modelServiceLocator)StageDefinitionDto(AccessCertificationStageDefinitionType stageDefObj, ModelServiceLocator modelServiceLocator) -
Uses of SchemaException in com.evolveum.midpoint.web.page.admin.resources
Methods in com.evolveum.midpoint.web.page.admin.resources that throw SchemaException Modifier and Type Method Description ResourceObjectDefinitionResourceContentPanel. getDefinitionByKind()ResourceObjectDefinitionResourceContentPanel. getDefinitionByObjectClass()protected ResourceSchemaResourceContentPanel. getRefinedSchema() -
Uses of SchemaException in com.evolveum.midpoint.web.util
Methods in com.evolveum.midpoint.web.util that throw SchemaException Modifier and Type Method Description static @NotNull List<String>ExpressionUtil. getLiteralExpressionValues(ExpressionType expression)static @NotNull List<ScriptExpressionEvaluatorType>ExpressionUtil. getScriptExpressionValues(ExpressionType expression)static booleanExpressionUtil. isLiteralExpressionValueNotEmpty(ExpressionType expression)static booleanExpressionUtil. isScriptExpressionValueNotEmpty(ExpressionType expression)static voidExpressionUtil. parseExpressionEvaluators(String xml, ExpressionType expressionObject, PrismContext context)static RootXNodeExpressionUtil. parseSearchFilter(String data, PrismContext context)static StringExpressionUtil. serialize(javax.xml.bind.JAXBElement<?> element, PrismContext prismContext)static voidExpressionUtil. updateAssociationTargetSearchValue(ExpressionType expression, String newPath, String newValue, PrismContext prismContext)static voidExpressionUtil. updateScriptExpressionValue(ExpressionType expression, List<String> values) -
Uses of SchemaException in com.evolveum.prism.xml.ns._public.query_3
Methods in com.evolveum.prism.xml.ns._public.query_3 that throw SchemaException Modifier and Type Method Description static SearchFilterTypeSearchFilterType. createFromParsedXNode(XNode xnode, ParsingContext pc, PrismContext prismContext)RootXNodeSearchFilterType. getFilterClauseAsRootXNode()voidSearchFilterType. parseFromXNode(XNode xnode, ParsingContext pc, PrismContext prismContext)MapXNodeSearchFilterType. serializeToXNode(PrismContext prismContext) -
Uses of SchemaException in com.evolveum.prism.xml.ns._public.types_3
Methods in com.evolveum.prism.xml.ns._public.types_3 that throw SchemaException Modifier and Type Method Description <IV extends PrismValue,ID extends ItemDefinition<?>>
Item<IV,ID>RawType. getParsedItem(ID itemDefinition)<IV extends PrismValue,ID extends ItemDefinition<?>>
Item<IV,ID>RawType. getParsedItem(ID itemDefinition, QName itemName)<T> TRawType. getParsedRealValue(@NotNull Class<T> clazz)<V> VRawType. getParsedRealValue(ItemDefinition<?> itemDefinition, ItemPath itemPath)<IV extends PrismValue>
IVRawType. getParsedValue(@Nullable ItemDefinition<?> itemDefinition, @Nullable QName itemName)ObjectRawType. getValue()ObjectRawType. getValue(boolean store)Extracts a "real value" fromRawTypeobject without expecting any specific type beforehand.static ObjectRawType. getValue(Object value)Extracts a "real value" from a potentialRawTypeobject without expecting any specific type beforehand.StringRawType. guessFormattedValue()XNodeRawType. serializeToXNode()This method always returns a mutable XNode.XNodeRawType. serializeToXNode(SerializationContext sc)
-