Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType
Packages that use ObjectType
Package
Description
Package for reusable and stable GUI Wicket Components.
Package that contains base page classes.
GUI API package for various utility classes and interfaces.
This is an experiment how to provide reliable and consistent information about the origin of individual configuration items
(mappings, expressions, etc).
Supports merging of (usually) configuration beans.
Provides all the necessary support for evaluating selectors and their clauses, i.e. for calling methods:
-
ValueSelector.matches(PrismValue, MatchingContext)
- ValueSelector.toFilter(FilteringContext)
I.e., contains the evaluation context objects and all their components.-
Uses of ObjectType in com.evolveum.midpoint.common.crypto
Methods in com.evolveum.midpoint.common.crypto with type parameters of type ObjectTypeModifier and TypeMethodDescriptionstatic <T extends ObjectType>
voidCryptoUtil.checkEncrypted(ObjectDelta<T> delta) static <T extends ObjectType>
voidCryptoUtil.checkEncrypted(PrismObject<T> object) static <T extends ObjectType>
Collection<? extends ItemDelta<?,?>> CryptoUtil.computeReencryptModifications(Protector protector, PrismObject<T> object) static <T extends ObjectType>
booleanCryptoUtil.containsCleartext(PrismObject<T> object) static <T extends ObjectType>
booleanCryptoUtil.containsHashedData(PrismObject<T> object) static <T extends ObjectType>
voidCryptoUtil.encryptValues(Protector protector, ObjectDelta<T> delta) Encrypts all encryptable values in delta.static <T extends ObjectType>
voidCryptoUtil.encryptValues(Protector protector, PrismObject<T> object) Encrypts all encryptable values in the object.static <T extends ObjectType>
@NotNull Collection<String>CryptoUtil.getEncryptionKeyNames(PrismObject<T> object) static <T extends ObjectType>
intCryptoUtil.reencryptValues(Protector protector, PrismObject<T> object) Re-encrypts all encryptable values in the object. -
Uses of ObjectType in com.evolveum.midpoint.gui.api.component
Classes in com.evolveum.midpoint.gui.api.component with type parameters of type ObjectTypeModifier and TypeClassDescriptionclassAbstractAssignmentPopupTabPanel<O extends ObjectType>Created by honchar.classAbstractPopupTabPanel<O extends ObjectType>Created by honcharclassChooseMemberPopup<O extends ObjectType,T extends AbstractRoleType> Created by honcharclassChooseOrgMemberPopup<O extends ObjectType>classMainObjectListPanel<O extends ObjectType>classMemberPopupTabPanel<O extends ObjectType>Created by honcharclassMultiTypesMemberPopupTabPanel<O extends ObjectType>Created by honchar.classObjectBrowserPanel<O extends ObjectType>classObjectListPanel<O extends ObjectType>classPopupObjectListPanel<O extends ObjectType>classTypedAssignablePanel<T extends ObjectType>Methods in com.evolveum.midpoint.gui.api.component with type parameters of type ObjectTypeModifier and TypeMethodDescriptionprotected <T extends ObjectType>
PopupObjectListPanel<T>AbstractPopupTabPanel.getObjectListPanel()Method parameters in com.evolveum.midpoint.gui.api.component with type arguments of type ObjectTypeModifier and TypeMethodDescriptionprotected ObjectQueryChooseMemberPopup.createInOidQuery(List<ObjectType> selectedObjectsList) -
Uses of ObjectType in com.evolveum.midpoint.gui.api.component.autocomplete
Methods in com.evolveum.midpoint.gui.api.component.autocomplete with type parameters of type ObjectTypeModifier and TypeMethodDescriptiondefault <O extends ObjectType>
StringAutocompleteConfigurationMixin.getDisplayNameFromExpression(String contextDesc, @Nullable ExpressionType expressionType, @NotNull Function<PrismObject<O>, String> defaultDisplayNameFunction, @NotNull PrismObject<O> object, @NotNull BasePanel<?> panel) protected <O extends ObjectType>
Class<O>ReferenceConverter.getReferenceTargetObjectType() -
Uses of ObjectType in com.evolveum.midpoint.gui.api.component.objecttypeselect
Classes in com.evolveum.midpoint.gui.api.component.objecttypeselect with type parameters of type ObjectType -
Uses of ObjectType in com.evolveum.midpoint.gui.api.factory.wrapper
Classes in com.evolveum.midpoint.gui.api.factory.wrapper with type parameters of type ObjectType -
Uses of ObjectType in com.evolveum.midpoint.gui.api.page
Methods in com.evolveum.midpoint.gui.api.page with type parameters of type ObjectTypeModifier and TypeMethodDescription<O extends ObjectType,T extends ObjectType>
voidPageBase.authorize(String operationUrl, AuthorizationPhaseType phase, PrismObject<O> object, ObjectDelta<O> delta, PrismObject<T> target, OperationResult result) <O extends ObjectType,T extends ObjectType>
voidPageBase.authorize(String operationUrl, AuthorizationPhaseType phase, PrismObject<O> object, ObjectDelta<O> delta, PrismObject<T> target, OperationResult result) <O extends ObjectType>
PrismObjectWrapperFactory<O>PageAdminLTE.findObjectWrapperFactory(PrismObjectDefinition<O> objectDef) <O extends ObjectType>
booleanPageAdminLTE.isAuthorized(ModelAuthorizationAction action, PrismObject<O> object) <O extends ObjectType,T extends ObjectType>
booleanPageAdminLTE.isAuthorized(String operationUrl, AuthorizationPhaseType phase, PrismObject<O> object, ObjectDelta<O> delta, PrismObject<T> target) <O extends ObjectType,T extends ObjectType>
booleanPageAdminLTE.isAuthorized(String operationUrl, AuthorizationPhaseType phase, PrismObject<O> object, ObjectDelta<O> delta, PrismObject<T> target) -
Uses of ObjectType in com.evolveum.midpoint.gui.api.prism.wrapper
Classes in com.evolveum.midpoint.gui.api.prism.wrapper with type parameters of type ObjectTypeModifier and TypeInterfaceDescriptioninterfacePrismObjectValueWrapper<O extends ObjectType>interfacePrismObjectWrapper<O extends ObjectType>Methods in com.evolveum.midpoint.gui.api.prism.wrapper with type parameters of type ObjectTypeModifier and TypeMethodDescription<OW extends PrismObjectWrapper<O>,O extends ObjectType>
OWItemWrapper.findObjectWrapper()Methods in com.evolveum.midpoint.gui.api.prism.wrapper that return ObjectType -
Uses of ObjectType in com.evolveum.midpoint.gui.api.registry
Methods in com.evolveum.midpoint.gui.api.registry with type parameters of type ObjectTypeModifier and TypeMethodDescription<O extends ObjectType>
PrismObjectWrapperFactory<O>GuiComponentRegistry.getObjectWrapperFactory(PrismObjectDefinition<O> objectDef) -
Uses of ObjectType in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util with type parameters of type ObjectTypeModifier and TypeMethodDescriptionstatic <T extends ObjectType>
QNameWebComponentUtil.classToQName(PrismContext prismContext, Class<T> clazz) static <T extends ObjectType>
QNameWebComponentUtil.classToQName(Class<T> clazz) static <T extends ObjectType>
intWebModelServiceUtils.countObjects(Class<T> type, ObjectQuery query, PageBase page) static <T extends ObjectType>
ObjectDelta<T>WebModelServiceUtils.createActivationAdminStatusDelta(Class<T> type, String oid, boolean enabled, PrismContext context) static <O extends ObjectType>
CompositedIconWebComponentUtil.createCompositeIconForObject(O obj, OperationResult result, PageBase pageBase) static <O extends ObjectType>
List<ObjectReferenceType>WebModelServiceUtils.createObjectReferenceListForObjects(PageBase page, List<PrismObject<O>> objects, Map<String, String> referenceMap) static <O extends ObjectType>
List<ObjectReferenceType>WebModelServiceUtils.createObjectReferenceListForType(Class<O> type, PageBase page, Map<String, String> referenceMap) static <T extends ObjectType>
org.apache.wicket.ComponentWebComponentUtil.createPanel(Class<? extends org.apache.wicket.markup.html.panel.Panel> panelClass, String markupId, ObjectDetailsModels<T> objectDetailsModels, ContainerPanelConfigurationType panelConfig) static <T extends ObjectType>
voidWebModelServiceUtils.deleteObject(Class<T> type, String oid, ModelExecuteOptions options, OperationResult result, PageBase page) static <T extends ObjectType>
voidWebModelServiceUtils.deleteObject(Class<T> type, String oid, ModelExecuteOptions options, OperationResult result, PageBase page, PrismObject<UserType> principal) static <T extends ObjectType>
voidWebModelServiceUtils.deleteObject(Class<T> type, String oid, OperationResult result, PageBase page) <O extends ObjectType>
PrismObjectWrapperFactory<O>ModelServiceLocator.findObjectWrapperFactory(PrismObjectDefinition<O> objectDef) static <O extends ObjectType>
DisplayTypeGuiDisplayTypeUtil.getArchetypePolicyDisplayType(PrismObject<O> object, PageAdminLTE pageBase) static <O extends ObjectType>
DisplayTypeGuiDisplayTypeUtil.getArchetypePolicyDisplayType(O object, PageAdminLTE pageBase) static <O extends ObjectType>
ArchetypePolicyTypeWebComponentUtil.getArchetypeSpecification(PrismObject<O> object, ModelServiceLocator locator) static <O extends ObjectType>
StringWebComponentUtil.getDisplayNameOrName(ObjectReferenceType ref, PageBase pageBase, String operation, boolean translate) static <O extends ObjectType>
DisplayTypeGuiDisplayTypeUtil.getDisplayTypeForObject(PrismObject<O> obj, OperationResult result, PageBase pageBase) static <O extends ObjectType>
DisplayTypeGuiDisplayTypeUtil.getDisplayTypeForObject(O obj, OperationResult result, PageBase pageBase) static <O extends ObjectType>
StringWebComponentUtil.getEffectiveName(PrismObject<O> object, QName propertyName) static <O extends ObjectType>
StringWebComponentUtil.getEffectiveName(PrismObject<O> object, QName propertyName, boolean translate) static <O extends ObjectType>
StringWebComponentUtil.getEffectiveName(Referencable ref, QName propertyName, PageBase pageBase, String operation, boolean translate) static <O extends ObjectType>
StringWebComponentUtil.getLabelForType(Class<O> type, boolean startsWithUppercase) static <O extends ObjectType>
StringWebComponentUtil.getName(ObjectReferenceType ref, PageBase pageBase, String operation) static <O extends ObjectType>
SummaryPanelSpecificationTypeWebComponentUtil.getSummaryPanelSpecification(Class<O> type, CompiledGuiProfile compiledGuiProfile) Deprecated.static <O extends ObjectType>
PrismObject<O>WebModelServiceUtils.loadObject(PrismReferenceValue objectRef, QName expectedTargetType, PageBase pageBase, com.evolveum.midpoint.task.api.Task task, OperationResult result) static <T extends ObjectType>
@Nullable PrismObject<T>WebModelServiceUtils.loadObject(Referencable objectReference, boolean allowNull, PageAdminLTE page, com.evolveum.midpoint.task.api.Task task, OperationResult result) static <T extends ObjectType>
@Nullable PrismObject<T>WebModelServiceUtils.loadObject(Referencable objectReference, PageAdminLTE page) static <T extends ObjectType>
PrismObject<T>WebModelServiceUtils.loadObject(Referencable objectReference, PageAdminLTE page, com.evolveum.midpoint.task.api.Task task, OperationResult result) static <T extends ObjectType>
@Nullable PrismObject<T>WebModelServiceUtils.loadObject(Class<T> type, String oid, PageAdminLTE page, com.evolveum.midpoint.task.api.Task task, OperationResult result) static <T extends ObjectType>
@Nullable PrismObject<T>WebModelServiceUtils.loadObject(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, boolean allowNotFound, PageAdminLTE page, com.evolveum.midpoint.task.api.Task task, OperationResult result) static <T extends ObjectType>
@Nullable PrismObject<T>WebModelServiceUtils.loadObject(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, PageAdminLTE page, com.evolveum.midpoint.task.api.Task task, OperationResult result) static <O extends ObjectType>
List<O>WebComponentUtil.loadReferencedObjectList(List<ObjectReferenceType> refList, String operation, PageAdminLTE pageBase) static <O extends ObjectType>
List<O>WebComponentUtil.loadReferencedObjectList(List<ObjectReferenceType> refList, String operation, com.evolveum.midpoint.task.api.Task task, PageAdminLTE pageBase) static <T extends ObjectType>
Class<T>WebComponentUtil.qnameToClass(PrismContext prismContext, QName type, Class<T> returnType) static <O extends ObjectType>
PrismObject<O>WebModelServiceUtils.reconstructObject(Class<O> type, String oid, String eventIdentifier, com.evolveum.midpoint.task.api.Task task, OperationResult result) static <O extends ObjectType>
List<QName>WebComponentUtil.resolveObjectTypesToQNames(Collection<Class<? extends O>> types, PrismContext prismContext) Takes a collection of object types (classes) that may contain abstract types.static <T extends ObjectType>
PrismObject<T>WebModelServiceUtils.resolveReferenceNoFetch(Referencable reference, PageAdminLTE page, com.evolveum.midpoint.task.api.Task task, OperationResult result) static <T extends ObjectType>
@NotNull List<PrismObject<T>>WebModelServiceUtils.searchObjects(Class<T> type, ObjectQuery query, OperationResult result, PageAdminLTE page) static <T extends ObjectType>
@NotNull List<PrismObject<T>>WebModelServiceUtils.searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult result, PageAdminLTE page) static <T extends ObjectType>
@NotNull List<PrismObject<T>>WebModelServiceUtils.searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult result, PageAdminLTE page, PrismObject<UserType> principal) Methods in com.evolveum.midpoint.gui.api.util with parameters of type ObjectTypeModifier and TypeMethodDescriptionstatic StringWebComponentUtil.getEffectiveName(ObjectType object, QName propertyName) static StringWebComponentUtil.getEffectiveName(ObjectType object, QName propertyName, boolean translate) static StringWebComponentUtil.getName(ObjectType object) static StringWebComponentUtil.getName(ObjectType object, boolean translate) Method parameters in com.evolveum.midpoint.gui.api.util with type arguments of type ObjectTypeModifier and TypeMethodDescriptionstatic @NotNull List<InlineMenuItem>WebComponentUtil.createMenuItemsFromActions(@NotNull List<GuiActionType> actions, String operation, PageBase pageBase, @NotNull Supplier<Collection<? extends ObjectType>> selectedObjectsSupplier) static voidWebComponentUtil.createToastForCreateObject(org.apache.wicket.ajax.AjaxRequestTarget target, Class<? extends ObjectType> type) static voidWebComponentUtil.createToastForUpdateObject(org.apache.wicket.ajax.AjaxRequestTarget target, Class<? extends ObjectType> type) static booleanWebComponentUtil.isAuthorized(Class<? extends ObjectType> clazz) static voidWebModelServiceUtils.save(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, OperationResult result, com.evolveum.midpoint.task.api.Task task, PageAdminLTE page) -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.component
Classes in com.evolveum.midpoint.gui.impl.component with type parameters of type ObjectType -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.component.custom
Classes in com.evolveum.midpoint.gui.impl.component.custom with type parameters of type ObjectType -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.component.data.column
Methods in com.evolveum.midpoint.gui.impl.component.data.column with parameters of type ObjectTypeModifier and TypeMethodDescriptionprotected StringConfigurableExpressionColumn.getStringValueForObject(ObjectType object) -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.component.data.provider
Classes in com.evolveum.midpoint.gui.impl.component.data.provider with type parameters of type ObjectTypeModifier and TypeClassDescriptionclassObjectDataProvider<W extends Serializable,O extends ObjectType> classRepositoryObjectDataProvider<O extends ObjectType>classSelectableBeanObjectDataProvider<O extends ObjectType> -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.component.search.panel
Methods in com.evolveum.midpoint.gui.impl.component.search.panel with type parameters of type ObjectTypeModifier and TypeMethodDescriptionprotected <O extends ObjectType>
Class<O>ReferenceAutocomplete.getReferenceTargetObjectType() -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.component.tile
Classes in com.evolveum.midpoint.gui.impl.component.tile with type parameters of type ObjectTypeModifier and TypeClassDescriptionclassMultiSelectTileTablePanel<E extends Serializable,O extends ObjectType> classSelectableFocusTilePanel<O extends ObjectType>classSingleSelectTileTablePanel<O extends ObjectType> -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.component.wizard
Classes in com.evolveum.midpoint.gui.impl.component.wizard with type parameters of type ObjectTypeModifier and TypeClassDescriptionclassMultiSelectTileWizardStepPanel<SI extends Serializable,O extends ObjectType, ODM extends ObjectDetailsModels, V extends Containerable> classSelectTileWizardStepPanel<O extends ObjectType,ODM extends ObjectDetailsModels, V extends Containerable> classSingleTileWizardStepPanel<O extends ObjectType,ODM extends ObjectDetailsModels, V extends Containerable> -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.factory.wrapper
Classes in com.evolveum.midpoint.gui.impl.factory.wrapper with type parameters of type ObjectType -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.model
Classes in com.evolveum.midpoint.gui.impl.model with type parameters of type ObjectType -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.page.admin
Classes in com.evolveum.midpoint.gui.impl.page.admin with type parameters of type ObjectTypeModifier and TypeClassDescriptionclassAbstractObjectMainPanel<O extends ObjectType,M extends ObjectDetailsModels<O>> classAbstractPageObjectDetails<O extends ObjectType,ODM extends ObjectDetailsModels<O>> classCreateTemplatePanel<O extends ObjectType>classFormWrapperValidator<O extends ObjectType>Created by Viliam Repan (lazyman).classObjectDetailsModels<O extends ObjectType>classPageObjectModel<O extends ObjectType>Methods in com.evolveum.midpoint.gui.impl.page.admin that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionCollection<ObjectDelta<? extends ObjectType>>ObjectDetailsModels.collectDeltas(OperationResult result) Collection<ObjectDelta<? extends ObjectType>>ObjectDetailsModels.collectDeltaWithoutSavedDeltas(OperationResult result) protected Collection<ObjectDeltaOperation<? extends ObjectType>>AbstractPageObjectDetails.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ExecuteChangeOptionsDto options, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectChangeExecutor.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectChangesExecutorImpl.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectChangesExecutorImpl.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result) Executes changes on behalf of the parent page.Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectChangesExecutorImpl.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) Collection<ObjectDeltaOperation<? extends ObjectType>>ProgressAwareChangesExecutorImpl.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) Executes changes on behalf of the parent page.Collection<ObjectDeltaOperation<? extends ObjectType>>ProgressAwareChangesExecutorImpl.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) protected List<ObjectDelta<? extends ObjectType>>ObjectDetailsModels.getAdditionalModifyDeltas(OperationResult result) Collection<ObjectDeltaOperation<? extends ObjectType>>AbstractPageObjectDetails.saveOrPreviewPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, OperationResult result, boolean previewOnly) Collection<ObjectDeltaOperation<? extends ObjectType>>AbstractPageObjectDetails.saveOrPreviewPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, OperationResult result, boolean previewOnly, com.evolveum.midpoint.task.api.Task task) Method parameters in com.evolveum.midpoint.gui.impl.page.admin with type arguments of type ObjectTypeModifier and TypeMethodDescriptionprotected Collection<ObjectDeltaOperation<? extends ObjectType>>AbstractPageObjectDetails.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ExecuteChangeOptionsDto options, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectChangeExecutor.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectChangesExecutorImpl.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectChangesExecutorImpl.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result) Executes changes on behalf of the parent page.Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectChangesExecutorImpl.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) Collection<ObjectDeltaOperation<? extends ObjectType>>ProgressAwareChangesExecutorImpl.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) Executes changes on behalf of the parent page.Collection<ObjectDeltaOperation<? extends ObjectType>>ProgressAwareChangesExecutorImpl.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) protected booleanAbstractPageObjectDetails.noChangesToExecute(Collection<ObjectDelta<? extends ObjectType>> deltas, ExecuteChangeOptionsDto options) protected Collection<SimpleValidationError>ObjectDetailsModels.performCustomValidation(PrismObject<O> object, Collection<ObjectDelta<? extends ObjectType>> deltas) protected voidAbstractPageObjectDetails.postProcessResult(OperationResult result, Collection<ObjectDeltaOperation<? extends ObjectType>> executedDeltas, org.apache.wicket.ajax.AjaxRequestTarget target) -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component with type parameters of type ObjectTypeModifier and TypeMethodDescriptionstatic <O extends ObjectType,R extends AbstractRoleType>
voidMemberOperationsGuiHelper.assignMembers(PageBase pageBase, R targetRefObject, org.apache.wicket.ajax.AjaxRequestTarget target, Search search, List<QName> objectTypes, List<ObjectReferenceType> archetypeRefList, boolean isOrgTreePanelVisible) static <O extends ObjectType>
voidMemberOperationsGuiHelper.assignOrgMembers(PageBase pageBase, OrgType targetRefObject, org.apache.wicket.ajax.AjaxRequestTarget target, Search search, List<QName> objectTypes, List<ObjectReferenceType> archetypeRefList) Methods in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionprotected List<? extends ObjectType>AbstractRoleMemberPanel.getSelectedRealObjects()protected List<? extends ObjectType>GovernanceCardsPanel.getSelectedRealObjects() -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder.component.assignmentType.inducement
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder.component.assignmentType.inducement with type arguments of type ObjectTypeModifier and TypeMethodDescriptionInducedEntitlementsValidator.validateObject(PrismObject<? extends ObjectType> object, Collection<ObjectDelta<? extends ObjectType>> deltas) InducedEntitlementsValidator.validateObject(PrismObject<? extends ObjectType> object, Collection<ObjectDelta<? extends ObjectType>> deltas) -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.page.admin.component
Classes in com.evolveum.midpoint.gui.impl.page.admin.component with type parameters of type ObjectTypeModifier and TypeClassDescriptionclassGenericMultivalueContainerPanel<C extends Containerable,O extends ObjectType> classGenericSingleContainerPanel<C extends Containerable,O extends ObjectType> classOperationalButtonsPanel<O extends ObjectType>Use newOperationsPanelandOperationPanelPartto create proper HTML for this panel ("card" with fieldsets that are responsive)Methods in com.evolveum.midpoint.gui.impl.page.admin.component that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionModelContext<? extends ObjectType>ProgressPanel.getPreviewResult() -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.page.admin.component.preview
Classes in com.evolveum.midpoint.gui.impl.page.admin.component.preview with type parameters of type ObjectType -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.page.admin.focus
Classes in com.evolveum.midpoint.gui.impl.page.admin.focus with type parameters of type ObjectTypeMethods in com.evolveum.midpoint.gui.impl.page.admin.focus that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionprotected Collection<ObjectDeltaOperation<? extends ObjectType>>PageFocusDetails.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ExecuteChangeOptionsDto options, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) protected List<ObjectDelta<? extends ObjectType>>FocusDetailsModels.getAdditionalModifyDeltas(OperationResult result) Method parameters in com.evolveum.midpoint.gui.impl.page.admin.focus with type arguments of type ObjectTypeModifier and TypeMethodDescriptionprotected voidPageFocusDetails.collectObjectsForPreview(Map<PrismObject<F>, ModelContext<? extends ObjectType>> modelContextMap) protected Collection<ObjectDeltaOperation<? extends ObjectType>>PageFocusDetails.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ExecuteChangeOptionsDto options, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) protected voidPageFocusDetails.postProcessResult(OperationResult result, Collection<ObjectDeltaOperation<? extends ObjectType>> executedDeltas, org.apache.wicket.ajax.AjaxRequestTarget target) -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.page.admin.mark
Methods in com.evolveum.midpoint.gui.impl.page.admin.mark with type parameters of type ObjectTypeModifier and TypeMethodDescriptionprotected <AH extends ObjectType>
voidShadowMarkPanel.initMemberTable(org.apache.wicket.markup.html.form.Form<?> form) Methods in com.evolveum.midpoint.gui.impl.page.admin.mark that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionprotected List<? extends ObjectType>ShadowMarkPanel.getSelectedRealObjects() -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.page.admin.resource.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component with type parameters of type ObjectTypeModifier and TypeMethodDescriptionstatic <O extends ObjectType>
TemplateTile<SelectableBean<O>>TemplateTile.createTileFromObject(SelectableBean<O> object, PageBase pageBase) -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.page.admin.role.mining.model
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.mining.model that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionList<ObjectDelta<? extends ObjectType>>BusinessRoleDto.getObjectDeltas()Method parameters in com.evolveum.midpoint.gui.impl.page.admin.role.mining.model with type arguments of type ObjectTypeModifier and TypeMethodDescriptionvoidBusinessRoleDto.setObjectDeltas(List<ObjectDelta<? extends ObjectType>> objectDeltas) Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.role.mining.model with type arguments of type ObjectTypeModifierConstructorDescriptionBusinessRoleDto(PrismObject<UserType> prismObjectUser, PrismObject<RoleType> prismRoleObject, List<ObjectDelta<? extends ObjectType>> objectDeltas, int assignedCount, int unassignedCount, boolean include) -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.page.admin.simulation
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.simulation with type arguments of type ObjectTypeModifier and TypeMethodDescriptionstatic VisualizationSimulationsGuiUtil.createVisualization(ObjectDelta<? extends ObjectType> delta, PageBase page) -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.page.admin.task
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.task with type arguments of type ObjectTypeModifier and TypeMethodDescriptionprotected voidPageTask.postProcessResult(OperationResult result, Collection<ObjectDeltaOperation<? extends ObjectType>> executedDeltas, org.apache.wicket.ajax.AjaxRequestTarget target) -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.page.admin.user
Methods in com.evolveum.midpoint.gui.impl.page.admin.user that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionprotected Collection<ObjectDeltaOperation<? extends ObjectType>>PageUser.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ExecuteChangeOptionsDto options, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) Method parameters in com.evolveum.midpoint.gui.impl.page.admin.user with type arguments of type ObjectTypeModifier and TypeMethodDescriptionprotected voidPageUser.collectObjectsForPreview(Map<PrismObject<UserType>, ModelContext<? extends ObjectType>> prismObjectModelContextMap) protected Collection<ObjectDeltaOperation<? extends ObjectType>>PageUser.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ExecuteChangeOptionsDto options, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) protected booleanPageUser.noChangesToExecute(Collection<ObjectDelta<? extends ObjectType>> deltas, ExecuteChangeOptionsDto options) protected voidPageUser.processAdditionalFocalObjectsForPreview(Map<PrismObject<UserType>, ModelContext<? extends ObjectType>> modelContextMap) for now used only for delegation changes -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.page.self.credentials
Methods in com.evolveum.midpoint.gui.impl.page.self.credentials that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionPrismObject<? extends ObjectType>PasswordAccountDto.getObject()Method parameters in com.evolveum.midpoint.gui.impl.page.self.credentials with type arguments of type ObjectTypeModifier and TypeMethodDescriptionprotected voidChangePasswordPanel.collectDeltas(Collection<ObjectDelta<? extends ObjectType>> deltas, ProtectedStringType currentPassword, ItemPath valuePath) protected voidPropagatePasswordPanel.collectDeltas(Collection<ObjectDelta<? extends ObjectType>> deltas, ProtectedStringType currentPassword, ItemPath valuePath) Constructor parameters in com.evolveum.midpoint.gui.impl.page.self.credentials with type arguments of type ObjectTypeModifierConstructorDescriptionPasswordAccountDto(@NotNull PrismObject<? extends ObjectType> object, String displayName, String resourceName, Boolean enabled, boolean midpoint) -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.page.self.requestAccess
Methods in com.evolveum.midpoint.gui.impl.page.self.requestAccess that return types with arguments of type ObjectTypeMethod parameters in com.evolveum.midpoint.gui.impl.page.self.requestAccess with type arguments of type ObjectTypeModifier and TypeMethodDescriptionprotected voidCatalogItemDetailsPanel.addPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<ObjectType> model) protected voidCatalogItemDetailsPanel.closePerformed(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<ObjectType> model) -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.prism.panel
Classes in com.evolveum.midpoint.gui.impl.prism.panel with type parameters of type ObjectType -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.prism.wrapper
Classes in com.evolveum.midpoint.gui.impl.prism.wrapper with type parameters of type ObjectTypeModifier and TypeClassDescriptionclassPrismObjectValueWrapperImpl<O extends ObjectType>classPrismObjectWrapperImpl<O extends ObjectType>Methods in com.evolveum.midpoint.gui.impl.prism.wrapper with type parameters of type ObjectTypeModifier and TypeMethodDescription<OW extends PrismObjectWrapper<O>,O extends ObjectType>
OWItemWrapperImpl.findObjectWrapper()<OW extends PrismObjectWrapper<O>,O extends ObjectType>
OWValueMetadataWrapperImpl.findObjectWrapper()Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that return ObjectType -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.registry
Methods in com.evolveum.midpoint.gui.impl.registry with type parameters of type ObjectTypeModifier and TypeMethodDescription<O extends ObjectType>
PrismObjectWrapperFactory<O>GuiComponentRegistryImpl.getObjectWrapperFactory(PrismObjectDefinition<O> objectDef) -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.util
Fields in com.evolveum.midpoint.gui.impl.util with type parameters of type ObjectTypeModifier and TypeFieldDescriptionstatic final Map<Class<? extends ObjectType>,Class<? extends PageBase>> DetailsPageUtil.OBJECT_DETAILS_PAGE_MAPMethods in com.evolveum.midpoint.gui.impl.util with type parameters of type ObjectTypeModifier and TypeMethodDescriptionstatic <T extends ObjectType>
StringIconAndStylesUtil.createDefaultBlackIcon(QName objectType) static <T extends ObjectType>
StringIconAndStylesUtil.createDefaultColoredIcon(QName objectType) static <T extends ObjectType>
StringIconAndStylesUtil.createDefaultIcon(PrismObject<T> object) static <T extends ObjectType>
StringIconAndStylesUtil.getBoxCssClasses(QName objectType) static <T extends ObjectType>
StringIconAndStylesUtil.getBoxThinCssClasses(QName objectType) static <O extends ObjectType>
IconTypeIconAndStylesUtil.getIconForActivationStatus(O obj) static <O extends ObjectType>
IconTypeIconAndStylesUtil.getIconForLifecycleState(O obj) static <T extends ObjectType>
List<SelectableBean<T>>TableUtil.getSelectedModels(org.apache.wicket.extensions.markup.html.repeater.data.table.DataTable table) Methods in com.evolveum.midpoint.gui.impl.util that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionstatic Class<? extends ObjectType>DetailsPageUtil.getObjectTypeForDetailsPage(PageBase pageType) Method parameters in com.evolveum.midpoint.gui.impl.util with type arguments of type ObjectTypeModifier and TypeMethodDescriptionstatic voidDetailsPageUtil.dispatchToObjectDetailsPage(Class<? extends ObjectType> objectClass, String oid, org.apache.wicket.Component component, boolean failIfUnsupported) DetailsPageUtil.getNewlyCreatedObjectPage(Class<? extends ObjectType> type) DetailsPageUtil.getObjectDetailsPage(Class<? extends ObjectType> type) DetailsPageUtil.getObjectListPage(Class<? extends ObjectType> type) -
Uses of ObjectType in com.evolveum.midpoint.init
Methods in com.evolveum.midpoint.init with type parameters of type ObjectTypeModifier and TypeMethodDescriptionprotected <O extends ObjectType>
voidDataImport.preImportUpdate(PrismObject<O> object, com.evolveum.midpoint.task.api.Task task, OperationResult mainResult) -
Uses of ObjectType in com.evolveum.midpoint.model.api
Classes in com.evolveum.midpoint.model.api with type parameters of type ObjectTypeModifier and TypeClassDescriptionclassObjectTreeDeltas<T extends ObjectType>Structure that contains all primary changes requested: from focus as well as from projections.Methods in com.evolveum.midpoint.model.api with type parameters of type ObjectTypeModifier and TypeMethodDescription<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) TODOdefault <T extends ObjectType>
IntegerModelService.countObjects(TypedQuery<T> query, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) <T extends ObjectType>
IntegerModelService.countObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Count objects.static <T extends ObjectType>
ObjectTreeDeltas<T>ObjectTreeDeltas.fromObjectTreeDeltasType(ObjectTreeDeltasType deltasType) <O extends ObjectType>
StringModelInteractionService.generateNonce(NonceCredentialsPolicyType noncePolicy, com.evolveum.midpoint.task.api.Task task, OperationResult result) <O extends ObjectType>
voidModelInteractionService.generateValue(PrismObject<O> object, PolicyItemsDefinitionType policyItemsDefinition, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) <O extends ObjectType>
StringModelInteractionService.generateValue(ValuePolicyType policy, int defaultLength, boolean generateMinimalSize, PrismObject<O> object, String shortDesc, com.evolveum.midpoint.task.api.Task task, OperationResult inputResult) TEMPORARY.<T extends ObjectType>
ObjectFilterModelInteractionService.getAccessibleForAssignmentObjectsFilter(Class<T> searchResultType, ObjectFilter origFilter, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Returns a filter for lookup of users which are allowed to be objects during assign operation.<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.<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.<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.<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. provenance).<T extends ObjectType>
@NotNull PrismObject<T>ModelService.getObject(@NotNull Class<T> type, @NotNull String oid, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Returns object for provided OID.<O extends ObjectType>
voidModelService.importObject(PrismObject<O> object, ImportOptionsType options, com.evolveum.midpoint.task.api.Task task, OperationResult result) Import object.static <T extends ObjectType>
ObjectTreeDeltasTypeObjectTreeDeltas.mergeDeltas(ObjectTreeDeltasType deltaTree, ObjectDeltaType deltaToMerge) <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) <O extends ObjectType>
ProcessedObject<O>ModelService.parseProcessedObject(@NotNull SimulationResultProcessedObjectType bean, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) <F extends ObjectType>
ModelContext<F>ModelInteractionService.previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result) Computes the most likely changes triggered by the provided delta.<F extends ObjectType>
ModelContext<F>ModelInteractionService.previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, Collection<ProgressListener> listeners, OperationResult result) <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.<O extends ObjectType>
PrismObject<O>ModelAuditService.reconstructObject(Class<O> type, String oid, String eventIdentifier, com.evolveum.midpoint.task.api.Task task, OperationResult result) default <T extends ObjectType>
SearchResultList<PrismObject<T>>ModelService.searchObjects(TypedQuery<T> query, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) <T extends ObjectType>
SearchResultList<PrismObject<T>>ModelService.searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Search for objects.<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).<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) <O extends ObjectType>
ModelContextVisualizationModelInteractionService.visualizeModelContext(ModelContext<O> context, com.evolveum.midpoint.task.api.Task task, OperationResult result) Methods in com.evolveum.midpoint.model.api that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptiondefault Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result) Execute the provided object deltas.Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, Collection<ProgressListener> listeners, OperationResult parentResult) List<ObjectDelta<? extends ObjectType>>ObjectTreeDeltas.getDeltaList()<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.Methods in com.evolveum.midpoint.model.api with parameters of type ObjectTypeModifier and TypeMethodDescriptionvoidModelAuditRecorder.auditLoginSuccess(ObjectType object, com.evolveum.midpoint.security.api.ConnectionEnvironment connEnv) Method parameters in com.evolveum.midpoint.model.api with type arguments of type ObjectTypeModifier and TypeMethodDescription@NotNull Collection<EvaluatedPolicyRule>ModelInteractionService.evaluateCollectionPolicyRules(@NotNull PrismObject<ObjectCollectionType> collection, @Nullable CompiledObjectCollectionView preCompiledView, @Nullable Class<? extends ObjectType> targetTypeClass, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Returns all policy rules that apply to the collection.default Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result) Execute the provided object deltas.Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, Collection<ProgressListener> listeners, OperationResult parentResult) voidModelInteractionService.expandConfigurationObject(@NotNull PrismObject<? extends ObjectType> configurationObject, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) SeeProvisioningService.expandConfigurationObject(PrismObject, Task, OperationResult)for the description.booleanModelService.isSupportedByRepository(@NotNull Class<? extends ObjectType> type) Returns `true` if the particular object type is supported by the current repository.<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) @NotNull VisualizationModelInteractionService.visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, boolean includeOriginalObject, com.evolveum.midpoint.task.api.Task task, OperationResult result) @NotNull VisualizationModelInteractionService.visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, com.evolveum.midpoint.task.api.Task task, OperationResult result) @NotNull VisualizationModelInteractionService.visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, ObjectReferenceType objectRef, com.evolveum.midpoint.task.api.Task task, OperationResult result) @NotNull VisualizationModelInteractionService.visualizeDelta(ObjectDelta<? extends ObjectType> delta, com.evolveum.midpoint.task.api.Task task, OperationResult result) ModelInteractionService.visualizeDeltas(List<ObjectDelta<? extends ObjectType>> deltas, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of ObjectType in com.evolveum.midpoint.model.api.authentication
Methods in com.evolveum.midpoint.model.api.authentication with type parameters of type ObjectTypeModifier and TypeMethodDescription<O extends ObjectType>
@NotNull List<CompiledObjectCollectionView>CompiledGuiProfile.findAllApplicableArchetypeViews(@NotNull Class<O> objectType) <O extends ObjectType>
@NotNull List<CompiledObjectCollectionView>CompiledGuiProfile.findAllApplicableArchetypeViews(@NotNull Class<O> objectType, OperationTypeType operationType) <O extends ObjectType>
@NotNull List<CompiledObjectCollectionView>CompiledGuiProfile.findAllApplicableObjectCollectionViews(Class<O> compileTimeClass) Find all views that are applicable for a particular object type.<O extends ObjectType>
@Nullable CompiledObjectCollectionViewCompiledGuiProfile.findApplicableArchetypeView(@NotNull String archetypeOid) Find archetype view for archetype defined by oid.<O extends ObjectType>
GuiObjectDetailsPageTypeCompiledGuiProfile.findObjectDetailsConfiguration(Class<O> compileTimeClass) <O extends ObjectType>
GuiObjectDetailsPageTypeCompiledGuiProfile.findObjectDetailsConfiguration(QName typeQName) <O extends ObjectType>
GuiResourceDetailsPageTypeCompiledGuiProfile.findResourceDetailsConfiguration(String connectorOid) <O extends ObjectType>
GuiShadowDetailsPageTypeCompiledGuiProfile.findShadowDetailsConfiguration(ResourceShadowCoordinates coordinates) -
Uses of ObjectType in com.evolveum.midpoint.model.api.context
Classes in com.evolveum.midpoint.model.api.context with type parameters of type ObjectTypeModifier and TypeInterfaceDescriptioninterfaceModelContext<F extends ObjectType>interfaceModelElementContext<O extends ObjectType>Methods in com.evolveum.midpoint.model.api.context that return ObjectTypeModifier and TypeMethodDescription@NotNull ObjectTypeEvaluatedExclusionTrigger.getConflictingTarget()AssignmentPath.getProtoRole()In the context of meta-roles this is the role that the currently-processed inducement "applies to".AssignmentPathSegment.getSource()AssignmentPathSegment.getTarget()@NotNull ObjectTypeEvaluatedExclusionTrigger.getThisTarget()Methods in com.evolveum.midpoint.model.api.context that return types with arguments of type ObjectTypeModifier and TypeMethodDescription@NotNull List<ObjectType>AssignmentPath.getFirstOrderChain()Returns a "user understandable" part of this path.Methods in com.evolveum.midpoint.model.api.context with parameters of type ObjectTypeConstructors in com.evolveum.midpoint.model.api.context with parameters of type ObjectTypeModifierConstructorDescriptionEvaluatedExclusionTrigger(@NotNull ExclusionPolicyConstraintType constraint, LocalizableMessage message, LocalizableMessage shortMessage, @NotNull EvaluatedAssignment thisAssignment, @NotNull EvaluatedAssignment conflictingAssignment, @NotNull ObjectType thisTarget, @NotNull ObjectType conflictingTarget, @NotNull AssignmentPath thisPath, @NotNull AssignmentPath conflictingPath, boolean enforcementOverride) -
Uses of ObjectType in com.evolveum.midpoint.model.api.correlation
Methods in com.evolveum.midpoint.model.api.correlation with type parameters of type ObjectTypeModifier and TypeMethodDescription<F extends ObjectType>
@NotNull List<F>CompleteCorrelationResult.getAllCandidates(@NotNull Class<F> focusType) Returns all candidates of given type.Methods in com.evolveum.midpoint.model.api.correlation that return ObjectTypeModifier and TypeMethodDescription@Nullable ObjectTypeCompleteCorrelationResult.getOwner()@NotNull ObjectTypeCorrelationContext.Focus.getPrimaryCorrelatedObject()abstract @NotNull ObjectTypeCorrelationContext.getPrimaryCorrelatedObject()Returns the object (e.g. shadow or focus) that is being correlated.@NotNull ObjectTypeCorrelationContext.Shadow.getPrimaryCorrelatedObject()Methods in com.evolveum.midpoint.model.api.correlation that return types with arguments of type ObjectTypeModifier and TypeMethodDescription@NotNull Class<? extends ObjectType>CorrelationContext.getFocusType()Methods in com.evolveum.midpoint.model.api.correlation with parameters of type ObjectTypeModifier and TypeMethodDescriptionstatic CompleteCorrelationResultCompleteCorrelationResult.existingOwner(@NotNull ObjectType owner, @Nullable CandidateOwnersMap candidateOwnersMap, @Nullable ResourceObjectOwnerOptionsType optionsBean) -
Uses of ObjectType in com.evolveum.midpoint.model.api.correlator
Methods in com.evolveum.midpoint.model.api.correlator that return ObjectTypeMethods in com.evolveum.midpoint.model.api.correlator with parameters of type ObjectTypeModifier and TypeMethodDescriptionvoidCandidateOwnersMap.put(@NotNull ObjectType candidate, @Nullable String externalId, double confidence) Constructors in com.evolveum.midpoint.model.api.correlator with parameters of type ObjectTypeModifierConstructorDescriptionCandidateOwner(@NotNull ObjectType object, @Nullable String externalId, double confidence) -
Uses of ObjectType in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr with type parameters of type ObjectTypeModifier and TypeMethodDescription<T extends ObjectType>
StringMidpointFunctions.addObject(PrismObject<T> newObject) <T extends ObjectType>
StringMidpointFunctions.addObject(PrismObject<T> newObject, ModelExecuteOptions options) <T extends ObjectType>
StringMidpointFunctions.addObject(T newObject) <T extends ObjectType>
StringMidpointFunctions.addObject(T newObject, ModelExecuteOptions options) 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) <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.<T extends ObjectType>
voidMidpointFunctions.deleteObject(Class<T> type, String oid) <T extends ObjectType>
voidMidpointFunctions.deleteObject(Class<T> type, String oid, ModelExecuteOptions options) <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) <F extends ObjectType>
ModelElementContext<F>MidpointFunctions.getFocusContext()<F extends ObjectType>
ModelContext<F>MidpointFunctions.getModelContext()<T extends ObjectType>
TReturns object for provided OID.<T extends ObjectType>
TMidpointFunctions.getObject(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options) Returns object for provided OID.<O extends ObjectType,T>
List<O>MidpointFunctions.getObjectsInConflictOnPropertyValue(O objectType, String propertyPathString, T propertyValue, boolean getAllConflicting) default <O extends ObjectType>
booleanMidpointFunctions.hasArchetype(O object, String archetypeOid) <F extends ObjectType>
booleanMidpointFunctions.hasLinkedAccount(String resourceOid) <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) <T extends ObjectType>
TMidpointFunctions.resolveReference(ObjectReferenceType reference) <T extends ObjectType>
TMidpointFunctions.resolveReferenceIfExists(ObjectReferenceType reference) <T extends ObjectType>
TMidpointFunctions.searchObjectByName(Class<T> type, PolyString name) Search for objects by name.<T extends ObjectType>
TMidpointFunctions.searchObjectByName(Class<T> type, PolyStringType name) Search for objects by name.<T extends ObjectType>
TMidpointFunctions.searchObjectByName(Class<T> type, String name) Search for objects by name.<T extends ObjectType>
List<T>MidpointFunctions.searchObjects(TypedQuery<T> query) <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).Methods in com.evolveum.midpoint.model.api.expr with parameters of type ObjectTypeModifier and TypeMethodDescriptionMidpointFunctions.getArchetypeOids(ObjectType object) Returns a list of archetype OIDs for given object.MidpointFunctions.getParentOrgByArchetype(ObjectType object, String archetypeOid) Returns parent org of the specified object that have a specific archetype.OrgStructFunctions.getParentOrgByArchetype(ObjectType object, String archetypeOid, boolean preAuthorized) MidpointFunctions.getParentOrgByOrgType(ObjectType object, String orgType) Returns parent org of the specified object that have a specific orgType.OrgStructFunctions.getParentOrgByOrgType(ObjectType object, String orgType, boolean preAuthorized) MidpointFunctions.getParentOrgs(ObjectType object) Returns all parent orgs of the specified object.MidpointFunctions.getParentOrgs(ObjectType object, String relation, String orgType) Returns parent orgs of the specified object that have a specific relation and orgType.MidpointFunctions.getParentOrgs(ObjectType object, QName relation, String orgType) Returns parent orgs of the specified object that have a specific relation and orgType.OrgStructFunctions.getParentOrgs(ObjectType object, boolean preAuthorized) OrgStructFunctions.getParentOrgs(ObjectType object, String relation, String orgType, boolean preAuthorized) OrgStructFunctions.getParentOrgs(ObjectType object, QName relation, @NotNull Predicate<OrgType> predicate, boolean preAuthorized) OrgStructFunctions.getParentOrgs(ObjectType object, QName relation, String orgType, boolean preAuthorized) MidpointFunctions.getParentOrgsByRelation(ObjectType object, String relation) Returns parent orgs of the specified object that have a specific relation.MidpointFunctions.getParentOrgsByRelation(ObjectType object, QName relation) Returns parent orgs of the specified object that have a specific relation.OrgStructFunctions.getParentOrgsByRelation(ObjectType object, String relation, boolean preAuthorized) OrgStructFunctions.getParentOrgsByRelation(ObjectType object, QName relation, boolean preAuthorized) booleanMidpointFunctions.isDirectlyAssigned(ObjectType target) <F extends FocusType>
booleanMidpointFunctions.isDirectlyAssigned(F focusType, ObjectType target) default booleanMidpointFunctions.isEffectivelyEnabled(@Nullable ObjectType object) Returns true if the object is effectively enabled.<T> booleanMidpointFunctions.isUniquePropertyValue(ObjectType objectType, String propertyPathString, T propertyValue) Method parameters in com.evolveum.midpoint.model.api.expr with type arguments of type ObjectTypeModifier and TypeMethodDescriptionbooleanOptimizingTriggerCreator.createForNamedObject(@NotNull Class<? extends ObjectType> type, @NotNull String name) Creates a trigger for the object with the given name.booleanOptimizingTriggerCreator.createForObject(@NotNull Class<? extends ObjectType> type, @NotNull String oid) Creates a trigger to the user with the given OID.voidMidpointFunctions.createRecomputeTrigger(Class<? extends ObjectType> type, String oid) Goes directly to repository service.voidMidpointFunctions.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas) Execute the provided object deltas.voidMidpointFunctions.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options) Execute the provided object deltas.<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) -
Uses of ObjectType in com.evolveum.midpoint.model.api.hooks
Methods in com.evolveum.midpoint.model.api.hooks with type parameters of type ObjectTypeModifier and TypeMethodDescription<O extends ObjectType>
HookOperationModeChangeHook.invoke(@NotNull ModelContext<O> context, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Generic method to be implemented by the hook.<T extends ObjectType>
voidReadHook.invoke(PrismObject<T> object, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) todoMethod parameters in com.evolveum.midpoint.model.api.hooks with type arguments of type ObjectTypeModifier and TypeMethodDescriptiondefault voidChangeHook.invokePreview(@NotNull ModelContext<? extends ObjectType> context, com.evolveum.midpoint.task.api.Task task, OperationResult result) Invokes the hook in "preview mode".default voidHookRegistry.invokeReadHooks(PrismObject<? extends ObjectType> object, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult result) Unused for now, as we have no read hooks today. -
Uses of ObjectType in com.evolveum.midpoint.model.api.mining
Methods in com.evolveum.midpoint.model.api.mining with type parameters of type ObjectTypeModifier and TypeMethodDescription<T extends ObjectType>
@Nullable PrismObject<T>RoleAnalysisService.getObject(@NotNull Class<T> objectTypeClass, @NotNull String oid, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Retrieves a PrismObject based on its OID. -
Uses of ObjectType in com.evolveum.midpoint.model.api.simulation
Classes in com.evolveum.midpoint.model.api.simulation with type parameters of type ObjectTypeModifier and TypeInterfaceDescriptioninterfaceProcessedObject<O extends ObjectType>Parsed analogy ofSimulationResultProcessedObjectType. -
Uses of ObjectType in com.evolveum.midpoint.model.api.trigger
Methods in com.evolveum.midpoint.model.api.trigger with type parameters of type ObjectTypeModifier and TypeMethodDescription<O extends ObjectType>
Collection<TriggerType>MultipleTriggersHandler.handle(@NotNull PrismObject<O> object, @NotNull Collection<TriggerType> triggers, @NotNull com.evolveum.midpoint.task.api.RunningTask task, @NotNull OperationResult result) Precondition: triggers have the same timestamp -
Uses of ObjectType in com.evolveum.midpoint.model.api.util
Classes in com.evolveum.midpoint.model.api.util with type parameters of type ObjectTypeMethods in com.evolveum.midpoint.model.api.util with type parameters of type ObjectTypeModifier and TypeMethodDescription<F extends ObjectType>
voidClockworkInspector.afterMappingEvaluation(ModelContext<F> context, Mapping<?, ?> evaluatedMapping) May be used to gather profiling data, etc.<F extends ObjectType>
voidClockworkInspector.clockworkFinish(ModelContext<F> context) <F extends ObjectType>
voidClockworkInspector.clockworkStart(ModelContext<F> context) <F extends ObjectType>
voidClockworkInspector.clockworkStateSwitch(ModelContext<F> contextBefore, ModelState newState) <F extends ObjectType>
voidClockworkInspector.projectorFinish(ModelContext<F> context) <F extends ObjectType>
voidClockworkInspector.projectorStart(ModelContext<F> context) static <O extends ObjectType>
ModelContext<O>ModelContextUtil.unwrapModelContext(LensContextType lensContextType, ModelInteractionService modelInteractionService, com.evolveum.midpoint.task.api.Task opTask, OperationResult result) Methods in com.evolveum.midpoint.model.api.util that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionList<PrismObject<? extends ObjectType>>ReferenceResolver.resolve(@NotNull ObjectReferenceType reference, Collection<SelectorOptions<GetOperationOptions>> options, @NotNull ReferenceResolver.Source source, ReferenceResolver.FilterExpressionEvaluator filterExpressionEvaluator, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of ObjectType in com.evolveum.midpoint.ninja.action
Method parameters in com.evolveum.midpoint.ninja.action with type arguments of type ObjectTypeModifier and TypeMethodDescriptionAbstractRepositorySearchAction.createConsumer(BlockingQueue<ObjectType> queue, OperationStatus operation) ExportConfigurationAction.createConsumer(BlockingQueue<ObjectType> queue, OperationStatus operation) ExportFocusStatisticsAction.createConsumer(BlockingQueue<ObjectType> queue, OperationStatus operation) ExportRepositoryAction.createConsumer(BlockingQueue<ObjectType> queue, OperationStatus operation) ExportResourceSchemaAction.createConsumer(BlockingQueue<ObjectType> queue, OperationStatus operation) protected Callable<VerifyResult>VerifyAction.createConsumer(BlockingQueue<ObjectType> queue, OperationStatus operation) -
Uses of ObjectType in com.evolveum.midpoint.ninja.action.stats
Methods in com.evolveum.midpoint.ninja.action.stats with parameters of type ObjectTypeModifier and TypeMethodDescriptionprotected voidExportFocusStatisticsWorker.write(Writer writer, ObjectType object) Method parameters in com.evolveum.midpoint.ninja.action.stats with type arguments of type ObjectTypeModifier and TypeMethodDescriptionExportFocusStatisticsAction.createConsumer(BlockingQueue<ObjectType> queue, OperationStatus operation) Constructor parameters in com.evolveum.midpoint.ninja.action.stats with type arguments of type ObjectTypeModifierConstructorDescriptionExportFocusStatisticsWorker(NinjaContext context, ExportOptions options, BlockingQueue<ObjectType> queue, OperationStatus operation, StatsCounter statsCounter) -
Uses of ObjectType in com.evolveum.midpoint.ninja.action.upgrade
Classes in com.evolveum.midpoint.ninja.action.upgrade with type parameters of type ObjectTypeMethods in com.evolveum.midpoint.ninja.action.upgrade with type parameters of type ObjectTypeModifier and TypeMethodDescription<O extends ObjectType>
@NotNull UpgradeObjectResultUpgradeObjectHandler.execute(PrismObject<O> object) Filters out items that are not applicable for upgrade, applies delta to object. -
Uses of ObjectType in com.evolveum.midpoint.ninja.action.upgrade.action
Method parameters in com.evolveum.midpoint.ninja.action.upgrade.action with type arguments of type ObjectTypeModifier and TypeMethodDescriptionprotected Callable<ActionResult<UpgradeObjectsItemsSummary>>UpgradeObjectsAction.createConsumer(BlockingQueue<ObjectType> queue, OperationStatus operation) -
Uses of ObjectType in com.evolveum.midpoint.ninja.action.worker
Methods in com.evolveum.midpoint.ninja.action.worker with parameters of type ObjectTypeModifier and TypeMethodDescriptionprotected voidExportConfigurationSeparateWorker.write(Writer writer, ObjectType object) protected voidExportConsumerWorker.write(Writer writer, ObjectType object) protected voidExportFocusStatisticsWorker.write(Writer writer, ObjectType object) protected voidVerifyConsumerWorker.write(Writer writer, ObjectType object) Method parameters in com.evolveum.midpoint.ninja.action.worker with type arguments of type ObjectTypeModifier and TypeMethodDescriptionprotected voidExportConfigurationWorker.editObject(PrismObject<? extends ObjectType> prismObject) protected voidExportConsumerWorker.editObject(PrismObject<? extends ObjectType> prismObject) protected booleanExportConsumerWorker.shouldSkipObject(PrismObject<? extends ObjectType> prismObject) Constructor parameters in com.evolveum.midpoint.ninja.action.worker with type arguments of type ObjectTypeModifierConstructorDescriptionExportConfigurationSeparateWorker(NinjaContext context, ExportOptions options, BlockingQueue<ObjectType> queue, OperationStatus operation) ExportConfigurationWorker(NinjaContext context, ExportOptions options, BlockingQueue<ObjectType> queue, OperationStatus operation) ExportConsumerWorker(NinjaContext context, ExportOptions options, BlockingQueue<ObjectType> queue, OperationStatus operation) ExportFocusStatisticsWorker(NinjaContext context, ExportOptions options, BlockingQueue<ObjectType> queue, OperationStatus operation) ImportRepositoryConsumerWorker(NinjaContext context, ImportOptions options, BlockingQueue<ObjectType> queue, OperationStatus operation, List<ImportRepositoryConsumerWorker> consumers) SearchProducerWorker(NinjaContext context, ExportOptions options, BlockingQueue<ObjectType> queue, OperationStatus operation, List<SearchProducerWorker> producers, ObjectTypes type, ObjectQuery query) VerifyConsumerWorker(NinjaContext context, VerifyOptions options, BlockingQueue<ObjectType> queue, OperationStatus operation) -
Uses of ObjectType in com.evolveum.midpoint.schema
Classes in com.evolveum.midpoint.schema with type parameters of type ObjectTypeModifier and TypeClassDescriptionclassAbstractSummarizingResultHandler<T extends ObjectType>Class providesOperationResultsummarizing functionality for result handler.classObjectDeltaOperation<O extends ObjectType>interfaceResultHandler<T extends ObjectType>Classes implementing this interface are used to handle iterative results.Methods in com.evolveum.midpoint.schema with type parameters of type ObjectTypeModifier and TypeMethodDescriptionstatic <O extends ObjectType>
ObjectDeltaOperation<O>ObjectDeltaOperation.findAddDelta(Collection<ObjectDeltaOperation<? extends ObjectType>> executedChanges, PrismObject<O> object) static <O extends ObjectType>
StringObjectDeltaOperation.findAddDeltaOid(Collection<ObjectDeltaOperation<? extends ObjectType>> executedChanges, PrismObject<O> object) static <O extends ObjectType>
@NotNull List<ObjectDeltaOperation<? extends O>>ObjectDeltaOperation.findAddDeltas(@NotNull Collection<ObjectDeltaOperation<? extends ObjectType>> executedChanges, @NotNull Class<O> objectType) Returns ADD deltas corresponding to given `objectType`static <O extends ObjectType>
StringObjectDeltaOperation.shorterDebugDump(List<? extends ObjectDeltaOperation<O>> deltaOps, int indent) Methods in com.evolveum.midpoint.schema that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionstatic Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectDeltaOperation.cloneCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> origCollection) static Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectDeltaOperation.cloneDeltaCollection(Collection<ObjectDelta<? extends ObjectType>> origCollection) static Collection<ObjectDelta<? extends ObjectType>>DeltaConvertor.createObjectDeltas(ObjectDeltaListType deltaList, PrismContext prismContext) Object deltas: XML (api-types-3) -> native Dubious.static ObjectDeltaOperation<? extends ObjectType>ObjectDeltaOperation.findFocusDeltaInCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> odos) Method parameters in com.evolveum.midpoint.schema with type arguments of type ObjectTypeModifier and TypeMethodDescriptionstatic Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectDeltaOperation.cloneCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> origCollection) static Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectDeltaOperation.cloneDeltaCollection(Collection<ObjectDelta<? extends ObjectType>> origCollection) @NotNull PrismReferenceValueSchemaService.createReferenceValue(@NotNull String oid, @NotNull Class<? extends ObjectType> schemaType) static <O extends ObjectType>
ObjectDeltaOperation<O>ObjectDeltaOperation.findAddDelta(Collection<ObjectDeltaOperation<? extends ObjectType>> executedChanges, PrismObject<O> object) static <O extends ObjectType>
StringObjectDeltaOperation.findAddDeltaOid(Collection<ObjectDeltaOperation<? extends ObjectType>> executedChanges, PrismObject<O> object) static @NotNull StringObjectDeltaOperation.findAddDeltaOidRequired(@NotNull Collection<ObjectDeltaOperation<? extends ObjectType>> executedChanges, @NotNull Class<? extends ObjectType> type) static @NotNull StringObjectDeltaOperation.findAddDeltaOidRequired(@NotNull Collection<ObjectDeltaOperation<? extends ObjectType>> executedChanges, @NotNull Class<? extends ObjectType> type) static <O extends ObjectType>
@NotNull List<ObjectDeltaOperation<? extends O>>ObjectDeltaOperation.findAddDeltas(@NotNull Collection<ObjectDeltaOperation<? extends ObjectType>> executedChanges, @NotNull Class<O> objectType) Returns ADD deltas corresponding to given `objectType`static ObjectDeltaOperation<? extends ObjectType>ObjectDeltaOperation.findFocusDeltaInCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> odos) static StringObjectDeltaOperation.findFocusDeltaOidInCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> odos) static StringObjectDeltaOperation.findProjectionDeltaOidInCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> executeChanges) ObjectDeltaOperation.findProjectionDeltaOidsInCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> executeChanges) static List<ObjectDeltaOperation<ShadowType>>ObjectDeltaOperation.findProjectionDeltasInCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> odos) -
Uses of ObjectType in com.evolveum.midpoint.schema.config
Methods in com.evolveum.midpoint.schema.config that return ObjectTypeModifier and TypeMethodDescription@NotNull ObjectTypeConfigurationItemOrigin.InDelta.getTargetObject()Methods in com.evolveum.midpoint.schema.config that return types with arguments of type ObjectTypeModifier and TypeMethodDescription@NotNull PrismObject<? extends ObjectType>ConfigurationItemOrigin.InObject.getOriginatingPrismObject()@NotNull PrismObject<? extends ObjectType>ConfigurationItemOrigin.InDelta.getTargetPrismObject()Methods in com.evolveum.midpoint.schema.config with parameters of type ObjectTypeModifier and TypeMethodDescriptionstatic ConfigurationItemOriginConfigurationItemOrigin.inDelta(@NotNull ObjectType targetObject, @NotNull ItemPath path) static ConfigurationItemOriginConfigurationItemOrigin.inObject(@NotNull ObjectType originatingObject, @NotNull ItemPath path) static ConfigurationItemOriginConfigurationItemOrigin.inObjectApproximate(@NotNull ObjectType originatingObject, @NotNull ItemPath knownPath) -
Uses of ObjectType in com.evolveum.midpoint.schema.constants
Methods in com.evolveum.midpoint.schema.constants with type parameters of type ObjectTypeModifier and TypeMethodDescription<O extends ObjectType>
@NotNull Class<O>ObjectTypes.getClassDefinition()static <O extends ObjectType>
@NotNull Class<O>ObjectTypes.getObjectTypeClass(QName typeName) static <O extends ObjectType>
Class<O>ObjectTypes.getObjectTypeClassIfKnown(QName typeName) Methods in com.evolveum.midpoint.schema.constants that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionstatic List<Class<? extends ObjectType>>ObjectTypes.getAllObjectTypes()static @NotNull Class<? extends ObjectType>ObjectTypes.getClassFromRestType(String restType) static Class<? extends ObjectType>ObjectTypes.getObjectTypeClass(String typeNameLocal) Methods in com.evolveum.midpoint.schema.constants with parameters of type ObjectTypeModifier and TypeMethodDescriptionstatic booleanObjectTypes.isManagedByProvisioning(ObjectType object) Method parameters in com.evolveum.midpoint.schema.constants with type arguments of type ObjectTypeModifier and TypeMethodDescriptionstatic ObjectTypes.ObjectManagerObjectTypes.getObjectManagerForClass(Class<? extends ObjectType> clazz) static @NotNull ObjectTypesObjectTypes.getObjectType(@NotNull Class<? extends ObjectType> objectType) static booleanObjectTypes.isClassManagedByProvisioning(Class<? extends ObjectType> clazz) static booleanObjectTypes.isClassManagedByTaskManager(@NotNull Class<? extends ObjectType> clazz) static booleanObjectTypes.isObjectTypeManagedByProvisioning(Class<? extends ObjectType> objectType) -
Uses of ObjectType in com.evolveum.midpoint.schema.expression
Methods in com.evolveum.midpoint.schema.expression with type parameters of type ObjectTypeModifier and TypeMethodDescription<O extends ObjectType>
PrismObject<O>VariablesMap.getValueNew(String name) <O extends ObjectType>
TypedValue<O>VariablesMap.putObject(String key, PrismObject<O> object, Class<O> expectedClass) Convenience method to put objects with definition.<O extends ObjectType>
TypedValue<O>Convenience method to put objects with definition.Methods in com.evolveum.midpoint.schema.expression with parameters of type ObjectTypeModifier and TypeMethodDescriptionvoidVariablesMap.addVariableWithDeterminedDefinition(@NotNull String name, @NotNull ObjectType value) Tries to determine the definition of the variable value. -
Uses of ObjectType in com.evolveum.midpoint.schema.internals
Methods in com.evolveum.midpoint.schema.internals with type parameters of type ObjectTypeModifier and TypeMethodDescription<O extends ObjectType>
voidInternalInspector.inspectRepositoryRead(Class<O> type, String oid) static <O extends ObjectType>
voidInternalMonitor.recordRepositoryRead(Class<O> type, String oid) -
Uses of ObjectType in com.evolveum.midpoint.schema.merger
Methods in com.evolveum.midpoint.schema.merger with type parameters of type ObjectTypeModifier and TypeMethodDescriptionstatic <O extends ObjectType>
booleanSimpleObjectMergeOperation.isMergeSupported(@NotNull PrismObject<O> target) Returns true if the merge is supported (and was reviewed, tested) for the given object type.static <O extends ObjectType>
voidSimpleObjectMergeOperation.merge(@NotNull PrismObject<O> target, @NotNull PrismObject<O> source) Constructors in com.evolveum.midpoint.schema.merger with parameters of type ObjectTypeModifierConstructorDescriptionSimpleObjectMergeOperation(@Nullable OriginMarker originMarker, @NotNull ObjectType target, @NotNull ObjectType source) -
Uses of ObjectType in com.evolveum.midpoint.schema.result
Methods in com.evolveum.midpoint.schema.result with parameters of type ObjectTypeModifier and TypeMethodDescriptionOperationResult.addContext(String name, ObjectType value) OperationResultBuilder.addContext(String name, ObjectType value) OperationResult.addParam(String name, ObjectType value) OperationResultBuilder.addParam(String name, ObjectType value) voidOperationResult.addReturn(String name, ObjectType value) Method parameters in com.evolveum.midpoint.schema.result with type arguments of type ObjectTypeModifier and TypeMethodDescriptionOperationResult.addContext(String name, PrismObject<? extends ObjectType> value) OperationResultBuilder.addContext(String name, PrismObject<? extends ObjectType> value) OperationResult.addParam(String name, PrismObject<? extends ObjectType> value) OperationResultBuilder.addParam(String name, PrismObject<? extends ObjectType> value) voidOperationResult.addReturn(String name, PrismObject<? extends ObjectType> value) -
Uses of ObjectType in com.evolveum.midpoint.schema.selector.eval
Methods in com.evolveum.midpoint.schema.selector.eval with type parameters of type ObjectTypeModifier and TypeMethodDescription<O extends ObjectType>
booleanOrgTreeEvaluator.isAncestor(PrismObject<O> object, String descendantOrgOid) Returns `true` if the `object` is above organization identified with `descendantOrgOid`.<O extends ObjectType>
booleanOrgTreeEvaluator.isDescendant(PrismObject<O> object, String ancestorOrgOid) Returns `true` if the `object` is under the organization identified with `ancestorOrgOid`.<F extends FocusType,O extends ObjectType>
Collection<PrismObject<F>>OwnerResolver.resolveOwner(PrismObject<O> object) Returns the owner of the provided object.Methods in com.evolveum.midpoint.schema.selector.eval that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionPrismObject<? extends ObjectType>ObjectResolver.resolveReference(ObjectReferenceType ref, Object context, String referenceName) TODOPrismObject<? extends ObjectType>SelectorProcessingContext.resolveReference(ObjectReferenceType ref, Object context, String referenceName) Resolves reference to full object. -
Uses of ObjectType in com.evolveum.midpoint.schema.statistics
Methods in com.evolveum.midpoint.schema.statistics with type parameters of type ObjectTypeModifier and TypeMethodDescription<T extends ObjectType>
voidActionsExecutedCollector.recordActionExecuted(PrismObject<T> object, Class<T> objectTypeClass, String defaultOid, ChangeType changeType, String channel, Throwable exception) <T extends ObjectType>
voidTaskActionsExecutedCollector.recordObjectActionExecuted(PrismObject<T> object, Class<T> objectTypeClass, String defaultOid, ChangeType changeType, String channel, Throwable exception) Method parameters in com.evolveum.midpoint.schema.statistics with type arguments of type ObjectTypeModifier and TypeMethodDescriptiondefault @NotNull OperationTaskIterativeOperationCollector.recordIterativeOperationStart(PrismObject<? extends ObjectType> object) Records the start of iterative operation.voidTaskActionsExecutedCollector.recordObjectActionExecuted(PrismObject<? extends ObjectType> object, ChangeType changeType, Throwable exception) Logs under default channel known to the current task.Constructor parameters in com.evolveum.midpoint.schema.statistics with type arguments of type ObjectTypeModifierConstructorDescriptionIterationItemInformation(PrismObject<? extends ObjectType> object) IterationItemInformation(PrismObject<? extends ObjectType> object, PrismContext prismContext) -
Uses of ObjectType in com.evolveum.midpoint.schema.traces
Constructor parameters in com.evolveum.midpoint.schema.traces with type arguments of type ObjectTypeModifierConstructorDescriptionViewedObject(String label, PrismObject<? extends ObjectType> object) -
Uses of ObjectType in com.evolveum.midpoint.schema.util
Classes in com.evolveum.midpoint.schema.util with type parameters of type ObjectTypeModifier and TypeClassDescriptionclassObjectSet<O extends ObjectType>This is a set of objects that considers objects being equal by simply comparing their OIDs.Methods in com.evolveum.midpoint.schema.util with type parameters of type ObjectTypeModifier and TypeMethodDescriptionstatic <O extends ObjectType>
booleanMiscSchemaUtil.canBeAssignedFrom(QName requiredTypeQName, Class<O> providedTypeClass) static <T extends ObjectType>
@NotNull AssignmentTypeObjectTypeUtil.createAssignmentTo(@NotNull PrismObject<T> object) static <T extends ObjectType>
@NotNull AssignmentTypeObjectTypeUtil.createAssignmentTo(@NotNull PrismObject<T> object, PrismContext prismContext) static <T extends ObjectType>
@NotNull AssignmentTypeObjectTypeUtil.createAssignmentTo(@NotNull PrismObject<T> object, QName relation) static <T extends ObjectType>
@NotNull AssignmentTypeObjectTypeUtil.createAssignmentTo(@NotNull PrismReferenceValue ref) static <T extends ObjectType>
AssignmentTypeObjectTypeUtil.createAssignmentTo(@NotNull PrismReferenceValue ref, @Nullable PrismContext ignored) Deprecated.static <T extends ObjectType>
@NotNull AssignmentTypeObjectTypeUtil.createAssignmentTo(@NotNull String oid, @NotNull ObjectTypes type) static <T extends ObjectType>
AssignmentTypeObjectTypeUtil.createAssignmentTo(@NotNull String oid, @NotNull ObjectTypes type, @Nullable PrismContext ignored) Deprecated.static <T extends ObjectType>
@NotNull AssignmentTypeObjectTypeUtil.createAssignmentTo(T objectType, QName relation) static <O extends ObjectType>
ObjectQueryObjectQueryUtil.createNameQuery(PrismObject<O> object) static <T extends ObjectType>
ObjectQueryObjectQueryUtil.createNameQuery(Class<T> clazz, PrismContext prismContext, String name) static <T extends ObjectType>
ObjectReferenceTypeObjectTypeUtil.createObjectRef(PrismObject<T> object, boolean nameAsDescription) static <T extends ObjectType>
ObjectReferenceTypeObjectTypeUtil.createObjectRef(PrismReferenceValue refVal, boolean nameAsDescription) static <O extends ObjectType>
ObjectReferenceTypeMiscSchemaUtil.createObjectReference(PrismObject<O> object, Class<? extends ObjectType> implicitReferenceTargetType) static <O extends ObjectType>
ObjectQueryObjectQueryUtil.createOidQuery(PrismObject<O> object) static <O extends ObjectType>
XMLGregorianCalendarObjectTypeUtil.getLastTouchTimestamp(PrismObject<O> object) <O extends ObjectType>
PrismObject<O>SimpleObjectResolver.getObject(Class<O> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult result) static <O extends ObjectType>
@NotNull Class<O>ObjectTypeUtil.getTypeClass(@NotNull Referencable ref, @NotNull Class<O> expectedType) Extracts type class from theReferencable.static <O extends ObjectType>
PrismObjectValue<O>ObjectTypeUtil.getValue(PrismObject<O> object) static <O extends ObjectType>
booleanFocusTypeUtil.hasSubtype(PrismObject<O> object, String subtype) static <T extends ObjectType>
booleanFullTextSearchUtil.isObjectTextInfoRecomputationNeeded(FullTextSearchConfigurationType config, Class<T> type, Collection<? extends ItemDelta<?, ?>> modifications) static <O extends ObjectType>
List<ObjectReferenceType>ObjectTypeUtil.objectListToReferences(Collection<PrismObject<O>> objects) static <O extends ObjectType>
ObjectSet<O>ObjectSet.of(O... objects) static <O extends ObjectType>
ObjectSet<O>ObjectSet.ofPrismObjects(Collection<PrismObject<O>> objects) static <O extends ObjectType>
voidFocusTypeUtil.setSubtype(PrismObject<O> object, List<String> subtypes) static <T extends ObjectType>
List<PrismObject<T>>MiscSchemaUtil.toList(Class<T> type, ObjectListType listType) static <T extends ObjectType>
List<T>MiscSchemaUtil.toObjectableList(List<PrismObject<T>> objectList) Methods in com.evolveum.midpoint.schema.util that return ObjectTypeModifier and TypeMethodDescriptionstatic @Nullable ObjectTypeObjectTypeUtil.asObjectTypeIfPossible(@Nullable PrismValue value) static ObjectTypeObjectTypeUtil.fix(ObjectType objectable) static ObjectTypeObjectTypeUtil.toObjectable(PrismObject object) Methods in com.evolveum.midpoint.schema.util that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionstatic Collection<ObjectDelta<? extends ObjectType>>ObjectTypeUtil.cast(Collection<ObjectDelta<?>> deltas) static Collection<ObjectDelta<? extends ObjectType>>MiscSchemaUtil.cloneObjectDeltaCollection(Collection<ObjectDelta<? extends ObjectType>> origCollection) static Collection<ObjectDeltaOperation<? extends ObjectType>>MiscSchemaUtil.cloneObjectDeltaOperationCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> origCollection) static Collection<ObjectDelta<? extends ObjectType>>MiscSchemaUtil.createCollection(ObjectDelta<?>... deltas) Convenience method that helps avoid some compiler warnings.static <C extends Containerable>
Collection<PrismObject<? extends ObjectType>>ObjectTypeUtil.getRootsForContainerables(@NotNull Collection<C> containerables) Returns "identity collection" i.e. equivalent objects can be present there, differing in their identity.static Collection<PrismObject<? extends ObjectType>>ObjectTypeUtil.getRootsForReferences(@NotNull Collection<ObjectReferenceType> references) AsObjectTypeUtil.getRootsForContainerables(Collection)but forObjectReferenceTypevalues.static Collection<PrismObject<? extends ObjectType>>ObjectTypeUtil.getRootsForValues(@NotNull Collection<PrismValue> values) AsObjectTypeUtil.getRootsForContainerables(Collection)but for arbitrary prism values.static Class<? extends ObjectType>ObjectTypeUtil.getTargetClassFromReference(@NotNull ObjectReferenceType ref) static List<ObjectDelta<? extends ObjectType>>ObjectTypeUtil.toDeltaList(ObjectDelta<?> delta) Methods in com.evolveum.midpoint.schema.util with parameters of type ObjectTypeModifier and TypeMethodDescriptionstatic ObjectQueryObjectQueryUtil.createNameQuery(ObjectType object) static ObjectReferenceTypeObjectTypeUtil.createObjectRef(ObjectType object) static ObjectReferenceTypeObjectTypeUtil.createObjectRef(ObjectType object, PrismContext prismContext) static ObjectReferenceTypeObjectTypeUtil.createObjectRef(ObjectType objectType, QName relation) static ObjectReferenceTypeObjectTypeUtil.createObjectRefWithFullObject(ObjectType object) static ObjectReferenceTypeObjectTypeUtil.createObjectRefWithFullObject(ObjectType object, PrismContext prismContext) Deprecated.static ObjectReferenceTypeObjectTypeUtil.createOidOnlyObjectRef(ObjectType object) Creates a very basic (OID-only) reference for a given object.FullTextSearchUtil.createWords(FullTextSearchConfigurationType config, ObjectType object) Returns words to index or null if there is nothing to index.static StringSchemaDebugUtil.debugDump(ObjectType objectType, int indent) FocusTypeUtil.determineSubTypes(ObjectType object) static StringObjectTypeUtil.dump(ObjectType object) static @Nullable PrismProperty<?>MatchingUtil.findProperty(ObjectType object, ItemPath path) Finds a property even if the path was reduced by removing all container IDs.static ObjectTypeObjectTypeUtil.fix(ObjectType objectable) static PolyStringTypeObjectTypeUtil.getDisplayName(ObjectType object) static QNameObjectTypeUtil.getObjectType(ObjectType object, PrismContext prismContext) Returns the type name for an object.static StringObjectTypeUtil.getOid(ObjectType object) static StringObjectTypeUtil.getShortTypeName(ObjectType object) static List<PrismProperty<?>>MatchingUtil.getSingleValuedProperties(@NotNull ObjectType object) Extracts properties suitable for matching (single-valued).MatchingUtil.getValuesForPath(ObjectType object, Object... pathComponents) static booleanObjectTypeUtil.isIndestructible(@NotNull ObjectType object) static booleanSimulationUtil.isVisible(ObjectType object, TaskExecutionMode taskExecutionMode) static <O extends ObjectType>
ObjectSet<O>ObjectSet.of(O... objects) static StringSchemaDebugUtil.prettyPrint(ObjectType object) static voidObjectTypeUtil.recordFetchError(ObjectType object, OperationResult result) static StringObjectTypeUtil.toShortString(ObjectType object) static ObjectObjectTypeUtil.toShortStringLazy(ObjectType object) Method parameters in com.evolveum.midpoint.schema.util with type arguments of type ObjectTypeModifier and TypeMethodDescriptionstatic Collection<ObjectDelta<? extends ObjectType>>MiscSchemaUtil.cloneObjectDeltaCollection(Collection<ObjectDelta<? extends ObjectType>> origCollection) static Collection<ObjectDeltaOperation<? extends ObjectType>>MiscSchemaUtil.cloneObjectDeltaOperationCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> origCollection) static @NotNull ObjectQueryObjectTypeUtil.createManagerQuery(Class<? extends ObjectType> objectTypeClass, String orgOid, RelationRegistry relationRegistry, PrismContext prismContext) static <O extends ObjectType>
ObjectReferenceTypeMiscSchemaUtil.createObjectReference(PrismObject<O> object, Class<? extends ObjectType> implicitReferenceTargetType) FocusTypeUtil.determineSubTypes(PrismObject<? extends ObjectType> object) static <T> TObjectTypeUtil.getExtensionItemRealValue(@NotNull PrismObject<? extends ObjectType> object, @NotNull QName itemName) FullTextSearchUtil.getFullTextSearchItemPaths(@NotNull FullTextSearchConfigurationType config, Class<? extends ObjectType> clazz) ObjectDeltaSchemaLevelUtil.NameResolver.getName(Class<? extends ObjectType> objectClass, String oid) static StringObjectTypeUtil.getShortTypeName(Class<? extends ObjectType> type) static booleanObjectTypeUtil.hasFetchError(@NotNull PrismObject<? extends ObjectType> object) static booleanObjectTypeUtil.isIndestructible(@NotNull PrismObject<? extends ObjectType> object) static voidObjectDeltaSchemaLevelUtil.resolveNames(ObjectDelta<? extends ObjectType> delta, ObjectDeltaSchemaLevelUtil.NameResolver nameResolver, PrismContext prismContext) static ObjectListTypeMiscSchemaUtil.toObjectListType(List<PrismObject<? extends ObjectType>> list) static StringObjectTypeUtil.toShortString(PrismObject<? extends ObjectType> object) -
Uses of ObjectType in com.evolveum.midpoint.schema.util.cases
Methods in com.evolveum.midpoint.schema.util.cases that return ObjectTypeModifier and TypeMethodDescriptionstatic @NotNull ObjectTypeCorrelationCaseUtil.getPreFocusRequired(CaseType aCase) -
Uses of ObjectType in com.evolveum.midpoint.schema.util.cid
Constructor parameters in com.evolveum.midpoint.schema.util.cid with type arguments of type ObjectTypeModifierConstructorDescriptionContainerValueIdGenerator(@NotNull PrismObject<? extends ObjectType> object) -
Uses of ObjectType in com.evolveum.midpoint.schema.util.task.work
Method parameters in com.evolveum.midpoint.schema.util.task.work with type arguments of type ObjectTypeModifier and TypeMethodDescriptionstatic ActivityDefinitionTypeSpecificWorkDefinitionUtil.createExplicitChangeExecutionDef(@NotNull Collection<ObjectDelta<? extends ObjectType>> deltas, @Nullable ModelExecuteOptionsType options) -
Uses of ObjectType in com.evolveum.midpoint.schema.validator
Methods in com.evolveum.midpoint.schema.validator with type parameters of type ObjectTypeModifier and TypeMethodDescriptionstatic <T extends ObjectType>
UpgradeObjectProcessor<T>UpgradeProcessor.getProcessor(String identifier) <T extends ObjectType>
UpgradeValidationResultUpgradeProcessor.process(PrismObject<T> object, ValidationResult result) <O extends ObjectType>
UpgradeValidationResultObjectUpgradeValidator.validate(PrismObject<O> object) -
Uses of ObjectType in com.evolveum.midpoint.schema.validator.processor
Methods in com.evolveum.midpoint.schema.validator.processor with type parameters of type ObjectTypeModifier and TypeMethodDescriptiondefault <O extends ObjectType>
booleanProcessorMixin.matchObjectTypeAndPathTemplate(@NotNull PrismObject<?> object, @NotNull ItemPath path, @NotNull Class<O> type, @NotNull ItemPath expected) Matches object type and path template (without container ids in case of multivalue containers).Method parameters in com.evolveum.midpoint.schema.validator.processor with type arguments of type ObjectTypeModifier and TypeMethodDescriptionbooleanAccountPasswordPolicyProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanAdditionalPanelsProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanCleanupPolicyProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanContainerProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanDefaultObjectTypeProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanDefaultScopeProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanFollowOnProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanGuiActionNameProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanObjectFormsProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanOidBoundProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanPersonaTargetSubtypeProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanPropertyConstraintProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanReconcileAffectedProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanSearchItemDisplayNameProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanSubtypeProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanUserDashboardLinkProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanUserDashboardProcessor.process(PrismObject<ObjectType> object, ItemPath path) ContainerProcessor.upgradeDescription(PrismObject<ObjectType> object, ItemPath path) FollowOnProcessor.upgradeDescription(PrismObject<ObjectType> object, ItemPath path) ObjectFormsProcessor.upgradeDescription(PrismObject<ObjectType> object, ItemPath path) OidBoundProcessor.upgradeDescription(PrismObject<ObjectType> object, ItemPath path) PersonaTargetSubtypeProcessor.upgradeDescription(PrismObject<ObjectType> object, ItemPath path) SubtypeProcessor.upgradeDescription(PrismObject<ObjectType> object, ItemPath path) UserDashboardLinkProcessor.upgradeDescription(PrismObject<ObjectType> object, ItemPath path) -
Uses of ObjectType in com.evolveum.midpoint.web.application
Classes in com.evolveum.midpoint.web.application with type parameters of type ObjectTypeModifier and TypeClassDescriptionclassSimpleCounter<ODM extends ObjectDetailsModels<O>,O extends ObjectType> -
Uses of ObjectType in com.evolveum.midpoint.web.component
Classes in com.evolveum.midpoint.web.component with type parameters of type ObjectTypeModifier and TypeClassDescriptionclassFocusSummaryPanel<O extends ObjectType>classObjectBasicPanel<O extends ObjectType>classObjectSummaryPanel<O extends ObjectType> -
Uses of ObjectType in com.evolveum.midpoint.web.component.assignment
Classes in com.evolveum.midpoint.web.component.assignment with type parameters of type ObjectTypeModifier and TypeClassDescriptionclassAssignmentTableDto<T extends ObjectType>classAssignmentTablePanel<T extends ObjectType>Methods in com.evolveum.midpoint.web.component.assignment that return types with arguments of type ObjectTypeMethods in com.evolveum.midpoint.web.component.assignment with parameters of type ObjectTypeModifier and TypeMethodDescriptionprotected AssignmentEditorDtoAbstractAssignmentListPanel.createAssignmentFromSelectedObjects(ObjectType object, QName relation) static AssignmentEditorDtoAssignmentEditorDto.createDtoAddFromSelectedObject(ObjectType object, PageBase pageBase) static AssignmentEditorDtoAssignmentEditorDto.createDtoAddFromSelectedObject(ObjectType object, QName relation, PageBase pageBase) static AssignmentEditorDtoAssignmentEditorDto.createDtoAddFromSelectedObject(ObjectType object, QName relation, PageBase pageBase, UserType delegationOwner) static AssignmentEditorDtoAssignmentEditorDto.createDtoFromObject(ObjectType object, UserDtoStatus status, PageBase pageBase) static AssignmentEditorDtoAssignmentEditorDto.createDtoFromObject(ObjectType object, UserDtoStatus status, QName relation, PageBase pageBase) Method parameters in com.evolveum.midpoint.web.component.assignment with type arguments of type ObjectTypeModifier and TypeMethodDescriptionprotected voidAssignmentTablePanel.addSelectedAssignablePerformed(org.apache.wicket.ajax.AjaxRequestTarget target, List<ObjectType> newAssignments, QName relation, String popupId) static AssignmentEditorDtoTypeAssignmentEditorDtoType.getType(Class<? extends ObjectType> type) -
Uses of ObjectType in com.evolveum.midpoint.web.component.data.column
Classes in com.evolveum.midpoint.web.component.data.column with type parameters of type ObjectTypeModifier and TypeClassDescriptionclassObjectNameColumn<O extends ObjectType>classSelectableObjectNameColumn<O extends ObjectType>Used as a clickable ajax link after which selection of the object is performed.Methods in com.evolveum.midpoint.web.component.data.column with type parameters of type ObjectTypeModifier and TypeMethodDescriptionstatic <O extends ObjectType>
org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<O>,String> ColumnUtils.createIconColumn(PageBase pageBase) static <T extends ObjectType>
List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<T>,String>> ColumnUtils.getDefaultArchetypeColumns()static <C extends ObjectType>
List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<C>,String>> ColumnUtils.getDefaultColumns(Class<? extends C> type, PageBase pageBase) static <O extends ObjectType>
List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<O>,String>> ColumnUtils.getDefaultObjectColumns()static <T extends ObjectType>
List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<T>,String>> ColumnUtils.getDefaultOrgColumns(PageBase pageBase) static <T extends ObjectType>
List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<T>,String>> ColumnUtils.getDefaultResourceColumns()static <T extends ObjectType>
List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<T>,String>> ColumnUtils.getDefaultRoleColumns()static <T extends ObjectType>
List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<T>,String>> ColumnUtils.getDefaultServiceColumns()static <T extends ObjectType>
List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<T>,String>> ColumnUtils.getDefaultTaskColumns()static <T extends ObjectType>
List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<T>,String>> ColumnUtils.getDefaultUserColumns()static <T extends ObjectType>
StringColumnUtils.getIconColumnTitle(org.apache.wicket.model.IModel<SelectableBean<T>> rowModel) static <T extends ObjectType>
StringColumnUtils.getIconColumnTitle(T object, OperationResult result) static <T extends ObjectType>
StringColumnUtils.getIconColumnValue(org.apache.wicket.model.IModel<SelectableBean<T>> rowModel) static <T extends ObjectType>
StringColumnUtils.getIconColumnValue(T object, OperationResult result) Methods in com.evolveum.midpoint.web.component.data.column with parameters of type ObjectTypeModifier and TypeMethodDescriptionvoidObjectLinkColumn.onClick(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<T> rowModel, ObjectType targetObjectType) -
Uses of ObjectType in com.evolveum.midpoint.web.component.form
Methods in com.evolveum.midpoint.web.component.form with type parameters of type ObjectTypeModifier and TypeMethodDescriptionprotected <O extends ObjectType>
voidValueChoosePanel.choosePerformed(org.apache.wicket.ajax.AjaxRequestTarget target, O object) protected <O extends ObjectType>
voidValueChoosePanel.choosePerformedHook(org.apache.wicket.ajax.AjaxRequestTarget target, O object) A custom code in form of hook that can be run on event of choosing new object with this chooser componentprotected <O extends ObjectType>
voidValueChoosePanel.editValuePerformed(org.apache.wicket.ajax.AjaxRequestTarget target) protected <O extends ObjectType>
Class<O>ValueChoosePanel.getDefaultType(List<QName> supportedTypes) protected <O extends ObjectType>
booleanValueChoosePanel.isObjectUnique(O object) Methods in com.evolveum.midpoint.web.component.form with parameters of type ObjectTypeModifier and TypeMethodDescriptionprotected voidValueChoosePanel.replaceIfEmpty(ObjectType object) -
Uses of ObjectType in com.evolveum.midpoint.web.component.form.multivalue
Classes in com.evolveum.midpoint.web.component.form.multivalue with type parameters of type ObjectTypeMethods in com.evolveum.midpoint.web.component.form.multivalue with type parameters of type ObjectTypeModifier and TypeMethodDescriptionprotected <O extends ObjectType>
voidMultiValueObjectChoosePanel.chooseObjectPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, O object) protected abstract <O extends ObjectType>
RMultiValueObjectChoosePanel.createReferencableObject(O object) -
Uses of ObjectType in com.evolveum.midpoint.web.component.input
Classes in com.evolveum.midpoint.web.component.input with type parameters of type ObjectType -
Uses of ObjectType in com.evolveum.midpoint.web.component.prism
Classes in com.evolveum.midpoint.web.component.prism with type parameters of type ObjectTypeModifier and TypeClassDescriptionclassDynamicFieldGroupPanel<O extends ObjectType>classDynamicFormPanel<O extends ObjectType>classSimpleErrorPanel<O extends ObjectType> -
Uses of ObjectType in com.evolveum.midpoint.web.component.progress
Methods in com.evolveum.midpoint.web.component.progress that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionCollection<ObjectDeltaOperation<? extends ObjectType>>ProgressReporter.getObjectDeltaOperation()ModelContext<? extends ObjectType>ProgressPanel.getPreviewResult()ModelContext<? extends ObjectType>ProgressReporter.getPreviewResult()Method parameters in com.evolveum.midpoint.web.component.progress with type arguments of type ObjectTypeModifier and TypeMethodDescriptionvoidProgressPanel.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) Executes changes on behalf of the parent page.voidProgressPanel.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ExecuteChangeOptionsDto executeOptions, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) voidProgressPanel.executeChangesInBackground(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) voidProgressReportingAwarePage.finishProcessing(org.apache.wicket.ajax.AjaxRequestTarget target, Collection<ObjectDeltaOperation<? extends ObjectType>> executedDeltas, boolean returningFromAsync, OperationResult result) voidProgressReporter.setObjectDeltaOperation(Collection<ObjectDeltaOperation<? extends ObjectType>> objectDeltaOperation) voidProgressReporter.setPreviewResult(ModelContext<? extends ObjectType> previewResult) -
Uses of ObjectType in com.evolveum.midpoint.web.component.search
Classes in com.evolveum.midpoint.web.component.search with type parameters of type ObjectTypeModifier and TypeClassDescriptionclassAbstractSearchConfigurationPanel<F extends SearchFilter,O extends ObjectType> classBasicSearchFilterModel<O extends ObjectType>classSearchPropertiesConfigPanel<O extends ObjectType> -
Uses of ObjectType in com.evolveum.midpoint.web.component.search.filter
Classes in com.evolveum.midpoint.web.component.search.filter with type parameters of type ObjectTypeModifier and TypeClassDescriptionclassValueSearchFilterItem<V extends PrismValue,D extends ItemDefinition<?>, O extends ObjectType> -
Uses of ObjectType in com.evolveum.midpoint.web.model
Classes in com.evolveum.midpoint.web.model with type parameters of type ObjectTypeModifier and TypeClassDescriptionclassAbstractWrapperModel<T,O extends ObjectType> classContainerableFromPrismObjectModel<O extends ObjectType> -
Uses of ObjectType in com.evolveum.midpoint.web.page.admin.configuration.component
Classes in com.evolveum.midpoint.web.page.admin.configuration.component with type parameters of type ObjectTypeModifier and TypeClassDescriptionclassChooseTypePanel<T extends ObjectType>classPageDebugDownloadBehaviour<T extends ObjectType>Methods in com.evolveum.midpoint.web.page.admin.configuration.component that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionClass<? extends ObjectType>PageDebugDownloadBehaviour.getType() -
Uses of ObjectType in com.evolveum.midpoint.web.page.admin.configuration.dto
Methods in com.evolveum.midpoint.web.page.admin.configuration.dto that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionClass<? extends ObjectType>DebugConfDialogDto.getType()Class<? extends ObjectType>DebugObjectItem.getType()Method parameters in com.evolveum.midpoint.web.page.admin.configuration.dto with type arguments of type ObjectTypeModifier and TypeMethodDescriptionstatic DebugObjectItemDebugObjectItem.createDebugObjectItem(PrismObject<? extends ObjectType> object) voidDebugConfDialogDto.setType(Class<? extends ObjectType> type) Constructor parameters in com.evolveum.midpoint.web.page.admin.configuration.dto with type arguments of type ObjectTypeModifierConstructorDescriptionDebugConfDialogDto(DebugConfDialogDto.Operation operation, List<DebugObjectItem> objects, Class<? extends ObjectType> type) DebugObjectItem(String oid, String name, String description, Class<? extends ObjectType> type) -
Uses of ObjectType in com.evolveum.midpoint.web.page.admin.dto
Classes in com.evolveum.midpoint.web.page.admin.dto with type parameters of type ObjectType -
Uses of ObjectType in com.evolveum.midpoint.web.page.admin.home
Methods in com.evolveum.midpoint.web.page.admin.home with type parameters of type ObjectTypeModifier and TypeMethodDescriptionprotected <O extends ObjectType>
voidPageDashboard.customizationObjectInfoBoxType(InfoBoxData infoBoxType, Class<O> type, List<QName> items, Object eqObject, String bgColor, String icon, String keyPrefix, Integer totalCount, Integer activeCount, OperationResult result, com.evolveum.midpoint.task.api.Task task) protected <O extends ObjectType>
org.apache.wicket.model.IModel<InfoBoxData>PageDashboard.getObjectInfoBoxTypeModel(Class<O> type, List<QName> items, Object eqObject, String bgColor, String icon, String keyPrefix, OperationResult result, com.evolveum.midpoint.task.api.Task task, Class<? extends org.apache.wicket.request.component.IRequestablePage> linkPage) -
Uses of ObjectType in com.evolveum.midpoint.web.page.admin.home.dto
Methods in com.evolveum.midpoint.web.page.admin.home.dto that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionPrismObject<? extends ObjectType>PasswordAccountDto.getObject()Constructor parameters in com.evolveum.midpoint.web.page.admin.home.dto with type arguments of type ObjectTypeModifierConstructorDescriptionPasswordAccountDto(@NotNull PrismObject<? extends ObjectType> object, String displayName, String resourceName, Boolean enabled, boolean midpoint) -
Uses of ObjectType in com.evolveum.midpoint.web.page.admin.reports.component
Classes in com.evolveum.midpoint.web.page.admin.reports.component with type parameters of type ObjectTypeModifier and TypeClassDescriptionclassConvertingMultiValueChoosePanel<U,T extends ObjectType> classSearchFilterConfigurationPanel<O extends ObjectType>classSingleValueChoosePanel<U,T extends ObjectType> -
Uses of ObjectType in com.evolveum.midpoint.web.page.admin.reports.dto
Methods in com.evolveum.midpoint.web.page.admin.reports.dto that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionAuditSearchDto.getTargetNamesObjects()AuditSearchDto.getvalueRefTargetNames()Method parameters in com.evolveum.midpoint.web.page.admin.reports.dto with type arguments of type ObjectTypeModifier and TypeMethodDescriptionvoidAuditSearchDto.setTargetNamesObjects(List<ObjectType> targetNamesObjects) voidAuditSearchDto.setvalueRefTargetNames(List<ObjectType> valueRefTargetNames) -
Uses of ObjectType in com.evolveum.midpoint.web.page.admin.server.dto
Classes in com.evolveum.midpoint.web.page.admin.server.dto with type parameters of type ObjectTypeModifier and TypeClassDescriptionclassTaskErrorSelectableBeanImplOld<O extends ObjectType>TODO: promised to be removed in 4.5, at least in this doc: https://docs.evolveum.com/midpoint/reference/admin-gui/admin-gui-config/Methods in com.evolveum.midpoint.web.page.admin.server.dto that return types with arguments of type ObjectType -
Uses of ObjectType in com.evolveum.midpoint.web.page.admin.users.component
Methods in com.evolveum.midpoint.web.page.admin.users.component that return ObjectTypeMethods in com.evolveum.midpoint.web.page.admin.users.component that return types with arguments of type ObjectTypeMethod parameters in com.evolveum.midpoint.web.page.admin.users.component with type arguments of type ObjectTypeModifier and TypeMethodDescriptionvoidAssignmentInfoDto.setTargetClass(Class<? extends ObjectType> targetClass) -
Uses of ObjectType in com.evolveum.midpoint.web.page.admin.users.dto
Classes in com.evolveum.midpoint.web.page.admin.users.dto with type parameters of type ObjectType -
Uses of ObjectType in com.evolveum.midpoint.web.page.admin.workflow
Methods in com.evolveum.midpoint.web.page.admin.workflow that return ObjectType -
Uses of ObjectType in com.evolveum.midpoint.web.page.admin.workflow.dto
Methods in com.evolveum.midpoint.web.page.admin.workflow.dto with type parameters of type ObjectTypeModifier and TypeMethodDescriptionstatic <O extends ObjectType>
@Nullable DecisionDtoDecisionDto.create(CaseEventType e, @Nullable PageBase pageBase) -
Uses of ObjectType in com.evolveum.midpoint.web.util
Methods in com.evolveum.midpoint.web.util with type parameters of type ObjectTypeModifier and TypeMethodDescriptionprotected <O extends ObjectType>
OExpressionValidator.getObjectType() -
Uses of ObjectType in com.evolveum.midpoint.web.util.validation
Method parameters in com.evolveum.midpoint.web.util.validation with type arguments of type ObjectTypeModifier and TypeMethodDescriptionMidpointFormValidator.validateObject(PrismObject<? extends ObjectType> object, Collection<ObjectDelta<? extends ObjectType>> deltas) Performs a validation on an instance of object.MidpointFormValidator.validateObject(PrismObject<? extends ObjectType> object, Collection<ObjectDelta<? extends ObjectType>> deltas) Performs a validation on an instance of object.MidpointFormValidatorImpl.validateObject(PrismObject<? extends ObjectType> object, Collection<ObjectDelta<? extends ObjectType>> deltas) MidpointFormValidatorImpl.validateObject(PrismObject<? extends ObjectType> object, Collection<ObjectDelta<? extends ObjectType>> deltas) -
Uses of ObjectType in com.evolveum.midpoint.xml.ns._public.common.api_types_3
Fields in com.evolveum.midpoint.xml.ns._public.common.api_types_3 declared as ObjectTypeModifier and TypeFieldDescriptionprotected ObjectTypeCompareResultType.currentObjectprotected ObjectTypeCompareResultType.normalizedObjectFields in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with type parameters of type ObjectTypeMethods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return ObjectTypeModifier and TypeMethodDescriptionCompareResultType.getCurrentObject()CompareResultType.getNormalizedObject()Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return types with arguments of type ObjectTypeMethods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with parameters of type ObjectTypeModifier and TypeMethodDescriptionCompareResultType.currentObject(ObjectType value) CompareResultType.normalizedObject(ObjectType value) ObjectListType.object(ObjectType value) voidCompareResultType.setCurrentObject(ObjectType value) voidCompareResultType.setNormalizedObject(ObjectType value) -
Uses of ObjectType in com.evolveum.midpoint.xml.ns._public.common.common_3
Subclasses of ObjectType in com.evolveum.midpoint.xml.ns._public.common.common_3Modifier and TypeClassDescriptionclassDefinition of an access certification - a template for a set of access certification campaigns.classAbstract class that contains the "essence" of a role.classDefinition of an access certification campaign.classAccess certification definition augmented with report-related information (e.g. number of campaigns).classAccess certification definition.classArchetype definition.classAbstract supertype for all object types that can have assignments.classTODOclassHost definition for remote connector, remote connector framework or a remote "gateway".classDescription of a generic connector.classConfiguration Dasboard dashboard showing in GUI.classAbstract supertype for all object types that can be focus of full midPoint computation.classForm definition.classDefine reusable functionsclassGeneric object for storing unknown (unexpected) object types.classAn object that represents lookup table.classA mark is a "label" given to an object - currently a prism object, an assignment, or audited/simulation event.classLocalizable template of the message used with a transport mechanism, for instance mail.classNode describes a single installation of midPoint.classObject collection specification.classTODO: update The user template used to create new users.classOrganizational unit, division, section, object group, team, project or any other form of organizing things and/or people.classReports outputs.classSpecification of midPoint report.classResource represents a system or component external to the IDM system which we manage.classA set of grouped objects based on density and similarity.classSession for role analysis, e.g. a role mining session.classA role in the extended Role-Based Access Control (RBAC) sense.classObject that contains definitions of overall security policy.classDefinition of a sequence object that produces unique values.classThis object type represents any kind of abstract or concrete services or devices such as servers, virtual machines, printers, mobile devices, network nodes, application servers, applications or anything similar.classLocal copy of any object on the provisioning resource that is related to provisioning.classResult of a simulation run.classSystem configuration object.classTaskType contains information about a task (either transient or persistent).classUser object represents a physical user of the system.classFields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type ObjectTypeModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement<? extends ObjectType>MappingEvaluationSourceContextType.objectMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ObjectTypeModifier and TypeMethodDescriptionObjectType.clone()ObjectType.description(String value) ObjectType.diagnosticInformation(DiagnosticInformationType value) ObjectType.documentation(String value) ObjectType.effectiveMarkRef(ObjectReferenceType value) ObjectType.effectiveMarkRef(String oid, QName type) ObjectType.effectiveMarkRef(String oid, QName type, QName relation) ObjectType.effectiveOperationPolicy(ObjectOperationPolicyType value) ObjectType.extension(ExtensionType value) ObjectType.fetchResult(OperationResultType value) SimulationResultProcessedObjectType.getAfter()SimulationResultProcessedObjectType.getBefore()LensElementContextType.getObjectCurrent()LensElementContextType.getObjectNew()LensElementContextType.getObjectOld()ObjectType.indestructible(Boolean value) ObjectType.lensContext(LensContextType value) ObjectType.lifecycleState(String value) ObjectType.metadata(MetadataType value) ObjectType.name(PolyStringType value) ObjectType.operationExecution(OperationExecutionType value) ObjectType.parentOrgRef(ObjectReferenceType value) ObjectType.parentOrgRef(String oid, QName type) ObjectType.parentOrgRef(String oid, QName type, QName relation) ObjectType.policyException(PolicyExceptionType value) ObjectType.policySituation(String value) ObjectType.policyStatement(PolicyStatementType value) ObjectType.tenantRef(ObjectReferenceType value) ObjectType.trigger(TriggerType value) ObjectType.triggeredPolicyRule(EvaluatedPolicyRuleType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionPrismObject<? extends ObjectType>ObjectType.asPrismObject()jakarta.xml.bind.JAXBElement<ObjectType>ObjectFactory.createObject(ObjectType value) jakarta.xml.bind.JAXBElement<? extends ObjectType>MappingEvaluationSourceContextType.getObject()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ObjectTypeModifier and TypeMethodDescriptionSimulationResultProcessedObjectType.after(ObjectType value) SimulationResultProcessedObjectType.before(ObjectType value) jakarta.xml.bind.JAXBElement<ObjectType>ObjectFactory.createObject(ObjectType value) voidSimulationResultProcessedObjectType.setAfter(ObjectType value) voidSimulationResultProcessedObjectType.setBefore(ObjectType value) voidLensElementContextType.setObjectCurrent(ObjectType value) voidLensElementContextType.setObjectNew(ObjectType value) voidLensElementContextType.setObjectOld(ObjectType value) Method parameters in com.evolveum.midpoint.xml.ns._public.common.common_3 with type arguments of type ObjectTypeModifier and TypeMethodDescriptionMappingEvaluationSourceContextType.object(jakarta.xml.bind.JAXBElement<? extends ObjectType> value) voidMappingEvaluationSourceContextType.setObject(jakarta.xml.bind.JAXBElement<? extends ObjectType> value) -
Uses of ObjectType in com.evolveum.midpoint.xml.ns._public.model.model_3
Fields in com.evolveum.midpoint.xml.ns._public.model.model_3 declared as ObjectTypeMethods in com.evolveum.midpoint.xml.ns._public.model.model_3 that return ObjectTypeMethods in com.evolveum.midpoint.xml.ns._public.model.model_3 with parameters of type ObjectTypeModifier and TypeMethodDescriptionGetObjectResponseType.object(ObjectType value) voidGetObjectResponseType.setObject(ObjectType value)