Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType
-
-
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, com.evolveum.midpoint.security.api.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, com.evolveum.midpoint.security.api.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, com.evolveum.midpoint.security.api.OwnerResolver ownerResolver)<O extends ObjectType,T extends ObjectType>
booleanPageAdminLTE. isAuthorized(String operationUrl, AuthorizationPhaseType phase, PrismObject<O> object, ObjectDelta<O> delta, PrismObject<T> target, com.evolveum.midpoint.security.api.OwnerResolver ownerResolver) -
Uses of 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, com.evolveum.midpoint.task.api.Task task, OperationResult result)static <T extends ObjectType>
@Nullable PrismObject<T>WebModelServiceUtils. loadObject(Referencable objectReference, boolean allowNull, PageAdminLTE page, com.evolveum.midpoint.task.api.Task task, OperationResult result)static <T extends ObjectType>
PrismObject<T>WebModelServiceUtils. loadObject(Referencable objectReference, PageAdminLTE page, com.evolveum.midpoint.task.api.Task task, OperationResult result)static <T extends ObjectType>
@Nullable PrismObject<T>WebModelServiceUtils. loadObject(Referencable objectReference, PageBase page)static <T extends ObjectType>
@Nullable PrismObject<T>WebModelServiceUtils. loadObject(Class<T> type, String oid, PageAdminLTE page, com.evolveum.midpoint.task.api.Task task, OperationResult result)static <T extends ObjectType>
@Nullable PrismObject<T>WebModelServiceUtils. loadObject(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, boolean allowNotFound, PageAdminLTE page, com.evolveum.midpoint.task.api.Task task, OperationResult result)static <T extends ObjectType>
@Nullable PrismObject<T>WebModelServiceUtils. loadObject(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, PageAdminLTE page, com.evolveum.midpoint.task.api.Task task, OperationResult result)static <O extends ObjectType>
List<O>WebComponentUtil. loadReferencedObjectList(List<ObjectReferenceType> refList, String operation, 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, com.evolveum.midpoint.task.api.Task task, OperationResult result)static <O extends ObjectType>
List<QName>WebComponentUtil. resolveObjectTypesToQNames(Collection<Class<? extends O>> types, PrismContext prismContext)Takes a collection of object types (classes) that may contain abstract types.static <T extends ObjectType>
PrismObject<T>WebModelServiceUtils. resolveReferenceNoFetch(Referencable reference, PageAdminLTE page, com.evolveum.midpoint.task.api.Task task, OperationResult result)static <T extends ObjectType>
@NotNull List<PrismObject<T>>WebModelServiceUtils. searchObjects(Class<T> type, ObjectQuery query, OperationResult result, 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, com.evolveum.midpoint.task.api.Task task, PageAdminLTE page) -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.component
Classes in com.evolveum.midpoint.gui.impl.component with type parameters of type ObjectType 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, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectChangeExecutor. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectChangesExecutorImpl. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectChangesExecutorImpl. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result)Executes changes on behalf of the parent page.Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectChangesExecutorImpl. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)Collection<ObjectDeltaOperation<? extends ObjectType>>ProgressAwareChangesExecutorImpl. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)Executes changes on behalf of the parent page.Collection<ObjectDeltaOperation<? extends ObjectType>>ProgressAwareChangesExecutorImpl. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)Collection<ObjectDeltaOperation<? extends ObjectType>>ProgressAwareChangesExecutorImpl. executeChangesInBackground(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)protected List<ObjectDelta<? extends ObjectType>>ObjectDetailsModels. getAdditionalModifyDeltas(OperationResult result)Collection<ObjectDeltaOperation<? extends ObjectType>>AbstractPageObjectDetails. saveOrPreviewPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, OperationResult result, boolean previewOnly)Collection<ObjectDeltaOperation<? extends ObjectType>>AbstractPageObjectDetails. saveOrPreviewPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, OperationResult result, boolean previewOnly, com.evolveum.midpoint.task.api.Task task)Method parameters in com.evolveum.midpoint.gui.impl.page.admin with type arguments of type ObjectType Modifier and Type Method Description protected Collection<ObjectDeltaOperation<? extends ObjectType>>AbstractPageObjectDetails. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ExecuteChangeOptionsDto options, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectChangeExecutor. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectChangesExecutorImpl. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectChangesExecutorImpl. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result)Executes changes on behalf of the parent page.Collection<ObjectDeltaOperation<? extends ObjectType>>ObjectChangesExecutorImpl. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)Collection<ObjectDeltaOperation<? extends ObjectType>>ProgressAwareChangesExecutorImpl. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)Executes changes on behalf of the parent page.Collection<ObjectDeltaOperation<? extends ObjectType>>ProgressAwareChangesExecutorImpl. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)Collection<ObjectDeltaOperation<? extends ObjectType>>ProgressAwareChangesExecutorImpl. executeChangesInBackground(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)protected booleanAbstractPageObjectDetails. noChangesToExecute(Collection<ObjectDelta<? extends ObjectType>> deltas, ExecuteChangeOptionsDto options)protected Collection<SimpleValidationError>ObjectDetailsModels. performCustomValidation(PrismObject<O> object, Collection<ObjectDelta<? extends ObjectType>> deltas)protected voidAbstractPageObjectDetails. postProcessResult(OperationResult result, Collection<ObjectDeltaOperation<? extends ObjectType>> executedDeltas, org.apache.wicket.ajax.AjaxRequestTarget target) -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component with type parameters of type 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, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)Method parameters in com.evolveum.midpoint.gui.impl.page.admin.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, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)protected voidPageFocusDetails. postProcessResult(OperationResult result, Collection<ObjectDeltaOperation<? extends ObjectType>> executedDeltas, org.apache.wicket.ajax.AjaxRequestTarget target) -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.page.admin.mark
Methods in com.evolveum.midpoint.gui.impl.page.admin.mark with type parameters of type 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, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)Method parameters in com.evolveum.midpoint.gui.impl.page.admin.user with type arguments of type 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, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)protected booleanPageUser. noChangesToExecute(Collection<ObjectDelta<? extends ObjectType>> deltas, ExecuteChangeOptionsDto options)protected voidPageUser. processAdditionalFocalObjectsForPreview(Map<PrismObject<UserType>,ModelContext<? extends ObjectType>> modelContextMap)for now used only for delegation changes -
Uses of ObjectType in com.evolveum.midpoint.gui.impl.page.self.credentials
Methods in com.evolveum.midpoint.gui.impl.page.self.credentials that return types with arguments of type 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, com.evolveum.midpoint.task.api.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, com.evolveum.midpoint.task.api.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, com.evolveum.midpoint.task.api.Task task, OperationResult result)TODO<T extends ObjectType>
IntegerModelService. countObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Count objects.static <T extends ObjectType>
ObjectTreeDeltas<T>ObjectTreeDeltas. fromObjectTreeDeltasType(ObjectTreeDeltasType deltasType)<O extends ObjectType>
StringModelInteractionService. generateNonce(NonceCredentialsPolicyType noncePolicy, com.evolveum.midpoint.task.api.Task task, OperationResult result)<O extends ObjectType>
voidModelInteractionService. generateValue(PrismObject<O> object, PolicyItemsDefinitionType policyItemsDefinition, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)<O extends ObjectType>
StringModelInteractionService. generateValue(ValuePolicyType policy, int defaultLength, boolean generateMinimalSize, PrismObject<O> object, String shortDesc, com.evolveum.midpoint.task.api.Task task, OperationResult inputResult)TEMPORARY.<O extends ObjectType,R extends AbstractRoleType>
com.evolveum.midpoint.security.enforcer.api.ItemSecurityConstraintsModelInteractionService. getAllowedRequestAssignmentItems(PrismObject<O> object, PrismObject<R> target, com.evolveum.midpoint.task.api.Task task, OperationResult result)Returns decisions for individual items for "assign" authorization.<T extends ObjectType>
ObjectFilterModelInteractionService. getDonorFilter(Class<T> searchResultType, ObjectFilter origFilter, String targetAuthorizationAction, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Returns filter for lookup of donors of power of attorney.<O extends ObjectType>
PrismObjectDefinition<O>ModelInteractionService. getEditObjectDefinition(PrismObject<O> object, AuthorizationPhaseType phase, com.evolveum.midpoint.task.api.Task task, OperationResult result)Returns a schema that reflects editability of the object in terms of midPoint schema limitations and security.<O extends ObjectType>
MetadataItemProcessingSpecModelInteractionService. getMetadataItemProcessingSpec(ItemPath metadataItemPath, PrismObject<O> object, com.evolveum.midpoint.task.api.Task task, OperationResult result)Returns specification of processing of given metadata item (e.g.<T extends ObjectType>
@NotNull PrismObject<T>ModelService. getObject(@NotNull Class<T> type, @NotNull String oid, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)Returns object for provided OID.<O extends ObjectType>
voidModelService. importObject(PrismObject<O> object, ImportOptionsType options, com.evolveum.midpoint.task.api.Task task, OperationResult result)Import object.static <T extends ObjectType>
ObjectTreeDeltasTypeObjectTreeDeltas. mergeDeltas(ObjectTreeDeltasType deltaTree, ObjectDeltaType deltaToMerge)<O extends ObjectType>
Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService. mergeObjects(Class<O> type, String leftOid, String rightOid, String mergeConfigurationName, com.evolveum.midpoint.task.api.Task task, OperationResult result)Merge two objects into one.<O extends ObjectType>
MergeDeltas<O>ModelInteractionService. mergeObjectsPreviewDeltas(Class<O> type, String leftOid, String rightOid, String mergeConfigurationName, com.evolveum.midpoint.task.api.Task task, OperationResult result)<O extends ObjectType>
PrismObject<O>ModelInteractionService. mergeObjectsPreviewObject(Class<O> type, String leftOid, String rightOid, String mergeConfigurationName, com.evolveum.midpoint.task.api.Task task, OperationResult result)<O extends ObjectType>
ProcessedObject<O>ModelService. parseProcessedObject(@NotNull SimulationResultProcessedObjectType bean, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)<F extends ObjectType>
ModelContext<F>ModelInteractionService. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result)Computes the most likely changes triggered by the provided delta.<F extends ObjectType>
ModelContext<F>ModelInteractionService. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, Collection<ProgressListener> listeners, OperationResult result)<F extends ObjectType>
voidModelService. recompute(Class<F> type, String oid, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Recomputes focal object with the specified OID.<O extends ObjectType>
PrismObject<O>ModelAuditService. reconstructObject(Class<O> type, String oid, String eventIdentifier, com.evolveum.midpoint.task.api.Task task, OperationResult result)<T extends ObjectType>
SearchResultList<PrismObject<T>>ModelService. searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Search for objects.<T extends ObjectType>
SearchResultMetadataModelService. searchObjectsIterative(Class<T> type, ObjectQuery query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Search for objects in iterative fashion (using callback).<F extends ObjectType>
ModelContext<F>ModelInteractionService. unwrapModelContext(LensContextType wrappedContext, com.evolveum.midpoint.task.api.Task task, OperationResult result)<O extends ObjectType>
voidModelInteractionService. validateValue(PrismObject<O> object, PolicyItemsDefinitionType policyItemsDefinition, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)<O extends ObjectType>
List<StringLimitationResult>ModelInteractionService. validateValue(ProtectedStringType protectedStringValue, ValuePolicyType pp, PrismObject<O> object, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)<O extends ObjectType>
ModelContextVisualizationModelInteractionService. visualizeModelContext(ModelContext<O> context, com.evolveum.midpoint.task.api.Task task, OperationResult result)Methods in com.evolveum.midpoint.model.api that return types with arguments of type ObjectType Modifier and Type Method Description default Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result)Execute the provided object deltas.Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, Collection<ProgressListener> listeners, OperationResult parentResult)List<ObjectDelta<? extends ObjectType>>ObjectTreeDeltas. getDeltaList()<O extends ObjectType>
Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService. mergeObjects(Class<O> type, String leftOid, String rightOid, String mergeConfigurationName, com.evolveum.midpoint.task.api.Task task, OperationResult result)Merge two objects into one.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 com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)Returns all policy rules that apply to the collection.default Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result)Execute the provided object deltas.Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, Collection<ProgressListener> listeners, OperationResult parentResult)voidModelInteractionService. expandConfigurationObject(@NotNull PrismObject<? extends ObjectType> configurationObject, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)SeeProvisioningService.expandConfigurationObject(PrismObject, Task, OperationResult)for the description.booleanModelService. isSupportedByRepository(@NotNull Class<? extends ObjectType> type)Returns `true` if the particular object type is supported by the current repository.<F extends ObjectType>
ModelContext<F>ModelInteractionService. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result)Computes the most likely changes triggered by the provided delta.<F extends ObjectType>
ModelContext<F>ModelInteractionService. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, Collection<ProgressListener> listeners, OperationResult result)@NotNull VisualizationModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, boolean includeOriginalObject, com.evolveum.midpoint.task.api.Task task, OperationResult result)@NotNull VisualizationModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, com.evolveum.midpoint.task.api.Task task, OperationResult result)@NotNull VisualizationModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, ObjectReferenceType objectRef, com.evolveum.midpoint.task.api.Task task, OperationResult result)@NotNull VisualizationModelInteractionService. visualizeDelta(ObjectDelta<? extends ObjectType> delta, com.evolveum.midpoint.task.api.Task task, OperationResult result)List<Visualization>ModelInteractionService. visualizeDeltas(List<ObjectDelta<? extends ObjectType>> deltas, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of ObjectType in com.evolveum.midpoint.model.api.authentication
-
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 com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)Generic method to be implemented by the hook.<T extends ObjectType>
voidReadHook. invoke(PrismObject<T> object, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)todoMethod parameters in com.evolveum.midpoint.model.api.hooks with type arguments of type ObjectType Modifier and Type Method Description default voidChangeHook. invokePreview(@NotNull ModelContext<? extends ObjectType> context, com.evolveum.midpoint.task.api.Task task, OperationResult result)Invokes the hook in "preview mode". -
Uses of ObjectType in com.evolveum.midpoint.model.api.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 com.evolveum.midpoint.task.api.RunningTask task, @NotNull OperationResult result)Precondition: triggers have the same timestamp -
Uses of ObjectType in com.evolveum.midpoint.model.api.util
Classes in com.evolveum.midpoint.model.api.util with type parameters of type 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, com.evolveum.midpoint.task.api.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, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of ObjectType in com.evolveum.midpoint.ninja.action
Method parameters in com.evolveum.midpoint.ninja.action with type arguments of type 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.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.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, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)Executes changes on behalf of the parent page.voidProgressPanel. executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ExecuteChangeOptionsDto executeOptions, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)voidProgressPanel. executeChangesInBackground(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)voidProgressReportingAwarePage. finishProcessing(org.apache.wicket.ajax.AjaxRequestTarget target, Collection<ObjectDeltaOperation<? extends ObjectType>> executedDeltas, boolean returningFromAsync, OperationResult result)voidProgressReporter. setObjectDeltaOperation(Collection<ObjectDeltaOperation<? extends ObjectType>> objectDeltaOperation)voidProgressReporter. setPreviewResult(ModelContext<? extends ObjectType> previewResult) -
Uses of ObjectType in com.evolveum.midpoint.web.component.search
Classes in com.evolveum.midpoint.web.component.search with type parameters of type 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, com.evolveum.midpoint.task.api.Task task)protected <O extends ObjectType>
org.apache.wicket.model.IModel<InfoBoxData>PageDashboard. getObjectInfoBoxTypeModel(Class<O> type, List<QName> items, Object eqObject, String bgColor, String icon, String keyPrefix, OperationResult result, com.evolveum.midpoint.task.api.Task task, Class<? extends org.apache.wicket.request.component.IRequestablePage> linkPage) -
Uses of ObjectType in com.evolveum.midpoint.web.page.admin.home.dto
Methods in com.evolveum.midpoint.web.page.admin.home.dto that return types with arguments of type 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)
-