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 void
LoggingConfigurationManager. configure(@Nullable LoggingConfigurationType updatedConfiguration, String updatedVersion, MidpointConfiguration midpointConfiguration, OperationResult parentResult)
static List<ItemDelta<?,?>>
SynchronizationUtils. createSynchronizationSituationAndDescriptionDelta(PrismObject<ShadowType> shadow, SynchronizationSituationType situation, String sourceChannel, boolean full, XMLGregorianCalendar timestamp)
static PropertyDelta<SynchronizationSituationDescriptionType>
SynchronizationUtils. createSynchronizationSituationDescriptionDelta(PrismObject<ShadowType> shadow, SynchronizationSituationType situation, XMLGregorianCalendar timestamp, String sourceChannel, boolean full)
static ItemDefinition<?>
StaticExpressionUtil. deriveOutputDefinitionFromValueElements(QName elementName, Collection<javax.xml.bind.JAXBElement<?>> valueElements, String contextDescription, PrismContext prismContext)
static <X> PrismProperty<X>
StaticExpressionUtil. getPropertyStatic(ExpressionType expressionType, PrismPropertyDefinition outputDefinition, String contextDescription, PrismContext prismContext)
static <X> Collection<X>
StaticExpressionUtil. getPropertyStaticRealValues(ExpressionType expressionType, PrismPropertyDefinition outputDefinition, String contextDescription, PrismContext prismContext)
Always returns collection, even for single-valued results.static Object
StaticExpressionUtil. getStaticOutput(ExpressionType expressionType, PrismPropertyDefinition outputDefinition, String contextDescription, ExpressionReturnMultiplicityType preferredMultiplicity, PrismContext prismContext)
Returns either Object (if result is supposed to be single-value) or Collection(if result is supposed to be multi-value) static <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)
VW
ItemWrapperFactory. createValueWrapper(IW parent, PV value, ValueStatus status, WrapperContext context)
IW
ItemWrapperFactory. createWrapper(PrismContainerValueWrapper<?> parent, ItemDefinition<?> def, WrapperContext context)
IW
ItemWrapperFactory. createWrapper(PrismContainerValueWrapper<?> parent, Item childContainer, ItemStatus status, WrapperContext context)
boolean
WrapperContext. isProcessMetadataFor(ItemPath path)
void
PrismObjectWrapperFactory. 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 void
LoadableModel. 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)
boolean
PageAdminLTE. isAuthorized(String operationUrl)
<O extends ObjectType,T extends ObjectType>
booleanPageAdminLTE. isAuthorized(String operationUrl, AuthorizationPhaseType phase, PrismObject<O> object, ObjectDelta<O> delta, PrismObject<T> target, 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()
VW
ItemWrapper. getValue()
PrismContainerValue<C>
PrismContainerValueWrapper. getValueToAdd()
void
ItemWrapper. remove(VW valueWrapper, ModelServiceLocator locator)
void
ItemWrapper. 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<SceneDto>
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 void
WebComponentUtil. revive(LoadableModel<?> loadableModel, PrismContext prismContext)
static void
WebComponentUtil. reviveObject(Object object, PrismContext prismContext)
-
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)
protected Collection<SimpleValidationError>
ObjectDetailsModels. performCustomValidation(PrismObject<O> object, Collection<ObjectDelta<? extends ObjectType>> deltas)
protected void
ObjectDetailsModels. prepareObjectDeltaForModify(ObjectDelta<O> modifyDelta)
protected void
ObjectDetailsModels. prepareObjectForAdd(PrismObject<O> objectToAdd)
protected void
AbstractPageObjectDetails. 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 ShadowWrapper
FocusDetailsModels. loadShadowWrapper(PrismObject<ShadowType> projection, boolean noFetch, com.evolveum.midpoint.task.api.Task task, OperationResult result)
protected void
FocusDetailsModels. prepareObjectDeltaForModify(ObjectDelta<F> focusDelta)
protected void
FocusDetailsModels. 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 ShadowWrapper
FocusProjectionsPanel. 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 Collection<ObjectDelta<? extends ObjectType>>
ResourceDetailsModel. collectDeltas(OperationResult result)
ResourceSchema
ResourceDetailsModel. 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 TaskType
ResourceTasksPanel. createResourceTask(PrismContext prismContext, PrismObject<ResourceType> resource, List<ObjectReferenceType> archetypeRefs)
-
Uses of SchemaException in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard that throw SchemaException Modifier and Type Method Description protected PrismContainerWrapper<C>
AbstractResourceWizardPanel. findContainer(ItemPath path)
-
Uses of SchemaException in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType.attributeMapping
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType.attributeMapping that throw SchemaException Modifier and Type Method Description protected PrismContainerWrapper<ResourceAttributeDefinitionType>
AttributeMappingWizardPanel. findContainer(ItemPath path)
-
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 void
PageUser. 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 void
ResetPolicyDto. 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 NonceType
PageSelfRegistration. createNonce(NonceCredentialsPolicyType noncePolicy, com.evolveum.midpoint.task.api.Task task, OperationResult result)
void
SelfRegistrationDto. initPostAuthenticationDto(SecurityPolicyType securityPolicy)
void
SelfRegistrationDto. 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.Panel
SingleContainerPanel. createPanel(String id, QName typeName, org.apache.wicket.model.IModel<PrismContainerWrapper<C>> model, ItemPanelSettingsBuilder builder)
protected void
PrismContainerValuePanel. remove(CVW valueToRemove, org.apache.wicket.ajax.AjaxRequestTarget target)
protected void
PrismPropertyValuePanel. remove(PrismPropertyValueWrapper<T> valueToRemove, org.apache.wicket.ajax.AjaxRequestTarget target)
protected void
PrismReferenceValuePanel. remove(PrismReferenceValueWrapperImpl<R> valueToRemove, org.apache.wicket.ajax.AjaxRequestTarget target)
protected abstract void
PrismValuePanel. remove(VW valueToRemove, org.apache.wicket.ajax.AjaxRequestTarget target)
protected void
ItemPanel. 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)
<ID extends ItemDelta>
voidPrismContainerValueWrapperImpl. applyDelta(ID delta)
<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)
PrismReferenceWrapper
PrismContainerWrapperImpl. 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()
ResourceSchema
ConstructionValueWrapper. getRefinedSchema(PrismObject<ResourceType> resource)
ResourceObjectDefinition
ConstructionValueWrapper. getResourceObjectDefinition(PrismObject<ResourceType> resource)
VW
ItemWrapperImpl. getValue()
PrismContainerValueWrapper<ValueMetadataType>
ValueMetadataWrapperImpl. getValue()
PrismContainerValue<C>
PrismContainerValueWrapperImpl. getValueToAdd()
PrismContainerValue<ClassLoggerConfigurationType>
ProfilingClassLoggerContainerValueWrapperImpl. getValueToAdd()
I
ItemWrapperImpl. instantiate()
I
ItemWrapperImpl. instantiate(QName name)
@NotNull PrismContainer<ValueMetadataType>
ValueMetadataWrapperImpl. instantiate()
@NotNull PrismContainer<ValueMetadataType>
ValueMetadataWrapperImpl. instantiate(QName name)
void
ItemWrapperImpl. remove(VW valueWrapper, ModelServiceLocator locator)
void
ValueMetadataWrapperImpl. remove(PrismContainerValueWrapper<ValueMetadataType> valueWrapper, ModelServiceLocator locator)
void
ItemWrapperImpl. removeAll(ModelServiceLocator locator)
void
ValueMetadataWrapperImpl. 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 void
DataImport. init()
void
InitialDataImport. init()
void
InitialDataImport. init(boolean overwrite)
void
PostInitialDataImport. init()
protected org.springframework.security.core.context.SecurityContext
DataImport. 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.MidPointPrincipal
ModelInteractionService. assumePowerOfAttorney(PrismObject<? extends FocusType> donor, com.evolveum.midpoint.task.api.Task task, OperationResult result)
void
ModelAuditService. audit(com.evolveum.midpoint.audit.api.AuditEventRecord record, com.evolveum.midpoint.task.api.Task task, OperationResult result)
void
CaseService. 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.boolean
ModelInteractionService. checkPassword(String userOid, ProtectedStringType password, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Checks if the supplied password matches with current user password.void
CaseService. claimWorkItem(@NotNull WorkItemId workItemId, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult)
Claims a work item that is assigned to an abstract role, so it becomes assigned to the current princial.void
ModelAuditService. cleanupAudit(CleanupPolicyType policy, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Clean up audit records that are older than specified.void
AccessCertificationService. closeCampaign(String campaignOid, com.evolveum.midpoint.task.api.Task task, OperationResult result)
Closes a campaign.void
AccessCertificationService. closeCurrentStage(String campaignOid, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Opens the next stage in the certification campaign.<O extends ObjectType>
CompareResultTypeModelService. compareObject(PrismObject<O> object, Collection<SelectorOptions<GetOperationOptions>> readOptions, ModelCompareOptions compareOptions, @NotNull List<? extends ItemPath> ignoreItemPaths, com.evolveum.midpoint.task.api.Task task, OperationResult result)
TODO@NotNull CompiledObjectCollectionView
ModelInteractionService. compileObjectCollectionView(@NotNull CollectionRefSpecificationType collection, @Nullable Class<? extends Containerable> targetTypeClass, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)
void
ModelInteractionService. compileView(CompiledObjectCollectionView existingView, GuiObjectListViewType objectListViewsType, com.evolveum.midpoint.task.api.Task task, OperationResult result)
Compile object list view together with collection ref specification if presentvoid
CaseService. completeWorkItem(@NotNull WorkItemId workItemId, @NotNull AbstractWorkItemOutputType output, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult)
Completes a work item (e.g.void
CaseService. completeWorkItem(@NotNull WorkItemId workItemId, @NotNull AbstractWorkItemOutputType output, @Nullable ObjectDelta<?> additionalDelta, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult)
Completes a work item.<T extends Containerable>
IntegerModelService. countContainers(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
int
ModelAuditService. countObjects(@Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult)
<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.Integer
ModelInteractionService. countObjectsFromCollection(CollectionRefSpecificationType collectionConfig, QName typeForFilter, Collection<SelectorOptions<GetOperationOptions>> defaultOptions, ObjectPaging usedPaging, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result)
int
AccessCertificationService. countOpenWorkItems(ObjectQuery baseWorkItemsQuery, boolean notDecidedOnly, boolean allItems, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
default int
AccessCertificationService. countOpenWorkItems(ObjectQuery baseWorkItemsQuery, boolean notDecidedOnly, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
AccessCertificationCampaignType
AccessCertificationService. createCampaign(String definitionOid, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Creates a certification campaign: creates AccessCertificationCampaignType object, based on general information in certification definition.@NotNull LocalizableMessageType
ModelInteractionService. createLocalizableMessageType(LocalizableMessageTemplateType template, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result)
boolean
TaskService. deactivateServiceThreads(long timeToWait, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)
Deactivates service threads (temporarily).void
CaseService. delegateWorkItem(@NotNull WorkItemId workItemId, @NotNull WorkItemDelegationRequestType delegationRequest, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult)
Delegates a work item.void
TaskService. deleteActivityStateAndWorkers(String rootTaskOid, boolean deleteWorkers, long subtasksWaitTime, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)
<O extends AssignmentHolderType>
ArchetypePolicyTypeModelInteractionService. determineArchetypePolicy(PrismObject<O> assignmentHolder, OperationResult result)
Efficiently determines information about archetype policy applicable for a particular object.<O extends AbstractRoleType>
AssignmentCandidatesSpecificationModelInteractionService. determineAssignmentHolderSpecification(PrismObject<O> assignmentTarget, OperationResult result)
Returns data structure that contains information about possible assignment holders for a particular target object.<O extends AssignmentHolderType>
AssignmentCandidatesSpecificationModelInteractionService. determineAssignmentTargetSpecification(PrismObject<O> assignmentHolder, OperationResult result)
Returns data structure that contains information about possible assignment targets for a particular holder object.<O extends ObjectType>
@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.MidPointPrincipal
ModelInteractionService. 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.ScriptExecutionResult
ScriptingService. evaluateExpression(@NotNull ExecuteScriptType executeScriptCommand, @NotNull VariablesMap initialVariables, boolean recordProgressAndIterationStatistics, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)
ScriptExecutionResult
ScriptingService. evaluateExpression(ScriptingExpressionType expression, com.evolveum.midpoint.task.api.Task task, OperationResult result)
Synchronously executes any scripting expression (with no input data).void
ScriptingService. evaluateExpressionInBackground(ExecuteScriptType executeScriptCommand, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
void
ScriptingService. evaluateExpressionInBackground(ScriptingExpressionType expression, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Asynchronously executes any scripting expression.MappingEvaluationResponseType
ModelDiagnosticService. evaluateMapping(MappingEvaluationRequestType request, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Execute arbitrary mapping.Collection<ObjectDeltaOperation<? extends ObjectType>>
ModelService. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
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)
ExecuteCredentialResetResponseType
ModelInteractionService. executeCredentialsReset(PrismObject<UserType> user, ExecuteCredentialResetRequestType executeCredentialResetRequest, com.evolveum.midpoint.task.api.Task task, OperationResult result)
RepositoryQueryDiagResponse
ModelDiagnosticService. executeRepositoryQuery(RepositoryQueryDiagRequest request, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Execute arbitrary implementation-specific query.void
ModelInteractionService. expandConfigurationObject(@NotNull PrismObject<? extends ObjectType> configurationObject, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)
SeeProvisioningService.expandConfigurationObject(PrismObject, Task, OperationResult)
for the description.String
ModelDiagnosticService. exportDataModel(ResourceType resource, DataModelVisualizer.Target target, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
String
ModelDiagnosticService. exportDataModel(Collection<String> resourceOids, DataModelVisualizer.Target target, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Exports data model EXPERIMENTAL.static ObjectTreeDeltas
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.SystemConfigurationAuditType
ModelInteractionService. getAuditConfiguration(OperationResult parentResult)
AuthenticationsPolicyType
ModelInteractionService. getAuthenticationPolicy(PrismObject<UserType> user, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Returns an authentications policies as defined in the system configuration security policy.AccessCertificationCasesStatisticsType
AccessCertificationService. getCampaignStatistics(String campaignOid, boolean currentStageOnly, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Provides statistical information about outcomes of cases in a given campaign.AccessCertificationConfigurationType
ModelInteractionService. getCertificationConfiguration(OperationResult parentResult)
@NotNull CompiledGuiProfile
ModelInteractionService. getCompiledGuiProfile(com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Returns currently applicable user profile, compiled for efficient use in the user interface.List<ConnectorOperationalStatus>
ModelInteractionService. getConnectorOperationalStatus(String resourceOid, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
CredentialsPolicyType
ModelInteractionService. getCredentialsPolicy(PrismObject<? extends FocusType> focus, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Returns a credential policy that applies to the specified user.DeploymentInformationType
ModelInteractionService. 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.ResourceObjectDefinition
ModelInteractionService. getEditObjectClassDefinition(@NotNull PrismObject<ShadowType> shadow, @NotNull PrismObject<ResourceType> resource, AuthorizationPhaseType phase, com.evolveum.midpoint.task.api.Task task, OperationResult result)
Returns an object definition that reflects edit-ability of the resource object in terms of midPoint schema limitations and security.<O extends ObjectType>
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.RegistrationsPolicyType
ModelInteractionService. getFlowPolicy(PrismObject<? extends FocusType> focus, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Returns a policy for registration, e.g.LogFileContentType
ModelDiagnosticService. getLogFileContent(Long fromPosition, Long maxSize, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Returns the contents of the log file.long
ModelDiagnosticService. getLogFileSize(com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
String
ModelDiagnosticService. 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 CapabilityCollectionType
ModelService. getNativeCapabilities(@NotNull String connOid, OperationResult result)
Method work same asProvisioningService.getNativeCapabilities(String, OperationResult)
.<T extends ObjectType>
@NotNull PrismObject<T>ModelService. getObject(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Returns object for provided OID.String
TaskService. getRunningTasksThreadsDump(@NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult)
<C extends Containerable>
ModelInteractionService.SearchSpec<C>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)
SecurityPolicyType
ModelInteractionService. getSecurityPolicy(ResourceObjectDefinition rOCDef, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
SystemConfigurationType
ModelInteractionService. 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.String
TaskService. getTaskThreadsDump(@NotNull String taskOid, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult)
String
TaskService. getThreadsDump(@NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult)
void
ModelService. importFromResource(String shadowOid, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Import single account from resource.void
ModelService. importFromResource(String resourceOid, QName objectClass, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Import accounts from resource.boolean
MetadataItemProcessingSpec. isFullProcessing(ItemPath dataItem)
void
ObjectTreeDeltas. merge(ObjectTreeDeltas<T> deltasToMerge)
ArchetypePolicyType
ModelInteractionService. mergeArchetypePolicies(PrismObject<ArchetypeType> archetype, OperationResult result)
static ObjectTreeDeltasType
ObjectTreeDeltas. mergeDeltas(ObjectTreeDeltasType deltaTree, ObjectDeltaType deltaToMerge)
GuiObjectDetailsPageType
AdminGuiConfigurationMergeManager. 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)
void
ObjectTreeDeltas. mergeUnordered(ObjectTreeDeltas<T> deltasToMerge)
void
AccessCertificationService. openNextStage(String campaignOid, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Opens the next review stage in the certification campaign.<F extends ObjectType>
ModelContext<F>ModelInteractionService. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, 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)
void
ModelInteractionService. processObjectsFromCollection(CollectionRefSpecificationType collection, QName typeForFilter, Predicate<PrismContainer> handler, Collection<SelectorOptions<GetOperationOptions>> options, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result, boolean recordProgress)
TODO documentvoid
TaskService. reactivateServiceThreads(com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)
Re-activates the service threads after they have been deactivated.<F extends ObjectType>
voidModelService. recompute(Class<F> type, String oid, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Recomputes focal object with the specified OID.void
TaskService. reconcileWorkers(String oid, com.evolveum.midpoint.task.api.Task opTask, OperationResult result)
<O extends ObjectType>
PrismObject<O>ModelAuditService. reconstructObject(Class<O> type, String oid, String eventIdentifier, com.evolveum.midpoint.task.api.Task task, OperationResult result)
void
AccessCertificationService. recordDecision(String campaignOid, long caseId, long workItemId, AccessCertificationResponseType response, String comment, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Records a particular decision of a reviewer.String
TaskService. recordRunningTasksThreadsDump(String cause, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult)
void
ModelInteractionService. refreshPrincipal(String oid, Class<? extends FocusType> clazz)
void
AccessCertificationService. reiterateCampaign(String campaignOid, com.evolveum.midpoint.task.api.Task task, OperationResult result)
Reiterates a closed campaign.void
CaseService. releaseWorkItem(@NotNull WorkItemId workItemId, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult)
Releases claimed work item.void
ModelDiagnosticService. repositoryTestOrgClosureConsistency(com.evolveum.midpoint.task.api.Task task, boolean repairIfNecessary, OperationResult result)
Checks a org closure table for consistency, repairing any problems found.void
TaskService. resumeTask(String taskOid, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)
void
TaskService. resumeTasks(Collection<String> taskOids, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)
Resume suspended tasks.void
TaskService. resumeTaskTree(String coordinatorOid, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)
<T> T
ModelInteractionService. runUnderPowerOfAttorney(Producer<T> producer, PrismObject<? extends FocusType> donor, com.evolveum.midpoint.task.api.Task task, OperationResult result)
void
TaskService. scheduleTaskNow(String taskOid, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)
void
TaskService. scheduleTasksNow(Collection<String> taskOids, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)
Schedules a RUNNABLE/CLOSED tasks to be run immediately.<T extends Containerable>
SearchResultList<T>ModelService. searchContainers(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 Containerable>
ModelInteractionService. searchObjectsFromCollection(CollectionRefSpecificationType collectionConfig, QName typeForFilter, Collection<SelectorOptions<GetOperationOptions>> defaultOptions, ObjectPaging usedPaging, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result)
void
ModelAuditService. searchObjectsIterative(@Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull com.evolveum.midpoint.audit.api.AuditResultHandler handler, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult)
<T extends ObjectType>
SearchResultMetadataModelService. searchObjectsIterative(Class<T> type, ObjectQuery query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Search for objects in iterative fashion (using callback).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)
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.ModelExecuteOptions
ModelExecuteOptions. setExtensionPropertyRealValues(PrismContext prismContext, ItemName propertyName, Object... values)
void
AccessCertificationService. startRemediation(String campaignOid, com.evolveum.midpoint.task.api.Task task, OperationResult result)
Starts the remediation phase for the campaign.void
TaskService. startSchedulers(Collection<String> nodeIdentifiers, com.evolveum.midpoint.task.api.Task operationTask, OperationResult result)
Starts the scheduler on a given nodes.void
TaskService. stopSchedulers(Collection<String> nodeIdentifiers, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)
Stops the schedulers on a given nodes.boolean
TaskService. stopSchedulersAndTasks(Collection<String> nodeIdentifiers, long waitTime, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)
Stops a set of schedulers (on their nodes) and tasks that are executing on these nodes.@NotNull TaskType
ModelInteractionService. submitTaskFromTemplate(String templateTaskOid, List<Item<?,?>> extensionItems, com.evolveum.midpoint.task.api.Task opTask, OperationResult result)
@NotNull TaskType
ModelInteractionService. submitTaskFromTemplate(String templateTaskOid, Map<QName,Object> extensionValues, com.evolveum.midpoint.task.api.Task opTask, OperationResult result)
void
TaskService. suspendAndDeleteTask(String taskOid, long waitForStop, boolean alsoSubtasks, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)
void
TaskService. suspendAndDeleteTasks(Collection<String> taskOids, long waitForStop, boolean alsoSubtasks, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)
Suspends tasks and deletes them.boolean
TaskService. suspendTask(String taskOid, long waitForStop, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)
boolean
TaskService. suspendTasks(Collection<String> taskOids, long waitForStop, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)
Suspends a set of tasks.boolean
TaskService. suspendTaskTree(String taskOid, long waitForStop, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)
void
TaskService. synchronizeTasks(com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult)
Synchronizes information in midPoint repository and task scheduling database.OperationResult
ModelService. testResource(PrismObject<ResourceType> resource, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Test the resource connection and basic resource connector functionality.OperationResult
ModelService. testResource(String resourceOid, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Test the resource connection and basic resource connector functionality.OperationResult
ModelService. testResourcePartialConfiguration(PrismObject<ResourceType> resource, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Test partial resource connector configuration.static ObjectTreeDeltasType
ObjectTreeDeltas. toObjectTreeDeltasType(ObjectTreeDeltas objectTreeDeltas)
static String
ObjectTreeDeltas. toObjectTreeDeltasTypeXml(ObjectTreeDeltas objectTreeDeltas)
static String
ObjectTreeDeltas. 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)
String
DataModelVisualizer. visualize(ResourceType resource, DataModelVisualizer.Target target, com.evolveum.midpoint.task.api.Task task, OperationResult result)
String
DataModelVisualizer. visualize(Collection<String> resourceOids, DataModelVisualizer.Target target, com.evolveum.midpoint.task.api.Task task, OperationResult result)
@NotNull Scene
ModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, boolean includeOriginalObject, com.evolveum.midpoint.task.api.Task task, OperationResult result)
@NotNull Scene
ModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, com.evolveum.midpoint.task.api.Task task, OperationResult result)
@NotNull Scene
ModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, ObjectReferenceType objectRef, com.evolveum.midpoint.task.api.Task task, OperationResult result)
@NotNull Scene
ModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, com.evolveum.midpoint.task.api.Task task, OperationResult result)
List<? extends Scene>
ModelInteractionService. visualizeDeltas(List<ObjectDelta<? extends ObjectType>> deltas, 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 GuiProfiledPrincipal
GuiProfiledPrincipalManager. getPrincipal(PrismObject<? extends FocusType> focus)
GuiProfiledPrincipal
GuiProfiledPrincipalManager. getPrincipal(PrismObject<? extends FocusType> focus, com.evolveum.midpoint.security.api.AuthorizationTransformer authorizationTransformer, OperationResult result)
GuiProfiledPrincipal
GuiProfiledPrincipalManager. getPrincipal(String username, Class<? extends FocusType> clazz)
GuiProfiledPrincipal
GuiProfiledPrincipalManager. 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 void
ModelElementContext. addToPrimaryDelta(ObjectDelta<O> value)
Add a delta to the primary delta.ExtensionType
AssignmentPath. collectExtensions(int startAt)
static ExtensionType
AssignmentPath. collectExtensions(AssignmentPathType path, int startAt, ModelService modelService, com.evolveum.midpoint.task.api.Task task, OperationResult result)
int
ModelContext. getAllChanges()
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.ItemPath
Mapping. 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 void
CorrelationService. completeCorrelationCase(@NotNull CaseType currentCase, @NotNull CorrelationService.CaseCloser caseCloser, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)
Completes given correlation case.@NotNull CorrelationCaseDescription<?>
CorrelationService. describeCorrelationCase(@NotNull CaseType aCase, @Nullable CorrelationService.CorrelationCaseDescriptionOptions options, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)
Describes the provided correlation case by providingCorrelationCaseDescription
object. -
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 double
Correlator. checkCandidateOwner(@NotNull CorrelationContext correlationContext, @NotNull FocusType candidateOwner, @NotNull OperationResult result)
Checks whether the provided candidate focus object is the owner for given resource object.@NotNull CorrelationResult
Correlator. correlate(@NotNull CorrelationContext correlationContext, @NotNull OperationResult result)
Finds matching focus object (or potentially matching objects) for given resource object.@NotNull CorrelationExplanation
Correlator. explain(@NotNull CorrelationContext correlationContext, @NotNull FocusType candidate, @NotNull OperationResult result)
Explains how the correlator came to a given candidate owner (and the specific confidence value of it).default void
Correlator. resolve(@NotNull CaseType aCase, @NotNull String outcomeUri, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)
Resolves a correlation case using provided work item output.default void
Correlator. update(@NotNull CorrelationContext correlationContext, @NotNull OperationResult result)
Updates the internal state of the correlator with the "fresh" data from the resource. -
Uses of 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 IdMatchObject
IdMatchObject. create(@NotNull String sorIdentifier, @NotNull ShadowAttributesType attributes)
@NotNull MatchingResult
IdMatchService. executeMatch(@NotNull MatchingRequest request, @NotNull OperationResult result)
Request a match for given resource object attributes.@NotNull String
IdMatchService. resolve(@NotNull IdMatchObject idMatchObject, @Nullable String matchRequestId, @Nullable String referenceId, @NotNull OperationResult result)
Resolves a pending match.void
IdMatchService. 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.ExtensionType
MidpointFunctions. collectExtensions(AssignmentPathType path, int startAt)
<T> Integer
MidpointFunctions. countAccounts(ResourceType resourceType, String attributeName, T attributeValue)
A variant ofMidpointFunctions.countAccounts(String, QName, Object)
.<T> Integer
MidpointFunctions. countAccounts(ResourceType resourceType, QName attributeName, T attributeValue)
A variant ofMidpointFunctions.countAccounts(String, QName, Object)
.<T> Integer
MidpointFunctions. countAccounts(String resourceOid, QName attributeName, T attributeValue)
Counts accounts having `attributeValue` of `attributeName`.<T extends ObjectType>
intMidpointFunctions. countObjects(Class<T> type, ObjectQuery query)
Count objects.<T extends ObjectType>
intMidpointFunctions. countObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options)
Count objects.<T extends ObjectType>
TMidpointFunctions. createEmptyObject(Class<T> type)
Creates empty prism object of specified type in memory.<T extends ObjectType>
TMidpointFunctions. createEmptyObjectWithName(Class<T> type, PolyString name)
Creates empty prism object of specified type and with specified name in memory.<T extends ObjectType>
TMidpointFunctions. createEmptyObjectWithName(Class<T> type, PolyStringType name)
Creates empty prism object of specified type and with specified name in memory.<T extends ObjectType>
TMidpointFunctions. createEmptyObjectWithName(Class<T> type, String name)
Creates empty prism object of specified type and with specified name in memory.boolean
OptimizingTriggerCreator. createForNamedObject(@NotNull Class<? extends ObjectType> type, @NotNull String name)
Creates a trigger for the object with the given name.boolean
OptimizingTriggerCreator. createForNamedUser(@NotNull String name)
Creates a trigger for the user with the given name.boolean
OptimizingTriggerCreator. createForObject(@NotNull Class<? extends ObjectType> type, @NotNull String oid)
Creates a trigger to the user with the given OID.void
MidpointFunctions. createRecomputeTrigger(Class<? extends ObjectType> type, String oid)
Goes directly to repository service.void
MidpointFunctions.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)
String
MidpointFunctions. describeResourceObjectSet(ResourceObjectSetType set)
Object
MidpointFunctions. executeAdHocProvisioningScript(ResourceType resource, String language, String code)
Object
MidpointFunctions. executeAdHocProvisioningScript(String resourceOid, String language, String code)
void
MidpointFunctions. executeChanges(ObjectDelta<? extends ObjectType>... deltas)
Execute the provided object deltas.void
MidpointFunctions. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas)
Execute the provided object deltas.void
MidpointFunctions. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options)
Execute the provided object deltas.TaskType
MidpointFunctions. executeChangesAsynchronously(Collection<ObjectDelta<?>> deltas, ModelExecuteOptions options, String templateTaskOid)
TaskType
MidpointFunctions. executeChangesAsynchronously(Collection<ObjectDelta<?>> deltas, ModelExecuteOptions options, String templateTaskOid, 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 CaseType
MidpointFunctions. 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 ShadowType
MidpointFunctions. getLinkedShadow(FocusType focus, ResourceType resource)
default ShadowType
MidpointFunctions. getLinkedShadow(FocusType focus, ResourceType resource, boolean repositoryObjectOnly)
default ShadowType
MidpointFunctions. getLinkedShadow(FocusType focus, String resourceOid)
default ShadowType
MidpointFunctions. getLinkedShadow(FocusType focus, String resourceOid, boolean repositoryObjectOnly)
default ShadowType
MidpointFunctions. getLinkedShadow(FocusType focus, String resourceOid, ShadowKindType kind, String intent)
ShadowType
MidpointFunctions. getLinkedShadow(FocusType focus, String resourceOid, ShadowKindType kind, String intent, boolean repositoryObjectOnly)
Null values of resource oid, kind, and intent mean "any".default @NotNull List<ShadowType>
MidpointFunctions. getLinkedShadows(FocusType focus, String resourceOid)
@NotNull List<ShadowType>
MidpointFunctions. getLinkedShadows(FocusType focus, String resourceOid, boolean repositoryObjectOnly)
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)
OrgType
MidpointFunctions. getOrgByName(String name)
OrgType
OrgStructFunctions. getOrgByName(String name, boolean preAuthorized)
OrgType
MidpointFunctions. getOrgByOid(String oid)
OrgType
OrgStructFunctions. getOrgByOid(String oid, boolean preAuthorized)
OrgType
MidpointFunctions. getParentOrgByArchetype(ObjectType object, String archetypeOid)
Returns parent org of the specified object that have a specific archetype.OrgType
OrgStructFunctions. getParentOrgByArchetype(ObjectType object, String archetypeOid, boolean preAuthorized)
OrgType
MidpointFunctions. getParentOrgByOrgType(ObjectType object, String orgType)
Returns parent org of the specified object that have a specific orgType.OrgType
OrgStructFunctions. getParentOrgByOrgType(ObjectType object, String orgType, boolean preAuthorized)
Collection<OrgType>
MidpointFunctions. getParentOrgs(ObjectType object)
Returns all parent orgs of the specified object.Collection<OrgType>
MidpointFunctions. getParentOrgs(ObjectType object, String relation, String orgType)
Returns parent orgs of the specified object that have a specific relation and orgType.Collection<OrgType>
MidpointFunctions. getParentOrgs(ObjectType object, QName relation, String orgType)
Returns parent orgs of the specified object that have a specific relation and orgType.Collection<OrgType>
OrgStructFunctions. getParentOrgs(ObjectType object, boolean preAuthorized)
Collection<OrgType>
OrgStructFunctions. getParentOrgs(ObjectType object, String relation, String orgType, boolean preAuthorized)
Collection<OrgType>
OrgStructFunctions. getParentOrgs(ObjectType object, QName relation, @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)
ObjectDeltaType
MidpointFunctions. getResourceDelta(ModelContext<?> context, String resourceOid)
Returns aggregated delta that is to be executed on a given resource.long
MidpointFunctions. getSequenceCounter(String sequenceOid)
UserType
MidpointFunctions. getUserByOid(String oid)
boolean
MidpointFunctions. isManagerOfOrgType(UserType user, String orgType)
boolean
OrgStructFunctions. isManagerOfOrgType(UserType user, String orgType, boolean preAuthorized)
<T> boolean
MidpointFunctions. isUniqueAccountValue(ResourceType resourceType, ShadowType shadowType, String attributeName, T attributeValue)
Checks if the value `attributeValue` of `attributeName` in given shadow is unique on given resource.<T> boolean
MidpointFunctions. isUniquePropertyValue(ObjectType objectType, String propertyPathString, T propertyValue)
<T extends ObjectType>
voidMidpointFunctions. modifyObject(ObjectDelta<T> modifyDelta)
<T extends ObjectType>
voidMidpointFunctions. modifyObject(ObjectDelta<T> modifyDelta, ModelExecuteOptions options)
<F extends ObjectType>
ModelContext<F>MidpointFunctions. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options)
<F extends ObjectType>
ModelContext<F>MidpointFunctions. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, OperationResult result)
<F extends FocusType>
voidMidpointFunctions. recompute(Class<F> type, String oid)
Recomputes focal object with the specified OID.<T extends ObjectType>
TMidpointFunctions. resolveReference(ObjectReferenceType reference)
<T extends ObjectType>
TMidpointFunctions. resolveReferenceIfExists(ObjectReferenceType reference)
<T extends ObjectType>
TMidpointFunctions. searchObjectByName(Class<T> type, PolyString name)
Search for objects by name.<T extends ObjectType>
TMidpointFunctions. searchObjectByName(Class<T> type, PolyStringType name)
Search for objects by name.<T extends ObjectType>
TMidpointFunctions. searchObjectByName(Class<T> type, String name)
Search for objects by name.<T extends ObjectType>
List<T>MidpointFunctions. searchObjects(Class<T> type, ObjectQuery query)
Search for objects.<T extends ObjectType>
List<T>MidpointFunctions. searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options)
Search for objects.<T extends ObjectType>
voidMidpointFunctions. searchObjectsIterative(Class<T> type, ObjectQuery query, ResultHandler<T> handler)
Search for objects in iterative fashion (using callback).<T extends ObjectType>
voidMidpointFunctions. searchObjectsIterative(Class<T> type, ObjectQuery query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options)
Search for objects in iterative fashion (using callback).<F extends FocusType>
PrismObject<F>MidpointFunctions. searchShadowOwner(String accountOid)
TaskType
MidpointFunctions. submitTaskFromTemplate(String templateTaskOid, List<Item<?,?>> extensionItems)
TaskType
MidpointFunctions. submitTaskFromTemplate(String templateTaskOid, Map<QName,Object> extensionValues)
OperationResult
MidpointFunctions. testResource(String resourceOid)
Test the resource connection and basic resource connector functionality.ModelContext
MidpointFunctions. unwrapModelContext(LensContextType lensContextType)
LensContextType
MidpointFunctions. 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 String
ValueNormalizer. 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 ObjectCollectionType
DashboardService. getObjectCollectionType(DashboardWidgetType widget, com.evolveum.midpoint.task.api.Task task, OperationResult result)
-
Uses of SchemaException in com.evolveum.midpoint.model.api.util
Methods in com.evolveum.midpoint.model.api.util that throw SchemaException Modifier and Type Method Description static ExtensionType
AssignmentPathUtil. collectExtensions(AssignmentPath path, int startAt, PrismContext prismContext)
static ExtensionType
AssignmentPathUtil. collectExtensions(AssignmentPathType path, int startAt, ModelService modelService, com.evolveum.midpoint.task.api.Task task, OperationResult result)
static void
ResourceUtils. deleteSchema(PrismObject<? extends ResourceType> resource, ModelService modelService, PrismContext prismContext, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
ObjectFilter
ReferenceResolver.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 void
ExportAuditConsumerWorker. 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 void
ExportMiningConsumerWorker. 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 void
AbstractWriterConsumerWorker. write(Writer writer, T object)
protected void
ExportConsumerWorker. 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 ObjectFilter
NinjaUtils. createObjectFilter(FileReference strFilter, NinjaContext context, Class<? extends Containerable> objectClass)
static ObjectQuery
NinjaUtils. 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 boolean
Item. add(V newValue)
Adds a given value, overwriting existing one.boolean
Item. add(V newValue, @NotNull EquivalenceStrategy strategy)
Adds a value, overwriting existing one(s).void
PrismContainer. 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 boolean
Item. addAll(Collection<V> newValues)
Adds given values, with the same semantics as repeated add(..) calls.boolean
Item. addAll(Collection<V> newValues, @NotNull EquivalenceStrategy strategy)
Adds given values, with the same semantics as repeated add(..) calls.void
PrismContainerValue. addAll(Collection<? extends Item<?,?>> itemsToAdd)
Adds a collection of items to a property container.void
PrismContainerValue. addAllReplaceExisting(Collection<? extends Item<?,?>> itemsToAdd)
Adds a collection of items to a property container.<I extends Item<?,?>>
voidPrismObject. addExtensionItem(I item)
void
Item. addIgnoringEquivalents(V newValue)
Adds a value, not looking for equivalent values.default void
ValueMetadata. addMetadataValue(PrismContainerValue<?> metadataValue)
boolean
PrismContainerValue. addRawElement(Object element)
<IV extends PrismValue,ID extends ItemDefinition>
voidPrismContainerValue. addReplaceExisting(Item<IV,ID> item)
Adds an item to a property container.void
PrismObject. addReplaceExisting(Item<?,?> item)
void
Item. addRespectingMetadataAndCloning(V value, @NotNull EquivalenceStrategy strategy, EquivalenceStrategy metadataEquivalenceStrategy)
Adds a value, respecting the metadata.void
PrismContext. adopt(Containerable containerable)
<T extends Objectable>
voidPrismContext. adopt(ObjectDelta<T> delta)
void
PrismContext. adopt(Objectable objectable)
<C extends Containerable>
voidPrismContext. adopt(PrismContainer<C> object, Class<C> declaredType)
<T extends Containerable>
voidPrismContext. adopt(PrismContainer<T> object)
void
PrismContext. 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)
void
Item. applyDefinition(D definition)
void
Item. applyDefinition(D definition, boolean force)
void
PrismContainer. applyDefinition(PrismContainerDefinition<C> definition)
void
PrismContainerValue. applyDefinition(@NotNull PrismContainerDefinition<C> containerDef, boolean force)
void
PrismContainerValue. applyDefinition(ItemDefinition definition, boolean force)
void
PrismObject. applyDefinition(PrismContainerDefinition<O> definition)
void
PrismReferenceValue. applyDefinition(ItemDefinition definition, boolean force)
void
PrismReferenceValue. applyDefinition(PrismReferenceDefinition definition, boolean force)
void
PrismValue. applyDefinition(ItemDefinition definition)
void
PrismValue. applyDefinition(ItemDefinition definition, boolean force)
void
Item. assertDefinitions()
void
Item. assertDefinitions(boolean tolerateRawValues, Supplier<String> sourceDescriptionSupplier)
void
Item. assertDefinitions(Supplier<String> sourceDescriptionSupplier)
void
PrismContainerValue. assertDefinitions(boolean tolerateRaw, Supplier<String> sourceDescriptionSupplier)
void
PrismContainerValue. 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)
boolean
PrismContainer. containsItem(ItemPath itemPath, boolean acceptEmptyItem)
boolean
PrismContainerValue. 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)
boolean
PrismContainerValue. deleteRawElement(Object element)
<C extends Containerable>
S_ItemEntryPrismContext. deltaFor(Class<C> objectClass)
<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)
PrismReference
PrismContainer. findOrCreateReference(ItemPath propertyPath)
PrismReference
PrismContainerValue. findOrCreateReference(QName referenceName)
PrismContainer<?>
PrismObject. getOrCreateExtension()
void
PrismContext. initialize()
Initializes the prism context, e.g.I
ItemDefinition. instantiate()
Create an item instance.I
ItemDefinition. instantiate(QName name)
Create an item instance.@NotNull PrismObject<O>
PrismObjectDefinition. instantiate()
@NotNull PrismObject<O>
PrismObjectDefinition. instantiate(QName name)
void
PrismContainerValue. keepPaths(List<? extends ItemPath> keep)
void
Item. 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.void
PrismContainerValue. mergeContent(@NotNull PrismContainerValue<?> other, @NotNull List<QName> overwrite)
void
PrismContainer. mergeValue(PrismContainerValue<C> otherValue)
void
PrismContainer. mergeValues(PrismContainer<C> other)
void
PrismContainer. 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 SchemaMigrationOperation
SchemaMigrationOperation. 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()
Object
PrismParser. parseItemOrRealValue()
Deprecated.Object
PrismParserNoIO. 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()
void
PrismParser. parseObjectsIteratively(@NotNull PrismParser.ObjectHandler handler)
Currently implemented for JSON/YAML only.void
PrismParserNoIO. parseObjectsIteratively(@NotNull PrismParser.ObjectHandler handler)
<T> void
Hacks. parseProtectedType(ProtectedDataType<T> protectedType, MapXNode xmap, PrismContext prismContext, ParsingContext pc)
<T> T
PrismParser. parseRealValue()
Parses a real value.<T> T
PrismParser. parseRealValue(@Nullable Class<T> clazz)
Parses a real value - either property or container value.<T> T
PrismParserNoIO. parseRealValue()
<T> T
PrismParserNoIO. 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()
RootXNode
PrismParser. parseToXNode()
Parses the input into RootXNode.RootXNode
PrismParserNoIO. parseToXNode()
void
PrismContainerValue. removePaths(List<? extends ItemPath> remove)
void
Item. 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)
void
Item. replaceAll(Collection<V> newValues, @NotNull EquivalenceStrategy strategy)
Replaces all values of the item by given values.T
PrismSerializer. serialize(@NotNull Item<?,?> item)
Serializes given prism item.T
PrismSerializer. serialize(@NotNull PrismValue value)
Serializes given prism value (property, reference, or container).T
PrismSerializer. serialize(@NotNull PrismValue value, QName rootName)
Serializes given prism value (property, reference, or container).T
PrismSerializer. serialize(@NotNull RootXNode xnode)
T
PrismSerializer. serialize(javax.xml.bind.JAXBElement<?> value)
T
PrismSerializer. serializeAnyData(Object value)
T
PrismSerializer. serializeAnyData(Object value, QName rootName)
T
PrismSerializer. serializeObjects(@NotNull List<PrismObject<?>> objects)
T
PrismSerializer. serializeRealValue(Object value)
T
PrismSerializer. serializeRealValue(Object value, QName rootName)
<C extends Containerable>
voidPrismContainer. setContainerRealValue(QName containerName, C realValue)
<T> void
PrismContainer. setPropertyRealValue(QName propertyName, T realValue)
<T> void
PrismContainerValue. setPropertyRealValue(QName propertyName, T realValue, PrismContext prismContext)
<T> void
PrismContainer. setPropertyRealValues(QName propertyName, T... realValues)
void
PrismContainer. setRealValue(C value)
void
PrismContainer. setValue(@NotNull PrismContainerValue<C> value)
void
PrismObject. setValue(@NotNull PrismContainerValue<O> value)
void
PrismValue. 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)
void
ParsingContext. warnOrThrow(Trace logger, String message)
void
ParsingContext. 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 DiagramElementFormType
DiagramElementFormType. parse(String s)
static DiagramElementInclusionType
DiagramElementInclusionType. 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 boolean
Protector. areEquivalent(ProtectedStringType a, ProtectedStringType b)
Decides equivalence of two protected data objects (for data management purposes).boolean
Protector. compareCleartext(ProtectedStringType a, ProtectedStringType b)
Compare cleartext values protected inside the protected strings.<T> void
Protector. decrypt(ProtectedData<T> protectedData)
<T> void
Protector. 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 I
ItemDefinitionDelegator. instantiate()
default I
ItemDefinitionDelegator. instantiate(QName name)
default @NotNull PrismObject<O>
ObjectDefinitionDelegator. instantiate()
default @NotNull PrismObject<O>
ObjectDefinitionDelegator. instantiate(QName name)
-
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)
void
ContainerDelta. applyDefinition(PrismContainerDefinition<V> definition)
void
ItemDelta. applyDefinition(D definition)
void
ItemDelta. applyDefinition(D itemDefinition, boolean force)
void
ObjectDelta. applyDefinition(PrismObjectDefinition<O> objectDefinition, boolean force)
void
PrismValueDeltaSetTriple. applyDefinition(ItemDefinition itemDefinition)
void
PropertyDelta. applyDefinition(PrismPropertyDefinition<T> definition)
void
ReferenceDelta. applyDefinition(PrismReferenceDefinition definition)
static void
ItemDeltaCollectionsUtil. applyDefinitionIfPresent(Collection<? extends ItemDelta> deltas, PrismObjectDefinition definition, boolean tolerateNoDefinition)
void
ObjectDelta. applyDefinitionIfPresent(PrismObjectDefinition<O> definition, boolean tolerateNoDefinition)
void
ItemDelta. applyTo(Item item)
void
ItemDelta. applyTo(PrismContainerValue containerValue)
static void
ItemDeltaCollectionsUtil. applyTo(Collection<? extends ItemDelta> deltas, PrismContainer propertyContainer)
static void
ItemDeltaCollectionsUtil. applyTo(Collection<? extends ItemDelta> deltas, PrismContainerValue propertyContainerValue)
void
ObjectDelta. 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)
void
ItemDelta. applyToMatchingPath(Item item)
Applies delta to item.void
ItemDelta. assertDefinitions(boolean tolerateRawValues, Supplier<String> sourceDescriptionSupplier)
void
ItemDelta. assertDefinitions(Supplier<String> sourceDescriptionSupplier)
void
ObjectDelta. assertDefinitions()
void
ObjectDelta. assertDefinitions(boolean tolerateRawElements)
void
ObjectDelta. assertDefinitions(boolean tolerateRawElements, Supplier<String> sourceDescription)
Assert that all the items has appropriate definition.void
ObjectDelta. 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.boolean
ObjectDelta. isRedundant(PrismObject<O> object, @NotNull ParameterizedEquivalenceStrategy plusStrategy, @NotNull ParameterizedEquivalenceStrategy minusStrategy, boolean assumeMissingItems)
Check if delta is redundant w.r.t.void
ObjectDelta. merge(ObjectDelta<O> deltaToMerge)
Merge provided delta into this delta.void
ObjectDelta. mergeModification(ItemDelta<?,?> modificationToMerge)
void
ObjectDelta. mergeModifications(Collection<? extends ItemDelta> modificationsToMerge)
void
ItemDelta. revive(PrismContext prismContext)
void
ObjectDelta. 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.void
ObjectDelta. swallow(ItemDelta<?,?> newItemDelta)
Incorporates the property delta into the existing property deltas (regardless of the change type).void
ObjectDelta. 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> item, ItemDelta<IV,ID> delta, PrismContext prismContext)
static <T extends Objectable>
ObjectDelta<T>ObjectDeltaCollectionsUtil. union(ObjectDelta<T>... deltas)
Union of several object deltas.void
ItemDelta. validate()
void
ItemDelta. validate(String contextDescription)
void
ItemDelta. validateValues(ItemDeltaValidator<V> validator)
void
ItemDelta. 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 void
AbstractDelegatedPrismValueDeltaSetTriple. 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)
Object
JaxbDomHack. 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)
boolean
MatchingRule. match(T a, T b)
Matches two objects.boolean
MatchingRule. matchRegex(T a, String regex)
Matches value against given regex.T
MatchingRule. 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 <C extends Containerable>
ObjectFilterQueryConverter. createObjectFilter(PrismContainerDefinition<C> containerDefinition, SearchFilterType filterType)
<C extends Containerable>
ObjectFilterQueryConverter. createObjectFilter(Class<C> clazz, SearchFilterType filterType)
<C extends Containerable>
ObjectQueryQueryConverter. createObjectQuery(Class<C> clazz, QueryType queryType)
<C extends Containerable>
ObjectQueryQueryConverter. createObjectQuery(Class<C> clazz, SearchFilterType filterType)
QueryType
QueryConverter. createQueryType(ObjectQuery query)
SearchFilterType
QueryConverter. createSearchFilterType(ObjectFilter filter)
boolean
ObjectFilter. match(PrismContainerValue<?> value, MatchingRuleRegistry matchingRuleRegistry)
static boolean
ObjectQuery. match(Containerable object, ObjectFilter filter, MatchingRuleRegistry matchingRuleRegistry)
static <T extends Objectable>
booleanObjectQuery. match(PrismObject<T> object, ObjectFilter filter, MatchingRuleRegistry matchingRuleRegistry)
boolean
ValueFilter. match(PrismContainerValue<?> cvalue, MatchingRuleRegistry matchingRuleRegistry)
ObjectFilter
PrismQueryLanguageParser. parseFilter(PrismContainerDefinition<?> definition, String query)
<C extends Containerable>
ObjectFilterPrismQueryLanguageParser. parseFilter(Class<C> typeClass, String query)
ObjectFilter
QueryConverter. parseFilter(@NotNull SearchFilterType filter, @NotNull PrismContainerDefinition<?> objDef)
ObjectFilter
QueryConverter. parseFilter(@NotNull SearchFilterType filter, @NotNull Class<? extends Containerable> clazz)
ObjectFilter
QueryConverter. parseFilter(XNode xnode, Class<? extends Containerable> clazz)
void
QueryConverter. 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.MapXNode
QueryConverter. 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)
Definition
DefinitionSupplier. get()
void
SchemaRegistry. initialize()
void
MutablePrismSchema. parseThis(Element element, boolean isRuntime, String shortDescription, PrismContext prismContext)
QName
SchemaRegistry. qualifyTypeName(QName typeName)
QName
SchemaRegistry. resolveUnqualifiedTypeName(QName type)
<ID extends ItemDefinition>
IDSchemaRegistry. selectMoreSpecific(ID def1, ID def2)
QName
SchemaRegistry. selectMoreSpecific(QName type1, QName type2)
@NotNull Document
PrismSchema. 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 void
ItemDeltaItem. applyDefinition(D def, boolean force)
static void
PrismAsserts. assertElementsEquals(Object expected, Object actual)
static void
PrismAsserts. assertEquals(Objectable expected, Objectable actual)
static void
PrismAsserts. assertEquals(File fileNewXml, Objectable objectable)
static <O extends Objectable>
voidPrismAsserts. assertEquals(File fileNewXml, PrismObject<O> actual)
static void
PrismAsserts. assertEquals(File fileNewXml, String objectString)
static <T> void
PrismAsserts. 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> void
PrismAsserts. assertPropertyValueDesc(PrismProperty<T> property, MatchingRule<T> matchingRule, String contextDescrition, T... expectedPropValues)
static <T> void
PrismAsserts. assertPropertyValueMatch(PrismContainer<?> container, ItemPath propQName, MatchingRule<T> matchingRule, T... realPropValues)
static <T> void
PrismAsserts. assertPropertyValueMatch(PrismContainerValue<?> containerValue, ItemPath propQName, MatchingRule<T> matchingRule, T... realPropValues)
static <T> void
PrismAsserts. assertSets(String message, MatchingRule<T> matchingRule, Collection<T> actualValues, Collection<T> expectedValues)
static <T> void
PrismAsserts. assertSets(String message, MatchingRule<T> matchingRule, Collection<T> actualValues, T... expectedValues)
static <T> void
PrismAsserts. 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 PrismContext
PrismTestUtil. createInitializedPrismContext()
PrismContext
PrismContextFactory. createPrismContext()
Returns UNINITIALIZED prism context.static PrismContext
PrismTestUtil. createPrismContext()
static void
PrismTestUtil. displayQueryType(QueryType queryType)
static void
PrismTestUtil. displaySearchFilterType(SearchFilterType filterType)
static <T> boolean
PrismUtil. 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> T
PrismTestUtil. parseAnyValue(File file)
static <T> T
PrismTestUtil. parseAtomicValue(File file, QName type)
static <T> T
PrismTestUtil. parseAtomicValue(String data, QName type)
static <T> T
PrismTestUtil. 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, Class<T> clazz)
static List<PrismObject<? extends Objectable>>
PrismTestUtil. parseObjects(File file)
void
ItemDeltaItem. recompute()
void
ObjectDeltaObject. recompute()
void
ObjectDeltaObject. recomputeIfNeeded(boolean deep)
static void
PrismTestUtil. resetPrismContext()
static void
PrismTestUtil. resetPrismContext(PrismContextFactory newPrismContextFactory)
ID
DefinitionResolver. resolve(PD parentDefinition, ItemPath path)
static String
PrismTestUtil. serializeAnyData(Object o, QName defaultRootElementName)
static String
PrismTestUtil. serializeAnyDataWrapped(Object o)
static String
PrismTestUtil. serializeAtomicValue(Object object, QName elementName)
static String
PrismTestUtil. serializeJaxbElementToString(javax.xml.bind.JAXBElement element)
static String
PrismTestUtil. serializeObjectToString(PrismObject<? extends Objectable> object)
static String
PrismTestUtil. serializeObjectToString(PrismObject<? extends Objectable> object, String language)
static String
PrismTestUtil. serializeToXml(Objectable object)
PrismValueDeltaSetTriple<V>
ItemDeltaItem. toDeltaSetTriple(PrismContext prismContext)
void
ObjectDeltaObject. 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> T
XmlTypeConverter. toJavaValue(Element xmlElement, Class<T> type)
static Object
XmlTypeConverter. 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 String
PrimitiveXNode. getGuessedFormattedValue()
<X> X
PrimitiveXNode. getParsedValue(@NotNull QName typeName, @Nullable Class<X> expectedClass)
Map.Entry<QName,? extends XNode>
MapXNode. getSingleSubEntry(String errorContext)
RootXNode
MapXNode. getSingleSubEntryAsRoot(String errorContext)
T
ValueParser. 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 PrismContext
MidPointPrismContextFactory. createEmptyPrismContext()
PrismContext
MidPointPrismContextFactory. 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 deltaBean)
Object delta: XML -> nativestatic <T extends Objectable>
@NotNull ObjectDelta<T>DeltaConvertor. createObjectDelta(@NotNull ObjectDeltaType objectDeltaBean, PrismContext prismContext1)
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 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.PrismContext
MidPointPrismContextFactory. createPrismContext()
protected void
MidPointPrismContextFactory. registerExtensionSchemas(com.evolveum.midpoint.prism.impl.schema.SchemaRegistryImpl schemaRegistry)
static String
DeltaConvertor. serializeDelta(ObjectDelta<? extends ObjectType> delta, DeltaConversionOptions options, @NotNull String language)
Object delta: native -> serialized XML.static String
DeltaConvertor. 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 ObjectDeltaOperationType
DeltaConvertor. toObjectDeltaOperationType(ObjectDeltaOperation<?> objectDeltaOperation)
Object delta operation: native -> XML.static ObjectDeltaOperationType
DeltaConvertor. toObjectDeltaOperationType(ObjectDeltaOperation<?> odo, DeltaConversionOptions options)
Object delta operation: native -> XML.static void
DeltaConvertor. toObjectDeltaOperationType(ObjectDeltaOperation<?> odo, ObjectDeltaOperationType odoBean, DeltaConversionOptions options)
Object delta operation: native -> XML (passed as parameter).static ObjectDeltaType
DeltaConvertor. toObjectDeltaType(ObjectDelta<?> objectDelta)
Object delta: native -> XML.static ObjectDeltaType
DeltaConvertor. 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> T
VariablesMap. 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)
void
BaseMergeOperation. execute()
void
OriginMarker. mark(PrismValue value)
Imprints the origin into the value.void
BaseItemMerger. merge(@NotNull ItemName itemName, @NotNull PrismContainerValue<?> targetParent, @NotNull PrismContainerValue<?> sourceParent)
void
ItemMerger. merge(@NotNull ItemName itemName, @NotNull PrismContainerValue<?> target, @NotNull PrismContainerValue<?> source)
Merges all data about specific item (named `itemName`) from `source` container value to `target` one, according to (its own) strategy.protected abstract void
BaseItemMerger. mergeInternal(T target, T source)
protected void
GenericItemMerger. 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 void
LimitationsMerger. 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 void
ObjectTypeDefinitionMerger. 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 void
ResourceAttributeContainer. add(ResourceAttribute<?> attribute)
void
ResourceAttributeContainerImpl. add(ResourceAttribute<?> attribute)
void
ResourceAttributeContainer. addAdoptedIfNeeded(@NotNull PrismProperty<?> attribute)
Adds aPrismProperty
, converting toResourceAttribute
if needed.void
ResourceAttributeContainerImpl. addAdoptedIfNeeded(@NotNull PrismProperty<?> property)
void
ResourceAttributeContainerImpl. applyDefinition(PrismContainerDefinition<ShadowAttributesType> definition, boolean force)
void
ResourceAttributeImpl. applyDefinition(PrismPropertyDefinition<T> definition, boolean force)
@NotNull ResourceObjectIdentityType
ResourceObjectIdentification. asBean()
static ResourceAttributeContainer
ResourceAttributeContainer. 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 aResourceAttributeDefinition
containing only the raw part.static ResourceObjectIdentification
ResourceObjectIdentification. create(ResourceObjectDefinition objectDefinition, Collection<? extends ResourceAttribute<?>> allIdentifiers)
MutableComplexTypeDefinition
MidPointSchemaDefinitionFactory. 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 ObjectQuery
CompositeObjectDefinitionImpl. createShadowSearchQuery(String resourceOid)
default @NotNull ObjectQuery
ResourceObjectClassDefinition. createShadowSearchQuery(String resourceOid)
Creates a query for obtaining shadows related to this object class.@NotNull ObjectQuery
ResourceObjectDefinition. createShadowSearchQuery(String resourceOid)
Creates a query for obtaining shadows related to this object class or object type.default @NotNull ObjectQuery
ResourceObjectTypeDefinition. createShadowSearchQuery(String resourceOid)
default ResourceAssociationDefinition
AssociationDefinitionStore. 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 ResourceObjectDefinition
ResourceSchemaUtil. findDefinitionForBulkOperation(@NotNull ResourceType resource, @Nullable ShadowKindType kind, @Nullable String intent, @Nullable QName objectClassName)
Looks up appropriate definition for "bulk operation" i.e.default @NotNull ResourceObjectDefinition
ResourceSchema. findDefinitionForConstructionRequired(@NotNull ConstructionType constructionBean, @NotNull Supplier<String> contextSupplier)
AsResourceSchema.findDefinitionForConstruction(ConstructionType)
but throws an exception if the definition is not there.default @NotNull ResourceObjectClassDefinition
ResourceSchema. findObjectClassDefinitionRequired(@NotNull QName name)
The same asResourceSchema.findObjectClassDefinition(QName)
but throws an exception if there's no such definition.static ResourceObjectDefinition
ResourceSchemaUtil. findObjectDefinitionPrecisely(@NotNull ResourceType resource, @Nullable ShadowKindType kind, @Nullable String intent, @Nullable QName objectClassName)
Determines object type/class definition in a precise way.<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)
void
MidPointSchemaDefinitionFactory. finishComplexTypeDefinition(ComplexTypeDefinition complexTypeDefinition, com.sun.xml.xsom.XSComplexType complexType, PrismContext prismContext, com.sun.xml.xsom.XSAnnotation annotation)
static @Nullable SynchronizationPolicy
SynchronizationPolicyFactory. forKindAndIntent(@NotNull ShadowKindType kind, @NotNull String intent, @NotNull ResourceType resource)
CreatesSynchronizationPolicy
by looking for type definition and synchronization definition for given kind and intent in resource schema.static ResourceSchema
ResourceSchemaFactory. getCompleteSchema(@NotNull PrismObject<ResourceType> resource)
Obtains refined schema for the resource.static ResourceSchema
ResourceSchemaFactory. getCompleteSchema(@NotNull ResourceType resource)
static ResourceSchema
ResourceSchemaFactory. getCompleteSchema(PrismObject<ResourceType> resource, LayerType layer)
static ResourceSchema
ResourceSchemaFactory. getCompleteSchema(ResourceType resourceType, LayerType layer)
static @NotNull ResourceSchema
ResourceSchemaFactory. getCompleteSchemaRequired(@NotNull ResourceType resource)
We assume that missing schema is a configuration (not schema) problem.static @NotNull ResourceSchema
ResourceSchemaFactory. getCompleteSchemaRequired(PrismObject<ResourceType> resource, LayerType layer)
static @NotNull ResourceSchema
ResourceSchemaFactory. getCompleteSchemaRequired(ResourceType resource, LayerType layer)
<T> ResourceAttribute<T>
ResourceObjectIdentification. getPrimaryIdentifier()
static ResourceSchema
ResourceSchemaFactory. getRawSchema(@NotNull PrismObject<ResourceType> resource)
Obtains "raw" schema for the resource, i.e.static ResourceSchema
ResourceSchemaFactory. getRawSchema(@NotNull ResourceType resource)
static ResourceSchema
ResourceSchemaFactory. getRawSchemaRequired(ResourceType resource)
<T> ResourceAttribute<T>
ResourceObjectIdentification. getSecondaryIdentifier()
static boolean
ResourceSchemaUtil. isIgnored(ResourceAttributeDefinitionType attrDefBean)
TEMPORARYboolean
ResourceObjectPattern. matches(PrismObject<ShadowType> shadowToMatch, MatchingRuleRegistry matchingRuleRegistry, RelationRegistry relationRegistry)
static boolean
ResourceObjectPattern. matches(PrismObject<ShadowType> shadowToMatch, Collection<ResourceObjectPattern> protectedAccountPatterns, MatchingRuleRegistry matchingRuleRegistry, RelationRegistry relationRegistry)
static ConnectorSchemaImpl
ConnectorSchemaImpl. parse(Element element, String shortDesc, PrismContext prismContext)
@NotNull ResourceSchema
RefinedResourceSchemaParser. parse()
Creates the refined resource schema.static @NotNull ResourceSchema
ResourceSchemaParser. parse(Element xsdSchema, String description)
static ResourceSchema
ResourceSchemaFactory. parseCompleteSchema(ResourceType resource)
Executes the real parsing.default <T> @NotNull ResourceAttribute<T>
AttributeDefinitionStore. propertyToAttribute(PrismProperty<T> property)
Converts aPrismProperty
into correspondingResourceAttribute
.void
AbstractResourceObjectDefinitionImpl. validate()
void
CompositeObjectDefinitionImpl. validate()
void
ResourceObjectDefinition. validate()
Executes some basic checks on this object type.void
ResourceSchema. validate()
TODO descriptionvoid
ResourceSchemaImpl. 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 ObjectQuery
ResourceObjectClassDefinitionDelegator. createShadowSearchQuery(String resourceOid)
default @NotNull ObjectQuery
ResourceObjectDefinitionDelegator. createShadowSearchQuery(String resourceOid)
default @NotNull ObjectQuery
ResourceObjectTypeDefinitionDelegator. createShadowSearchQuery(String resourceOid)
default void
ResourceObjectDefinitionDelegator. 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 OperationResultStatus
AsynchronousOperationQueryable. 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 TracingOutputType
TraceParser. getObject(InputStream stream, boolean isZip, String description)
TracingOutputType
TraceParser. parse(File file)
TracingOutputType
TraceParser. parse(File file, boolean raw)
TracingOutputType
TraceParser. parse(InputStream inputStream, boolean isZip, boolean raw, String description)
TracingOutputType
TraceParser. parse(InputStream inputStream, boolean isZip, String description)
@NotNull String
TraceWriter. 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 PrismObjectDefinition<ShadowType>
ShadowUtil. applyObjectDefinition(PrismObjectDefinition<ShadowType> shadowDefinition, ResourceObjectDefinition objectClassDefinition)
static void
ShadowUtil. applyResourceSchema(PrismObject<? extends ShadowType> shadow, ResourceSchema resourceSchema)
This is not supposed to be used in production code! It is just for the tests.static void
MatchingUtil. copyAttributes(FocusType preFocus, ShadowType resourceObject)
Copies attributes into focus object.static UcfChangeType
UcfChangeUtil. create(QName objectClassName, Map<QName,Object> identifiers, ObjectDeltaType delta, PrismContext prismContext)
static AuthenticationsPolicyType
SecurityPolicyUtil. createDefaultAuthenticationPolicy(List<String> customIgnoredLocalPaths, SchemaRegistry schemaRegistry)
static UcfChangeType
UcfChangeUtil. createForNewObject(QName objectClassName, Map<QName,Object> attributes, PrismContext prismContext)
static UcfChangeType
UcfChangeUtil. createFromAsyncProvisioningRequest(JsonAsyncProvisioningRequest request, String defaultNamespace, PrismContext prismContext)
CreatesUcfChangeType
fromJsonAsyncProvisioningRequest
.static ObjectQuery
ObjectQueryUtil. createNameQuery(PolyString name, PrismContext prismContext)
static <O extends ObjectType>
ObjectQueryObjectQueryUtil. createNameQuery(PrismObject<O> object)
static ObjectQuery
ObjectQueryUtil. createNameQuery(ObjectType object)
static ObjectQuery
ObjectQueryUtil. createNameQuery(PolyStringType name, PrismContext prismContext)
static <T extends ObjectType>
ObjectQueryObjectQueryUtil. createNameQuery(Class<T> clazz, PrismContext prismContext, String name)
static ObjectQuery
ObjectQueryUtil. createNameQuery(String name, PrismContext prismContext)
static <O extends ObjectType>
ObjectQueryObjectQueryUtil. createOidQuery(PrismObject<O> object)
static @NotNull ObjectQuery
ObjectQueryUtil. createResourceAndKindIntent(String resourceOid, ShadowKindType kind, String intent)
static <T extends ShadowType>
PolyStringShadowUtil. determineShadowName(PrismObject<T> shadow)
static <T extends ShadowType>
PolyStringShadowUtil. determineShadowNameRequired(PrismObject<T> shadow)
static String
ObjectQueryUtil. 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 ItemName
ShadowUtil. getAttributeName(ItemPath attributePath, String message)
static <T> T
ShadowUtil. getAttributeValue(PrismObject<? extends ShadowType> shadow, QName attrName)
static <T> T
ShadowUtil. getAttributeValue(ShadowType shadowType, QName attrName)
static <T> T
ScriptingBeansUtil. getBeanPropertyValue(ActionExpressionType action, String propertyName, Class<T> clazz)
static <T extends AbstractCorrelatorStateType>
TShadowUtil. getCorrelatorStateRequired(@NotNull ShadowType shadow, Class<T> clazz)
static NonceCredentialsPolicyType
SecurityPolicyUtil. getCredentialPolicy(String policyName, SecurityPolicyType securityPolicy)
static List<CapabilityType>
ResourceTypeUtil. getEnabledCapabilities(@NotNull ResourceType resource)
Assumes that native capabilities are already cached.static <R extends AbstractRoleType>
VirtualAssignmenetSpecification<R>LifecycleUtil. getForcedAssignmentSpecification(LifecycleStateModelType lifecycleStateModel, String targetLifecycleState, PrismContext prismContext)
static @Nullable PropertyLimitationsType
MiscSchemaUtil. getLimitationsLabeled(@Nullable Collection<PropertyLimitationsType> definitions, @Nullable LayerType layerLabel)
Given a list of limitation definitions, select the one with appropriate "layer label".PolyString
ObjectDeltaSchemaLevelUtil.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 parentResult)
static @NotNull QName
ShadowUtil. getObjectClassRequired(@NotNull ShadowType shadow)
static @NotNull ResourceOperationCoordinates
ObjectQueryUtil. getOperationCoordinates(ObjectFilter filter)
static @NotNull ResourceOperationCoordinates
ObjectQueryUtil. getOperationCoordinates(ObjectQuery query)
static String
ObjectQueryUtil. getResourceOidFromFilter(ObjectFilter filter)
static ResourceAttribute<String>
ShadowUtil. getSecondaryIdentifier(PrismObject<? extends ShadowType> shadow)
static String
ShadowUtil. getSecondaryIdentifierRealValue(PrismObject<? extends ShadowType> shadow)
static Collection<ResourceAttribute<?>>
ShadowUtil. getSecondaryIdentifiers(@Nullable Collection<? extends ResourceAttribute<?>> identifiers, @NotNull ResourceObjectDefinition objectClassDefinition)
static ResourceShadowCoordinates
ObjectQueryUtil. getShadowCoordinates(ObjectFilter filter, PrismContext ignored)
Deprecated.static ResourceShadowCoordinates
ObjectQueryUtil. getShadowCoordinates(ObjectQuery query)
static ArchetypeType
ArchetypeTypeUtil. getStructuralArchetype(Collection<ArchetypeType> archetypes)
static @NotNull List<Item<?,?>>
ObjectTypeUtil. mapToExtensionItems(Map<QName,Object> values, PrismContainerDefinition<?> extensionDefinition, PrismContext prismContext)
static void
ObjectTypeUtil. mergeExtension(PrismContainerValue<?> dstExtensionContainerValue, PrismContainerValue<?> srcExtensionContainerValue)
static PrismSchema
ConnectorTypeUtil. parseConnectorSchema(ConnectorType connectorType)
Returns parsed connector schemastatic String
SchemaDebugUtil. prettyPrint(ItemDeltaType change)
@NotNull javax.xml.bind.JAXBElement<? extends AbstractPolicyConstraintType>
PolicyRuleTypeUtil.LazyMapConstraintsResolver. resolve(@NotNull String name)
static void
ObjectTypeUtil. setExtensionContainerRealValues(PrismContext prismContext, PrismContainerValue<?> parent, ItemName containerName, Object... values)
static void
ObjectTypeUtil. setExtensionPropertyRealValues(PrismContext prismContext, PrismContainerValue<?> parent, ItemName propertyName, Object... values)
static void
ShadowUtil. setPasswordIncomplete(ShadowType shadowType)
static void
ShadowUtil. 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 OwnerOptionIdentifier
OwnerOptionIdentifier. fromStringValue(@NotNull String value)
Converts string value of the option identifier (like `none` or `existing-XXX`) to the internalized form (this class).static @Nullable ObjectReferenceType
CorrelationCaseUtil. getResultingOwnerRef(@NotNull CaseType aCase)
static @NotNull String
CorrelationCaseUtil. getShadowOidRequired(@NotNull CaseType aCase)
static OwnerOptionIdentifier
OwnerOptionIdentifier. of(@NotNull ResourceObjectOwnerOptionType potentialOwner)
-
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 Object
ActivityStateUtil. getRootSyncTokenRealValue(@NotNull TaskType task)
static @NotNull Object
ActivityStateUtil. getRootSyncTokenRealValueRequired(@NotNull TaskType task)
static @Nullable Object
ActivityStateUtil. getSyncTokenRealValue(@NotNull TaskType task, @NotNull ActivityPath path)
@NotNull TaskType
TaskResolver. 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 ActivityDefinitionType
SpecificWorkDefinitionUtil. 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> T
MiscUtil. castSafely(Object value, Class<T> expectedClass)
static void
Checks. checkSchema(boolean test, String template, Object... info)
Throws SchemaException if test failed.static <T> T
Checks. checkSchemaNotNull(T obj, String template, Object... info)
static String
DOMUtil. getSchemaTargetNamespace(Element xsdSchema)
void
SchemaFailableProcessor. process(T object)
static <T> T
MiscUtil. requireNonNull(T value, Supplier<String> messageSupplier)
static void
MiscUtil. 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 class
NoFocusNameSchemaException
Specific kind of SchemaException. -
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 ACAttributeDto
ACAttributeDto. createACAttributeDto(PrismPropertyDefinition definition, ResourceAttributeDefinitionType construction, PrismContext context)
ResourceAttributeDefinitionType
ACAttributeDto. getConstruction(PrismContext prismContext)
PrismContainerValue<AssignmentType>
AssignmentEditorDto. getNewValue(PrismContext prismContext)
boolean
AssignmentEditorDto. isModified(PrismContext prismContext)
-
Uses of SchemaException in com.evolveum.midpoint.web.component.data
Methods in com.evolveum.midpoint.web.component.data that throw SchemaException Modifier and Type Method Description protected Integer
SelectableBeanObjectDataProvider. countObjects(Class<? extends O> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> currentOptions, com.evolveum.midpoint.task.api.Task task, OperationResult result)
List<SelectableBean<O>>
SelectableBeanObjectDataProvider. createDataObjectWrappers(Class<? extends O> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, 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 void
ExpressionTypeDto. 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 Scene
SceneUtil. visualizeObjectDeltaType(ObjectDeltaType objectDeltaType, String displayNameKey, PrismContext prismContext, ModelInteractionService modelInteractionService, ObjectReferenceType objectRef, com.evolveum.midpoint.task.api.Task task, OperationResult result)
static Scene
SceneUtil. 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 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)
void
SelectableBean. setResult(OperationResultType resultType)
void
SelectableBeanImpl. 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 MappingType
MappingTypeDto. 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)
AccessCertificationDefinitionType
CertDefinitionDto. getUpdatedDefinition(PrismContext prismContext)
void
CertDefinitionDto. 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 ResourceObjectDefinition
ResourceContentPanel. getDefinitionByKind()
ResourceObjectDefinition
ResourceContentPanel. getDefinitionByObjectClass()
protected ResourceSchema
ResourceContentPanel. 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 boolean
ExpressionUtil. isLiteralExpressionValueNotEmpty(ExpressionType expression)
static void
ExpressionUtil. parseExpressionEvaluators(String xml, ExpressionType expressionObject, PrismContext context)
static RootXNode
ExpressionUtil. parseSearchFilter(String data, PrismContext context)
static String
ExpressionUtil. serialize(javax.xml.bind.JAXBElement<?> element, PrismContext prismContext)
static void
ExpressionUtil. updateAssociationTargetSearchValue(ExpressionType expression, String newPath, String newValue, PrismContext prismContext)
-
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 SearchFilterType
SearchFilterType. createFromParsedXNode(XNode xnode, ParsingContext pc, PrismContext prismContext)
RootXNode
SearchFilterType. getFilterClauseAsRootXNode()
void
SearchFilterType. parseFromXNode(XNode xnode, ParsingContext pc, PrismContext prismContext)
MapXNode
SearchFilterType. 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> T
RawType. getParsedRealValue(@NotNull Class<T> clazz)
<V> V
RawType. getParsedRealValue(ItemDefinition<?> itemDefinition, ItemPath itemPath)
<IV extends PrismValue>
IVRawType. getParsedValue(@Nullable ItemDefinition<?> itemDefinition, @Nullable QName itemName)
Object
RawType. getValue()
Object
RawType. getValue(boolean store)
Extracts a "real value" fromRawType
object without expecting any specific type beforehand.static Object
RawType. getValue(Object value)
Extracts a "real value" from a potentialRawType
object without expecting any specific type beforehand.String
RawType. guessFormattedValue()
XNode
RawType. serializeToXNode()
This method always returns a mutable XNode.XNode
RawType. serializeToXNode(SerializationContext sc)
-