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.
-
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 TypeClassDescriptionclass
AbstractAssignmentPopupTabPanel<O extends ObjectType>
Created by honchar.class
AbstractPopupTabPanel<O extends ObjectType>
Created by honcharclass
ChooseMemberPopup<O extends ObjectType,
T extends AbstractRoleType> Created by honcharclass
ChooseOrgMemberPopup<O extends ObjectType>
class
MainObjectListPanel<O extends ObjectType>
class
MemberPopupTabPanel<O extends ObjectType>
Created by honcharclass
MultiTypesMemberPopupTabPanel<O extends ObjectType>
Created by honchar.class
ObjectBrowserPanel<O extends ObjectType>
class
ObjectListPanel<O extends ObjectType>
class
PopupObjectListPanel<O extends ObjectType>
class
TypedAssignablePanel<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 ObjectQuery
ChooseMemberPopup.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 TypeInterfaceDescriptioninterface
PrismObjectValueWrapper<O extends ObjectType>
interface
PrismObjectWrapper<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.createObjectReferenceList
(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 String
WebComponentUtil.getEffectiveName
(ObjectType object, QName propertyName) static String
WebComponentUtil.getEffectiveName
(ObjectType object, QName propertyName, boolean translate) static String
WebComponentUtil.getName
(ObjectType object) static String
WebComponentUtil.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 void
WebComponentUtil.createToastForCreateObject
(org.apache.wicket.ajax.AjaxRequestTarget target, Class<? extends ObjectType> type) static void
WebComponentUtil.createToastForUpdateObject
(org.apache.wicket.ajax.AjaxRequestTarget target, Class<? extends ObjectType> type) static boolean
WebComponentUtil.isAuthorized
(Class<? extends ObjectType> clazz) static void
WebModelServiceUtils.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 String
ConfigurableExpressionColumn.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 TypeClassDescriptionclass
ObjectDataProvider<W extends Serializable,
O extends ObjectType> class
RepositoryObjectDataProvider<O extends ObjectType>
class
SelectableBeanObjectDataProvider<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 TypeClassDescriptionclass
MultiSelectTileTablePanel<E extends Serializable,
O extends ObjectType> class
SelectableFocusTilePanel<O extends ObjectType>
class
SingleSelectTileTablePanel<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 TypeClassDescriptionclass
MultiSelectTileWizardStepPanel<SI extends Serializable,
O extends ObjectType, ODM extends ObjectDetailsModels, V extends Containerable> class
SelectTileWizardStepPanel<O extends ObjectType,
ODM extends ObjectDetailsModels, V extends Containerable> class
SingleTileWizardStepPanel<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 TypeClassDescriptionclass
AbstractObjectMainPanel<O extends ObjectType,
M extends ObjectDetailsModels<O>> class
AbstractPageObjectDetails<O extends ObjectType,
ODM extends ObjectDetailsModels<O>> class
CreateTemplatePanel<O extends ObjectType>
class
FormWrapperValidator<O extends ObjectType>
Created by Viliam Repan (lazyman).class
ObjectDetailsModels<O extends ObjectType>
class
PageObjectModel<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 boolean
AbstractPageObjectDetails.noChangesToExecute
(Collection<ObjectDelta<? extends ObjectType>> deltas, ExecuteChangeOptionsDto options) protected Collection<SimpleValidationError>
ObjectDetailsModels.performCustomValidation
(PrismObject<O> object, Collection<ObjectDelta<? extends ObjectType>> deltas) protected void
AbstractPageObjectDetails.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 TypeClassDescriptionclass
GenericMultivalueContainerPanel<C extends Containerable,
O extends ObjectType> class
GenericSingleContainerPanel<C extends Containerable,
O extends ObjectType> class
OperationalButtonsPanel<O extends ObjectType>
Use newOperationsPanel
andOperationPanelPart
to 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 void
PageFocusDetails.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 void
PageFocusDetails.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 TypeMethodDescriptionvoid
BusinessRoleDto.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 Visualization
SimulationsGuiUtil.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 void
PageTask.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 void
PageUser.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 boolean
PageUser.noChangesToExecute
(Collection<ObjectDelta<? extends ObjectType>> deltas, ExecuteChangeOptionsDto options) protected void
PageUser.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 void
ChangePasswordPanel.collectDeltas
(Collection<ObjectDelta<? extends ObjectType>> deltas, ProtectedStringType currentPassword, ItemPath valuePath) protected void
PropagatePasswordPanel.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 void
CatalogItemDetailsPanel.addPerformed
(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<ObjectType> model) protected void
CatalogItemDetailsPanel.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 TypeClassDescriptionclass
PrismObjectValueWrapperImpl<O extends ObjectType>
class
PrismObjectWrapperImpl<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_MAP
Methods 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 void
DetailsPageUtil.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 TypeClassDescriptionclass
ObjectTreeDeltas<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.<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.<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 TypeMethodDescriptionvoid
ModelAuditRecorder.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) void
ModelInteractionService.expandConfigurationObject
(@NotNull PrismObject<? extends ObjectType> configurationObject, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) SeeProvisioningService.expandConfigurationObject(PrismObject, Task, OperationResult)
for the description.boolean
ModelService.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 Visualization
ModelInteractionService.visualizeDelta
(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, boolean includeOriginalObject, com.evolveum.midpoint.task.api.Task task, OperationResult result) @NotNull Visualization
ModelInteractionService.visualizeDelta
(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, com.evolveum.midpoint.task.api.Task task, OperationResult result) @NotNull Visualization
ModelInteractionService.visualizeDelta
(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, ObjectReferenceType objectRef, com.evolveum.midpoint.task.api.Task task, OperationResult result) @NotNull Visualization
ModelInteractionService.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 TypeInterfaceDescriptioninterface
ModelContext<F extends ObjectType>
interface
ModelElementContext<O extends ObjectType>
Methods in com.evolveum.midpoint.model.api.context that return ObjectTypeModifier and TypeMethodDescription@NotNull ObjectType
EvaluatedExclusionTrigger.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 ObjectType
EvaluatedExclusionTrigger.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 ObjectType
CompleteCorrelationResult.getOwner()
@NotNull ObjectType
CorrelationContext.Focus.getPrimaryCorrelatedObject()
abstract @NotNull ObjectType
CorrelationContext.getPrimaryCorrelatedObject()
Returns the object (e.g.@NotNull ObjectType
CorrelationContext.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 CompleteCorrelationResult
CompleteCorrelationResult.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 TypeMethodDescriptionvoid
CandidateOwnersMap.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) boolean
MidpointFunctions.isDirectlyAssigned
(ObjectType target) <F extends FocusType>
booleanMidpointFunctions.isDirectlyAssigned
(F focusType, ObjectType target) default boolean
MidpointFunctions.isEffectivelyEnabled
(@Nullable ObjectType object) Returns true if the object is effectively enabled.<T> boolean
MidpointFunctions.isUniquePropertyValue
(ObjectType objectType, String propertyPathString, T propertyValue) Method parameters in com.evolveum.midpoint.model.api.expr with type arguments of type ObjectTypeModifier and TypeMethodDescriptionboolean
OptimizingTriggerCreator.createForNamedObject
(@NotNull Class<? extends ObjectType> type, @NotNull String name) Creates a trigger for the object with the given name.boolean
OptimizingTriggerCreator.createForObject
(@NotNull Class<? extends ObjectType> type, @NotNull String oid) Creates a trigger to the user with the given OID.void
MidpointFunctions.createRecomputeTrigger
(Class<? extends ObjectType> type, String oid) Goes directly to repository service.void
MidpointFunctions.executeChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas) Execute the provided object deltas.void
MidpointFunctions.executeChanges
(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options) Execute the provided object deltas.<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 void
ChangeHook.invokePreview
(@NotNull ModelContext<? extends ObjectType> context, com.evolveum.midpoint.task.api.Task task, OperationResult result) Invokes the hook in "preview mode". -
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 TypeInterfaceDescriptioninterface
ProcessedObject<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) ExportRepositoryAction.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.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 void
ExportConsumerWorker.write
(Writer writer, ObjectType object) protected void
VerifyConsumerWorker.write
(Writer writer, ObjectType object) Constructor parameters in com.evolveum.midpoint.ninja.action.worker with type arguments of type ObjectTypeModifierConstructorDescriptionExportConsumerWorker
(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 TypeClassDescriptionclass
AbstractSummarizingResultHandler<T extends ObjectType>
Class providesOperationResult
summarizing functionality for result handler.class
ObjectDeltaOperation<O extends ObjectType>
interface
ResultHandler<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 PrismReferenceValue
SchemaService.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 String
ObjectDeltaOperation.findAddDeltaOidRequired
(@NotNull Collection<ObjectDeltaOperation<? extends ObjectType>> executedChanges, @NotNull Class<? extends ObjectType> type) static @NotNull String
ObjectDeltaOperation.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 String
ObjectDeltaOperation.findFocusDeltaOidInCollection
(Collection<ObjectDeltaOperation<? extends ObjectType>> odos) static String
ObjectDeltaOperation.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 ObjectType
ConfigurationItemOrigin.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 ConfigurationItemOrigin
ConfigurationItemOrigin.inDelta
(@NotNull ObjectType targetObject, @NotNull ItemPath path) static ConfigurationItemOrigin
ConfigurationItemOrigin.inObject
(@NotNull ObjectType originatingObject, @NotNull ItemPath path) static ConfigurationItemOrigin
ConfigurationItemOrigin.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 boolean
ObjectTypes.isManagedByProvisioning
(ObjectType object) Method parameters in com.evolveum.midpoint.schema.constants with type arguments of type ObjectTypeModifier and TypeMethodDescriptionstatic ObjectTypes.ObjectManager
ObjectTypes.getObjectManagerForClass
(Class<? extends ObjectType> clazz) static @NotNull ObjectTypes
ObjectTypes.getObjectType
(@NotNull Class<? extends ObjectType> objectType) static boolean
ObjectTypes.isClassManagedByProvisioning
(Class<? extends ObjectType> clazz) static boolean
ObjectTypes.isClassManagedByTaskManager
(@NotNull Class<? extends ObjectType> clazz) static boolean
ObjectTypes.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 TypeMethodDescriptionvoid
VariablesMap.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) void
OperationResult.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) void
OperationResult.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>
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 Operation
TaskIterativeOperationCollector.recordIterativeOperationStart
(PrismObject<? extends ObjectType> object) Records the start of iterative operation.void
TaskActionsExecutedCollector.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 TypeClassDescriptionclass
ObjectSet<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>
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>
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 ObjectType
ObjectTypeUtil.asObjectTypeIfPossible
(@Nullable PrismValue value) static ObjectType
ObjectTypeUtil.fix
(ObjectType objectable) static ObjectType
ObjectTypeUtil.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.static Collection<PrismObject<? extends ObjectType>>
ObjectTypeUtil.getRootsForReferences
(@NotNull Collection<ObjectReferenceType> references) AsObjectTypeUtil.getRootsForContainerables(Collection)
but forObjectReferenceType
values.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 ObjectQuery
ObjectQueryUtil.createNameQuery
(ObjectType object) static ObjectReferenceType
ObjectTypeUtil.createObjectRef
(ObjectType object) static ObjectReferenceType
ObjectTypeUtil.createObjectRef
(ObjectType object, PrismContext prismContext) static ObjectReferenceType
ObjectTypeUtil.createObjectRef
(ObjectType objectType, QName relation) static ObjectReferenceType
ObjectTypeUtil.createObjectRefWithFullObject
(ObjectType object) static ObjectReferenceType
ObjectTypeUtil.createObjectRefWithFullObject
(ObjectType object, PrismContext prismContext) Deprecated.static ObjectReferenceType
ObjectTypeUtil.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 String
SchemaDebugUtil.debugDump
(ObjectType objectType, int indent) FocusTypeUtil.determineSubTypes
(ObjectType object) static String
ObjectTypeUtil.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 ObjectType
ObjectTypeUtil.fix
(ObjectType objectable) static PolyStringType
ObjectTypeUtil.getDisplayName
(ObjectType object) static Collection<Referencable>
ObjectTypeUtil.getExtensionReferenceValues
(ObjectType objectType, QName propertyQname) static QName
ObjectTypeUtil.getObjectType
(ObjectType object, PrismContext prismContext) Returns the type name for an object.static String
ObjectTypeUtil.getOid
(ObjectType object) static String
ObjectTypeUtil.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 boolean
ObjectTypeUtil.isIndestructible
(@NotNull ObjectType object) static boolean
SimulationUtil.isVisible
(ObjectType object, TaskExecutionMode taskExecutionMode) static <O extends ObjectType>
ObjectSet<O>ObjectSet.of
(O... objects) static String
SchemaDebugUtil.prettyPrint
(ObjectType object) static void
ObjectTypeUtil.recordFetchError
(ObjectType object, OperationResult result) static String
ObjectTypeUtil.toShortString
(ObjectType object) static Object
ObjectTypeUtil.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 ObjectQuery
ObjectTypeUtil.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> T
ObjectTypeUtil.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 String
ObjectTypeUtil.getShortTypeName
(Class<? extends ObjectType> type) static boolean
ObjectTypeUtil.hasFetchError
(@NotNull PrismObject<? extends ObjectType> object) static boolean
ObjectTypeUtil.isIndestructible
(@NotNull PrismObject<? extends ObjectType> object) static void
ObjectDeltaSchemaLevelUtil.resolveNames
(ObjectDelta<? extends ObjectType> delta, ObjectDeltaSchemaLevelUtil.NameResolver nameResolver, PrismContext prismContext) static ObjectListType
MiscSchemaUtil.toObjectListType
(List<PrismObject<? extends ObjectType>> list) static String
ObjectTypeUtil.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 ObjectType
CorrelationCaseUtil.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 ActivityDefinitionType
SpecificWorkDefinitionUtil.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 TypeMethodDescriptionboolean
AccountPasswordPolicyProcessor.process
(PrismObject<ObjectType> object, ItemPath path) boolean
AdditionalPanelsProcessor.process
(PrismObject<ObjectType> object, ItemPath path) boolean
CleanupPolicyProcessor.process
(PrismObject<ObjectType> object, ItemPath path) boolean
ContainerProcessor.process
(PrismObject<ObjectType> object, ItemPath path) boolean
DefaultObjectTypeProcessor.process
(PrismObject<ObjectType> object, ItemPath path) boolean
DefaultScopeProcessor.process
(PrismObject<ObjectType> object, ItemPath path) boolean
FollowOnProcessor.process
(PrismObject<ObjectType> object, ItemPath path) boolean
GuiActionNameProcessor.process
(PrismObject<ObjectType> object, ItemPath path) boolean
ObjectFormsProcessor.process
(PrismObject<ObjectType> object, ItemPath path) boolean
OidBoundProcessor.process
(PrismObject<ObjectType> object, ItemPath path) boolean
PersonaTargetSubtypeProcessor.process
(PrismObject<ObjectType> object, ItemPath path) boolean
PropertyConstraintProcessor.process
(PrismObject<ObjectType> object, ItemPath path) boolean
ReconcileAffectedProcessor.process
(PrismObject<ObjectType> object, ItemPath path) boolean
SearchItemDisplayNameProcessor.process
(PrismObject<ObjectType> object, ItemPath path) boolean
SubtypeProcessor.process
(PrismObject<ObjectType> object, ItemPath path) boolean
UserDashboardLinkProcessor.process
(PrismObject<ObjectType> object, ItemPath path) boolean
UserDashboardProcessor.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 TypeClassDescriptionclass
SimpleCounter<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 TypeClassDescriptionclass
FocusSummaryPanel<O extends ObjectType>
class
ObjectBasicPanel<O extends ObjectType>
class
ObjectSummaryPanel<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 TypeClassDescriptionclass
AssignmentTableDto<T extends ObjectType>
class
AssignmentTablePanel<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 AssignmentEditorDto
AbstractAssignmentListPanel.createAssignmentFromSelectedObjects
(ObjectType object, QName relation) static AssignmentEditorDto
AssignmentEditorDto.createDtoAddFromSelectedObject
(ObjectType object, PageBase pageBase) static AssignmentEditorDto
AssignmentEditorDto.createDtoAddFromSelectedObject
(ObjectType object, QName relation, PageBase pageBase) static AssignmentEditorDto
AssignmentEditorDto.createDtoAddFromSelectedObject
(ObjectType object, QName relation, PageBase pageBase, UserType delegationOwner) static AssignmentEditorDto
AssignmentEditorDto.createDtoFromObject
(ObjectType object, UserDtoStatus status, PageBase pageBase) static AssignmentEditorDto
AssignmentEditorDto.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 void
AssignmentTablePanel.addSelectedAssignablePerformed
(org.apache.wicket.ajax.AjaxRequestTarget target, List<ObjectType> newAssignments, QName relation, String popupId) static AssignmentEditorDtoType
AssignmentEditorDtoType.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 TypeClassDescriptionclass
ObjectNameColumn<O extends ObjectType>
class
SelectableObjectNameColumn<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 TypeMethodDescriptionvoid
ObjectLinkColumn.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 void
ValueChoosePanel.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 TypeClassDescriptionclass
DynamicFieldGroupPanel<O extends ObjectType>
class
DynamicFormPanel<O extends ObjectType>
class
SimpleErrorPanel<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 TypeMethodDescriptionvoid
ProgressPanel.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.void
ProgressPanel.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) void
ProgressPanel.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) void
ProgressReportingAwarePage.finishProcessing
(org.apache.wicket.ajax.AjaxRequestTarget target, Collection<ObjectDeltaOperation<? extends ObjectType>> executedDeltas, boolean returningFromAsync, OperationResult result) void
ProgressReporter.setObjectDeltaOperation
(Collection<ObjectDeltaOperation<? extends ObjectType>> objectDeltaOperation) void
ProgressReporter.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 TypeClassDescriptionclass
AbstractSearchConfigurationPanel<F extends SearchFilter,
O extends ObjectType> class
BasicSearchFilterModel<O extends ObjectType>
class
SearchPropertiesConfigPanel<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 TypeClassDescriptionclass
ValueSearchFilterItem<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 TypeClassDescriptionclass
AbstractWrapperModel<T,
O extends ObjectType> class
ContainerableFromPrismObjectModel<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 TypeClassDescriptionclass
ChooseTypePanel<T extends ObjectType>
class
PageDebugDownloadBehaviour<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 DebugObjectItem
DebugObjectItem.createDebugObjectItem
(PrismObject<? extends ObjectType> object) void
DebugConfDialogDto.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 TypeClassDescriptionclass
ConvertingMultiValueChoosePanel<U,
T extends ObjectType> class
SearchFilterConfigurationPanel<O extends ObjectType>
class
SingleValueChoosePanel<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 TypeMethodDescriptionvoid
AuditSearchDto.setTargetNamesObjects
(List<ObjectType> targetNamesObjects) void
AuditSearchDto.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 TypeClassDescriptionclass
TaskErrorSelectableBeanImplOld<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 TypeMethodDescriptionvoid
AssignmentInfoDto.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 ObjectType
CompareResultType.currentObject
protected ObjectType
CompareResultType.normalizedObject
Fields 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) void
CompareResultType.setCurrentObject
(ObjectType value) void
CompareResultType.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 TypeClassDescriptionclass
Definition of an access certification - a template for a set of access certification campaigns.class
Abstract class that contains the "essence" of a role.class
Definition of an access certification campaign.class
Access certification definition augmented with report-related information (e.g.class
Access certification definition.class
Archetype definition.class
Abstract supertype for all object types that can have assignments.class
TODOclass
Host definition for remote connector, remote connector framework or a remote "gateway".class
Description of a generic connector.class
Configuration Dasboard dashboard showing in GUI.class
Abstract supertype for all object types that can be focus of full midPoint computation.class
Form definition.class
Define reusable functionsclass
Generic object for storing unknown (unexpected) object types.class
An object that represents lookup table.class
A mark is a "label" given to an object - currently a prism object, an assignment, or audited/simulation event.class
Localizable template of the message used with a transport mechanism, for instance mail.class
Node describes a single installation of midPoint.class
Object collection specification.class
TODO: update The user template used to create new users.class
Organizational unit, division, section, object group, team, project or any other form of organizing things and/or people.class
Reports outputs.class
Specification of midPoint report.class
Resource represents a system or component external to the IDM system which we manage.class
A set of grouped objects based on density and similarity.class
Session for role analysis, e.g.class
A role in the extended Role-Based Access Control (RBAC) sense.class
Object that contains definitions of overall security policy.class
Definition of a sequence object that produces unique values.class
This 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.class
Local copy of any object on the provisioning resource that is related to provisioning.class
Result of a simulation run.class
System configuration object.class
TaskType contains information about a task (either transient or persistent).class
User object represents a physical user of the system.class
Fields 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.object
Methods 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) void
SimulationResultProcessedObjectType.setAfter
(ObjectType value) void
SimulationResultProcessedObjectType.setBefore
(ObjectType value) void
LensElementContextType.setObjectCurrent
(ObjectType value) void
LensElementContextType.setObjectNew
(ObjectType value) void
LensElementContextType.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) void
MappingEvaluationSourceContextType.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) void
GetObjectResponseType.setObject
(ObjectType value)