Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType
-
-
Uses of ObjectType in com.evolveum.midpoint.audit.api
Methods in com.evolveum.midpoint.audit.api that return types with arguments of type ObjectType Modifier and Type Method Description @NotNull Collection<ObjectDeltaOperation<? extends ObjectType>>AuditEventRecord. getDeltas()Method parameters in com.evolveum.midpoint.audit.api with type arguments of type ObjectType Modifier and Type Method Description voidAuditEventRecord. addDelta(ObjectDeltaOperation<? extends ObjectType> delta)voidAuditEventRecord. addDeltas(Collection<? extends ObjectDeltaOperation<? extends ObjectType>> deltasToAdd) -
Uses of ObjectType in com.evolveum.midpoint.common.crypto
Methods in com.evolveum.midpoint.common.crypto with type parameters of type ObjectType Modifier and Type Method Description static <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 ObjectType Modifier and Type Class Description classAbstractAssignmentPopupTabPanel<O extends ObjectType>Created by honchar.classAbstractPopupTabPanel<O extends ObjectType>Created by honcharclassChooseMemberPopup<O extends ObjectType,T extends AbstractRoleType>Created by honcharclassChooseOrgMemberPopup<O extends ObjectType>classMainObjectListPanel<O extends ObjectType>classMemberPopupTabPanel<O extends ObjectType>Created by honcharclassMultiTypesMemberPopupTabPanel<O extends ObjectType>Created by honchar.classObjectBrowserPanel<O extends ObjectType>classObjectListPanel<O extends ObjectType>classPopupObjectListPanel<O extends ObjectType>classTypedAssignablePanel<T extends ObjectType>Methods in com.evolveum.midpoint.gui.api.component with type parameters of type ObjectType Modifier and Type Method Description protected <T extends ObjectType>
PopupObjectListPanel<T>AbstractPopupTabPanel. getObjectListPanel()Method parameters in com.evolveum.midpoint.gui.api.component with type arguments of type ObjectType Modifier and Type Method Description protected ObjectQueryChooseMemberPopup. createInOidQuery(List<ObjectType> selectedObjectsList) -
Uses of ObjectType in com.evolveum.midpoint.gui.api.component.autocomplete
Methods in com.evolveum.midpoint.gui.api.component.autocomplete with type parameters of type ObjectType Modifier and Type Method Description 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 Modifier and Type Class Description classObjectTypeSelectPanel<O extends 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 Modifier and Type Interface Description interfacePrismObjectWrapperFactory<O extends ObjectType> -
Uses of ObjectType in com.evolveum.midpoint.gui.api.page
Methods in com.evolveum.midpoint.gui.api.page with type parameters of type ObjectType Modifier and Type Method Description <O extends ObjectType,T extends ObjectType>
voidPageBase. authorize(String operationUrl, AuthorizationPhaseType phase, PrismObject<O> object, ObjectDelta<O> delta, PrismObject<T> target, OwnerResolver ownerResolver, OperationResult result)<O extends ObjectType,T extends ObjectType>
voidPageBase. authorize(String operationUrl, AuthorizationPhaseType phase, PrismObject<O> object, ObjectDelta<O> delta, PrismObject<T> target, OwnerResolver ownerResolver, 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, OwnerResolver ownerResolver)<O extends ObjectType,T extends ObjectType>
booleanPageAdminLTE. isAuthorized(String operationUrl, AuthorizationPhaseType phase, PrismObject<O> object, ObjectDelta<O> delta, PrismObject<T> target, OwnerResolver ownerResolver) -
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 ObjectType Modifier and Type Interface Description interfacePrismObjectValueWrapper<O extends ObjectType>interfacePrismObjectWrapper<O extends ObjectType>Methods in com.evolveum.midpoint.gui.api.prism.wrapper with type parameters of type ObjectType Modifier and Type Method Description <OW extends PrismObjectWrapper<O>,O extends ObjectType>
OWItemWrapper. findObjectWrapper()Methods in com.evolveum.midpoint.gui.api.prism.wrapper that return ObjectType Modifier and Type Method Description ObjectTypeAssignmentValueWrapper. getAssignmentParent() -
Uses of ObjectType in com.evolveum.midpoint.gui.api.registry
Methods in com.evolveum.midpoint.gui.api.registry with type parameters of type ObjectType Modifier and Type Method Description <O extends ObjectType>
PrismObjectWrapperFactory<O>GuiComponentRegistry. getObjectWrapperFactory(PrismObjectDefinition<O> objectDef) -
Uses of ObjectType in com.evolveum.midpoint.gui.api.util
Classes in com.evolveum.midpoint.gui.api.util with type parameters of type ObjectType Modifier and Type Class Description classHistoryPageTabVisibleBehavior<O extends ObjectType>Created by honchar.classObjectTabVisibleBehavior<O extends ObjectType>Created by Viliam Repan (lazyman).Methods in com.evolveum.midpoint.gui.api.util with type parameters of type ObjectType Modifier and Type Method Description static <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 <T extends ObjectType>
StringWebComponentUtil. createDefaultBlackIcon(QName objectType)static <T extends ObjectType>
StringWebComponentUtil. createDefaultColoredIcon(QName objectType)static <T extends ObjectType>
StringWebComponentUtil. createDefaultIcon(PrismObject<T> object)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, PageBase pageBase)static <O extends ObjectType>
DisplayTypeGuiDisplayTypeUtil. getArchetypePolicyDisplayType(O object, PageBase pageBase)static <O extends ObjectType>
ArchetypePolicyTypeWebComponentUtil. getArchetypeSpecification(PrismObject<O> object, ModelServiceLocator locator)static <T extends ObjectType>
StringWebComponentUtil. getBoxCssClasses(QName objectType)static <T extends ObjectType>
StringWebComponentUtil. getBoxThinCssClasses(QName objectType)static <O extends ObjectType>
StringWebComponentUtil. getDisplayNameOrName(ObjectReferenceType ref, PageBase pageBase, String operation)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>
IconTypeWebComponentUtil. getIconForActivationStatus(O obj)static <O extends ObjectType>
IconTypeWebComponentUtil. getIconForLifecycleState(O obj)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, Task task, OperationResult result)static <T extends ObjectType>
@Nullable PrismObject<T>WebModelServiceUtils. loadObject(Referencable objectReference, boolean allowNull, PageAdminLTE page, Task task, OperationResult result)static <T extends ObjectType>
PrismObject<T>WebModelServiceUtils. loadObject(Referencable objectReference, PageAdminLTE page, Task task, OperationResult result)static <T extends ObjectType>
@Nullable PrismObject<T>WebModelServiceUtils. loadObject(Referencable objectReference, PageBase page)static <T extends ObjectType>
@Nullable PrismObject<T>WebModelServiceUtils. loadObject(Class<T> type, String oid, PageAdminLTE page, 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, Task task, OperationResult result)static <T extends ObjectType>
@Nullable PrismObject<T>WebModelServiceUtils. loadObject(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, PageAdminLTE page, Task task, OperationResult result)static <O extends ObjectType>
List<O>WebComponentUtil. loadReferencedObjectList(List<ObjectReferenceType> refList, String operation, PageBase 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, 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, Task task, OperationResult result)static <T extends ObjectType>
@NotNull List<PrismObject<T>>WebModelServiceUtils. searchObjects(Class<T> type, ObjectQuery query, OperationResult result, PageBase page)static <T extends ObjectType>
@NotNull List<PrismObject<T>>WebModelServiceUtils. searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult result, PageBase page)static <T extends ObjectType>
@NotNull List<PrismObject<T>>WebModelServiceUtils. searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult result, PageBase page, PrismObject<UserType> principal)Methods in com.evolveum.midpoint.gui.api.util that return types with arguments of type ObjectType Modifier and Type Method Description static Class<? extends ObjectType>WebComponentUtil. getObjectTypeForDetailsPage(PageBase pageType)Methods in com.evolveum.midpoint.gui.api.util with parameters of type ObjectType Modifier and Type Method Description static PolyStringTypeWebComponentUtil. getCollectionLabel(DisplayType viewDisplayType, CollectionRefSpecificationType collectionRefSpec, ObjectType collectionRefTarget)Deprecated.static StringWebComponentUtil. getEffectiveName(ObjectType object, QName propertyName)static StringWebComponentUtil. getEffectiveName(ObjectType object, QName propertyName, boolean translate)static StringWebComponentUtil. getName(ObjectType object)static StringWebComponentUtil. getName(ObjectType object, boolean translate)Method parameters in com.evolveum.midpoint.gui.api.util with type arguments of type ObjectType Modifier and Type Method Description static @NotNull List<InlineMenuItem>WebComponentUtil. createMenuItemsFromActions(@NotNull List<GuiActionType> actions, String operation, PageBase pageBase, @NotNull Supplier<Collection<? extends ObjectType>> selectedObjectsSupplier)static voidWebComponentUtil. createToastForCreateObject(org.apache.wicket.ajax.AjaxRequestTarget target, Class<? extends ObjectType> type)static voidWebComponentUtil. createToastForUpdateObject(org.apache.wicket.ajax.AjaxRequestTarget target, Class<? extends ObjectType> type)static voidWebComponentUtil. dispatchToObjectDetailsPage(Class<? extends ObjectType> objectClass, String oid, org.apache.wicket.Component component, boolean failIfUnsupported)static Class<? extends PageBase>WebComponentUtil. getNewlyCreatedObjectPage(Class<? extends ObjectType> type)static Class<? extends PageBase>WebComponentUtil. getObjectDetailsPage(Class<? extends ObjectType> type)static Class<? extends PageBase>WebComponentUtil. getObjectListPage(Class<? extends ObjectType> type)static booleanWebComponentUtil. isAuthorized(Class<? extends ObjectType> clazz)static voidWebModelServiceUtils. save(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, OperationResult result, 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 Modifier and Type Class Description classAbstractObjectListPanel<O extends 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 Modifier and Type Class Description classCustomContainerPanel<O extends 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 ObjectType Modifier and Type Method Description protected StringConfigurableExpressionColumn. getStringValueForObject(ObjectType object) -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.component.data.provider
Classes in com.evolveum.midpoint.gui.impl.component.data.provider with type parameters of type ObjectType Modifier and Type Class Description classObjectDataProvider<W extends Serializable,O extends ObjectType>classRepositoryObjectDataProvider<O extends ObjectType>classSelectableBeanObjectDataProvider<O extends ObjectType> -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.component.menu
Classes in com.evolveum.midpoint.gui.impl.component.menu with type parameters of type ObjectType Modifier and Type Class Description classDetailsNavigationPanel<O extends ObjectType> -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.component.search.panel
Classes in com.evolveum.midpoint.gui.impl.component.search.panel with type parameters of type ObjectType Modifier and Type Class Description classReferenceValueSearchPopupPanel<O extends ObjectType>Methods in com.evolveum.midpoint.gui.impl.component.search.panel with type parameters of type ObjectType Modifier and Type Method Description protected <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 ObjectType Modifier and Type Class Description classMultiSelectTileTablePanel<E extends Serializable,O extends ObjectType>classSelectableFocusTilePanel<O extends ObjectType>classSingleSelectTileTablePanel<O extends ObjectType> -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.component.wizard
Classes in com.evolveum.midpoint.gui.impl.component.wizard with type parameters of type ObjectType Modifier and Type Class Description classMultiSelectTileWizardStepPanel<SI extends Serializable,O extends ObjectType,ODM extends ObjectDetailsModels,V extends Containerable>classSelectTileWizardStepPanel<O extends ObjectType,ODM extends ObjectDetailsModels,V extends Containerable>classSingleTileWizardStepPanel<O extends ObjectType,ODM extends ObjectDetailsModels,V extends Containerable> -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.factory.wrapper
Classes in com.evolveum.midpoint.gui.impl.factory.wrapper with type parameters of type ObjectType Modifier and Type Class Description classPrismObjectWrapperFactoryImpl<O extends 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 Modifier and Type Class Description classSelectableObjectModel<O extends 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 ObjectType Modifier and Type Class Description classAbstractObjectMainPanel<O extends ObjectType,M extends ObjectDetailsModels<O>>classAbstractPageObjectDetails<O extends ObjectType,ODM extends ObjectDetailsModels<O>>classCreateTemplatePanel<O extends ObjectType>classFormWrapperValidator<O extends ObjectType>Created by Viliam Repan (lazyman).classObjectDetailsModels<O extends ObjectType>classPageObjectModel<O extends ObjectType>Methods in com.evolveum.midpoint.gui.impl.page.admin that return types with arguments of type ObjectType Modifier and Type Method Description Collection<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, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectChangeExecutor. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectChangesExecutorImpl. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectChangesExecutorImpl. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, OperationResult result)Executes changes on behalf of the parent page.Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectChangesExecutorImpl. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, 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, 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, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)Collection<ObjectDeltaOperation<? extends ObjectType>>ProgressAwareChangesExecutorImpl. executeChangesInBackground(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, 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, Task task)Method parameters in com.evolveum.midpoint.gui.impl.page.admin with type arguments of type ObjectType Modifier and Type Method Description protected Collection<ObjectDeltaOperation<? extends ObjectType>>AbstractPageObjectDetails. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ExecuteChangeOptionsDto options, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectChangeExecutor. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectChangesExecutorImpl. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectChangesExecutorImpl. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, OperationResult result)Executes changes on behalf of the parent page.Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectChangesExecutorImpl. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, 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, 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, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)Collection<ObjectDeltaOperation<? extends ObjectType>>ProgressAwareChangesExecutorImpl. executeChangesInBackground(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)protected booleanAbstractPageObjectDetails. noChangesToExecute(Collection<ObjectDelta<? extends ObjectType>> deltas, ExecuteChangeOptionsDto options)protected Collection<SimpleValidationError>ObjectDetailsModels. performCustomValidation(PrismObject<O> object, Collection<ObjectDelta<? extends ObjectType>> deltas)protected voidAbstractPageObjectDetails. postProcessResult(OperationResult result, Collection<ObjectDeltaOperation<? extends ObjectType>> executedDeltas, org.apache.wicket.ajax.AjaxRequestTarget target) -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component with type parameters of type ObjectType Modifier and Type Method Description static <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 ObjectType Modifier and Type Method Description protected List<? extends ObjectType>AbstractRoleMemberPanel. getSelectedRealObjects()protected List<? extends ObjectType>GovernanceCardsPanel. getSelectedRealObjects()Method parameters in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component with type arguments of type ObjectType Modifier and Type Method Description static @NotNull ObjectQueryMemberOperationsHelper. createSelectedObjectsQuery(@NotNull List<? extends ObjectType> selectedObjects)Creates a query covering all selected objects (converts list of objects to a multivalued "OID" query). -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder
Methods in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder that return types with arguments of type ObjectType Modifier and Type Method Description protected List<ObjectDelta<? extends ObjectType>>FocusDetailsModels. getAdditionalModifyDeltas(OperationResult result) -
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 ObjectType Modifier and Type Method Description Collection<SimpleValidationError>InducedEntitlementsValidator. validateObject(PrismObject<? extends ObjectType> object, Collection<ObjectDelta<? extends ObjectType>> deltas)Collection<SimpleValidationError>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 ObjectType Modifier and Type Class Description classGenericMultivalueContainerPanel<C extends Containerable,O extends ObjectType>classGenericSingleContainerPanel<C extends Containerable,O extends ObjectType>classOperationalButtonsPanel<O extends ObjectType>Use newOperationsPanelandOperationPanelPartto create proper HTML for this panel ("card" with fieldsets that are responsive)Methods in com.evolveum.midpoint.gui.impl.page.admin.component that return types with arguments of type ObjectType Modifier and Type Method Description ModelContext<? 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 Modifier and Type Class Description classPreviewChangesTabPanel<O extends 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 ObjectType Modifier and Type Class Description classPageFocusPreviewChanges<O extends ObjectType>Methods in com.evolveum.midpoint.gui.impl.page.admin.focus that return types with arguments of type ObjectType Modifier and Type Method Description protected Collection<ObjectDeltaOperation<? extends ObjectType>>PageFocusDetails. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ExecuteChangeOptionsDto options, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)Method parameters in com.evolveum.midpoint.gui.impl.page.admin.focus with type arguments of type ObjectType Modifier and Type Method Description protected voidPageFocusDetails. collectObjectsForPreview(Map<PrismObject<F>,ModelContext<? extends ObjectType>> modelContextMap)protected Collection<ObjectDeltaOperation<? extends ObjectType>>PageFocusDetails. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ExecuteChangeOptionsDto options, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)protected voidPageFocusDetails. postProcessResult(OperationResult result, Collection<ObjectDeltaOperation<? extends ObjectType>> executedDeltas, org.apache.wicket.ajax.AjaxRequestTarget target) -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.page.admin.mark
Methods in com.evolveum.midpoint.gui.impl.page.admin.mark with type parameters of type ObjectType Modifier and Type Method Description protected <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 ObjectType Modifier and Type Method Description protected 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 ObjectType Modifier and Type Method Description static <O extends ObjectType>
TemplateTile<SelectableBean<O>>TemplateTile. createTileFromObject(SelectableBean<O> object, PageBase pageBase) -
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 ObjectType Modifier and Type Method Description static VisualizationSimulationsGuiUtil. createVisualization(ObjectDelta<? extends ObjectType> delta, PageBase page) -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.page.admin.task
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.task with type arguments of type ObjectType Modifier and Type Method Description protected voidPageTask. postProcessResult(OperationResult result, Collection<ObjectDeltaOperation<? extends ObjectType>> executedDeltas, org.apache.wicket.ajax.AjaxRequestTarget target) -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.page.admin.user
Methods in com.evolveum.midpoint.gui.impl.page.admin.user that return types with arguments of type ObjectType Modifier and Type Method Description protected Collection<ObjectDeltaOperation<? extends ObjectType>>PageUser. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ExecuteChangeOptionsDto options, 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 ObjectType Modifier and Type Method Description protected voidPageUser. collectObjectsForPreview(Map<PrismObject<UserType>,ModelContext<? extends ObjectType>> prismObjectModelContextMap)protected Collection<ObjectDeltaOperation<? extends ObjectType>>PageUser. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ExecuteChangeOptionsDto options, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)protected booleanPageUser. noChangesToExecute(Collection<ObjectDelta<? extends ObjectType>> deltas, ExecuteChangeOptionsDto options)protected voidPageUser. processAdditionalFocalObjectsForPreview(Map<PrismObject<UserType>,ModelContext<? extends ObjectType>> modelContextMap)for now used only for delegation changes -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.page.self.credentials
Methods in com.evolveum.midpoint.gui.impl.page.self.credentials that return types with arguments of type ObjectType Modifier and Type Method Description PrismObject<? extends ObjectType>PasswordAccountDto. getObject()Method parameters in com.evolveum.midpoint.gui.impl.page.self.credentials with type arguments of type ObjectType Modifier and Type Method Description protected voidChangePasswordPanel. collectDeltas(Collection<ObjectDelta<? extends ObjectType>> deltas, ProtectedStringType currentPassword, ItemPath valuePath)protected voidPropagatePasswordPanel. collectDeltas(Collection<ObjectDelta<? extends ObjectType>> deltas, ProtectedStringType currentPassword, ItemPath valuePath)Constructor parameters in com.evolveum.midpoint.gui.impl.page.self.credentials with type arguments of type ObjectType Constructor Description PasswordAccountDto(@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 ObjectType Modifier and Type Method Description Class<? extends ObjectType>StaticObjectCollection. getType()Method parameters in com.evolveum.midpoint.gui.impl.page.self.requestAccess with type arguments of type ObjectType Modifier and Type Method Description protected voidCatalogItemDetailsPanel. addPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<ObjectType> model)protected voidCatalogItemDetailsPanel. closePerformed(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<ObjectType> model) -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.prism.panel
Classes in com.evolveum.midpoint.gui.impl.prism.panel with type parameters of type ObjectType Modifier and Type Class Description classPrismObjectValuePanel<O extends 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 ObjectType Modifier and Type Class Description classPrismObjectValueWrapperImpl<O extends ObjectType>classPrismObjectWrapperImpl<O extends ObjectType>Methods in com.evolveum.midpoint.gui.impl.prism.wrapper with type parameters of type ObjectType Modifier and Type Method Description <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 Modifier and Type Method Description ObjectTypeAssignmentValueWrapperImpl. getAssignmentParent() -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.registry
Methods in com.evolveum.midpoint.gui.impl.registry with type parameters of type ObjectType Modifier and Type Method Description <O extends ObjectType>
PrismObjectWrapperFactory<O>GuiComponentRegistryImpl. getObjectWrapperFactory(PrismObjectDefinition<O> objectDef) -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.util
Methods in com.evolveum.midpoint.gui.impl.util with type parameters of type ObjectType Modifier and Type Method Description static <T extends ObjectType>
List<SelectableBean<T>>TableUtil. getSelectedModels(org.apache.wicket.extensions.markup.html.repeater.data.table.DataTable table) -
Uses of ObjectType in com.evolveum.midpoint.init
Methods in com.evolveum.midpoint.init with type parameters of type ObjectType Modifier and Type Method Description protected <O extends ObjectType>
voidDataImport. preImportUpdate(PrismObject<O> object) -
Uses of ObjectType in com.evolveum.midpoint.model.api
Classes in com.evolveum.midpoint.model.api with type parameters of type ObjectType Modifier and Type Class Description classObjectTreeDeltas<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 ObjectType Modifier and Type Method Description <T extends ObjectType,O extends ObjectType>
booleanModelInteractionService. canSearch(Class<T> resultType, Class<O> objectType, String objectOid, boolean includeSpecial, ObjectQuery query, Task task, OperationResult result)TODO Question: does object make any sense here? E.g.<T extends ObjectType,O extends ObjectType>
booleanModelInteractionService. canSearch(Class<T> resultType, Class<O> objectType, String objectOid, boolean includeSpecial, ObjectQuery query, Task task, OperationResult result)TODO Question: does object make any sense here? E.g.<O extends ObjectType>
CompareResultTypeModelService. compareObject(PrismObject<O> object, Collection<SelectorOptions<GetOperationOptions>> readOptions, ModelCompareOptions compareOptions, @NotNull List<? extends ItemPath> ignoreItemPaths, Task task, OperationResult result)TODO<T extends ObjectType>
IntegerModelService. countObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)Count objects.static <T extends ObjectType>
ObjectTreeDeltas<T>ObjectTreeDeltas. fromObjectTreeDeltasType(ObjectTreeDeltasType deltasType)<O extends ObjectType>
StringModelInteractionService. generateNonce(NonceCredentialsPolicyType noncePolicy, Task task, OperationResult result)<O extends ObjectType>
voidModelInteractionService. generateValue(PrismObject<O> object, PolicyItemsDefinitionType policyItemsDefinition, Task task, OperationResult parentResult)<O extends ObjectType>
StringModelInteractionService. generateValue(ValuePolicyType policy, int defaultLength, boolean generateMinimalSize, PrismObject<O> object, String shortDesc, Task task, OperationResult inputResult)TEMPORARY.<O extends ObjectType,R extends AbstractRoleType>
ItemSecurityConstraintsModelInteractionService. getAllowedRequestAssignmentItems(PrismObject<O> object, PrismObject<R> target, Task task, OperationResult result)Returns decisions for individual items for "assign" authorization.<T extends ObjectType>
ObjectFilterModelInteractionService. getDonorFilter(Class<T> searchResultType, ObjectFilter origFilter, String targetAuthorizationAction, Task task, OperationResult parentResult)Returns filter for lookup of donors of power of attorney.<O extends ObjectType>
PrismObjectDefinition<O>ModelInteractionService. getEditObjectDefinition(PrismObject<O> object, AuthorizationPhaseType phase, Task task, OperationResult result)Returns a schema that reflects editability of the object in terms of midPoint schema limitations and security.<O extends ObjectType>
MetadataItemProcessingSpecModelInteractionService. getMetadataItemProcessingSpec(ItemPath metadataItemPath, PrismObject<O> object, 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 Task task, @NotNull OperationResult result)Returns object for provided OID.<O extends ObjectType>
voidModelService. importObject(PrismObject<O> object, ImportOptionsType options, 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, Task task, OperationResult result)Merge two objects into one.<O extends ObjectType>
MergeDeltas<O>ModelInteractionService. mergeObjectsPreviewDeltas(Class<O> type, String leftOid, String rightOid, String mergeConfigurationName, Task task, OperationResult result)<O extends ObjectType>
PrismObject<O>ModelInteractionService. mergeObjectsPreviewObject(Class<O> type, String leftOid, String rightOid, String mergeConfigurationName, Task task, OperationResult result)<O extends ObjectType>
ProcessedObject<O>ModelService. parseProcessedObject(@NotNull SimulationResultProcessedObjectType bean, @NotNull Task task, @NotNull OperationResult result)<F extends ObjectType>
ModelContext<F>ModelInteractionService. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, OperationResult result)Computes the most likely changes triggered by the provided delta.<F extends ObjectType>
ModelContext<F>ModelInteractionService. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, Collection<ProgressListener> listeners, OperationResult result)<F extends ObjectType>
voidModelService. recompute(Class<F> type, String oid, ModelExecuteOptions options, 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, Task task, OperationResult result)<T extends ObjectType>
SearchResultList<PrismObject<T>>ModelService. searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)Search for objects.<T extends ObjectType>
SearchResultMetadataModelService. searchObjectsIterative(Class<T> type, ObjectQuery query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)Search for objects in iterative fashion (using callback).<F extends ObjectType>
ModelContext<F>ModelInteractionService. unwrapModelContext(LensContextType wrappedContext, Task task, OperationResult result)<O extends ObjectType>
voidModelInteractionService. validateValue(PrismObject<O> object, PolicyItemsDefinitionType policyItemsDefinition, Task task, OperationResult parentResult)<O extends ObjectType>
List<StringLimitationResult>ModelInteractionService. validateValue(ProtectedStringType protectedStringValue, ValuePolicyType pp, PrismObject<O> object, Task task, OperationResult parentResult)<O extends ObjectType>
ModelContextVisualizationModelInteractionService. visualizeModelContext(ModelContext<O> context, Task task, OperationResult result)Methods in com.evolveum.midpoint.model.api that return types with arguments of type ObjectType Modifier and Type Method Description default Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, OperationResult result)Execute the provided object deltas.Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, Collection<ProgressListener> listeners, OperationResult parentResult)List<ObjectDelta<? extends ObjectType>>ObjectTreeDeltas. getDeltaList()<O extends ObjectType>
Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService. mergeObjects(Class<O> type, String leftOid, String rightOid, String mergeConfigurationName, Task task, OperationResult result)Merge two objects into one.Method parameters in com.evolveum.midpoint.model.api with type arguments of type ObjectType Modifier and Type Method Description @NotNull Collection<EvaluatedPolicyRule>ModelInteractionService. evaluateCollectionPolicyRules(@NotNull PrismObject<ObjectCollectionType> collection, @Nullable CompiledObjectCollectionView collectionView, @Nullable Class<? extends ObjectType> targetTypeClass, @NotNull 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, Task task, OperationResult result)Execute the provided object deltas.Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, Collection<ProgressListener> listeners, OperationResult parentResult)voidModelInteractionService. expandConfigurationObject(@NotNull PrismObject<? extends ObjectType> configurationObject, @NotNull Task task, @NotNull OperationResult result)SeeProvisioningService.expandConfigurationObject(PrismObject, Task, OperationResult)for the description.booleanModelService. isSupportedByRepository(@NotNull Class<? extends ObjectType> type)Returns `true` if the particular object type is supported by the current repository.<F extends ObjectType>
ModelContext<F>ModelInteractionService. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, OperationResult result)Computes the most likely changes triggered by the provided delta.<F extends ObjectType>
ModelContext<F>ModelInteractionService. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, Collection<ProgressListener> listeners, OperationResult result)@NotNull VisualizationModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, boolean includeOriginalObject, Task task, OperationResult result)@NotNull VisualizationModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, Task task, OperationResult result)@NotNull VisualizationModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, ObjectReferenceType objectRef, Task task, OperationResult result)@NotNull VisualizationModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, Task task, OperationResult result)List<Visualization>ModelInteractionService. visualizeDeltas(List<ObjectDelta<? extends ObjectType>> deltas, Task task, OperationResult result) -
Uses of ObjectType in com.evolveum.midpoint.model.api.authentication
-
Uses of ObjectType in com.evolveum.midpoint.model.api.context
Classes in com.evolveum.midpoint.model.api.context with type parameters of type ObjectType Modifier and Type Interface Description interfaceModelContext<F extends ObjectType>interfaceModelElementContext<O extends ObjectType>Methods in com.evolveum.midpoint.model.api.context that return ObjectType Modifier and Type Method Description @NotNull ObjectTypeEvaluatedExclusionTrigger. getConflictingTarget()ObjectTypeAssignmentPath. getProtoRole()In the context of meta-roles this is the role that the currently-processed inducement "applies to".ObjectTypeAssignmentPathSegment. getSource()ObjectTypeAssignmentPathSegment. getTarget()@NotNull ObjectTypeEvaluatedExclusionTrigger. getThisTarget()Methods in com.evolveum.midpoint.model.api.context that return types with arguments of type ObjectType Modifier and Type Method Description @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 ObjectType Modifier and Type Method Description intAssignmentPath. countTargetOccurrences(ObjectType target)Constructors in com.evolveum.midpoint.model.api.context with parameters of type ObjectType Constructor Description EvaluatedExclusionTrigger(@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 ObjectType Modifier and Type Method Description <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 ObjectType Modifier and Type Method Description @Nullable ObjectTypeCompleteCorrelationResult. getOwner()Methods in com.evolveum.midpoint.model.api.correlation that return types with arguments of type ObjectType Modifier and Type Method Description @NotNull Class<? extends ObjectType>CorrelationContext. getFocusType()Methods in com.evolveum.midpoint.model.api.correlation with parameters of type ObjectType Modifier and Type Method Description static CompleteCorrelationResultCompleteCorrelationResult. existingOwner(@NotNull ObjectType owner, @Nullable CandidateOwnersMap candidateOwnersMap, @Nullable ResourceObjectOwnerOptionsType optionsBean) -
Uses of ObjectType in com.evolveum.midpoint.model.api.correlator
Methods in com.evolveum.midpoint.model.api.correlator that return ObjectType Modifier and Type Method Description @NotNull ObjectTypeCandidateOwner. getObject()Methods in com.evolveum.midpoint.model.api.correlator with parameters of type ObjectType Modifier and Type Method Description voidCandidateOwnersMap. put(@NotNull ObjectType candidate, @Nullable String externalId, double confidence)Constructors in com.evolveum.midpoint.model.api.correlator with parameters of type ObjectType Constructor Description CandidateOwner(@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 ObjectType Modifier and Type Method Description <T extends ObjectType>
StringMidpointFunctions. addObject(PrismObject<T> newObject)<T extends ObjectType>
StringMidpointFunctions. addObject(PrismObject<T> newObject, ModelExecuteOptions options)<T extends ObjectType>
StringMidpointFunctions. addObject(T newObject)<T extends ObjectType>
StringMidpointFunctions. addObject(T newObject, ModelExecuteOptions options)default <O extends ObjectType>
voidMidpointFunctions. addRecomputeTrigger(PrismObject<O> object, Long timestamp)<O extends ObjectType>
voidMidpointFunctions. addRecomputeTrigger(PrismObject<O> object, Long timestamp, MidpointFunctions.TriggerCustomizer triggerCustomizer)default <O extends ObjectType>
voidMidpointFunctions. addRecomputeTrigger(O object, Long timestamp)default <O extends ObjectType>
voidMidpointFunctions. addRecomputeTrigger(O object, Long timestamp, MidpointFunctions.TriggerCustomizer triggerCustomizer)<T extends ObjectType>
voidMidpointFunctions. applyDefinition(T object)<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>
TMidpointFunctions. getObject(Class<T> type, String oid)Returns object for provided OID.<T extends ObjectType>
TMidpointFunctions. getObject(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options)Returns object for provided OID.<O extends ObjectType,T>
List<O>MidpointFunctions. getObjectsInConflictOnPropertyValue(O objectType, String propertyPathString, T propertyValue, boolean getAllConflicting)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(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 ObjectType Modifier and Type Method Description @NotNull List<String>MidpointFunctions. getArchetypeOids(ObjectType object)Returns a list of archetype OIDs for given object.OrgTypeMidpointFunctions. getParentOrgByArchetype(ObjectType object, String archetypeOid)Returns parent org of the specified object that have a specific archetype.OrgTypeOrgStructFunctions. getParentOrgByArchetype(ObjectType object, String archetypeOid, boolean preAuthorized)OrgTypeMidpointFunctions. getParentOrgByOrgType(ObjectType object, String orgType)Returns parent org of the specified object that have a specific orgType.OrgTypeOrgStructFunctions. getParentOrgByOrgType(ObjectType object, String orgType, boolean preAuthorized)Collection<OrgType>MidpointFunctions. getParentOrgs(ObjectType object)Returns all parent orgs of the specified object.Collection<OrgType>MidpointFunctions. getParentOrgs(ObjectType object, String relation, String orgType)Returns parent orgs of the specified object that have a specific relation and orgType.Collection<OrgType>MidpointFunctions. getParentOrgs(ObjectType object, QName relation, String orgType)Returns parent orgs of the specified object that have a specific relation and orgType.Collection<OrgType>OrgStructFunctions. getParentOrgs(ObjectType object, boolean preAuthorized)Collection<OrgType>OrgStructFunctions. getParentOrgs(ObjectType object, String relation, String orgType, boolean preAuthorized)Collection<OrgType>OrgStructFunctions. getParentOrgs(ObjectType object, QName relation, @NotNull Predicate<OrgType> predicate, boolean preAuthorized)Collection<OrgType>OrgStructFunctions. getParentOrgs(ObjectType object, QName relation, String orgType, boolean preAuthorized)Collection<OrgType>MidpointFunctions. getParentOrgsByRelation(ObjectType object, String relation)Returns parent orgs of the specified object that have a specific relation.Collection<OrgType>MidpointFunctions. getParentOrgsByRelation(ObjectType object, QName relation)Returns parent orgs of the specified object that have a specific relation.Collection<OrgType>OrgStructFunctions. getParentOrgsByRelation(ObjectType object, String relation, boolean preAuthorized)Collection<OrgType>OrgStructFunctions. getParentOrgsByRelation(ObjectType object, QName relation, boolean preAuthorized)booleanMidpointFunctions. isDirectlyAssigned(ObjectType target)<F extends FocusType>
booleanMidpointFunctions. isDirectlyAssigned(F focusType, ObjectType target)default booleanMidpointFunctions. isEffectivelyEnabled(@Nullable ObjectType object)Returns true if the object is effectively enabled.<T> booleanMidpointFunctions. isUniquePropertyValue(ObjectType objectType, String propertyPathString, T propertyValue)Method parameters in com.evolveum.midpoint.model.api.expr with type arguments of type ObjectType Modifier and Type Method Description booleanOptimizingTriggerCreator. createForNamedObject(@NotNull Class<? extends ObjectType> type, @NotNull String name)Creates a trigger for the object with the given name.booleanOptimizingTriggerCreator. createForObject(@NotNull Class<? extends ObjectType> type, @NotNull String oid)Creates a trigger to the user with the given OID.voidMidpointFunctions. createRecomputeTrigger(Class<? extends ObjectType> type, String oid)Goes directly to repository service.voidMidpointFunctions. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas)Execute the provided object deltas.voidMidpointFunctions. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options)Execute the provided object deltas.<F extends ObjectType>
ModelContext<F>MidpointFunctions. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options)<F extends ObjectType>
ModelContext<F>MidpointFunctions. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, OperationResult result) -
Uses of ObjectType in com.evolveum.midpoint.model.api.hooks
Methods in com.evolveum.midpoint.model.api.hooks with type parameters of type ObjectType Modifier and Type Method Description <O extends ObjectType>
HookOperationModeChangeHook. invoke(@NotNull ModelContext<O> context, @NotNull 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, Task task, OperationResult parentResult)todoMethod parameters in com.evolveum.midpoint.model.api.hooks with type arguments of type ObjectType Modifier and Type Method Description default voidChangeHook. invokePreview(@NotNull ModelContext<? extends ObjectType> context, Task task, OperationResult result)Invokes the hook in "preview mode". -
Uses of ObjectType in com.evolveum.midpoint.model.api.simulation
Classes in com.evolveum.midpoint.model.api.simulation with type parameters of type ObjectType Modifier and Type Interface Description interfaceProcessedObject<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 ObjectType Modifier and Type Method Description <O extends ObjectType>
Collection<TriggerType>MultipleTriggersHandler. handle(@NotNull PrismObject<O> object, @NotNull Collection<TriggerType> triggers, @NotNull 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 ObjectType Modifier and Type Class Description classMergeDeltas<O extends ObjectType>Methods in com.evolveum.midpoint.model.api.util with type parameters of type ObjectType Modifier and Type Method Description <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, Task opTask, OperationResult result)Methods in com.evolveum.midpoint.model.api.util that return types with arguments of type ObjectType Modifier and Type Method Description List<PrismObject<? extends ObjectType>>ReferenceResolver. resolve(@NotNull ObjectReferenceType reference, Collection<SelectorOptions<GetOperationOptions>> options, @NotNull ReferenceResolver.Source source, ReferenceResolver.FilterEvaluator filterEvaluator, Task task, OperationResult result) -
Uses of ObjectType in com.evolveum.midpoint.model.common
Method parameters in com.evolveum.midpoint.model.common with type arguments of type ObjectType Modifier and Type Method Description LinkTypeDefinitionTypeLinkManager. getSourceLinkTypeDefinition(String linkTypeName, List<PrismObject<? extends ObjectType>> objectVariants, OperationResult result)@NotNull LinkTypeDefinitionTypeLinkManager. getSourceLinkTypeDefinitionRequired(String linkTypeName, List<PrismObject<? extends ObjectType>> objectVariants, OperationResult result)LinkTypeDefinitionTypeLinkManager. getTargetLinkTypeDefinition(String linkTypeName, List<PrismObject<? extends ObjectType>> objectVariants, OperationResult result)@NotNull LinkTypeDefinitionTypeLinkManager. getTargetLinkTypeDefinitionRequired(String linkTypeName, List<PrismObject<? extends ObjectType>> objectVariants, OperationResult result) -
Uses of ObjectType in com.evolveum.midpoint.model.common.archetypes
Methods in com.evolveum.midpoint.model.common.archetypes with type parameters of type ObjectType Modifier and Type Method Description <O extends ObjectType>
@NotNull Set<String>ArchetypeManager. determineArchetypeOids(O before, O after)Determines all archetype OIDs in the "dynamic" case where the object is changed during clockwork processing.<O extends ObjectType>
ExpressionProfileArchetypeManager. determineExpressionProfile(PrismObject<O> object, OperationResult result)static <O extends ObjectType>
LifecycleStateModelTypeArchetypeManager. determineLifecycleModel(PrismObject<O> object, PrismObject<SystemConfigurationType> systemConfiguration)static <O extends ObjectType>
LifecycleStateModelTypeArchetypeManager. determineLifecycleModel(PrismObject<O> object, SystemConfigurationType systemConfiguration)static <O extends ObjectType>
ObjectPolicyConfigurationTypeArchetypeManager. determineObjectPolicyConfiguration(Class<O> objectClass, List<String> objectSubtypes, SystemConfigurationType systemConfiguration)Methods in com.evolveum.midpoint.model.common.archetypes with parameters of type ObjectType Modifier and Type Method Description @NotNull Set<String>ArchetypeManager. determineArchetypeOids(@Nullable ObjectType object)Determines all archetype OIDs (structural + auxiliary) for a given (static) object.ArchetypePolicyTypeArchetypeManager. determineArchetypePolicy(@Nullable ObjectType object, OperationResult result)Determines the archetype policy for an object.ArchetypePolicyTypeArchetypeManager. determineArchetypePolicy(Collection<ArchetypeType> allArchetypes, ObjectType object, OperationResult result)Determines "complex" archetype policy; takes auxiliary archetypes, super archetypes, and even legacy (subtype) configuration into account.@NotNull List<ArchetypeType>ArchetypeManager. determineArchetypes(@Nullable ObjectType object, OperationResult result)Determines all archetypes for a "static" object.Method parameters in com.evolveum.midpoint.model.common.archetypes with type arguments of type ObjectType Modifier and Type Method Description ArchetypePolicyTypeArchetypeManager. determineArchetypePolicy(@Nullable PrismObject<? extends ObjectType> object, OperationResult result)A convenience variant ofArchetypeManager.determineArchetypePolicy(ObjectType, OperationResult). -
Uses of ObjectType in com.evolveum.midpoint.model.common.expression
Classes in com.evolveum.midpoint.model.common.expression with type parameters of type ObjectType Modifier and Type Class Description classModelExpressionEnvironment<F extends ObjectType,V extends PrismValue,D extends ItemDefinition<?>>Describes an environment in which anExpressionis evaluated.static classModelExpressionEnvironment.ExpressionEnvironmentBuilder<F extends ObjectType,V extends PrismValue,D extends ItemDefinition<?>>Methods in com.evolveum.midpoint.model.common.expression with type parameters of type ObjectType Modifier and Type Method Description static <F extends ObjectType>
ModelContext<F>ModelExpressionThreadLocalHolder. getLensContext()static <F extends ObjectType>
@NotNull ModelContext<F>ModelExpressionThreadLocalHolder. getLensContextRequired() -
Uses of ObjectType in com.evolveum.midpoint.model.common.expression.evaluator
Classes in com.evolveum.midpoint.model.common.expression.evaluator with type parameters of type ObjectType Modifier and Type Class Description classAbstractSearchExpressionEvaluator<V extends PrismValue,O extends ObjectType,D extends ItemDefinition<?>,E extends SearchObjectExpressionEvaluatorType>Expression evaluator that is based on searching for an object of `O` type meeting specified criteria (like entitlement shadow), and then converting it into "processed" form (like association value). -
Uses of ObjectType in com.evolveum.midpoint.model.common.expression.evaluator.caching
Classes in com.evolveum.midpoint.model.common.expression.evaluator.caching with type parameters of type ObjectType Modifier and Type Class Description classAbstractSearchExpressionEvaluatorCache<V extends PrismValue,O extends ObjectType,QK extends QueryKey,QR extends QueryResult<V>>Cache for search expression-based evaluators.Methods in com.evolveum.midpoint.model.common.expression.evaluator.caching that return types with arguments of type ObjectType Modifier and Type Method Description Class<? extends ObjectType>QueryKey. getType()Constructor parameters in com.evolveum.midpoint.model.common.expression.evaluator.caching with type arguments of type ObjectType Constructor Description AssociationSearchQueryKey(Class<? extends ObjectType> type, ObjectQuery query, ObjectSearchStrategyType searchStrategy, ExpressionEvaluationContext params, PrismContext prismContext) -
Uses of ObjectType in com.evolveum.midpoint.model.common.expression.functions
Methods in com.evolveum.midpoint.model.common.expression.functions with parameters of type ObjectType Modifier and Type Method Description ReferencableBasicExpressionFunctions. getExtensionReferenceValue(ObjectType object, String namespace, String localPart)ReferencableBasicExpressionFunctions. getExtensionReferenceValue(ObjectType object, QName propertyQname)Collection<String>BasicExpressionFunctions. getOids(ObjectType refs) -
Uses of ObjectType in com.evolveum.midpoint.model.common.mapping
Methods in com.evolveum.midpoint.model.common.mapping with type parameters of type ObjectType Modifier and Type Method Description <O extends ObjectType>
RTAbstractMappingBuilder. addVariableDefinition(String name, PrismObject<O> midpointObject, Class<O> expectedClass)<O extends ObjectType>
RTAbstractMappingBuilder. addVariableDefinition(String name, O objectType, Class<O> expectedClass)<O extends ObjectType>
RTAbstractMappingBuilder. rootNode(PrismObject<? extends ObjectType> mpObject, PrismObjectDefinition<O> definition)<O extends ObjectType>
RTAbstractMappingBuilder. rootNode(O objectType, PrismObjectDefinition<O> definition)Methods in com.evolveum.midpoint.model.common.mapping that return ObjectType Modifier and Type Method Description ObjectTypeAbstractMappingBuilder. getOriginObject()ObjectTypeAbstractMappingImpl. getOriginObject()Methods in com.evolveum.midpoint.model.common.mapping with parameters of type ObjectType Modifier and Type Method Description RTAbstractMappingBuilder. originObject(ObjectType val)Method parameters in com.evolveum.midpoint.model.common.mapping with type arguments of type ObjectType Modifier and Type Method Description <O extends ObjectType>
RTAbstractMappingBuilder. rootNode(PrismObject<? extends ObjectType> mpObject, PrismObjectDefinition<O> definition) -
Uses of ObjectType in com.evolveum.midpoint.model.common.stringpolicy
Classes in com.evolveum.midpoint.model.common.stringpolicy with type parameters of type ObjectType Modifier and Type Class Description classAbstractValuePolicyOriginResolver<O extends ObjectType>interfaceObjectBasedValuePolicyOriginResolver<O extends ObjectType>ValuePolicyOriginResolver that resolves origin based on some context object (that can be retrieved).Methods in com.evolveum.midpoint.model.common.stringpolicy with type parameters of type ObjectType Modifier and Type Method Description <R extends ObjectType>
Class<R>AbstractValuePolicyOriginResolver. getOwnerClass()<R extends ObjectType>
voidAbstractValuePolicyOriginResolver. resolve(ProhibitedValueItemType prohibitedValueItem, ResultHandler<R> handler, String contextDescription, Task task, OperationResult result)<R extends ObjectType>
voidValuePolicyOriginResolver. resolve(ProhibitedValueItemType prohibitedValueItem, ResultHandler<R> handler, String contextDescription, Task task, OperationResult result)Resolves "origin object" in given prohibitedValueItem: calls handler for each origin object found. -
Uses of ObjectType in com.evolveum.midpoint.model.common.util
Methods in com.evolveum.midpoint.model.common.util with type parameters of type ObjectType Modifier and Type Method Description <F extends ObjectType>
voidProfilingModelInspector. afterMappingEvaluation(ModelContext<F> context, Mapping<?,?> evaluatedMapping)<F extends ObjectType>
voidProfilingModelInspector. clockworkFinish(ModelContext<F> context)<F extends ObjectType>
voidProfilingModelInspector. clockworkStart(ModelContext<F> context)<F extends ObjectType>
voidProfilingModelInspector. clockworkStateSwitch(ModelContext<F> contextBefore, ModelState newState)<F extends ObjectType>
AuditEventRecordAuditHelper. evaluateRecordingExpression(ExpressionType expression, AuditEventRecord auditRecord, PrismObject<? extends ObjectType> primaryObject, ModelContext<F> context, Task task, OperationResult parentResult)<F extends ObjectType>
voidProfilingModelInspector. projectorFinish(ModelContext<F> context)<F extends ObjectType>
voidProfilingModelInspector. projectorStart(ModelContext<F> context)Method parameters in com.evolveum.midpoint.model.common.util with type arguments of type ObjectType Modifier and Type Method Description <F extends ObjectType>
AuditEventRecordAuditHelper. evaluateRecordingExpression(ExpressionType expression, AuditEventRecord auditRecord, PrismObject<? extends ObjectType> primaryObject, ModelContext<F> context, Task task, OperationResult parentResult) -
Uses of ObjectType in com.evolveum.midpoint.model.impl
Methods in com.evolveum.midpoint.model.impl with type parameters of type ObjectType Modifier and Type Method Description <T extends ObjectType>
StringModelCrudService. addObject(PrismObject<T> object, ModelExecuteOptions options, Task task, OperationResult parentResult)Add new object.<O extends ObjectType>
IntegerModelObjectResolver. countObjects(Class<O> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result)<T extends ObjectType>
voidModelCrudService. deleteObject(Class<T> clazz, String oid, ModelExecuteOptions options, Task task, OperationResult parentResult)Deletes object with specified OID.<T extends ObjectType>
PrismObject<T>ModelCrudService. getObject(Class<T> clazz, String oid, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)<T extends ObjectType>
TModelObjectResolver. getObject(@NotNull Class<T> clazz, @NotNull String oid, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull Task task, @NotNull OperationResult result)<T extends ObjectType>
TModelObjectResolver. getObjectSimple(Class<T> clazz, String oid, GetOperationOptions options, Task task, OperationResult result)<O extends ObjectType>
voidClusterCacheListener. invalidate(Class<O> type, String oid, boolean clusterwide, CacheInvalidationContext context)<T extends ObjectType>
voidModelCrudService. modifyObject(Class<T> type, String oid, Collection<? extends ItemDelta> modifications, ModelExecuteOptions options, Task task, OperationResult parentResult)Modifies object using relative change description.<O extends ObjectType>
PrismObject<O>ModelObjectResolver. resolve(PrismReferenceValue refVal, String contextDesc, GetOperationOptions options, Task task, OperationResult result)<O extends ObjectType>
PrismObject<O>ModelObjectResolver. resolve(PrismReferenceValue refVal, String contextDesc, Task task, OperationResult result)<O extends ObjectType>
OModelObjectResolver. resolve(Referencable ref, Class<O> expectedType, Collection<SelectorOptions<GetOperationOptions>> options, String contextDescription, Task task, OperationResult result)<O extends ObjectType>
voidModelObjectResolver. searchIterative(Class<O> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, ResultHandler<O> handler, Task task, OperationResult result)<T extends ObjectType>
List<PrismObject<T>>ModelCrudService. searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)<O extends ObjectType>
SearchResultList<PrismObject<O>>ModelObjectResolver. searchObjects(Class<O> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result)<R,O extends ObjectType>
RModelObjectResolver. searchOrgTreeWidthFirst(PrismObject<O> object, Function<PrismObject<OrgType>,R> function, Task task, OperationResult result)<O extends ObjectType,R extends ObjectType>
PrismObject<R>ModelObjectResolver. searchOrgTreeWidthFirstReference(PrismObject<O> object, Function<PrismObject<OrgType>,ObjectReferenceType> function, String shortDesc, Task task, OperationResult result)<O extends ObjectType,R extends ObjectType>
PrismObject<R>ModelObjectResolver. searchOrgTreeWidthFirstReference(PrismObject<O> object, Function<PrismObject<OrgType>,ObjectReferenceType> function, String shortDesc, Task task, OperationResult result) -
Uses of ObjectType in com.evolveum.midpoint.model.impl.controller
Methods in com.evolveum.midpoint.model.impl.controller with type parameters of type ObjectType Modifier and Type Method Description <T extends ObjectType>
voidSchemaTransformer. applySchemasAndSecurityToObjectTypes(List<T> objectTypes, GetOperationOptions rootOptions, Collection<SelectorOptions<GetOperationOptions>> options, AuthorizationPhaseType phase, Task task, OperationResult result)<T extends ObjectType,O extends ObjectType>
booleanModelInteractionServiceImpl. canSearch(Class<T> resultType, Class<O> objectType, String objectOid, boolean includeSpecial, ObjectQuery query, Task task, OperationResult result)<T extends ObjectType,O extends ObjectType>
booleanModelInteractionServiceImpl. canSearch(Class<T> resultType, Class<O> objectType, String objectOid, boolean includeSpecial, ObjectQuery query, Task task, OperationResult result)<T extends ObjectType>
CompareResultTypeModelController. compareObject(PrismObject<T> provided, Collection<SelectorOptions<GetOperationOptions>> rawReadOptions, ModelCompareOptions compareOptions, @NotNull List<? extends ItemPath> ignoreItems, Task task, OperationResult parentResult)<T extends ObjectType>
IntegerModelController. countObjects(Class<T> type, ObjectQuery origQuery, Collection<SelectorOptions<GetOperationOptions>> rawOptions, Task task, OperationResult parentResult)<O extends ObjectType>
CollectionStatsCollectionProcessor. determineCollectionStats(CompiledObjectCollectionView collectionView, Task task, OperationResult result)<O extends ObjectType>
ObjectTemplateTypeSchemaTransformer. determineObjectTemplate(PrismObject<O> object, AuthorizationPhaseType phase, OperationResult result)<O extends ObjectType>
ObjectTemplateTypeSchemaTransformer. determineObjectTemplate(Class<O> objectClass, AuthorizationPhaseType phase, OperationResult result)<O extends ObjectType>
StringModelInteractionServiceImpl. generateNonce(NonceCredentialsPolicyType noncePolicy, Task task, OperationResult result)<O extends ObjectType>
voidModelInteractionServiceImpl. generateValue(PrismObject<O> object, PolicyItemsDefinitionType policyItemsDefinition, Task task, OperationResult parentResult)<O extends ObjectType>
StringModelInteractionServiceImpl. generateValue(ValuePolicyType policy, int defaultLength, boolean generateMinimalSize, PrismObject<O> object, String shortDesc, Task task, OperationResult parentResult)<O extends ObjectType,R extends AbstractRoleType>
ItemSecurityConstraintsModelInteractionServiceImpl. getAllowedRequestAssignmentItems(PrismObject<O> object, PrismObject<R> target, Task task, OperationResult result)<T extends ObjectType>
ObjectFilterModelInteractionServiceImpl. getDonorFilter(Class<T> searchResultType, ObjectFilter origFilter, String targetAuthorizationAction, Task task, OperationResult parentResult)<O extends ObjectType>
PrismObjectDefinition<O>ModelInteractionServiceImpl. getEditObjectDefinition(PrismObject<O> object, AuthorizationPhaseType phase, Task task, OperationResult parentResult)<O extends ObjectType>
MetadataItemProcessingSpecModelInteractionServiceImpl. getMetadataItemProcessingSpec(ItemPath metadataItemPath, PrismObject<O> object, Task task, OperationResult result)<T extends ObjectType>
@NotNull PrismObject<T>ModelController. getObject(@NotNull Class<T> clazz, @NotNull String oid, @Nullable Collection<SelectorOptions<GetOperationOptions>> rawOptions, @NotNull Task task, @NotNull OperationResult parentResult)static <T extends ObjectType>
ObjectTypes.ObjectManagerModelController. getObjectManager(Class<T> clazz, Collection<SelectorOptions<GetOperationOptions>> options)Returns the component that is responsible for execution of get/search/count operation for given type of objects, under given options.<O extends ObjectType>
voidModelController. importObject(PrismObject<O> object, ImportOptionsType options, Task task, OperationResult parentResult)<O extends ObjectType>
Collection<ObjectDeltaOperation<? extends ObjectType>>ModelController. mergeObjects(Class<O> type, String leftOid, String rightOid, String mergeConfigurationName, Task task, OperationResult parentResult)<O extends ObjectType>
Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectMerger. mergeObjects(Class<O> type, String leftOid, String rightOid, String mergeConfigurationName, Task task, OperationResult result)<O extends ObjectType>
MergeDeltas<O>ModelInteractionServiceImpl. mergeObjectsPreviewDeltas(Class<O> type, String leftOid, String rightOid, String mergeConfigurationName, Task task, OperationResult parentResult)<O extends ObjectType>
PrismObject<O>ModelInteractionServiceImpl. mergeObjectsPreviewObject(Class<O> type, String leftOid, String rightOid, String mergeConfigurationName, Task task, OperationResult parentResult)<O extends ObjectType>
ProcessedObjectImpl<O>ModelController. parseProcessedObject(@NotNull SimulationResultProcessedObjectType bean, @NotNull Task task, @NotNull OperationResult result)<F extends ObjectType>
ModelContext<F>ModelInteractionServiceImpl. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, OperationResult parentResult)<F extends ObjectType>
ModelContext<F>ModelInteractionServiceImpl. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, Collection<ProgressListener> listeners, OperationResult parentResult)<F extends ObjectType>
voidModelController. recompute(Class<F> type, String oid, ModelExecuteOptions options, Task task, OperationResult parentResult)<O extends ObjectType>
PrismObject<O>AuditController. reconstructObject(Class<O> type, String oid, String eventIdentifier, Task task, OperationResult result)<T extends ObjectType>
SearchResultList<PrismObject<T>>ModelController. searchObjects(Class<T> type, ObjectQuery origQuery, Collection<SelectorOptions<GetOperationOptions>> rawOptions, Task task, OperationResult parentResult)<T extends ObjectType>
SearchResultMetadataModelController. searchObjectsIterative(Class<T> type, ObjectQuery origQuery, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> rawOptions, Task task, OperationResult parentResult)<F extends ObjectType>
ModelContext<F>ModelInteractionServiceImpl. unwrapModelContext(LensContextType wrappedContext, Task task, OperationResult result)<O extends ObjectType>
voidModelInteractionServiceImpl. validateValue(PrismObject<O> object, PolicyItemsDefinitionType policyItemsDefinition, Task task, OperationResult parentResult)<O extends ObjectType>
List<StringLimitationResult>ModelInteractionServiceImpl. validateValue(ProtectedStringType protectedStringValue, ValuePolicyType pp, PrismObject<O> object, Task task, OperationResult parentResult)<O extends ObjectType>
ModelContextVisualizationModelInteractionServiceImpl. visualizeModelContext(ModelContext<O> context, Task task, OperationResult result)Methods in com.evolveum.midpoint.model.impl.controller that return types with arguments of type ObjectType Modifier and Type Method Description Collection<ObjectDeltaOperation<? extends ObjectType>>ModelController. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, Collection<ProgressListener> statusListeners, OperationResult parentResult)<O extends ObjectType>
Collection<ObjectDeltaOperation<? extends ObjectType>>ModelController. mergeObjects(Class<O> type, String leftOid, String rightOid, String mergeConfigurationName, Task task, OperationResult parentResult)<O extends ObjectType>
Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectMerger. mergeObjects(Class<O> type, String leftOid, String rightOid, String mergeConfigurationName, Task task, OperationResult result)Method parameters in com.evolveum.midpoint.model.impl.controller with type arguments of type ObjectType Modifier and Type Method Description @NotNull Collection<EvaluatedPolicyRule>ModelInteractionServiceImpl. evaluateCollectionPolicyRules(@NotNull PrismObject<ObjectCollectionType> collection, @Nullable CompiledObjectCollectionView collectionView, @Nullable Class<? extends ObjectType> targetTypeClass, @NotNull Task task, @NotNull OperationResult result)Collection<ObjectDeltaOperation<? extends ObjectType>>ModelController. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, Collection<ProgressListener> statusListeners, OperationResult parentResult)voidModelInteractionServiceImpl. expandConfigurationObject(@NotNull PrismObject<? extends ObjectType> configurationObject, @NotNull Task task, @NotNull OperationResult result)booleanModelController. isSupportedByRepository(@NotNull Class<? extends ObjectType> type)<F extends ObjectType>
ModelContext<F>ModelInteractionServiceImpl. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, OperationResult parentResult)<F extends ObjectType>
ModelContext<F>ModelInteractionServiceImpl. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, Collection<ProgressListener> listeners, OperationResult parentResult)@NotNull VisualizationModelInteractionServiceImpl. visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, boolean includeOriginalObject, Task task, OperationResult result)@NotNull VisualizationModelInteractionServiceImpl. visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, Task task, OperationResult result)@NotNull VisualizationModelInteractionServiceImpl. visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, ObjectReferenceType objectRef, Task task, OperationResult result)@NotNull VisualizationModelInteractionServiceImpl. visualizeDelta(ObjectDelta<? extends ObjectType> delta, Task task, OperationResult result)List<Visualization>ModelInteractionServiceImpl. visualizeDeltas(List<ObjectDelta<? extends ObjectType>> deltas, Task task, OperationResult result) -
Uses of ObjectType in com.evolveum.midpoint.model.impl.correlator
Methods in com.evolveum.midpoint.model.impl.correlator with type parameters of type ObjectType Modifier and Type Method Description static <F extends ObjectType>
voidCorrelatorUtil. addCandidates(ObjectSet<F> allCandidates, List<F> candidates, Trace logger)Methods in com.evolveum.midpoint.model.impl.correlator with parameters of type ObjectType Modifier and Type Method Description protected doubleBaseCorrelator. determineConfidence(@NotNull ObjectType candidate, @Nullable BaseCorrelator.ConfidenceValueProvider confidenceValueProvider, @NotNull Task task, @NotNull OperationResult result)DoubleBaseCorrelator.ConfidenceValueProvider. getConfidence(ObjectType candidate, Task task, OperationResult result)static VariablesMapCorrelatorUtil. getVariablesMap(ObjectType focus, ShadowType resourceObject, CorrelationContext correlationContext)Method parameters in com.evolveum.midpoint.model.impl.correlator with type arguments of type ObjectType Modifier and Type Method Description protected CorrelationResultBaseCorrelator. createResult(@NotNull Collection<? extends ObjectType> candidates, @Nullable BaseCorrelator.ConfidenceValueProvider confidenceValueProvider, @NotNull Task task, @NotNull OperationResult result) -
Uses of ObjectType in com.evolveum.midpoint.model.impl.correlator.items
Methods in com.evolveum.midpoint.model.impl.correlator.items with parameters of type ObjectType Modifier and Type Method Description static CorrelationItemCorrelationItem. create(@NotNull CorrelationItemType itemBean, @NotNull CorrelatorContext<?> correlatorContext, @NotNull ObjectType preFocus) -
Uses of ObjectType in com.evolveum.midpoint.model.impl.dataModel
Method parameters in com.evolveum.midpoint.model.impl.dataModel with type arguments of type ObjectType Modifier and Type Method Description RepositoryDataItemDataModel. resolveRepositoryItem(Class<? extends ObjectType> aClass, ItemPath path) -
Uses of ObjectType in com.evolveum.midpoint.model.impl.expr
Methods in com.evolveum.midpoint.model.impl.expr with type parameters of type ObjectType Modifier and Type Method Description <T extends ObjectType>
StringMidpointFunctionsImpl. addObject(PrismObject<T> newObject)<T extends ObjectType>
StringMidpointFunctionsImpl. addObject(PrismObject<T> newObject, ModelExecuteOptions options)<T extends ObjectType>
StringMidpointFunctionsImpl. addObject(T newObject)<T extends ObjectType>
StringMidpointFunctionsImpl. addObject(T newObject, ModelExecuteOptions options)<O extends ObjectType>
voidMidpointFunctionsImpl. addRecomputeTrigger(PrismObject<O> object, Long timestamp, MidpointFunctions.TriggerCustomizer triggerCustomizer)<O extends ObjectType>
voidMidpointFunctionsImpl. applyDefinition(O object)<T extends ObjectType>
intMidpointFunctionsImpl. countObjects(Class<T> type, ObjectQuery query)<T extends ObjectType>
intMidpointFunctionsImpl. countObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options)<T extends ObjectType>
TMidpointFunctionsImpl. createEmptyObject(Class<T> type)<T extends ObjectType>
TMidpointFunctionsImpl. createEmptyObjectWithName(Class<T> type, PolyString name)<T extends ObjectType>
TMidpointFunctionsImpl. createEmptyObjectWithName(Class<T> type, PolyStringType name)<T extends ObjectType>
TMidpointFunctionsImpl. createEmptyObjectWithName(Class<T> type, String name)<T extends ObjectType>
voidMidpointFunctionsImpl. deleteObject(Class<T> type, String oid)<T extends ObjectType>
voidMidpointFunctionsImpl. deleteObject(Class<T> type, String oid, ModelExecuteOptions options)<O extends ObjectType>
ArchetypeTypeMidpointFunctionsImpl. getArchetype(O object)Deprecated.<O extends ObjectType>
StringMidpointFunctionsImpl. getArchetypeOid(O object)Deprecated.<O extends ObjectType>
@NotNull List<ArchetypeType>MidpointFunctionsImpl. getArchetypes(O object)<F extends ObjectType>
ModelElementContext<F>MidpointFunctionsImpl. getFocusContext()<F extends ObjectType>
ModelContext<F>MidpointFunctionsImpl. getModelContext()<T extends ObjectType>
TMidpointFunctionsImpl. getObject(Class<T> type, String oid)<T extends ObjectType>
TMidpointFunctionsImpl. getObject(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options)<T extends ObjectType>
TOrgStructFunctionsImpl. getObject(Class<T> type, String oid, boolean preAuthorized)<O extends ObjectType,T>
List<O>MidpointFunctionsImpl. getObjectsInConflictOnPropertyValue(O objectType, String propertyPathString, T propertyValue, boolean getAllConflicting)<O extends ObjectType,T>
List<O>MidpointFunctionsImpl. getObjectsInConflictOnPropertyValue(O objectType, String propertyPathString, T propertyValue, String matchingRuleName, boolean getAllConflicting)<F extends ObjectType>
booleanMidpointFunctionsImpl. hasLinkedAccount(String resourceOid)<T extends ObjectType>
voidMidpointFunctionsImpl. modifyObject(ObjectDelta<T> modifyDelta)<T extends ObjectType>
voidMidpointFunctionsImpl. modifyObject(ObjectDelta<T> modifyDelta, ModelExecuteOptions options)<F extends ObjectType>
ModelContext<F>MidpointFunctionsImpl. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options)<F extends ObjectType>
ModelContext<F>MidpointFunctionsImpl. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, OperationResult result)<T extends ObjectType>
TMidpointFunctionsImpl. resolveReference(ObjectReferenceType reference)<T extends ObjectType>
TMidpointFunctionsImpl. resolveReferenceIfExists(ObjectReferenceType reference)<T extends ObjectType>
TMidpointFunctionsImpl. searchObjectByName(Class<T> type, PolyString name)<T extends ObjectType>
TMidpointFunctionsImpl. searchObjectByName(Class<T> type, PolyStringType name)<T extends ObjectType>
TMidpointFunctionsImpl. searchObjectByName(Class<T> type, String name)<T extends ObjectType>
List<T>MidpointFunctionsImpl. searchObjects(Class<T> type, ObjectQuery query)<T extends ObjectType>
List<T>MidpointFunctionsImpl. searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options)<T extends ObjectType>
voidMidpointFunctionsImpl. searchObjectsIterative(Class<T> type, ObjectQuery query, ResultHandler<T> handler)<T extends ObjectType>
voidMidpointFunctionsImpl. searchObjectsIterative(Class<T> type, ObjectQuery query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options)Methods in com.evolveum.midpoint.model.impl.expr that return ObjectType Modifier and Type Method Description ObjectTypeExpressionHandler. resolveRef(ObjectReferenceType ref, String contextDescription, OperationResult result)Methods in com.evolveum.midpoint.model.impl.expr with parameters of type ObjectType Modifier and Type Method Description @NotNull List<String>MidpointFunctionsImpl. getArchetypeOids(ObjectType object)OrgTypeMidpointFunctionsImpl. getParentOrgByArchetype(ObjectType object, String archetypeOid)OrgTypeOrgStructFunctionsImpl. getParentOrgByArchetype(ObjectType object, String archetypeOid, boolean preAuthorized)OrgTypeMidpointFunctionsImpl. getParentOrgByOrgType(ObjectType object, String orgType)OrgTypeOrgStructFunctionsImpl. getParentOrgByOrgType(ObjectType object, String orgType, boolean preAuthorized)Collection<OrgType>MidpointFunctionsImpl. getParentOrgs(ObjectType object)Collection<OrgType>MidpointFunctionsImpl. getParentOrgs(ObjectType object, String relation, String orgType)Collection<OrgType>MidpointFunctionsImpl. getParentOrgs(ObjectType object, QName relation, String orgType)Collection<OrgType>OrgStructFunctionsImpl. getParentOrgs(ObjectType object, boolean preAuthorized)Collection<OrgType>OrgStructFunctionsImpl. getParentOrgs(ObjectType object, String relation, String orgType, boolean preAuthorized)Collection<OrgType>OrgStructFunctionsImpl. getParentOrgs(ObjectType object, QName relation, @NotNull Predicate<OrgType> predicate, boolean preAuthorized)Collection<OrgType>OrgStructFunctionsImpl. getParentOrgs(ObjectType object, QName relation, String orgType, boolean preAuthorized)Collection<OrgType>MidpointFunctionsImpl. getParentOrgsByRelation(ObjectType object, String relation)Collection<OrgType>MidpointFunctionsImpl. getParentOrgsByRelation(ObjectType object, QName relation)Collection<OrgType>OrgStructFunctionsImpl. getParentOrgsByRelation(ObjectType object, String relation, boolean preAuthorized)Collection<OrgType>OrgStructFunctionsImpl. getParentOrgsByRelation(ObjectType object, QName relation, boolean preAuthorized)booleanMidpointFunctionsImpl. isDirectlyAssigned(ObjectType target)<F extends FocusType>
booleanMidpointFunctionsImpl. isDirectlyAssigned(F focusType, ObjectType target)<T> booleanMidpointFunctionsImpl. isUniquePropertyValue(ObjectType objectType, String propertyPathString, T propertyValue)Method parameters in com.evolveum.midpoint.model.impl.expr with type arguments of type ObjectType Modifier and Type Method Description voidMidpointFunctionsImpl. createRecomputeTrigger(Class<? extends ObjectType> type, String oid)voidMidpointFunctionsImpl. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas)voidMidpointFunctionsImpl. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options)<F extends ObjectType>
ModelContext<F>MidpointFunctionsImpl. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options)<F extends ObjectType>
ModelContext<F>MidpointFunctionsImpl. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, OperationResult result) -
Uses of ObjectType in com.evolveum.midpoint.model.impl.expr.triggerSetter
Method parameters in com.evolveum.midpoint.model.impl.expr.triggerSetter with type arguments of type ObjectType Modifier and Type Method Description booleanOptimizingTriggerCreatorImpl. createForNamedObject(@NotNull Class<? extends ObjectType> type, @NotNull String name)booleanOptimizingTriggerCreatorImpl. createForObject(@NotNull Class<? extends ObjectType> type, @NotNull String oid) -
Uses of ObjectType in com.evolveum.midpoint.model.impl.integrity.objects
Methods in com.evolveum.midpoint.model.impl.integrity.objects that return types with arguments of type ObjectType Modifier and Type Method Description protected @NotNull SimpleActivityHandler.ExecutionSupplier<ObjectType,com.evolveum.midpoint.model.impl.integrity.objects.ObjectIntegrityCheckActivityHandler.MyWorkDefinition,ObjectIntegrityCheckActivityHandler>ObjectIntegrityCheckActivityHandler. getExecutionSupplier()Methods in com.evolveum.midpoint.model.impl.integrity.objects with parameters of type ObjectType Modifier and Type Method Description voidObjectStatistics. record(ObjectType object)voidObjectTypeStatistics. register(ObjectType object) -
Uses of ObjectType in com.evolveum.midpoint.model.impl.lens
Classes in com.evolveum.midpoint.model.impl.lens with type parameters of type ObjectType Modifier and Type Class Description classChangeExecutionResult<O extends ObjectType>Various information related to the execution of changes in an execution wave.classClockworkClick<F extends ObjectType>Represents and executes a single clockwork click.classLensContext<F extends ObjectType>classLensContextPlaceholder<F extends ObjectType>This class does nothing.classLensElementContext<O extends ObjectType>Lens context for a computation element - a focus or a projection.classLensFocusContext<O extends ObjectType>classLensObjectDeltaOperation<T extends ObjectType>classLensOwnerResolver<F extends ObjectType>classObjectDeltaWaves<O extends ObjectType>Secondary deltas from already completed waves.static classObjectDeltaWaves.WaveDelta<O extends ObjectType>Delta for a specific execution wave.classRememberedElementState<O extends ObjectType>Element state that we can return to e.g.Fields in com.evolveum.midpoint.model.impl.lens with type parameters of type ObjectType Modifier and Type Field Description protected @NotNull LensContext<? extends ObjectType>LensElementContext. lensContextLink to the parent context.Methods in com.evolveum.midpoint.model.impl.lens with type parameters of type ObjectType Modifier and Type Method Description <F extends ObjectType>
voidClockworkMedic. afterMappingEvaluation(LensContext<F> context, MappingImpl<?,?> evaluatedMapping)<T extends ObjectType,F extends ObjectType>
voidOperationalDataManager. applyMetadataAdd(LensContext<F> context, PrismObject<T> objectToAdd, XMLGregorianCalendar now, Task task)Sets object and assignment metadata on object ADD operation.<T extends ObjectType,F extends ObjectType>
voidOperationalDataManager. applyMetadataAdd(LensContext<F> context, PrismObject<T> objectToAdd, XMLGregorianCalendar now, Task task)Sets object and assignment metadata on object ADD operation.<T extends ObjectType,F extends ObjectType>
voidOperationalDataManager. applyMetadataModify(ObjectDelta<T> objectDelta, Class objectTypeClass, LensElementContext<T> elementContext, XMLGregorianCalendar now, Task task, LensContext<F> context)<T extends ObjectType,F extends ObjectType>
voidOperationalDataManager. applyMetadataModify(ObjectDelta<T> objectDelta, Class objectTypeClass, LensElementContext<T> elementContext, XMLGregorianCalendar now, Task task, LensContext<F> context)<F extends ObjectType>
voidClockworkAuthorizationHelper. authorizeContextRequest(LensContext<F> context, Task task, OperationResult parentResult)static <F extends ObjectType>
voidLensUtil. checkContextSanity(LensContext<F> context, String activityDescription, OperationResult result)<F extends ObjectType>
@NotNull HookOperationModeClockwork. click(@NotNull LensContext<F> context, @NotNull Task task, @NotNull OperationResult parentResult)<F extends ObjectType>
voidClockworkMedic. clockworkFinish(LensContext<F> context)<F extends ObjectType>
voidClockworkMedic. clockworkStateSwitch(LensContext<F> contextBefore, ModelState newState)<O extends ObjectType>
voidClockworkConflictResolver. createConflictWatcherAfterFocusAddition(LensContext<O> context, String oid, String expectedVersion)<F extends ObjectType>
LensContext<F>ContextFactory. createContext(@NotNull Collection<ObjectDelta<? extends ObjectType>> deltas, @Nullable ModelExecuteOptions options, @NotNull Task task, @NotNull OperationResult result)Creates aLensContextfrom a set of deltas (to be executed or previewed).<F extends ObjectType>
MetadataTypeOperationalDataManager. createCreateMetadata(LensContext<F> context, XMLGregorianCalendar now, Task task)<F extends ObjectType,T extends ObjectType>
Collection<ItemDelta<?,?>>OperationalDataManager. createModifyMetadataDeltas(LensContext<F> context, MetadataType existingMetadata, ItemPath metadataPath, Class<T> objectType, XMLGregorianCalendar now, Task task)Creates deltas for modification-related metadata (except for modification approval metadata).<F extends ObjectType,T extends ObjectType>
Collection<ItemDelta<?,?>>OperationalDataManager. createModifyMetadataDeltas(LensContext<F> context, MetadataType existingMetadata, ItemPath metadataPath, Class<T> objectType, XMLGregorianCalendar now, Task task)Creates deltas for modification-related metadata (except for modification approval metadata).static <F extends ObjectType>
LensObjectDeltaOperation<F>LensUtil. createObjectDeltaOperation(ObjectDelta<F> focusDelta, OperationResult result, LensElementContext<F> focusContext, LensProjectionContext projCtx)static <T extends ObjectType>
LensObjectDeltaOperation<T>LensUtil. createObjectDeltaOperation(ObjectDelta<T> objectDelta, OperationResult result, LensElementContext<T> objectContext, LensProjectionContext projCtx, ResourceType resource)<F extends ObjectType,O extends ObjectType>
LensContext<F>ContextFactory. createRecomputeContext(@NotNull PrismObject<O> object, ModelExecuteOptions options, @NotNull Task task, @NotNull OperationResult result)<F extends ObjectType,O extends ObjectType>
LensContext<F>ContextFactory. createRecomputeContext(@NotNull PrismObject<O> object, ModelExecuteOptions options, @NotNull Task task, @NotNull OperationResult result)<F extends ObjectType>
LensContext<F>ContextFactory. createSyncContext(Class<F> focusClass, ResourceObjectShadowChangeDescription change, Task task)Creates empty lens context for synchronization purposes, filling in only the very basic metadata (such as channel).static <F extends ObjectType>
booleanLensUtil. evaluateIterationCondition(LensContext<F> context, LensElementContext<?> accountContext, IterationSpecificationType iterationSpecification, int iteration, String iterationToken, boolean beforeIteration, ExpressionFactory expressionFactory, VariablesMap variables, Task task, OperationResult result)<O extends ObjectType>
voidChangeExecutor. executeChanges(LensContext<O> context, Task task, OperationResult parentResult)static <F extends ObjectType,T>
ObjectDelta<ShadowType>LensUtil. findAPrioriDelta(LensContext<F> context, LensProjectionContext projCtx)Extracts the delta from this projection context and also from all other projection contexts that have equivalent discriminator.static <F extends ObjectType>
StringLensUtil. formatIterationToken(LensElementContext<?> accountContext, IterationSpecificationType iterationSpec, int iteration, ExpressionFactory expressionFactory, VariablesMap variables, Task task, OperationResult result)static <T extends ObjectType>
LensContext<T>LensContext. fromLensContextBean(LensContextType bean, Task task, OperationResult parentResult)static <F extends ObjectType>
StringLensUtil. getChannel(LensContext<F> context, Task task)static <F extends ObjectType>
@NotNull LensContext.GetOrCreateProjectionContextResultLensContext. getOrCreateProjectionContext(LensContext<F> context, ProjectionContextKey contextKey)TODO not sure if this method should be here or inProjectionsLoadOperation(that is currently the only client) The reason for being here is the similarity toLensContext.getOrCreateProjectionContext(LensContext, ConstructionTargetKey, boolean)and coupling withLensContext.getOrCreateProjectionContext(LensContext, HumanReadableDescribable, Supplier, Supplier).static <F extends ObjectType>
@NotNull LensContext.GetOrCreateProjectionContextResultLensContext. getOrCreateProjectionContext(LensContext<F> context, ConstructionTargetKey targetKey, boolean acceptReaping)static <F extends ObjectType>
ResourceTypeLensUtil. getResourceReadOnly(LensContext<F> context, String resourceOid, ProvisioningService provisioningService, Task task, OperationResult result)static <F extends ObjectType>
voidLensUtil. moveTriggers(LensProjectionContext projCtx, LensFocusContext<F> focusCtx)<F extends ObjectType>
LensContext<F>Clockwork. previewChanges(LensContext<F> context, Collection<ProgressListener> listeners, Task task, OperationResult result)<F extends ObjectType>
voidClockworkMedic. projectorFinish(LensContext<F> context)<F extends ObjectType>
voidClockworkMedic. projectorStart(LensContext<F> context)static <F extends ObjectType>
voidLensUtil. reclaimSequences(LensContext<F> context, RepositoryService repositoryService, Task task, OperationResult result)<FO extends FocusType,O extends ObjectType>
PrismObject<FO>LensOwnerResolver. resolveOwner(PrismObject<O> object)<F extends ObjectType>
HookOperationModeClockwork. run(LensContext<F> context, Task task, OperationResult parentResult)static <T extends ObjectType,F extends ObjectType>
voidLensUtil. setContextOid(LensContext<F> context, LensElementContext<T> objectContext, String oid)static <T extends ObjectType,F extends ObjectType>
voidLensUtil. setContextOid(LensContext<F> context, LensElementContext<T> objectContext, String oid)static <O extends ObjectType>
voidLensUtil. setDeltaOldValue(LensElementContext<O> ctx, ItemDelta<?,?> itemDelta)static <O extends ObjectType>
voidLensUtil. setDeltaOldValue(LensElementContext<O> ctx, ObjectDelta<O> objectDelta)<O extends ObjectType>
booleanClockworkConflictResolver. shouldCreatePrecondition(LensContext<O> context, ConflictResolutionType conflictResolution)<F extends ObjectType>
voidClockworkMedic. traceContext(Trace logger, String activity, String phase, boolean important, LensContext<F> context, boolean showTriples)Methods in com.evolveum.midpoint.model.impl.lens that return ObjectType Modifier and Type Method Description ObjectTypeItemValueWithOrigin. getSource()Methods in com.evolveum.midpoint.model.impl.lens that return types with arguments of type ObjectType Modifier and Type Method Description @NotNull Collection<ObjectDeltaOperation<? extends ObjectType>>LensContext. getExecutedDeltas()Returns all executed deltas, user and all accounts.@NotNull LensContext<? extends ObjectType>LensElementContext. getLensContext()Collection<ObjectDelta<? extends ObjectType>>LensContext. getPrimaryChanges()@NotNull Collection<ObjectDeltaOperation<? extends ObjectType>>LensContext. getUnauditedExecutedDeltas()Returns all executed deltas, user and all accounts.Method parameters in com.evolveum.midpoint.model.impl.lens with type arguments of type ObjectType Modifier and Type Method Description LensProjectionContextLensProjectionContext. clone(LensContext<? extends ObjectType> lensContext)<F extends ObjectType>
LensContext<F>ContextFactory. createContext(@NotNull Collection<ObjectDelta<? extends ObjectType>> deltas, @Nullable ModelExecuteOptions options, @NotNull Task task, @NotNull OperationResult result)Creates aLensContextfrom a set of deltas (to be executed or previewed).booleanLensContext. hasFocusOfType(Class<? extends ObjectType> type)Constructor parameters in com.evolveum.midpoint.model.impl.lens with type arguments of type ObjectType Constructor Description LensElementContext(@NotNull com.evolveum.midpoint.model.impl.lens.ElementState<O> elementState, @NotNull LensContext<? extends ObjectType> lensContext)LensElementContext(@NotNull Class<O> objectTypeClass, @NotNull LensContext<? extends ObjectType> lensContext) -
Uses of ObjectType in com.evolveum.midpoint.model.impl.lens.assignments
Methods in com.evolveum.midpoint.model.impl.lens.assignments that return ObjectType Modifier and Type Method Description ObjectTypeAssignmentPathImpl. getConstructionThisObject()Used as a source for thisObject variable.ObjectTypeAssignmentPathImpl. getProtoRole()ObjectTypeAssignmentPathSegmentImpl. getTarget()Methods in com.evolveum.midpoint.model.impl.lens.assignments that return types with arguments of type ObjectType Modifier and Type Method Description @NotNull List<ObjectType>AssignmentPathImpl. getFirstOrderChain()List<PrismObject<? extends ObjectType>>PathSegmentEvaluation. getTargets()Methods in com.evolveum.midpoint.model.impl.lens.assignments with parameters of type ObjectType Modifier and Type Method Description intAssignmentPathImpl. countTargetOccurrences(ObjectType target)AssignmentPathSegmentImpl.BuilderAssignmentPathSegmentImpl.Builder. target(ObjectType val) -
Uses of ObjectType in com.evolveum.midpoint.model.impl.lens.construction
Fields in com.evolveum.midpoint.model.impl.lens.construction declared as ObjectType Modifier and Type Field Description protected @NotNull ObjectTypeAbstractConstruction. sourceObject in which the construction is defined: either assignment segment source object (assignment holder) or a resource object.Methods in com.evolveum.midpoint.model.impl.lens.construction that return ObjectType Modifier and Type Method Description @NotNull ObjectTypeAbstractConstruction. getSource()Methods in com.evolveum.midpoint.model.impl.lens.construction with parameters of type ObjectType Modifier and Type Method Description RTAbstractConstructionBuilder. source(ObjectType val) -
Uses of ObjectType in com.evolveum.midpoint.model.impl.lens.executor
Classes in com.evolveum.midpoint.model.impl.lens.executor with type parameters of type ObjectType Modifier and Type Class Description classFocusChangeExecution<O extends ObjectType>Executes changes in the focus context.classProjectionChangeExecution<O extends ObjectType>Represents execution of a change on given projection. -
Uses of ObjectType in com.evolveum.midpoint.model.impl.lens.indexing
Methods in com.evolveum.midpoint.model.impl.lens.indexing with type parameters of type ObjectType Modifier and Type Method Description <O extends ObjectType>
voidIndexingManager. updateIndexDataOnElementAdd(O objectToAdd, @NotNull LensElementContext<O> elementContext, @NotNull Task task, @NotNull OperationResult result)Updates normalized (indexed) identity data on focus add.<O extends ObjectType>
voidIndexingManager. updateIndexDataOnElementModify(O current, @NotNull ObjectDelta<O> delta, @NotNull Class<O> objectClass, @NotNull LensElementContext<O> elementContext, @NotNull Task task, @NotNull OperationResult result)Updates normalized (indexed) identity data on focus modification (by adding necessary changes to the `delta` parameter.) -
Uses of ObjectType in com.evolveum.midpoint.model.impl.lens.projector
Methods in com.evolveum.midpoint.model.impl.lens.projector with type parameters of type ObjectType Modifier and Type Method Description <F extends ObjectType>
voidProjector. project(@NotNull LensContext<F> context, @NotNull String activityDescription, @NotNull Task task, @NotNull OperationResult parentResult)Runs one projection wave, starting at current execution wave.<F extends ObjectType>
voidProjector. projectAllWaves(LensContext<F> context, String activityDescription, Task task, OperationResult parentResult)Executes projector from current execution wave to the last computed wave.<F extends ObjectType>
voidProjector. resume(LensContext<F> context, String activityDescription, Task task, OperationResult parentResult)Resumes projection at current projection wave.<F extends ObjectType>
voidDependencyProcessor. sortProjectionsToWaves(LensContext<F> context, Task task, OperationResult parentResult) -
Uses of ObjectType in com.evolveum.midpoint.model.impl.lens.projector.credentials
Methods in com.evolveum.midpoint.model.impl.lens.projector.credentials with type parameters of type ObjectType Modifier and Type Method Description <F extends ObjectType>
ValuePolicyTypeCredentialsProcessor. determinePasswordPolicy(LensFocusContext<F> focusContext)Legacy.<O extends ObjectType>
ObjectDelta<O>CredentialsProcessor. transformFocusExecutionDelta(LensContext<O> context, ObjectDelta<O> focusDelta)Called from ChangeExecutor. -
Uses of ObjectType in com.evolveum.midpoint.model.impl.lens.projector.focus
Methods in com.evolveum.midpoint.model.impl.lens.projector.focus with type parameters of type ObjectType Modifier and Type Method Description static <T extends ObjectType>
voidFocusConstraintsChecker. clearCacheFor(PolyStringType name)<V extends PrismValue,D extends ItemDefinition<?>,T extends ObjectType,F extends FocusType>
Map<UniformItemPath,MappingOutputStruct<V>>ProjectionMappingSetEvaluator. evaluateMappingsToTriples(MappingEvaluatorParams<V,D,T,F> params, Task task, OperationResult result)<O extends ObjectType,AH extends AssignmentHolderType>
voidAssignmentProcessor. processAssignments(LensContext<O> context, XMLGregorianCalendar now, Task task, OperationResult parentResult)Processing all the assignments. -
Uses of ObjectType in com.evolveum.midpoint.model.impl.lens.projector.loader
Classes in com.evolveum.midpoint.model.impl.lens.projector.loader with type parameters of type ObjectType Modifier and Type Class Description classMissingShadowContextRefresher<F extends ObjectType>Refreshes a projection context after the shadow was found to be missing.classProjectionFullLoadOperation<F extends ObjectType>Loads the full resource object for a projection context.Methods in com.evolveum.midpoint.model.impl.lens.projector.loader with type parameters of type ObjectType Modifier and Type Method Description <F extends ObjectType>
voidContextLoader. load(@NotNull LensContext<F> context, @NotNull String activityDescription, XMLGregorianCalendar ignored, @NotNull Task task, @NotNull OperationResult result)Loads the whole context.<O extends ObjectType>
voidContextLoader. loadFocusContext(LensContext<O> context, Task task, OperationResult result)Loads just the focus context; projections are ignored at this moment.<F extends ObjectType>
voidContextLoader. updateArchetypePolicyAndRelatives(@NotNull LensFocusContext<F> focusContext, boolean overwrite, @NotNull Task task, @NotNull OperationResult result)Updates the following in the focus context: - list of archetypes, - (merged) archetype policy (stemming from archetypes), - focus template (stemming from archetype policy).<F extends ObjectType>
voidContextLoader. updateProjectionContext(LensContext<F> context, LensProjectionContext projectionContext, Task task, OperationResult result)Updates the projection context. -
Uses of ObjectType in com.evolveum.midpoint.model.impl.lens.projector.mappings
Classes in com.evolveum.midpoint.model.impl.lens.projector.mappings with type parameters of type ObjectType Modifier and Type Class Description classFocalMappingEvaluationRequest<MT extends MappingType,OO extends ObjectType>Contains some of the information necessary to evaluate a mapping.classMappingEvaluatorParams<V extends PrismValue,D extends ItemDefinition<?>,T extends ObjectType,F extends FocusType>interfaceMappingLoader<O extends ObjectType>classProjectionMappingLoader<F extends ObjectType>Fields in com.evolveum.midpoint.model.impl.lens.projector.mappings declared as ObjectType Modifier and Type Field Description protected OOFocalMappingEvaluationRequest. originObjectMethods in com.evolveum.midpoint.model.impl.lens.projector.mappings with type parameters of type ObjectType Modifier and Type Method Description <V extends PrismValue,D extends ItemDefinition,T extends ObjectType,F extends FocusType>
voidNextRecompute. createTrigger(PrismObject<T> targetObject, PrismObjectDefinition<T> targetObjectDefinition, LensElementContext<T> targetContext)<V extends PrismValue,D extends ItemDefinition<?>,F extends ObjectType>
voidMappingEvaluator. evaluateMapping(@NotNull MappingImpl<V,D> mapping, @Nullable LensContext<F> lensContext, @NotNull Task task, @NotNull OperationResult result)<V extends PrismValue,D extends ItemDefinition<?>,F extends ObjectType>
voidMappingEvaluator. evaluateMapping(@NotNull MappingImpl<V,D> mapping, @Nullable LensContext<F> lensContext, @Nullable LensProjectionContext projContext, @NotNull Task task, @NotNull OperationResult result)Evaluates parsed mapping in given lens and projection context (if available - they may be null).Constructors in com.evolveum.midpoint.model.impl.lens.projector.mappings with parameters of type ObjectType Constructor Description AssignedFocusMappingEvaluationRequest(@NotNull MappingType mapping, @NotNull ObjectType originObject, @NotNull EvaluatedAssignmentImpl<?> evaluatedAssignment, @NotNull PlusMinusZero relativeMode, @NotNull AssignmentPathVariables assignmentPathVariables, String sourceDescription) -
Uses of ObjectType in com.evolveum.midpoint.model.impl.lens.projector.policy
Classes in com.evolveum.midpoint.model.impl.lens.projector.policy with type parameters of type ObjectType Modifier and Type Class Description classObjectPolicyRuleEvaluationContext<O extends ObjectType>Evaluation context for object-based policy rule.classPolicyRuleEvaluationContext<O extends ObjectType>Evaluation context for a policy rule.Methods in com.evolveum.midpoint.model.impl.lens.projector.policy with type parameters of type ObjectType Modifier and Type Method Description <O extends ObjectType>
voidPolicyRuleProcessor. enforce(@NotNull LensContext<O> context, OperationResult parentResult) -
Uses of ObjectType in com.evolveum.midpoint.model.impl.lens.projector.policy.evaluators
Methods in com.evolveum.midpoint.model.impl.lens.projector.policy.evaluators with type parameters of type ObjectType Modifier and Type Method Description <O extends ObjectType>
VariablesMapConstraintEvaluatorHelper. createVariablesMap(PolicyRuleEvaluationContext<O> rctx, javax.xml.bind.JAXBElement<? extends AbstractPolicyConstraintType> constraintElement)<O extends ObjectType>
@NotNull Collection<EvaluatedAlwaysTrueTrigger>AlwaysTrueConstraintEvaluator. evaluate(@NotNull javax.xml.bind.JAXBElement<AlwaysTruePolicyConstraintType> constraint, @NotNull PolicyRuleEvaluationContext<O> rctx, OperationResult parentResult)<O extends ObjectType>
@NotNull Collection<EvaluatedModificationTrigger.EvaluatedAssignmentModificationTrigger>AssignmentModificationConstraintEvaluator. evaluate(@NotNull javax.xml.bind.JAXBElement<AssignmentModificationPolicyConstraintType> constraintElement, @NotNull PolicyRuleEvaluationContext<O> rctx, OperationResult parentResult)<O extends ObjectType>
@NotNull Collection<EvaluatedCompositeTrigger>CompositeConstraintEvaluator. evaluate(@NotNull javax.xml.bind.JAXBElement<PolicyConstraintsType> constraint, @NotNull PolicyRuleEvaluationContext<O> rctx, OperationResult parentResult)<O extends ObjectType>
@NotNull Collection<EvaluatedCustomConstraintTrigger>CustomConstraintEvaluator. evaluate(@NotNull javax.xml.bind.JAXBElement<CustomPolicyConstraintType> constraint, @NotNull PolicyRuleEvaluationContext<O> rctx, OperationResult parentResult)<O extends ObjectType>
@NotNull Collection<EvaluatedExclusionTrigger>ExclusionConstraintEvaluator. evaluate(@NotNull javax.xml.bind.JAXBElement<ExclusionPolicyConstraintType> constraint, @NotNull PolicyRuleEvaluationContext<O> rctx, OperationResult parentResult)<O extends ObjectType>
@NotNull Collection<EvaluatedHasAssignmentTrigger>HasAssignmentConstraintEvaluator. evaluate(@NotNull javax.xml.bind.JAXBElement<HasAssignmentPolicyConstraintType> constraintElement, @NotNull PolicyRuleEvaluationContext<O> ctx, OperationResult parentResult)<O extends ObjectType>
@NotNull Collection<EvaluatedMultiplicityTrigger>MultiplicityConstraintEvaluator. evaluate(@NotNull javax.xml.bind.JAXBElement<MultiplicityPolicyConstraintType> constraint, @NotNull PolicyRuleEvaluationContext<O> rctx, OperationResult parentResult)<O extends ObjectType>
@NotNull Collection<EvaluatedModificationTrigger.EvaluatedObjectModificationTrigger>ObjectModificationConstraintEvaluator. evaluate(@NotNull javax.xml.bind.JAXBElement<ModificationPolicyConstraintType> constraint, @NotNull PolicyRuleEvaluationContext<O> rctx, OperationResult parentResult)<O extends ObjectType>
@NotNull Collection<EvaluatedOrphanedTrigger>OrphanedConstraintEvaluator. evaluate(@NotNull javax.xml.bind.JAXBElement<OrphanedPolicyConstraintType> constraint, @NotNull PolicyRuleEvaluationContext<O> rctx, OperationResult parentResult)<O extends ObjectType>
@NotNull Collection<T>PolicyConstraintEvaluator. evaluate(@NotNull javax.xml.bind.JAXBElement<C> constraint, @NotNull PolicyRuleEvaluationContext<O> ctx, OperationResult result)<O extends ObjectType>
@NotNull Collection<EvaluatedSituationTrigger>PolicySituationConstraintEvaluator. evaluate(@NotNull javax.xml.bind.JAXBElement<PolicySituationPolicyConstraintType> constraint, @NotNull PolicyRuleEvaluationContext<O> rctx, OperationResult parentResult)<O extends ObjectType>
@NotNull Collection<EvaluatedStateTrigger>StateConstraintEvaluator. evaluate(@NotNull javax.xml.bind.JAXBElement<StatePolicyConstraintType> constraint, @NotNull PolicyRuleEvaluationContext<O> rctx, OperationResult parentResult)<O extends ObjectType>
@NotNull Collection<EvaluatedTransitionTrigger>TransitionConstraintEvaluator. evaluate(@NotNull javax.xml.bind.JAXBElement<TransitionPolicyConstraintType> constraintElement, @NotNull PolicyRuleEvaluationContext<O> rctx, OperationResult parentResult) -
Uses of ObjectType in com.evolveum.midpoint.model.impl.lens.projector.util
Classes in com.evolveum.midpoint.model.impl.lens.projector.util with type parameters of type ObjectType Modifier and Type Interface Description interfaceProcessorMethodRef<X extends ObjectType>Typical processor "component-level" method that performs a well defined part of the computation.interfaceProjectionAwareProcessorMethodRef<X extends ObjectType>Typical processor "component-level" method that performs a well defined part of the computation.interfaceSimplifiedProcessorMethodRef<X extends ObjectType>Typical processor "component-level" method that performs a well defined part of the computation.Methods in com.evolveum.midpoint.model.impl.lens.projector.util that return types with arguments of type ObjectType Modifier and Type Method Description Class<? extends ObjectType>focusType()What kind of focus there should be in order for the processor methods to be executed? Checked only if focusRequired = true. -
Uses of ObjectType in com.evolveum.midpoint.model.impl.migrator
Methods in com.evolveum.midpoint.model.impl.migrator with type parameters of type ObjectType Modifier and Type Method Description <F extends ObjectType>
voidMigrator. executeAfterOperationMigration(LensContext<F> context, OperationResult result)<I extends ObjectType,O extends ObjectType>
PrismObject<O>Migrator. migrate(PrismObject<I> original)<I extends ObjectType,O extends ObjectType>
PrismObject<O>Migrator. migrate(PrismObject<I> original) -
Uses of ObjectType in com.evolveum.midpoint.model.impl.scripting
Methods in com.evolveum.midpoint.model.impl.scripting that return types with arguments of type ObjectType Modifier and Type Method Description protected @NotNull SimpleActivityHandler.ExecutionSupplier<ObjectType,IterativeScriptingActivityHandler.MyWorkDefinition,IterativeScriptingActivityHandler>IterativeScriptingActivityHandler. getExecutionSupplier()Method parameters in com.evolveum.midpoint.model.impl.scripting with type arguments of type ObjectType Modifier and Type Method Description @NotNull List<ObjectReferenceType>PipelineData. getDataAsReferences(QName defaultTargetType, Class<? extends ObjectType> typeForQuery, ExecutionContext context, OperationResult result)Returns the pipeline content as a list of references. -
Uses of ObjectType in com.evolveum.midpoint.model.impl.scripting.actions
Methods in com.evolveum.midpoint.model.impl.scripting.actions that return types with arguments of type ObjectType Modifier and Type Method Description protected ObjectDelta<? extends ObjectType>AssignExecutor. createDelta(AssignmentHolderType object, PipelineItem item, com.evolveum.midpoint.model.impl.scripting.actions.AssignExecutor.AssignParameters parameters, ExecutionContext context, OperationResult result)protected ObjectDelta<? extends ObjectType>UnassignExecutor. createDelta(AssignmentHolderType object, PipelineItem item, com.evolveum.midpoint.model.impl.scripting.actions.UnassignExecutor.UnassignParameters parameters, ExecutionContext context, OperationResult result)protected Class<ObjectType>ApplyDefinitionExecutor. getObjectType() -
Uses of ObjectType in com.evolveum.midpoint.model.impl.scripting.expressions
Methods in com.evolveum.midpoint.model.impl.scripting.expressions with type parameters of type ObjectType Modifier and Type Method Description <T extends ObjectType>
PipelineDataSearchEvaluator. evaluate(SearchExpressionType searchExpression, PipelineData input, ExecutionContext context, OperationResult globalResult) -
Uses of ObjectType in com.evolveum.midpoint.model.impl.scripting.helpers
Methods in com.evolveum.midpoint.model.impl.scripting.helpers with type parameters of type ObjectType Modifier and Type Method Description <T extends ObjectType>
PrismObject<T>OperationsHelper. getObject(Class<T> type, String oid, boolean noFetch, ExecutionContext context, OperationResult result)Methods in com.evolveum.midpoint.model.impl.scripting.helpers that return types with arguments of type ObjectType Modifier and Type Method Description Collection<ObjectDeltaOperation<? extends ObjectType>>OperationsHelper. applyDelta(ObjectDelta<? extends ObjectType> delta, ModelExecuteOptions options, boolean dryRun, ExecutionContext context, OperationResult result)Collection<ObjectDeltaOperation<? extends ObjectType>>OperationsHelper. applyDelta(ObjectDelta delta, ModelExecuteOptions options, ExecutionContext context, OperationResult result)Collection<ObjectDeltaOperation<? extends ObjectType>>OperationsHelper. applyDelta(ObjectDelta delta, ExecutionContext context, OperationResult result)Methods in com.evolveum.midpoint.model.impl.scripting.helpers with parameters of type ObjectType Modifier and Type Method Description OperationOperationsHelper. recordStart(ExecutionContext context, ObjectType object)Method parameters in com.evolveum.midpoint.model.impl.scripting.helpers with type arguments of type ObjectType Modifier and Type Method Description Collection<ObjectDeltaOperation<? extends ObjectType>>OperationsHelper. applyDelta(ObjectDelta<? extends ObjectType> delta, ModelExecuteOptions options, boolean dryRun, ExecutionContext context, OperationResult result) -
Uses of ObjectType in com.evolveum.midpoint.model.impl.security
Methods in com.evolveum.midpoint.model.impl.security with type parameters of type ObjectType Modifier and Type Method Description <O extends ObjectType>
voidGuiProfiledPrincipalManagerImpl. invalidate(Class<O> type, String oid, boolean clusterwide, CacheInvalidationContext context)<F extends FocusType,O extends ObjectType>
PrismObject<F>GuiProfiledPrincipalManagerImpl. resolveOwner(PrismObject<O> object) -
Uses of ObjectType in com.evolveum.midpoint.model.impl.simulation
Classes in com.evolveum.midpoint.model.impl.simulation with type parameters of type ObjectType Modifier and Type Class Description classProcessedObjectImpl<O extends ObjectType>Default (and the only) implementation ofProcessedObject.classSingleDeltaSimulationDataImpl<E extends ObjectType>SimulationDatarepresenting a single delta (in a context).Methods in com.evolveum.midpoint.model.impl.simulation with type parameters of type ObjectType Modifier and Type Method Description static <O extends ObjectType>
@Nullable ProcessedObjectImpl<O>ProcessedObjectImpl. create(@NotNull LensElementContext<O> elementContext, @NotNull SimulationTransactionImpl simulationTransaction, @NotNull Task task, @NotNull OperationResult result)CreatesProcessedObjectImplfor theLensElementContext.static <E extends ObjectType>
SingleDeltaSimulationDataImpl<E>SingleDeltaSimulationDataImpl. of(@NotNull LensElementContext<E> elementContext, @NotNull ObjectDelta<E> simulationDelta)static <O extends ObjectType>
@NotNull ProcessedObjectImpl<O>ProcessedObjectImpl. parse(@NotNull SimulationResultProcessedObjectType bean)CreatesProcessedObjectImplfrom pre-existingSimulationResultProcessedObjectTypebean. -
Uses of ObjectType in com.evolveum.midpoint.model.impl.tasks
Methods in com.evolveum.midpoint.model.impl.tasks that return types with arguments of type ObjectType Modifier and Type Method Description protected @NotNull SimpleActivityHandler.ExecutionSupplier<ObjectType,DeletionActivityHandler.MyWorkDefinition,DeletionActivityHandler>DeletionActivityHandler. getExecutionSupplier()protected @NotNull SimpleActivityHandler.ExecutionSupplier<ObjectType,IterativeChangeExecutionActivityHandler.MyWorkDefinition,IterativeChangeExecutionActivityHandler>IterativeChangeExecutionActivityHandler. getExecutionSupplier()protected @NotNull SimpleActivityHandler.ExecutionSupplier<ObjectType,RecomputationActivityHandler.MyWorkDefinition,RecomputationActivityHandler>RecomputationActivityHandler. getExecutionSupplier()protected @NotNull SimpleActivityHandler.ExecutionSupplier<ObjectType,ReindexActivityHandler.MyWorkDefinition,ReindexActivityHandler>ReindexActivityHandler. getExecutionSupplier() -
Uses of ObjectType in com.evolveum.midpoint.model.impl.tasks.scanner
Classes in com.evolveum.midpoint.model.impl.tasks.scanner with type parameters of type ObjectType Modifier and Type Class Description classScanActivityRun<O extends ObjectType,WD extends WorkDefinition,MAH extends ModelActivityHandler<WD,MAH>>Things that we want to remember for all task scanners, like scanning timestamps. -
Uses of ObjectType in com.evolveum.midpoint.model.impl.tasks.simple
Classes in com.evolveum.midpoint.model.impl.tasks.simple with type parameters of type ObjectType Modifier and Type Class Description classSimpleActivityHandler<O extends ObjectType,WD extends WorkDefinition,SAH extends SimpleActivityHandler<O,WD,SAH>>Implementing class for simple model-level search-based activity handlers.static interfaceSimpleActivityHandler.ExecutionSupplier<O extends ObjectType,WD extends WorkDefinition,SAH extends SimpleActivityHandler<O,WD,SAH>> -
Uses of ObjectType in com.evolveum.midpoint.model.impl.trigger
Methods in com.evolveum.midpoint.model.impl.trigger with type parameters of type ObjectType Modifier and Type Method Description <O extends ObjectType>
voidCompletedTaskCleanupTriggerHandler. handle(@NotNull PrismObject<O> object, @NotNull TriggerType trigger, @NotNull RunningTask task, @NotNull OperationResult result)<O extends ObjectType>
voidRecomputeTriggerHandler. handle(@NotNull PrismObject<O> object, @NotNull TriggerType trigger, @NotNull RunningTask task, @NotNull OperationResult result)<O extends ObjectType>
voidShadowReconcileTriggerHandler. handle(@NotNull PrismObject<O> object, @NotNull TriggerType trigger, @NotNull RunningTask task, @NotNull OperationResult result)<O extends ObjectType>
voidSingleTriggerHandler. handle(@NotNull PrismObject<O> object, @NotNull TriggerType trigger, @NotNull RunningTask task, @NotNull OperationResult result)<O extends ObjectType>
voidUnlockTriggerHandler. handle(@NotNull PrismObject<O> object, @NotNull TriggerType trigger, @NotNull RunningTask task, @NotNull OperationResult result)Methods in com.evolveum.midpoint.model.impl.trigger with parameters of type ObjectType Modifier and Type Method Description booleanTriggerScanItemProcessor. processObject(@NotNull ObjectType object, @NotNull RunningTask workerTask, @NotNull OperationResult result) -
Uses of ObjectType in com.evolveum.midpoint.model.impl.util
Methods in com.evolveum.midpoint.model.impl.util with type parameters of type ObjectType Modifier and Type Method Description static <V extends PrismValue,F extends ObjectType>
@NotNull List<V>ModelImplUtils. evaluateScript(ScriptExpression scriptExpression, LensContext<F> lensContext, VariablesMap variables, boolean useNew, String shortDesc, Task task, OperationResult parentResult)static <O extends ObjectType>
@NotNull List<ObjectPolicyConfigurationType>ModelImplUtils. getApplicablePolicies(@Nullable Class<O> objectClass, List<String> objectSubtypes, SystemConfigurationType systemConfigurationType)static <F extends ObjectType>
@NotNull List<ObjectPolicyConfigurationType>ModelImplUtils. getApplicablePolicies(LensContext<F> context)static <F extends ObjectType>
ConflictResolutionTypeModelImplUtils. getConflictResolution(LensContext<F> context)static <O extends ObjectType>
VariablesMapModelImplUtils. getDefaultVariablesMap(PrismObject<? extends ObjectType> focus, PrismObject<? extends ShadowType> shadow, PrismObject<ResourceType> resource, PrismObject<SystemConfigurationType> configuration, LensElementContext<O> affectedElementContext)static <O extends ObjectType>
StringModelImplUtils. getOperationUrlFromDelta(ObjectDelta<O> delta)static <T extends ObjectType>
voidModelImplUtils. resolveReferences(ObjectDelta<T> objectDelta, RepositoryService repository, boolean enforceReferentialIntegrity, boolean forceFilterReevaluation, EvaluationTimeType resolutionTime, boolean throwExceptionOnFailure, OperationResult result)Resolves references contained in ADD and REPLACE value sets for item modifications in a given ObjectDelta.static <T extends ObjectType>
voidModelImplUtils. resolveReferences(PrismObject<T> object, RepositoryService repository, boolean enforceReferentialIntegrity, boolean forceFilterReevaluation, EvaluationTimeType resolutionTime, boolean throwExceptionOnFailure, OperationResult result)Resolves references contained in given PrismObject.static <F extends ObjectType>
voidModelImplUtils. setRequestee(Task task, LensFocusContext<F> context)Methods in com.evolveum.midpoint.model.impl.util that return types with arguments of type ObjectType Modifier and Type Method Description List<PrismObject<? extends ObjectType>>ReferenceResolverImpl. resolve(@NotNull ObjectReferenceType reference, Collection<SelectorOptions<GetOperationOptions>> options, @NotNull ReferenceResolver.Source source, ReferenceResolver.FilterEvaluator filterEvaluator, Task task, OperationResult result)Methods in com.evolveum.midpoint.model.impl.util with parameters of type ObjectType Modifier and Type Method Description static VariablesMapModelImplUtils. getDefaultVariablesMap(ObjectType focus, ShadowType shadow, ResourceType resource, SystemConfigurationType configuration) -
Uses of ObjectType in com.evolveum.midpoint.model.impl.visualizer
Methods in com.evolveum.midpoint.model.impl.visualizer with type parameters of type ObjectType Modifier and Type Method Description <O extends ObjectType>
voidResolver. resolve(ObjectDelta<O> objectDelta, boolean includeOriginalObject, Task task, OperationResult result)<O extends ObjectType>
voidResolver. resolve(PrismObject<O> object, Task task, OperationResult result)Methods in com.evolveum.midpoint.model.impl.visualizer that return types with arguments of type ObjectType Modifier and Type Method Description PrismObject<? extends ObjectType>VisualizationContext. getCurrentObject(String oid)Map<String,PrismObject<? extends ObjectType>>VisualizationContext. getCurrentObjects()PrismObject<? extends ObjectType>VisualizationContext. getOldObject(String oid)Map<String,PrismObject<? extends ObjectType>>VisualizationContext. getOldObjects()Method parameters in com.evolveum.midpoint.model.impl.visualizer with type arguments of type ObjectType Modifier and Type Method Description voidVisualizationContext. putObject(PrismObject<? extends ObjectType> object)voidResolver. resolve(List<ObjectDelta<? extends ObjectType>> deltas, Task task, OperationResult result)voidVisualizationContext. setCurrentObjects(Map<String,PrismObject<? extends ObjectType>> currentObjects)voidVisualizationContext. setOldObjects(Map<String,PrismObject<? extends ObjectType>> oldObjects)VisualizationImplVisualizer. visualize(PrismObject<? extends ObjectType> object, VisualizationContext context, Task task, OperationResult parentResult)VisualizationImplVisualizer. visualize(PrismObject<? extends ObjectType> object, Task task, OperationResult parentResult)@NotNull VisualizationImplVisualizer. visualizeDelta(@NotNull ObjectDelta<? extends ObjectType> objectDelta, Task task, OperationResult parentResult)@NotNull VisualizationImplVisualizer. visualizeDelta(@NotNull ObjectDelta<? extends ObjectType> objectDelta, ObjectReferenceType objectRef, boolean includeOperationalItems, boolean includeOriginalObject, Task task, OperationResult parentResult)@NotNull VisualizationImplVisualizer. visualizeDelta(@NotNull ObjectDelta<? extends ObjectType> objectDelta, ObjectReferenceType objectRef, Task task, OperationResult parentResult)List<Visualization>Visualizer. visualizeDeltas(@NotNull List<ObjectDelta<? extends ObjectType>> deltas, Task task, OperationResult parentResult) -
Uses of ObjectType in com.evolveum.midpoint.ninja.action
Method parameters in com.evolveum.midpoint.ninja.action with type arguments of type ObjectType Modifier and Type Method Description protected abstract Callable<R>AbstractRepositorySearchAction. createConsumer(BlockingQueue<ObjectType> queue, OperationStatus operation)protected Callable<Void>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 ObjectType Modifier and Type Class Description classUpgradeObjectsConsumerWorker<T extends ObjectType>Methods in com.evolveum.midpoint.ninja.action.upgrade with type parameters of type ObjectType Modifier and Type Method Description <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 ObjectType Modifier and Type Method Description protected 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 ObjectType Modifier and Type Method Description protected voidExportConsumerWorker. write(Writer writer, ObjectType object)protected voidVerifyConsumerWorker. write(Writer writer, ObjectType object)Constructor parameters in com.evolveum.midpoint.ninja.action.worker with type arguments of type ObjectType Constructor Description ExportConsumerWorker(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.notifications.api.events
Methods in com.evolveum.midpoint.notifications.api.events that return ObjectType Modifier and Type Method Description @Nullable ObjectTypeCaseManagementEvent. getObject()ObjectTypeSimpleObjectRef. getObjectType()ObjectTypeEvent. getRequesteeObject()@Nullable ObjectTypeCaseManagementEvent. getTarget()ObjectTypeSimpleObjectRef. resolveObjectType()ObjectTypeSimpleObjectRef. resolveObjectType(OperationResult result, boolean allowNotFound)Methods in com.evolveum.midpoint.notifications.api.events with parameters of type ObjectType Modifier and Type Method Description voidSimpleObjectRef. setObjectType(ObjectType objectType) -
Uses of ObjectType in com.evolveum.midpoint.provisioning.api
Methods in com.evolveum.midpoint.provisioning.api with type parameters of type ObjectType Modifier and Type Method Description <T extends ObjectType>
StringProvisioningService. addObject(@NotNull PrismObject<T> object, @Nullable OperationProvisioningScriptsType scripts, @Nullable ProvisioningOperationOptions options, @NotNull Task task, @NotNull OperationResult parentResult)Add new object.<T extends ObjectType>
voidProvisioningService. applyDefinition(ObjectDelta<T> delta, Objectable object, Task task, OperationResult parentResult)Applies appropriate definition to the shadow/resource delta.<T extends ObjectType>
voidProvisioningService. applyDefinition(ObjectDelta<T> delta, Task task, OperationResult parentResult)Applies appropriate definition to the shadow/resource delta.<T extends ObjectType>
voidProvisioningService. applyDefinition(PrismObject<T> object, Task task, OperationResult parentResult)Applies appropriate definition to the shadow.<T extends ObjectType>
voidProvisioningService. applyDefinition(Class<T> type, ObjectQuery query, Task task, OperationResult parentResult)Applies appropriate definition to the query.<O extends ObjectType,T>
ItemComparisonResultProvisioningService. compare(Class<O> type, String oid, ItemPath path, T expectedValue, Task task, OperationResult result)Compare value on the resource with the provided value.<T extends ObjectType>
IntegerProvisioningService. countObjects(@NotNull Class<T> type, @Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull Task task, @NotNull OperationResult parentResult)Counts the objects of the respective type.<T extends ObjectType>
PrismObject<T>ProvisioningService. deleteObject(Class<T> type, String oid, ProvisioningOperationOptions option, OperationProvisioningScriptsType scripts, Task task, OperationResult parentResult)Deletes object with specified OID.<T extends ObjectType>
@NotNull PrismObject<T>ProvisioningService. getObject(@NotNull Class<T> type, @NotNull String oid, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull Task task, @NotNull OperationResult parentResult)Returns the object with specified OID.<T extends ObjectType>
StringProvisioningService. modifyObject(@NotNull Class<T> type, @NotNull String oid, @NotNull Collection<? extends ItemDelta<?,?>> modifications, @Nullable OperationProvisioningScriptsType scripts, @Nullable ProvisioningOperationOptions options, @NotNull Task task, @NotNull OperationResult parentResult)Modifies object using relative change description.<T extends ObjectType>
@NotNull SearchResultList<PrismObject<T>>ProvisioningService. searchObjects(@NotNull Class<T> type, @Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull Task task, @NotNull OperationResult parentResult)Searches for objects.<T extends ObjectType>
SearchResultMetadataProvisioningService. searchObjectsIterative(@NotNull Class<T> type, @Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull ResultHandler<T> handler, @NotNull Task task, @NotNull OperationResult parentResult)Search for objects iteratively.Method parameters in com.evolveum.midpoint.provisioning.api with type arguments of type ObjectType Modifier and Type Method Description voidProvisioningService. expandConfigurationObject(@NotNull PrismObject<? extends ObjectType> configurationObject, @NotNull Task task, @NotNull OperationResult result)Expands (in-memory) configuration object by (e.g.) resolving references to super/template objects, and so on. -
Uses of ObjectType in com.evolveum.midpoint.repo.api
Classes in com.evolveum.midpoint.repo.api with type parameters of type ObjectType Modifier and Type Interface Description interfaceModificationPrecondition<T extends ObjectType>classModifyObjectResult<T extends ObjectType>Contains information about object modification result; primarily needed by repository caching algorithms.classOptimisticLockingRunner<O extends ObjectType,R>static classOptimisticLockingRunner.Builder<O extends ObjectType,R>interfaceRepositoryOperation<O extends ObjectType,R>static interfaceRepositoryService.ModificationsSupplier<T extends ObjectType>classVersionPrecondition<T extends ObjectType>Methods in com.evolveum.midpoint.repo.api with type parameters of type ObjectType Modifier and Type Method Description <T extends ObjectType>
voidRepositoryService. addDiagnosticInformation(Class<T> type, String oid, DiagnosticInformationType information, OperationResult parentResult)Adds a diagnostic information, honoring cleanup rules (deleting obsolete records).<T extends ObjectType>
@NotNull StringRepositoryService. addObject(@NotNull PrismObject<T> object, RepoAddOptions options, @NotNull OperationResult parentResult)Add new object.<T extends ObjectType>
intRepositoryService. countObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult parentResult)Returns the number of objects that match specified criteria.<T extends ObjectType>
@NotNull DeleteObjectResultRepositoryService. deleteObject(Class<T> type, String oid, OperationResult parentResult)Deletes object with specified OID.<O extends ObjectType>
voidCacheDispatcher. dispatchInvalidation(@Nullable Class<O> type, @Nullable String oid, boolean clusterwide, @Nullable CacheInvalidationContext context)Dispatches "cache entry/entries invalidation" event to all relevant caches, even clusterwide if requested so.<O extends ObjectType>
@NotNull PrismObject<O>RepositoryService. getObject(Class<O> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult parentResult)Returns object for provided OID.<T extends ObjectType>
StringRepositoryService. getVersion(Class<T> type, String oid, OperationResult parentResult)Returns object version for provided OID.default <O extends ObjectType>
voidCache. invalidate(Class<O> type, String oid, boolean clusterwide, CacheInvalidationContext context)<O extends ObjectType>
voidCacheInvalidationListener. invalidate(Class<O> type, String oid, boolean clusterwide, CacheInvalidationContext context)Invalidates given object(s) in all relevant caches.<O extends ObjectType>
booleanRepositoryService. isAncestor(PrismObject<O> object, String descendantOrgOid)Returns `true` if the `object` is above organization identified with `descendantOrgOid`.<O extends ObjectType>
booleanRepositoryService. isDescendant(PrismObject<O> object, String ancestorOrgOid)Returns `true` if the `object` is under the organization identified with `ancestorOrgOid`.<T extends ObjectType>
@NotNull ModifyObjectResult<T>RepositoryService. modifyObject(@NotNull Class<T> type, @NotNull String oid, @NotNull Collection<? extends ItemDelta<?,?>> modifications, @NotNull OperationResult parentResult)Modifies object using relative change description.<T extends ObjectType>
@NotNull ModifyObjectResult<T>RepositoryService. modifyObject(@NotNull Class<T> type, @NotNull String oid, @NotNull Collection<? extends ItemDelta<?,?>> modifications, @Nullable ModificationPrecondition<T> precondition, @Nullable RepoModifyOptions options, @NotNull OperationResult parentResult)<T extends ObjectType>
@NotNull ModifyObjectResult<T>RepositoryService. modifyObject(@NotNull Class<T> type, @NotNull String oid, @NotNull Collection<? extends ItemDelta<?,?>> modifications, @Nullable RepoModifyOptions options, @NotNull OperationResult parentResult)default <T extends ObjectType>
@NotNull ModifyObjectResult<T>RepositoryService. modifyObjectDynamically(@NotNull Class<T> type, @NotNull String oid, @Nullable Collection<SelectorOptions<GetOperationOptions>> getOptions, @NotNull RepositoryService.ModificationsSupplier<T> modificationsSupplier, @Nullable RepoModifyOptions modifyOptions, @NotNull OperationResult parentResult)Modifies an object dynamically.<T extends ObjectType>
@NotNull SearchResultList<PrismObject<T>>RepositoryService. searchObjects(@NotNull Class<T> type, @Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult)Search for objects in the repository.<T extends ObjectType>
SearchResultMetadataRepositoryService. searchObjectsIterative(Class<T> type, ObjectQuery query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options, boolean strictlySequential, OperationResult parentResult)Search for objects in the repository in an iterative fashion.<O extends ObjectType>
booleanRepositoryService. selectorMatches(ObjectSelectorType objectSelector, PrismObject<O> object, ObjectFilterExpressionEvaluator filterEvaluator, Trace logger, String logMessagePrefix)Methods in com.evolveum.midpoint.repo.api that return types with arguments of type ObjectType Modifier and Type Method Description @NotNull Class<? extends ObjectType>CacheInvalidationEventSpecification. getObjectType()Method parameters in com.evolveum.midpoint.repo.api with type arguments of type ObjectType Modifier and Type Method Description static CacheInvalidationEventSpecificationCacheInvalidationEventSpecification. of(Class<? extends ObjectType> type, Set<ChangeType> changes)static CacheInvalidationEventSpecificationCacheInvalidationEventSpecification. of(Class<? extends ObjectType> type, Set<ItemPath> paths, Set<ChangeType> changes)booleanRepositoryService. supports(@NotNull Class<? extends ObjectType> type)Returns `true` if the given object type is supported.Constructor parameters in com.evolveum.midpoint.repo.api with type arguments of type ObjectType Constructor Description CacheInvalidationEventSpecification(Class<? extends ObjectType> objectType, Set<ItemPath> paths, Set<ChangeType> changeTypes) -
Uses of ObjectType in com.evolveum.midpoint.repo.api.query
Classes in com.evolveum.midpoint.repo.api.query with type parameters of type ObjectType Modifier and Type Class Description classCompleteQuery<T extends ObjectType>Wraps everything we need to count or look for objects.Methods in com.evolveum.midpoint.repo.api.query with type parameters of type ObjectType Modifier and Type Method Description static <T extends ObjectType>
CompleteQuery<T>CompleteQuery. none(Class<T> type, PrismContext prismContext) -
Uses of ObjectType in com.evolveum.midpoint.repo.cache
Methods in com.evolveum.midpoint.repo.cache with type parameters of type ObjectType Modifier and Type Method Description <T extends ObjectType>
voidRepositoryCache. addDiagnosticInformation(Class<T> type, String oid, DiagnosticInformationType information, OperationResult parentResult)<T extends ObjectType>
@NotNull StringRepositoryCache. addObject(@NotNull PrismObject<T> object, RepoAddOptions options, @NotNull OperationResult parentResult)<T extends ObjectType>
intRepositoryCache. countObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult parentResult)<T extends ObjectType>
@NotNull DeleteObjectResultRepositoryCache. deleteObject(Class<T> type, String oid, OperationResult parentResult)<T extends ObjectType>
@NotNull PrismObject<T>RepositoryCache. getObject(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult parentResult)<T extends ObjectType>
StringRepositoryCache. getVersion(Class<T> type, String oid, OperationResult parentResult)<O extends ObjectType>
booleanRepositoryCache. isAncestor(PrismObject<O> object, String descendantOrgOid)<O extends ObjectType>
booleanRepositoryCache. isDescendant(PrismObject<O> object, String ancestorOrgOid)<T extends ObjectType>
@NotNull ModifyObjectResult<T>RepositoryCache. modifyObject(@NotNull Class<T> type, @NotNull String oid, @NotNull Collection<? extends ItemDelta<?,?>> modifications, @NotNull OperationResult parentResult)<T extends ObjectType>
@NotNull ModifyObjectResult<T>RepositoryCache. modifyObject(@NotNull Class<T> type, @NotNull String oid, @NotNull Collection<? extends ItemDelta<?,?>> modifications, ModificationPrecondition<T> precondition, RepoModifyOptions options, @NotNull OperationResult parentResult)<T extends ObjectType>
@NotNull ModifyObjectResult<T>RepositoryCache. modifyObject(@NotNull Class<T> type, @NotNull String oid, @NotNull Collection<? extends ItemDelta<?,?>> modifications, RepoModifyOptions options, @NotNull OperationResult parentResult)<T extends ObjectType>
@NotNull ModifyObjectResult<T>RepositoryCache. modifyObjectDynamically(@NotNull Class<T> type, @NotNull String oid, @Nullable Collection<SelectorOptions<GetOperationOptions>> getOptions, @NotNull RepositoryService.ModificationsSupplier<T> modificationsSupplier, @Nullable RepoModifyOptions modifyOptions, @NotNull OperationResult parentResult)<T extends ObjectType>
@NotNull SearchResultList<PrismObject<T>>RepositoryCache. searchObjects(@NotNull Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult)<T extends ObjectType>
SearchResultMetadataRepositoryCache. searchObjectsIterative(Class<T> type, ObjectQuery query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options, boolean strictlySequential, OperationResult parentResult)<O extends ObjectType>
booleanRepositoryCache. selectorMatches(ObjectSelectorType objectSelector, PrismObject<O> object, ObjectFilterExpressionEvaluator filterEvaluator, Trace logger, String logMessagePrefix)Method parameters in com.evolveum.midpoint.repo.cache with type arguments of type ObjectType Modifier and Type Method Description booleanRepositoryCache. supports(@NotNull Class<? extends ObjectType> type) -
Uses of ObjectType in com.evolveum.midpoint.repo.cache.global
Classes in com.evolveum.midpoint.repo.cache.global with type parameters of type ObjectType Modifier and Type Class Description classGlobalCacheObjectValue<T extends ObjectType>Created by Viliam Repan (lazyman).classGlobalCacheObjectVersionValue<T extends ObjectType>classGlobalCacheQueryValue<T extends ObjectType>Methods in com.evolveum.midpoint.repo.cache.global with type parameters of type ObjectType Modifier and Type Method Description <T extends ObjectType>
GlobalCacheObjectValue<T>GlobalObjectCache. get(String oid)<T extends ObjectType>
SearchResultList<PrismObject<T>>GlobalQueryCache. get(QueryKey key)<T extends ObjectType>
booleanAbstractGlobalCache. hasClusterwideInvalidationFor(Class<T> type)<T extends ObjectType>
voidGlobalObjectCache. put(GlobalCacheObjectValue<T> cacheObject)<T extends ObjectType>
voidGlobalQueryCache. put(QueryKey<T> key, @NotNull SearchResultList<PrismObject<T>> cacheObject)<T extends ObjectType>
voidGlobalVersionCache. put(PrismObject<T> object)<T extends ObjectType>
booleanAbstractGlobalCache. shouldDoSafeRemoteInvalidationFor(Class<T> type)Methods in com.evolveum.midpoint.repo.cache.global that return types with arguments of type ObjectType Modifier and Type Method Description Class<? extends ObjectType>GlobalCacheObjectValue. getObjectType()Method parameters in com.evolveum.midpoint.repo.cache.global with type arguments of type ObjectType Modifier and Type Method Description LongGlobalObjectCache. getNextVersionCheckTime(@NotNull Class<? extends ObjectType> type)voidGlobalVersionCache. put(String oid, Class<? extends ObjectType> type, String version) -
Uses of ObjectType in com.evolveum.midpoint.repo.cache.handlers
Classes in com.evolveum.midpoint.repo.cache.handlers with type parameters of type ObjectType Modifier and Type Class Description classAddObjectResult<T extends ObjectType>Result of the addObject operation.classCacheSetAccessInfo<T extends ObjectType>CacheAccessInfo for all six caches.Methods in com.evolveum.midpoint.repo.cache.handlers with type parameters of type ObjectType Modifier and Type Method Description <T extends ObjectType>
voidModificationOpHandler. addDiagnosticInformation(Class<T> type, String oid, DiagnosticInformationType information, OperationResult parentResult)<T extends ObjectType>
StringModificationOpHandler. addObject(PrismObject<T> object, RepoAddOptions options, OperationResult parentResult)<T extends ObjectType>
intSearchOpHandler. countObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult parentResult)<T extends ObjectType>
@NotNull DeleteObjectResultModificationOpHandler. deleteObject(Class<T> type, String oid, OperationResult parentResult)<T extends ObjectType>
@NotNull PrismObject<T>GetObjectOpHandler. getObject(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult parentResult)<T extends ObjectType>
StringGetVersionOpHandler. getVersion(Class<T> type, String oid, OperationResult parentResult)<T extends ObjectType>
@NotNull ModifyObjectResult<T>ModificationOpHandler. modifyObject(@NotNull Class<T> type, @NotNull String oid, @NotNull Collection<? extends ItemDelta<?,?>> modifications, ModificationPrecondition<T> precondition, RepoModifyOptions options, OperationResult parentResult)<T extends ObjectType>
@NotNull SearchResultList<PrismObject<T>>SearchOpHandler. searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult parentResult)<T extends ObjectType>
SearchResultMetadataSearchOpHandler. searchObjectsIterative(Class<T> type, ObjectQuery query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options, boolean strictlySequential, OperationResult parentResult) -
Uses of ObjectType in com.evolveum.midpoint.repo.cache.invalidation
Fields in com.evolveum.midpoint.repo.cache.invalidation with type parameters of type ObjectType Modifier and Type Field Description protected Class<? extends ObjectType>ChangeDescription. typeType of the changed object.Methods in com.evolveum.midpoint.repo.cache.invalidation with type parameters of type ObjectType Modifier and Type Method Description <T extends ObjectType>
voidInvalidator. invalidateCacheEntries(Class<T> type, String oid, RepositoryOperationResult additionalInfo, OperationResult parentResult)<T extends ObjectType>
booleanInvalidator. isSearchResultValid(QueryKey<T> key, SearchResultList<PrismObject<T>> list, List<InvalidationEvent> invalidationEvents)Checks if the search result is still valid, even specified invalidation events came.Method parameters in com.evolveum.midpoint.repo.cache.invalidation with type arguments of type ObjectType Modifier and Type Method Description static @NotNull ChangeDescriptionChangeDescription. getFrom(Class<? extends ObjectType> type, String oid, CacheInvalidationContext context, boolean safeInvalidation)static ChangeDescriptionChangeDescription. getFrom(Class<? extends ObjectType> type, String oid, Object additionalInfo, boolean safeInvalidation) -
Uses of ObjectType in com.evolveum.midpoint.repo.cache.local
Classes in com.evolveum.midpoint.repo.cache.local with type parameters of type ObjectType Modifier and Type Class Description classQueryKey<T extends ObjectType>Key for repository query cache.Methods in com.evolveum.midpoint.repo.cache.local with type parameters of type ObjectType Modifier and Type Method Description <T extends ObjectType>
PrismObject<T>LocalObjectCache. get(String oid)<T extends ObjectType>
SearchResultList<PrismObject<T>>LocalQueryCache. get(QueryKey key)Method parameters in com.evolveum.midpoint.repo.cache.local with type arguments of type ObjectType Modifier and Type Method Description voidLocalObjectCache. put(PrismObject<? extends ObjectType> object)voidLocalObjectCache. put(String oid, PrismObject<? extends ObjectType> object) -
Uses of ObjectType in com.evolveum.midpoint.repo.cache.registry
Methods in com.evolveum.midpoint.repo.cache.registry with type parameters of type ObjectType Modifier and Type Method Description <O extends ObjectType>
voidCacheDispatcherImpl. dispatchInvalidation(Class<O> type, String oid, boolean clusterwide, @Nullable CacheInvalidationContext context)<O extends ObjectType>
voidCacheRegistryImpl. invalidate(Class<O> type, String oid, boolean clusterwide, CacheInvalidationContext context) -
Uses of ObjectType in com.evolveum.midpoint.repo.common
Methods in com.evolveum.midpoint.repo.common with type parameters of type ObjectType Modifier and Type Method Description <T extends ObjectType>
TDirectoryFileObjectResolver. getObject(@NotNull Class<T> clazz, @NotNull String oid, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @Nullable Task task, @NotNull OperationResult result)<O extends ObjectType>
OObjectResolver. getObject(@NotNull Class<O> clazz, @NotNull String oid, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull Task task, @NotNull OperationResult result)<O extends ObjectType>
ORepoObjectResolver. getObject(@NotNull Class<O> expectedType, @NotNull String oid, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @Nullable Task task, @NotNull OperationResult parentResult)<T extends ObjectType>
TDirectoryFileObjectResolver. resolve(Referencable ref, Class<T> expectedType, Collection<SelectorOptions<GetOperationOptions>> options, String contextDescription, Task task, OperationResult result)<O extends ObjectType>
OObjectResolver. resolve(Referencable ref, Class<O> expectedType, Collection<SelectorOptions<GetOperationOptions>> options, String contextDescription, Task task, OperationResult result)Resolve the provided reference to object (ObjectType).<O extends ObjectType>
ORepoObjectResolver. resolve(Referencable ref, Class<O> expectedType, Collection<SelectorOptions<GetOperationOptions>> options, String contextDescription, Task task, OperationResult result)<O extends ObjectType>
voidDirectoryFileObjectResolver. searchIterative(Class<O> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, ResultHandler<O> handler, Task task, OperationResult parentResult)<O extends ObjectType>
voidObjectResolver. searchIterative(Class<O> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, ResultHandler<O> handler, Task task, OperationResult parentResult)<O extends ObjectType>
voidRepoObjectResolver. searchIterative(Class<O> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, ResultHandler<O> handler, Task task, OperationResult parentResult)<O extends ObjectType>
SearchResultList<PrismObject<O>>DirectoryFileObjectResolver. searchObjects(Class<O> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)<O extends ObjectType>
SearchResultList<PrismObject<O>>ObjectResolver. searchObjects(Class<O> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)<O extends ObjectType>
SearchResultList<PrismObject<O>>RepoObjectResolver. searchObjects(Class<O> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)Methods in com.evolveum.midpoint.repo.common with parameters of type ObjectType Modifier and Type Method Description ItemDelta<?,?>ObjectOperationPolicyHelper. computeEffectiveMarkDelta(ObjectType repoShadow, ItemDelta<?,?> modification)@NotNull ObjectOperationPolicyTypeObjectOperationPolicyHelper. computeEffectivePolicy(ObjectType shadow, OperationResult parentResult)@NotNull ObjectOperationPolicyTypeObjectOperationPolicyHelper. getEffectivePolicy(ObjectType shadow, OperationResult result) -
Uses of ObjectType in com.evolveum.midpoint.repo.common.activity.run.processing
Classes in com.evolveum.midpoint.repo.common.activity.run.processing with type parameters of type ObjectType Modifier and Type Class Description classObjectProcessingRequest<O extends ObjectType>Request to process an object.Method parameters in com.evolveum.midpoint.repo.common.activity.run.processing with type arguments of type ObjectType Modifier and Type Method Description protected OperationExecutionRecorderForTasks.TargetItemProcessingRequest. createRecordingTargetForObject(PrismObject<? extends ObjectType> object) -
Uses of ObjectType in com.evolveum.midpoint.repo.common.activity.run.sources
Methods in com.evolveum.midpoint.repo.common.activity.run.sources that return types with arguments of type ObjectType Modifier and Type Method Description static Class<? extends ObjectType>RepoObjectSource. getObjectType(Class<?> type) -
Uses of ObjectType in com.evolveum.midpoint.repo.common.activity.run.state.actions
Methods in com.evolveum.midpoint.repo.common.activity.run.state.actions with type parameters of type ObjectType Modifier and Type Method Description <T extends ObjectType>
voidActionsExecutedCollectorImpl. recordActionExecuted(PrismObject<T> object, Class<T> objectTypeClass, String defaultOid, ChangeType changeType, String channel, Throwable exception) -
Uses of ObjectType in com.evolveum.midpoint.repo.common.expression
Methods in com.evolveum.midpoint.repo.common.expression with parameters of type ObjectType Modifier and Type Method Description static VariablesMapExpressionUtil. getDefaultVariablesMap(ObjectType focus, ShadowType shadow, ResourceType resource, SystemConfigurationType configuration)Used by both `provisioning` and `model`.Method parameters in com.evolveum.midpoint.repo.common.expression with type arguments of type ObjectType Modifier and Type Method Description static voidExpressionUtil. addDefaultVariablesMap(VariablesMap variables, PrismObject<? extends ObjectType> focus, PrismObject<? extends ShadowType> shadow, PrismObject<ResourceType> resource, PrismObject<SystemConfigurationType> configuration) -
Uses of ObjectType in com.evolveum.midpoint.repo.common.query
Methods in com.evolveum.midpoint.repo.common.query that return types with arguments of type ObjectType Modifier and Type Method Description Class<? extends ObjectType>LinkedSelectorToFilterTranslator. getNarrowedTargetType()Class<? extends ObjectType>SelectorToFilterTranslator. getNarrowedTargetType()Constructor parameters in com.evolveum.midpoint.repo.common.query with type arguments of type ObjectType Constructor Description SelectorToFilterTranslator(@NotNull ObjectSelectorType selector, @NotNull Class<? extends ObjectType> targetType, @NotNull String contextDescription, @NotNull PrismContext prismContext, @NotNull ExpressionFactory expressionFactory, @NotNull Task task, @NotNull OperationResult result) -
Uses of ObjectType in com.evolveum.midpoint.repo.common.util
Classes in com.evolveum.midpoint.repo.common.util with type parameters of type ObjectType Modifier and Type Class Description static classOperationExecutionWriter.Request<O extends ObjectType>A request to write an operation execution record.Methods in com.evolveum.midpoint.repo.common.util with type parameters of type ObjectType Modifier and Type Method Description <O extends ObjectType>
voidOperationExecutionWriter. write(OperationExecutionWriter.Request<O> request, OperationResult parentResult)Writes operation execution record and deletes the one(s) that have to be deleted, according to the current cleanup policy.Constructor parameters in com.evolveum.midpoint.repo.common.util with type arguments of type ObjectType Constructor Description Target(PrismObject<? extends ObjectType> ownerObject, QName ownerType, String ownerIdentification, String backupHolderOid, Class<? extends ObjectType> backupHolderClass)Target(PrismObject<? extends ObjectType> ownerObject, QName ownerType, String ownerIdentification, String backupHolderOid, Class<? extends ObjectType> backupHolderClass) -
Uses of ObjectType in com.evolveum.midpoint.repo.sqale
Methods in com.evolveum.midpoint.repo.sqale with type parameters of type ObjectType Modifier and Type Method Description <T extends ObjectType>
voidSqaleRepositoryService. addDiagnosticInformation(Class<T> type, String oid, DiagnosticInformationType information, OperationResult parentResult)<T extends ObjectType>
@NotNull StringSqaleRepositoryService. addObject(@NotNull PrismObject<T> object, @Nullable RepoAddOptions options, @NotNull OperationResult parentResult)<T extends ObjectType>
intSqaleRepositoryService. countObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult parentResult)<T extends ObjectType>
@NotNull DeleteObjectResultSqaleRepositoryService. deleteObject(Class<T> type, String oid, OperationResult parentResult)<T extends ObjectType>
@NotNull PrismObject<T>SqaleRepositoryService. getObject(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult parentResult)<T extends ObjectType>
StringSqaleRepositoryService. getVersion(Class<T> type, String oid, OperationResult parentResult)<O extends ObjectType>
booleanSqaleRepositoryService. isAncestor(PrismObject<O> object, String descendantOrgOid)<O extends ObjectType>
booleanSqaleRepositoryService. isDescendant(PrismObject<O> object, String ancestorOrgOid)<T extends ObjectType>
PrismObject<T>SqaleQueryContext. loadObject(JdbcSession jdbcSession, Class<T> objectType, UUID oid, Collection<SelectorOptions<GetOperationOptions>> options)<T extends ObjectType>
@NotNull ModifyObjectResult<T>SqaleRepositoryService. modifyObject(@NotNull Class<T> type, @NotNull String oid, @NotNull Collection<? extends ItemDelta<?,?>> modifications, @NotNull OperationResult parentResult)<T extends ObjectType>
@NotNull ModifyObjectResult<T>SqaleRepositoryService. modifyObject(@NotNull Class<T> type, @NotNull String oid, @NotNull Collection<? extends ItemDelta<?,?>> modifications, @Nullable ModificationPrecondition<T> precondition, @Nullable RepoModifyOptions options, @NotNull OperationResult parentResult)<T extends ObjectType>
@NotNull ModifyObjectResult<T>SqaleRepositoryService. modifyObject(@NotNull Class<T> type, @NotNull String oid, @NotNull Collection<? extends ItemDelta<?,?>> modifications, @Nullable RepoModifyOptions options, @NotNull OperationResult parentResult)<T extends ObjectType>
@NotNull ModifyObjectResult<T>SqaleRepositoryService. modifyObjectDynamically(@NotNull Class<T> type, @NotNull String oid, @Nullable Collection<SelectorOptions<GetOperationOptions>> getOptions, @NotNull RepositoryService.ModificationsSupplier<T> modificationsSupplier, @Nullable RepoModifyOptions modifyOptions, @NotNull OperationResult parentResult)<S extends ObjectType>
SSqaleObjectLoader. readByOid(@NotNull JdbcSession jdbcSession, @NotNull Class<S> schemaType, @NotNull UUID oid, Collection<SelectorOptions<GetOperationOptions>> options)<S extends ObjectType>
booleanSqaleRepoContext. requiresFullTextReindex(Collection<? extends ItemDelta<?,?>> modifications, PrismObject<S> prismObject)<T extends ObjectType>
@NotNull SearchResultList<PrismObject<T>>SqaleRepositoryService. searchObjects(@NotNull Class<T> type, ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult)<T extends ObjectType>
SearchResultMetadataSqaleRepositoryService. searchObjectsIterative(Class<T> type, ObjectQuery query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options, boolean strictlySequential, OperationResult parentResult)<O extends ObjectType>
booleanSqaleRepositoryService. selectorMatches(ObjectSelectorType objectSelector, PrismObject<O> object, ObjectFilterExpressionEvaluator filterEvaluator, Trace logger, String logMessagePrefix)Methods in com.evolveum.midpoint.repo.sqale with parameters of type ObjectType Modifier and Type Method Description StringSqaleRepoContext. fullTextIndex(ObjectType object)Returns string with words for full-text index, or null if there is nothing to index.static intSqaleUtils. objectVersionAsInt(ObjectType schemaObject)Returns version from midPoint object as a number.Method parameters in com.evolveum.midpoint.repo.sqale with type arguments of type ObjectType Modifier and Type Method Description booleanSqaleRepositoryService. supports(@NotNull Class<? extends ObjectType> type) -
Uses of ObjectType in com.evolveum.midpoint.repo.sqale.qmodel.object
Classes in com.evolveum.midpoint.repo.sqale.qmodel.object with type parameters of type ObjectType Modifier and Type Class Description classQObjectMapping<S extends ObjectType,Q extends QObject<R>,R extends MObject>Mapping betweenQObjectandObjectType.Fields in com.evolveum.midpoint.repo.sqale.qmodel.object with type parameters of type ObjectType Modifier and Type Field Description static Map<Class<? extends ObjectType>,MObjectType>MObjectType. SCHEMA_TYPE_TO_ENUMMethods in com.evolveum.midpoint.repo.sqale.qmodel.object that return types with arguments of type ObjectType Modifier and Type Method Description Class<? extends ObjectType>MObjectType. getSchemaType()Method parameters in com.evolveum.midpoint.repo.sqale.qmodel.object with type arguments of type ObjectType Modifier and Type Method Description static @NotNull MObjectTypeMObjectType. fromSchemaType(Class<? extends ObjectType> objectTypeClass) -
Uses of ObjectType in com.evolveum.midpoint.repo.sqale.qmodel.ref
Classes in com.evolveum.midpoint.repo.sqale.qmodel.ref with type parameters of type ObjectType Modifier and Type Class Description classQObjectReferenceMapping<OS extends ObjectType,OQ extends QObject<OR>,OR extends MObject>Mapping betweenQObjectReferenceandObjectReferenceType.Methods in com.evolveum.midpoint.repo.sqale.qmodel.ref with type parameters of type ObjectType Modifier and Type Method Description static <OS extends ObjectType,OQ extends QObject<OR>,OR extends MObject>
QObjectReferenceMapping<OS,OQ,OR>QObjectReferenceMapping. getForRoleMembership()static <OS extends ObjectType,OQ extends QObject<OR>,OR extends MObject>
QObjectReferenceMapping<OS,OQ,OR>QObjectReferenceMapping. initForRoleMembership(@NotNull SqaleRepoContext repositoryContext) -
Uses of ObjectType in com.evolveum.midpoint.repo.sqale.update
Classes in com.evolveum.midpoint.repo.sqale.update with type parameters of type ObjectType Modifier and Type Class Description classAddObjectContext<S extends ObjectType,Q extends QObject<R>,R extends MObject>Add object operation context; used only for true add, not overwrite which is more like modify.classRootUpdateContext<S extends ObjectType,Q extends QObject<R>,R extends MObject>Root context of the update context tree, seeSqaleUpdateContextfor more information. -
Uses of ObjectType in com.evolveum.midpoint.repo.sqlbase
Methods in com.evolveum.midpoint.repo.sqlbase with type parameters of type ObjectType Modifier and Type Method Description <T extends ObjectType>
voidConflictWatcherImpl. afterAddObject(@NotNull String oid, @NotNull PrismObject<T> object)<T extends ObjectType>
voidConflictWatcherImpl. afterGetObject(PrismObject<T> object)<T extends ObjectType>
voidConflictWatcherImpl. beforeModifyObject(PrismObject<T> object)static <O extends ObjectType>
voidOperationLogger. logAdd(PrismObject<O> object, RepoAddOptions options, OperationResult subResult)static <O extends ObjectType>
voidOperationLogger. logDelete(Class<O> type, String oid, OperationResult subResult)static <O extends ObjectType>
voidOperationLogger. logGetObject(Class<O> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, PrismObject<O> object, OperationResult subResult)static <O extends ObjectType>
voidOperationLogger. logModify(Class<O> type, String oid, Collection<? extends ItemDelta<?,?>> modifications, ModificationPrecondition<O> precondition, RepoModifyOptions options, OperationResult subResult)static <O extends ObjectType>
voidOperationLogger. logModifyDynamically(Class<O> type, String oid, ModifyObjectResult<?> modifyObjectResult, RepoModifyOptions modifyOptions, OperationResult result) -
Uses of ObjectType in com.evolveum.midpoint.rest.impl
Methods in com.evolveum.midpoint.rest.impl with type parameters of type ObjectType Modifier and Type Method Description <T extends ObjectType>
org.springframework.http.ResponseEntity<?>ModelRestController. addObject(String type, String id, List<String> options, @NotNull PrismObject<T> object)<T extends ObjectType>
org.springframework.http.ResponseEntity<?>ModelRestController. addObject(String type, List<String> options, @NotNull PrismObject<T> object)<T extends ObjectType>
org.springframework.http.ResponseEntity<?>ModelRestController. compare(List<String> restReadOptions, List<String> restCompareOptions, List<String> restIgnoreItems, PrismObject<T> clientObject)<T extends ObjectType>
org.springframework.http.ResponseEntity<?>ModelRestController. searchObjectsByType(String type, List<String> options, List<String> include, List<String> exclude, List<String> resolveNames) -
Uses of ObjectType in com.evolveum.midpoint.schema
Classes in com.evolveum.midpoint.schema with type parameters of type ObjectType Modifier and Type Class Description classAbstractSummarizingResultHandler<T extends ObjectType>Class providesOperationResultsummarizing functionality for result handler.classObjectDeltaOperation<O extends ObjectType>interfaceResultHandler<T extends ObjectType>Classes implementing this interface are used to handle iterative results.Methods in com.evolveum.midpoint.schema with type parameters of type ObjectType Modifier and Type Method Description 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 <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 ObjectType Modifier and Type Method Description static 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) -
Uses of ObjectType in com.evolveum.midpoint.schema.constants
Methods in com.evolveum.midpoint.schema.constants with type parameters of type ObjectType Modifier and Type Method Description <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 ObjectType Modifier and Type Method Description static List<Class<? extends ObjectType>>ObjectTypes. getAllObjectTypes()static 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 ObjectType Modifier and Type Method Description static booleanObjectTypes. isManagedByProvisioning(ObjectType object)Method parameters in com.evolveum.midpoint.schema.constants with type arguments of type ObjectType Modifier and Type Method Description static ObjectTypes.ObjectManagerObjectTypes. getObjectManagerForClass(Class<? extends ObjectType> clazz)static @NotNull ObjectTypesObjectTypes. getObjectType(@NotNull Class<? extends ObjectType> objectType)static booleanObjectTypes. isClassManagedByProvisioning(Class<? extends ObjectType> clazz)static booleanObjectTypes. isClassManagedByTaskManager(@NotNull Class<? extends ObjectType> clazz)static booleanObjectTypes. isObjectTypeManagedByProvisioning(Class<? extends ObjectType> objectType) -
Uses of ObjectType in com.evolveum.midpoint.schema.expression
Methods in com.evolveum.midpoint.schema.expression with type parameters of type ObjectType Modifier and Type Method Description <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>VariablesMap. putObject(String key, O objectType, Class<O> expectedClass)Convenience method to put objects with definition. -
Uses of ObjectType in com.evolveum.midpoint.schema.internals
Methods in com.evolveum.midpoint.schema.internals with type parameters of type ObjectType Modifier and Type Method Description <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.result
Methods in com.evolveum.midpoint.schema.result with parameters of type ObjectType Modifier and Type Method Description OperationResultOperationResult. addContext(String name, ObjectType value)OperationResultBuilderOperationResultBuilder. addContext(String name, ObjectType value)OperationResultOperationResult. addParam(String name, ObjectType value)OperationResultBuilderOperationResultBuilder. addParam(String name, ObjectType value)voidOperationResult. addReturn(String name, ObjectType value)Method parameters in com.evolveum.midpoint.schema.result with type arguments of type ObjectType Modifier and Type Method Description OperationResultOperationResult. addContext(String name, PrismObject<? extends ObjectType> value)OperationResultBuilderOperationResultBuilder. addContext(String name, PrismObject<? extends ObjectType> value)OperationResultOperationResult. addParam(String name, PrismObject<? extends ObjectType> value)OperationResultBuilderOperationResultBuilder. addParam(String name, PrismObject<? extends ObjectType> value)voidOperationResult. addReturn(String name, PrismObject<? extends ObjectType> value) -
Uses of ObjectType in com.evolveum.midpoint.schema.statistics
Methods in com.evolveum.midpoint.schema.statistics with type parameters of type ObjectType Modifier and Type Method Description <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 ObjectType Modifier and Type Method Description default @NotNull OperationTaskIterativeOperationCollector. recordIterativeOperationStart(PrismObject<? extends ObjectType> object)Records the start of iterative operation.voidTaskActionsExecutedCollector. recordObjectActionExecuted(PrismObject<? extends ObjectType> object, ChangeType changeType, Throwable exception)Logs under default channel known to the current task.Constructor parameters in com.evolveum.midpoint.schema.statistics with type arguments of type ObjectType Constructor Description IterationItemInformation(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 ObjectType Constructor Description ViewedObject(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 ObjectType Modifier and Type Class Description classObjectSet<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 ObjectType Modifier and Type Method Description static <O extends ObjectType>
booleanMiscSchemaUtil. canBeAssignedFrom(QName requiredTypeQName, Class<O> providedTypeClass)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, @Nullable PrismContext prismContext)static <T extends ObjectType>
@NotNull AssignmentTypeObjectTypeUtil. createAssignmentTo(@NotNull ObjectReferenceType ref, @Nullable PrismContext prismContext)static <T extends ObjectType>
@NotNull AssignmentTypeObjectTypeUtil. createAssignmentTo(@NotNull String oid, @NotNull ObjectTypes type, @Nullable PrismContext prismContext)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>
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 ObjectType Modifier and Type Method Description static ObjectTypeObjectTypeUtil. fix(ObjectType objectable)static ObjectTypeObjectTypeUtil. toObjectable(PrismObject object)Methods in com.evolveum.midpoint.schema.util that return types with arguments of type ObjectType Modifier and Type Method Description static 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 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 ObjectType Modifier and Type Method Description static ObjectQueryObjectQueryUtil. createNameQuery(ObjectType object)static ObjectReferenceTypeObjectTypeUtil. createObjectRef(ObjectType object)static ObjectReferenceTypeObjectTypeUtil. createObjectRef(ObjectType object, PrismContext prismContext)static ObjectReferenceTypeObjectTypeUtil. createObjectRef(ObjectType objectType, QName relation)static ObjectReferenceTypeObjectTypeUtil. createObjectRefWithFullObject(ObjectType object)static ObjectReferenceTypeObjectTypeUtil. createObjectRefWithFullObject(ObjectType object, PrismContext prismContext)Deprecated.static ObjectReferenceTypeObjectTypeUtil. createOidOnlyObjectRef(ObjectType object)Creates a very basic (OID-only) reference for a given object.static @Nullable Set<String>FullTextSearchUtil. createWords(FullTextSearchConfigurationType config, ObjectType object)Returns words to index or null if there is nothing to index.static StringSchemaDebugUtil. debugDump(ObjectType objectType, int indent)static @NotNull List<String>FocusTypeUtil. determineSubTypes(ObjectType object)static StringObjectTypeUtil. dump(ObjectType object)static @Nullable PrismProperty<?>MatchingUtil. findProperty(ObjectType object, ItemPath path)Finds a property even if the path was reduced by removing all container IDs.static ObjectTypeObjectTypeUtil. fix(ObjectType objectable)static PolyStringTypeObjectTypeUtil. getDisplayName(ObjectType object)static Collection<Referencable>ObjectTypeUtil. getExtensionReferenceValues(ObjectType objectType, QName propertyQname)static QNameObjectTypeUtil. getObjectType(ObjectType object, PrismContext prismContext)Returns the type name for an object.static StringObjectTypeUtil. getOid(ObjectType object)static StringObjectTypeUtil. getShortTypeName(ObjectType object)static List<PrismProperty<?>>MatchingUtil. getSingleValuedProperties(@NotNull ObjectType object)Extracts properties suitable for matching (single-valued).static Set<String>MatchingUtil. getValuesForPath(ObjectType object, Object... pathComponents)static booleanObjectTypeUtil. isIndestructible(@NotNull ObjectType object)static booleanSimulationUtil. isVisible(ObjectType object, TaskExecutionMode taskExecutionMode)static <O extends ObjectType>
ObjectSet<O>ObjectSet. of(O... objects)static StringSchemaDebugUtil. prettyPrint(ObjectType object)static voidObjectTypeUtil. recordFetchError(ObjectType object, OperationResult result)static StringObjectTypeUtil. toShortString(ObjectType object)static ObjectObjectTypeUtil. toShortStringLazy(ObjectType object)Method parameters in com.evolveum.midpoint.schema.util with type arguments of type ObjectType Modifier and Type Method Description 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 @NotNull ObjectQueryObjectTypeUtil. createManagerQuery(Class<? extends ObjectType> objectTypeClass, String orgOid, RelationRegistry relationRegistry, PrismContext prismContext)static <O extends ObjectType>
ObjectReferenceTypeMiscSchemaUtil. createObjectReference(PrismObject<O> object, Class<? extends ObjectType> implicitReferenceTargetType)static @NotNull List<String>FocusTypeUtil. determineSubTypes(PrismObject<? extends ObjectType> object)static <T> TObjectTypeUtil. getExtensionItemRealValue(@NotNull PrismObject<? extends ObjectType> object, @NotNull QName itemName)static @NotNull Set<ItemPath>FullTextSearchUtil. getFullTextSearchItemPaths(@NotNull FullTextSearchConfigurationType config, Class<? extends ObjectType> clazz)PolyStringObjectDeltaSchemaLevelUtil.NameResolver. getName(Class<? extends ObjectType> objectClass, String oid)static StringObjectTypeUtil. getShortTypeName(Class<? extends ObjectType> type)static booleanObjectTypeUtil. hasFetchError(@NotNull PrismObject<? extends ObjectType> object)static booleanObjectTypeUtil. isIndestructible(@NotNull PrismObject<? extends ObjectType> object)static voidObjectDeltaSchemaLevelUtil. resolveNames(ObjectDelta<? extends ObjectType> delta, ObjectDeltaSchemaLevelUtil.NameResolver nameResolver, PrismContext prismContext)static ObjectListTypeMiscSchemaUtil. toObjectListType(List<PrismObject<? extends ObjectType>> list)static StringObjectTypeUtil. toShortString(PrismObject<? extends ObjectType> object) -
Uses of ObjectType in com.evolveum.midpoint.schema.util.cases
Methods in com.evolveum.midpoint.schema.util.cases that return ObjectType Modifier and Type Method Description static @NotNull ObjectTypeCorrelationCaseUtil. getPreFocusRequired(CaseType aCase) -
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 ObjectType Modifier and Type Method Description static ActivityDefinitionTypeSpecificWorkDefinitionUtil. createExplicitChangeExecutionDef(@NotNull Collection<ObjectDelta<? extends ObjectType>> deltas, @Nullable ModelExecuteOptionsType options) -
Uses of ObjectType in com.evolveum.midpoint.schema.validator
Methods in com.evolveum.midpoint.schema.validator with type parameters of type ObjectType Modifier and Type Method Description static <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 ObjectType Modifier and Type Method Description default <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 ObjectType Modifier and Type Method Description booleanAccountPasswordPolicyProcessor. process(PrismObject<ObjectType> object, ItemPath path)booleanAdditionalPanelsProcessor. process(PrismObject<ObjectType> object, ItemPath path)booleanCleanupPolicyProcessor. process(PrismObject<ObjectType> object, ItemPath path)booleanContainerProcessor. process(PrismObject<ObjectType> object, ItemPath path)booleanDefaultObjectTypeProcessor. process(PrismObject<ObjectType> object, ItemPath path)booleanDefaultScopeProcessor. process(PrismObject<ObjectType> object, ItemPath path)booleanFollowOnProcessor. process(PrismObject<ObjectType> object, ItemPath path)booleanGuiActionNameProcessor. process(PrismObject<ObjectType> object, ItemPath path)booleanObjectFormsProcessor. process(PrismObject<ObjectType> object, ItemPath path)booleanOidBoundProcessor. process(PrismObject<ObjectType> object, ItemPath path)booleanPersonaTargetSubtypeProcessor. process(PrismObject<ObjectType> object, ItemPath path)booleanPropertyConstraintProcessor. process(PrismObject<ObjectType> object, ItemPath path)booleanReconcileAffectedProcessor. process(PrismObject<ObjectType> object, ItemPath path)booleanSearchItemDisplayNameProcessor. process(PrismObject<ObjectType> object, ItemPath path)booleanSubtypeProcessor. process(PrismObject<ObjectType> object, ItemPath path)booleanUserDashboardLinkProcessor. process(PrismObject<ObjectType> object, ItemPath path)booleanUserDashboardProcessor. process(PrismObject<ObjectType> object, ItemPath path)StringContainerProcessor. upgradeDescription(PrismObject<ObjectType> object, ItemPath path)StringFollowOnProcessor. upgradeDescription(PrismObject<ObjectType> object, ItemPath path)StringObjectFormsProcessor. upgradeDescription(PrismObject<ObjectType> object, ItemPath path)StringOidBoundProcessor. upgradeDescription(PrismObject<ObjectType> object, ItemPath path)StringPersonaTargetSubtypeProcessor. upgradeDescription(PrismObject<ObjectType> object, ItemPath path)StringSubtypeProcessor. upgradeDescription(PrismObject<ObjectType> object, ItemPath path)StringUserDashboardLinkProcessor. upgradeDescription(PrismObject<ObjectType> object, ItemPath path) -
Uses of ObjectType in com.evolveum.midpoint.security.api
Methods in com.evolveum.midpoint.security.api with type parameters of type ObjectType Modifier and Type Method Description <F extends FocusType,O extends ObjectType>
PrismObject<F>OwnerResolver. resolveOwner(PrismObject<O> object) -
Uses of ObjectType in com.evolveum.midpoint.security.enforcer.api
Classes in com.evolveum.midpoint.security.enforcer.api with type parameters of type ObjectType Modifier and Type Class Description classAuthorizationParameters<O extends ObjectType,T extends ObjectType>classAuthorizationParameters<O extends ObjectType,T extends ObjectType>static classAuthorizationParameters.Builder<O extends ObjectType,T extends ObjectType>static classAuthorizationParameters.Builder<O extends ObjectType,T extends ObjectType>Fields in com.evolveum.midpoint.security.enforcer.api with type parameters of type ObjectType Modifier and Type Field Description static AuthorizationParameters<ObjectType,ObjectType>AuthorizationParameters. EMPTYstatic AuthorizationParameters<ObjectType,ObjectType>AuthorizationParameters. EMPTYMethods in com.evolveum.midpoint.security.enforcer.api with type parameters of type ObjectType Modifier and Type Method Description <O extends ObjectType,T extends ObjectType>
voidSecurityEnforcer. authorize(String operationUrl, AuthorizationPhaseType phase, AuthorizationParameters<O,T> params, OwnerResolver ownerResolver, Task task, OperationResult result)Evaluates authorization: simply returns if the currently logged it user is authorized for a specified action.<O extends ObjectType,T extends ObjectType>
voidSecurityEnforcer. authorize(String operationUrl, AuthorizationPhaseType phase, AuthorizationParameters<O,T> params, OwnerResolver ownerResolver, Task task, OperationResult result)Evaluates authorization: simply returns if the currently logged it user is authorized for a specified action.static <O extends ObjectType>
AuthorizationParameters<O,ObjectType>AuthorizationParameters.Builder. buildObject(PrismObject<O> object)static <O extends ObjectType>
AuthorizationParameters<O,ObjectType>AuthorizationParameters.Builder. buildObjectAdd(PrismObject<O> object)static <O extends ObjectType>
AuthorizationParameters<O,ObjectType>AuthorizationParameters.Builder. buildObjectDelete(PrismObject<O> object)static <O extends ObjectType>
AuthorizationParameters<O,ObjectType>AuthorizationParameters.Builder. buildObjectDelta(PrismObject<O> object, ObjectDelta<O> delta)<T extends ObjectType,O extends ObjectType>
booleanSecurityEnforcer. canSearch(String[] operationUrls, AuthorizationPhaseType phase, Class<T> searchResultType, PrismObject<O> object, boolean includeSpecial, ObjectFilter filter, Task task, OperationResult result)Question: does object make any sense here? E.g.<T extends ObjectType,O extends ObjectType>
booleanSecurityEnforcer. canSearch(String[] operationUrls, AuthorizationPhaseType phase, Class<T> searchResultType, PrismObject<O> object, boolean includeSpecial, ObjectFilter filter, Task task, OperationResult result)Question: does object make any sense here? E.g.<O extends ObjectType>
ObjectSecurityConstraintsSecurityEnforcer. compileSecurityConstraints(PrismObject<O> object, OwnerResolver ownerResolver, Task task, OperationResult result)<T extends ObjectType,O extends ObjectType,F>
FSecurityEnforcer. computeSecurityFilter(MidPointPrincipal principal, String[] operationUrls, AuthorizationPhaseType phase, Class<T> searchResultType, PrismObject<O> object, ObjectFilter origFilter, String limitAuthorizationAction, List<OrderConstraintsType> paramOrderConstraints, FilterGizmo<F> gizmo, Task task, OperationResult result)<T extends ObjectType,O extends ObjectType,F>
FSecurityEnforcer. computeSecurityFilter(MidPointPrincipal principal, String[] operationUrls, AuthorizationPhaseType phase, Class<T> searchResultType, PrismObject<O> object, ObjectFilter origFilter, String limitAuthorizationAction, List<OrderConstraintsType> paramOrderConstraints, FilterGizmo<F> gizmo, Task task, OperationResult result)<O extends ObjectType,T extends ObjectType>
AccessDecisionSecurityEnforcer. decideAccess(MidPointPrincipal principal, List<String> requiredActions, AuthorizationParameters<O,T> params, Task task, OperationResult result)Simple access control decision similar to that used by spring security.<O extends ObjectType,T extends ObjectType>
AccessDecisionSecurityEnforcer. decideAccess(MidPointPrincipal principal, List<String> requiredActions, AuthorizationParameters<O,T> params, Task task, OperationResult result)Simple access control decision similar to that used by spring security.<O extends ObjectType>
AccessDecisionSecurityEnforcer. determineSubitemDecision(ObjectSecurityConstraints securityConstraints, ObjectDelta<O> delta, PrismObject<O> currentObject, String operationUrl, AuthorizationPhaseType phase, ItemPath subitemRootPath)<O extends ObjectType,T extends ObjectType>
voidSecurityEnforcer. failAuthorization(String operationUrl, AuthorizationPhaseType phase, AuthorizationParameters<O,T> params, OperationResult result)Produces authorization error with proper message and logs it using proper logger.<O extends ObjectType,T extends ObjectType>
voidSecurityEnforcer. failAuthorization(String operationUrl, AuthorizationPhaseType phase, AuthorizationParameters<O,T> params, OperationResult result)Produces authorization error with proper message and logs it using proper logger.<O extends ObjectType,R extends AbstractRoleType>
ItemSecurityConstraintsSecurityEnforcer. getAllowedRequestAssignmentItems(MidPointPrincipal midPointPrincipal, String operationUrl, PrismObject<O> object, PrismObject<R> target, OwnerResolver ownerResolver, Task task, OperationResult result)Returns decisions for individual items for "assign" authorization.<O extends ObjectType,T extends ObjectType>
booleanSecurityEnforcer. isAuthorized(String operationUrl, AuthorizationPhaseType phase, AuthorizationParameters<O,T> params, OwnerResolver ownerResolver, Task task, OperationResult result)Returns true if the currently logged-in user is authorized for specified action, returns false otherwise.<O extends ObjectType,T extends ObjectType>
booleanSecurityEnforcer. isAuthorized(String operationUrl, AuthorizationPhaseType phase, AuthorizationParameters<O,T> params, OwnerResolver ownerResolver, Task task, OperationResult result)Returns true if the currently logged-in user is authorized for specified action, returns false otherwise.<T extends ObjectType,O extends ObjectType>
ObjectFilterSecurityEnforcer. preProcessObjectFilter(String[] operationUrls, AuthorizationPhaseType phase, Class<T> searchResultType, PrismObject<O> object, ObjectFilter origFilter, String limitAuthorizationAction, List<OrderConstraintsType> paramOrderConstraints, Task task, OperationResult result)Returns a filter that applies to all the objects/targets for which the principal is authorized.<T extends ObjectType,O extends ObjectType>
ObjectFilterSecurityEnforcer. preProcessObjectFilter(String[] operationUrls, AuthorizationPhaseType phase, Class<T> searchResultType, PrismObject<O> object, ObjectFilter origFilter, String limitAuthorizationAction, List<OrderConstraintsType> paramOrderConstraints, Task task, OperationResult result)Returns a filter that applies to all the objects/targets for which the principal is authorized.Methods in com.evolveum.midpoint.security.enforcer.api that return types with arguments of type ObjectType Modifier and Type Method Description static <O extends ObjectType>
AuthorizationParameters<O,ObjectType>AuthorizationParameters.Builder. buildObject(PrismObject<O> object)static <O extends ObjectType>
AuthorizationParameters<O,ObjectType>AuthorizationParameters.Builder. buildObjectAdd(PrismObject<O> object)static <O extends ObjectType>
AuthorizationParameters<O,ObjectType>AuthorizationParameters.Builder. buildObjectDelete(PrismObject<O> object)static <O extends ObjectType>
AuthorizationParameters<O,ObjectType>AuthorizationParameters.Builder. buildObjectDelta(PrismObject<O> object, ObjectDelta<O> delta) -
Uses of ObjectType in com.evolveum.midpoint.task.api
Methods in com.evolveum.midpoint.task.api with type parameters of type ObjectType Modifier and Type Method Description <T extends ObjectType>
intTaskManager. countObjects(Class<T> type, ObjectQuery query, OperationResult parentResult)Counts the number of objects.<T extends ObjectType>
PrismObject<T>Task. getObject(Class<T> type, OperationResult result)Returns object that the task is associated with.<T extends ObjectType>
@NotNull PrismObject<T>TaskManager. getObject(Class<T> clazz, String oid, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult result)TODO<T extends ObjectType>
@NotNull SearchResultList<PrismObject<T>>TaskManager. searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult parentResult)Notes: Implemented options are: - noFetch: it causes task manager NOT to ask remote nodes about node/task status.<T extends ObjectType>
SearchResultMetadataTaskManager. searchObjectsIterative(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, ResultHandler<T> handler, OperationResult parentResult)Methods in com.evolveum.midpoint.task.api with parameters of type ObjectType Modifier and Type Method Description default booleanTask. canSee(ObjectType object)Just a convenience method. -
Uses of ObjectType in com.evolveum.midpoint.task.api.test
Methods in com.evolveum.midpoint.task.api.test with type parameters of type ObjectType Modifier and Type Method Description <T extends ObjectType>
PrismObject<T>NullTaskImpl. getObject(Class<T> type, OperationResult result)<T extends ObjectType>
voidNullTaskImpl. recordObjectActionExecuted(PrismObject<T> objectOld, Class<T> objectTypeClass, String oid, ChangeType delete, String channel, Throwable o)Method parameters in com.evolveum.midpoint.task.api.test with type arguments of type ObjectType Modifier and Type Method Description voidNullTaskImpl. recordObjectActionExecuted(PrismObject<? extends ObjectType> object, ChangeType changeType, Throwable exception) -
Uses of ObjectType in com.evolveum.midpoint.web.application
Classes in com.evolveum.midpoint.web.application with type parameters of type ObjectType Modifier and Type Class Description classSimpleCounter<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 ObjectType Modifier and Type Class Description classFocusSummaryPanel<O extends ObjectType>classObjectBasicPanel<O extends ObjectType>classObjectSummaryPanel<O extends ObjectType> -
Uses of ObjectType in com.evolveum.midpoint.web.component.assignment
Classes in com.evolveum.midpoint.web.component.assignment with type parameters of type ObjectType Modifier and Type Class Description classAssignmentTableDto<T extends ObjectType>classAssignmentTablePanel<T extends ObjectType>Methods in com.evolveum.midpoint.web.component.assignment that return types with arguments of type ObjectType Modifier and Type Method Description Class<? extends ObjectType>AssignmentEditorDtoType. getType()Methods in com.evolveum.midpoint.web.component.assignment with parameters of type ObjectType Modifier and Type Method Description protected AssignmentEditorDtoAbstractAssignmentListPanel. createAssignmentFromSelectedObjects(ObjectType object, QName relation)static AssignmentEditorDtoAssignmentEditorDto. createDtoAddFromSelectedObject(ObjectType object, PageBase pageBase)static AssignmentEditorDtoAssignmentEditorDto. createDtoAddFromSelectedObject(ObjectType object, QName relation, PageBase pageBase)static AssignmentEditorDtoAssignmentEditorDto. createDtoAddFromSelectedObject(ObjectType object, QName relation, PageBase pageBase, UserType delegationOwner)static AssignmentEditorDtoAssignmentEditorDto. createDtoFromObject(ObjectType object, UserDtoStatus status, PageBase pageBase)static AssignmentEditorDtoAssignmentEditorDto. createDtoFromObject(ObjectType object, UserDtoStatus status, QName relation, PageBase pageBase)Method parameters in com.evolveum.midpoint.web.component.assignment with type arguments of type ObjectType Modifier and Type Method Description protected voidAssignmentTablePanel. addSelectedAssignablePerformed(org.apache.wicket.ajax.AjaxRequestTarget target, List<ObjectType> newAssignments, QName relation, String popupId)static AssignmentEditorDtoTypeAssignmentEditorDtoType. getType(Class<? extends ObjectType> type) -
Uses of ObjectType in com.evolveum.midpoint.web.component.data.column
Classes in com.evolveum.midpoint.web.component.data.column with type parameters of type ObjectType Modifier and Type Class Description classObjectNameColumn<O extends ObjectType>Methods in com.evolveum.midpoint.web.component.data.column with type parameters of type ObjectType Modifier and Type Method Description static <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 ObjectType Modifier and Type Method Description voidObjectLinkColumn. 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 ObjectType Modifier and Type Method Description protected <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 ObjectType Modifier and Type Method Description protected voidValueChoosePanel. replaceIfEmpty(ObjectType object) -
Uses of ObjectType in com.evolveum.midpoint.web.component.form.multivalue
Classes in com.evolveum.midpoint.web.component.form.multivalue with type parameters of type ObjectType Modifier and Type Class Description classMultiValueChoosePanel<T extends ObjectType>Methods in com.evolveum.midpoint.web.component.form.multivalue with type parameters of type ObjectType Modifier and Type Method Description protected <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 Modifier and Type Class Description classObjectTypeChoiceRenderer<T extends ObjectType> -
Uses of ObjectType in com.evolveum.midpoint.web.component.prism
Classes in com.evolveum.midpoint.web.component.prism with type parameters of type ObjectType Modifier and Type Class Description classDynamicFieldGroupPanel<O extends ObjectType>classDynamicFormPanel<O extends ObjectType>classSimpleErrorPanel<O extends ObjectType> -
Uses of ObjectType in com.evolveum.midpoint.web.component.progress
Methods in com.evolveum.midpoint.web.component.progress that return types with arguments of type ObjectType Modifier and Type Method Description Collection<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 ObjectType Modifier and Type Method Description voidProgressPanel. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ModelExecuteOptions options, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)Executes changes on behalf of the parent page.voidProgressPanel. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ExecuteChangeOptionsDto executeOptions, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)voidProgressPanel. executeChangesInBackground(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ModelExecuteOptions options, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)voidProgressReportingAwarePage. finishProcessing(org.apache.wicket.ajax.AjaxRequestTarget target, Collection<ObjectDeltaOperation<? extends ObjectType>> executedDeltas, boolean returningFromAsync, OperationResult result)voidProgressReporter. setObjectDeltaOperation(Collection<ObjectDeltaOperation<? extends ObjectType>> objectDeltaOperation)voidProgressReporter. setPreviewResult(ModelContext<? extends ObjectType> previewResult) -
Uses of ObjectType in com.evolveum.midpoint.web.component.search
Classes in com.evolveum.midpoint.web.component.search with type parameters of type ObjectType Modifier and Type Class Description classAbstractSearchConfigurationPanel<F extends SearchFilter,O extends ObjectType>classBasicSearchFilterModel<O extends ObjectType>classSearchPropertiesConfigPanel<O extends ObjectType> -
Uses of ObjectType in com.evolveum.midpoint.web.component.search.filter
Classes in com.evolveum.midpoint.web.component.search.filter with type parameters of type ObjectType Modifier and Type Class Description classValueSearchFilterItem<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 ObjectType Modifier and Type Class Description classAbstractWrapperModel<T,O extends ObjectType>classContainerableFromPrismObjectModel<O extends ObjectType> -
Uses of ObjectType in com.evolveum.midpoint.web.page.admin.configuration.component
Classes in com.evolveum.midpoint.web.page.admin.configuration.component with type parameters of type ObjectType Modifier and Type Class Description classChooseTypePanel<T extends ObjectType>classPageDebugDownloadBehaviour<T extends ObjectType>Methods in com.evolveum.midpoint.web.page.admin.configuration.component that return types with arguments of type ObjectType Modifier and Type Method Description Class<? 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 ObjectType Modifier and Type Method Description Class<? 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 ObjectType Modifier and Type Method Description static DebugObjectItemDebugObjectItem. createDebugObjectItem(PrismObject<? extends ObjectType> object)voidDebugConfDialogDto. setType(Class<? extends ObjectType> type)Constructor parameters in com.evolveum.midpoint.web.page.admin.configuration.dto with type arguments of type ObjectType Constructor Description DebugConfDialogDto(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 Modifier and Type Class Description classObjectViewDto<T extends 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 ObjectType Modifier and Type Method Description protected <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, 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, 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 ObjectType Modifier and Type Method Description PrismObject<? extends ObjectType>PasswordAccountDto. getObject()Constructor parameters in com.evolveum.midpoint.web.page.admin.home.dto with type arguments of type ObjectType Constructor Description PasswordAccountDto(@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 ObjectType Modifier and Type Class Description classConvertingMultiValueChoosePanel<U,T extends ObjectType>classSearchFilterConfigurationPanel<O extends ObjectType>classSingleValueChoosePanel<U,T extends ObjectType> -
Uses of ObjectType in com.evolveum.midpoint.web.page.admin.reports.dto
Methods in com.evolveum.midpoint.web.page.admin.reports.dto that return types with arguments of type ObjectType Modifier and Type Method Description List<ObjectType>AuditSearchDto. getTargetNamesObjects()List<ObjectType>AuditSearchDto. getvalueRefTargetNames()Method parameters in com.evolveum.midpoint.web.page.admin.reports.dto with type arguments of type ObjectType Modifier and Type Method Description voidAuditSearchDto. setTargetNamesObjects(List<ObjectType> targetNamesObjects)voidAuditSearchDto. setvalueRefTargetNames(List<ObjectType> valueRefTargetNames) -
Uses of ObjectType in com.evolveum.midpoint.web.page.admin.server.dto
Classes in com.evolveum.midpoint.web.page.admin.server.dto with type parameters of type ObjectType Modifier and Type Class Description classTaskErrorSelectableBeanImplOld<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 Modifier and Type Method Description PrismObject<ObjectType>TaskErrorSelectableBeanImpl. getRealOwner() -
Uses of ObjectType in com.evolveum.midpoint.web.page.admin.users.component
Methods in com.evolveum.midpoint.web.page.admin.users.component that return ObjectType Modifier and Type Method Description ObjectTypeAssignmentInfoDto. getAssignmentParent()Methods in com.evolveum.midpoint.web.page.admin.users.component that return types with arguments of type ObjectType Modifier and Type Method Description Class<? extends ObjectType>AssignmentInfoDto. getTargetClass()Method parameters in com.evolveum.midpoint.web.page.admin.users.component with type arguments of type ObjectType Modifier and Type Method Description voidAssignmentInfoDto. 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 Modifier and Type Class Description classFocusSubwrapperDto<O extends ObjectType> -
Uses of ObjectType in com.evolveum.midpoint.web.page.admin.workflow
Methods in com.evolveum.midpoint.web.page.admin.workflow that return ObjectType Modifier and Type Method Description ObjectTypeWorkItemDetailsPanel. getCaseFocusObject(CaseType caseType) -
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 ObjectType Modifier and Type Method Description static <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 ObjectType Modifier and Type Method Description protected <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 ObjectType Modifier and Type Method Description Collection<SimpleValidationError>MidpointFormValidator. validateObject(PrismObject<? extends ObjectType> object, Collection<ObjectDelta<? extends ObjectType>> deltas)Performs a validation on an instance of object.Collection<SimpleValidationError>MidpointFormValidator. validateObject(PrismObject<? extends ObjectType> object, Collection<ObjectDelta<? extends ObjectType>> deltas)Performs a validation on an instance of object.Collection<SimpleValidationError>MidpointFormValidatorImpl. validateObject(PrismObject<? extends ObjectType> object, Collection<ObjectDelta<? extends ObjectType>> deltas)Collection<SimpleValidationError>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 ObjectType Modifier and Type Field Description protected ObjectTypeCompareResultType. currentObjectprotected ObjectTypeCompareResultType. normalizedObjectFields in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with type parameters of type ObjectType Modifier and Type Field Description protected List<ObjectType>ObjectListType. objectMethods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return ObjectType Modifier and Type Method Description ObjectTypeCompareResultType. getCurrentObject()ObjectTypeCompareResultType. getNormalizedObject()Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return types with arguments of type ObjectType Modifier and Type Method Description List<ObjectType>ObjectListType. getObject()Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with parameters of type ObjectType Modifier and Type Method Description CompareResultTypeCompareResultType. currentObject(ObjectType value)CompareResultTypeCompareResultType. normalizedObject(ObjectType value)ObjectListTypeObjectListType. object(ObjectType value)voidCompareResultType. setCurrentObject(ObjectType value)voidCompareResultType. setNormalizedObject(ObjectType value) -
Uses of ObjectType in com.evolveum.midpoint.xml.ns._public.common.common_3
Subclasses of ObjectType in com.evolveum.midpoint.xml.ns._public.common.common_3 Modifier and Type Class Description classAbstractAccessCertificationDefinitionTypeDefinition of an access certification - a template for a set of access certification campaigns.classAbstractRoleTypeAbstract class that contains the "essence" of a role.classAccessCertificationCampaignTypeDefinition of an access certification campaign.classAccessCertificationDefinitionForReportTypeAccess certification definition augmented with report-related information (e.g.classAccessCertificationDefinitionTypeAccess certification definition.classArchetypeTypeArchetype definition.classAssignmentHolderTypeAbstract supertype for all object types that can have assignments.classCaseTypeTODOclassConnectorHostTypeHost definition for remote connector, remote connector framework or a remote "gateway".classConnectorTypeDescription of a generic connector.classDashboardTypeConfiguration Dasboard dashboard showing in GUI.classFocusTypeAbstract supertype for all object types that can be focus of full midPoint computation.classFormTypeForm definition.classFunctionLibraryTypeDefine reusable functionsclassGenericObjectTypeGeneric object for storing unknown (unexpected) object types.classLookupTableTypeAn object that represents lookup table.classMarkTypeA mark is a "label" given to an object - currently a prism object, an assignment, or audited/simulation event.classMessageTemplateTypeLocalizable template of the message used with a transport mechanism, for instance mail.classNodeTypeNode describes a single installation of midPoint.classObjectCollectionTypeObject collection specification.classObjectTemplateTypeTODO: update The user template used to create new users.classOrgTypeOrganizational unit, division, section, object group, team, project or any other form of organizing things and/or people.classReportDataTypeReports outputs.classReportTypeSpecification of midPoint report.classResourceTypeResource represents a system or component external to the IDM system which we manage.classRoleTypeA role in the extended Role-Based Access Control (RBAC) sense.classSecurityPolicyTypeObject that contains definitions of overall security policy.classSequenceTypeDefinition of a sequence object that produces unique values.classServiceTypeThis 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.classShadowTypeLocal copy of any object on the provisioning resource that is related to provisioning.classSimulationResultTypeResult of a simulation run.classSystemConfigurationTypeSystem configuration object.classTaskTypeTaskType contains information about a task (either transient or persistent).classUserTypeUser object represents a physical user of the system.classValuePolicyTypeFields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type ObjectType Modifier and Type Field Description protected javax.xml.bind.JAXBElement<? extends ObjectType>MappingEvaluationSourceContextType. objectMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ObjectType Modifier and Type Method Description PrismObject<? extends ObjectType>ObjectType. asPrismObject()javax.xml.bind.JAXBElement<ObjectType>ObjectFactory. createObject(ObjectType value)javax.xml.bind.JAXBElement<? extends ObjectType>MappingEvaluationSourceContextType. getObject()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ObjectType Modifier and Type Method Description SimulationResultProcessedObjectTypeSimulationResultProcessedObjectType. after(ObjectType value)SimulationResultProcessedObjectTypeSimulationResultProcessedObjectType. before(ObjectType value)javax.xml.bind.JAXBElement<ObjectType>ObjectFactory. createObject(ObjectType value)voidSimulationResultProcessedObjectType. setAfter(ObjectType value)voidSimulationResultProcessedObjectType. setBefore(ObjectType value)voidLensElementContextType. setObjectCurrent(ObjectType value)voidLensElementContextType. setObjectNew(ObjectType value)voidLensElementContextType. setObjectOld(ObjectType value)Method parameters in com.evolveum.midpoint.xml.ns._public.common.common_3 with type arguments of type ObjectType Modifier and Type Method Description MappingEvaluationSourceContextTypeMappingEvaluationSourceContextType. object(javax.xml.bind.JAXBElement<? extends ObjectType> value)voidMappingEvaluationSourceContextType. setObject(javax.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 ObjectType Modifier and Type Field Description protected ObjectTypeGetObjectResponseType. objectMethods in com.evolveum.midpoint.xml.ns._public.model.model_3 that return ObjectType Modifier and Type Method Description ObjectTypeGetObjectResponseType. getObject()Methods in com.evolveum.midpoint.xml.ns._public.model.model_3 with parameters of type ObjectType Modifier and Type Method Description GetObjectResponseTypeGetObjectResponseType. object(ObjectType value)voidGetObjectResponseType. setObject(ObjectType value)
-