Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType
Packages that use ShadowType
Package
Description
-
Uses of ShadowType in com.evolveum.midpoint.common
Methods in com.evolveum.midpoint.common with parameters of type ShadowTypeModifier and TypeMethodDescriptionstatic ItemDelta<?,?> SynchronizationUtils.createFullSynchronizationTimestampDelta(ShadowType oldShadow, XMLGregorianCalendar timestamp) SynchronizationUtils.createSynchronizationSituationAndDescriptionDelta(ShadowType shadow, SynchronizationSituationType situation, String sourceChannel, boolean full, XMLGregorianCalendar timestamp) Creates situation, description, and timestamp deltas.static ItemDelta<?,?> SynchronizationUtils.createSynchronizationSituationDelta(ShadowType shadow, SynchronizationSituationType situation) static @NotNull ItemDelta<?,?> SynchronizationUtils.createSynchronizationSituationDescriptionDelta(ShadowType shadow, SynchronizationSituationType situation, XMLGregorianCalendar timestamp, String sourceChannel, boolean full) Creates delta for `synchronizationSituationDescription` (adding new, removing obsolete if present).static ItemDelta<?,?> SynchronizationUtils.createSynchronizationTimestampDelta(ShadowType oldShadow, XMLGregorianCalendar timestamp) -
Uses of ShadowType in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util with parameters of type ShadowTypeModifier and TypeMethodDescriptionstatic CompositedIconWebComponentUtil.createAccountIcon(ShadowType shadow, PageBase pageBase, boolean isColumn) Method parameters in com.evolveum.midpoint.gui.api.util with type arguments of type ShadowTypeModifier and TypeMethodDescriptionstatic ResourceTypeWebModelServiceUtils.loadResource(PrismObjectWrapper<ShadowType> shadowWrapper, PageBase pageBase) -
Uses of ShadowType in com.evolveum.midpoint.gui.impl.component
Constructor parameters in com.evolveum.midpoint.gui.impl.component with type arguments of type ShadowTypeModifierConstructorDescriptionProjectionDisplayNamePanel(String id, org.apache.wicket.model.IModel<ShadowType> model) -
Uses of ShadowType in com.evolveum.midpoint.gui.impl.component.data.provider
Methods in com.evolveum.midpoint.gui.impl.component.data.provider that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptionprotected List<ShadowType>RepositoryShadowBeanObjectDataProvider.searchObjects(Class<ShadowType> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result) Method parameters in com.evolveum.midpoint.gui.impl.component.data.provider with type arguments of type ShadowTypeModifier and TypeMethodDescriptionprotected List<ShadowType>RepositoryShadowBeanObjectDataProvider.searchObjects(Class<ShadowType> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result) Constructor parameters in com.evolveum.midpoint.gui.impl.component.data.provider with type arguments of type ShadowTypeModifierConstructorDescriptionProjectionsListProvider(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<ShadowType>> search, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<ShadowType>>> model) RepositoryShadowBeanObjectDataProvider(org.apache.wicket.Component component, Set<ShadowType> selected) RepositoryShadowBeanObjectDataProvider(org.apache.wicket.Component component, org.apache.wicket.model.IModel<Search<ShadowType>> search, Set<ShadowType> selected) RepositoryShadowBeanObjectDataProvider(org.apache.wicket.Component component, org.apache.wicket.model.IModel<Search<ShadowType>> search, Set<ShadowType> selected) -
Uses of ShadowType in com.evolveum.midpoint.gui.impl.factory.wrapper
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptionShadowWrapperFactoryImpl.createObjectWrapper(PrismObject<ShadowType> object, ItemStatus status) Method parameters in com.evolveum.midpoint.gui.impl.factory.wrapper with type arguments of type ShadowTypeModifier and TypeMethodDescriptionShadowWrapperFactoryImpl.createObjectWrapper(PrismObject<ShadowType> object, ItemStatus status) -
Uses of ShadowType in com.evolveum.midpoint.gui.impl.page.admin.focus
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.focus with type arguments of type ShadowTypeModifier and TypeMethodDescription@NotNull ShadowWrapperFocusDetailsModels.loadShadowWrapper(PrismObject<ShadowType> projection, boolean noFetch, Task task, OperationResult result) -
Uses of ShadowType in com.evolveum.midpoint.gui.impl.page.admin.focus.component
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.focus.component with type arguments of type ShadowTypeModifier and TypeMethodDescriptionvoidFocusProjectionsPanel.loadFullShadow(PrismObjectValueWrapper<ShadowType> shadowWrapperValue, org.apache.wicket.ajax.AjaxRequestTarget target) @NotNull ShadowWrapperFocusProjectionsPanel.loadShadowWrapper(PrismObject<ShadowType> projection, Task task, OperationResult result) -
Uses of ShadowType in com.evolveum.midpoint.gui.impl.page.admin.resource
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource that return types with arguments of type ShadowTypeMethod parameters in com.evolveum.midpoint.gui.impl.page.admin.resource with type arguments of type ShadowTypeModifier and TypeMethodDescriptionprotected ShadowDetailsModelPageShadow.createObjectDetailsModels(PrismObject<ShadowType> object) protected org.apache.wicket.markup.html.panel.PanelPageShadow.createSummaryPanel(String id, org.apache.wicket.model.IModel<ShadowType> summaryModel) Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.resource with type arguments of type ShadowTypeModifierConstructorDescriptionShadowDetailsModel(org.apache.wicket.model.LoadableDetachableModel<PrismObject<ShadowType>> prismObjectModel, ModelServiceLocator serviceLocator) -
Uses of ShadowType in com.evolveum.midpoint.gui.impl.page.admin.resource.component
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.resource.component with type arguments of type ShadowTypeModifier and TypeMethodDescriptionprotected final RepositoryShadowBeanObjectDataProviderResourceObjectsPanel.createProvider(org.apache.wicket.model.IModel<Search<ShadowType>> searchModel, CompiledShadowCollectionView collection) protected voidResourceContentPanel.customizeProvider(SelectableBeanObjectDataProvider<ShadowType> provider) protected booleanResourceContentPanel.isShadowDetailsEnabled(org.apache.wicket.model.IModel<SelectableBean<ShadowType>> rowModel) -
Uses of ShadowType in com.evolveum.midpoint.gui.impl.page.admin.role.component.wizard.construction
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.component.wizard.construction that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptionprotected List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<ShadowType>,String>> ConstructionGroupStepPanel.createColumns()protected Class<ShadowType>ConstructionGroupStepPanel.getType()Method parameters in com.evolveum.midpoint.gui.impl.page.admin.role.component.wizard.construction with type arguments of type ShadowTypeModifier and TypeMethodDescriptionprotected voidConstructionGroupStepPanel.customizeTile(@NotNull SelectableBean<ShadowType> object, @Nullable TemplateTile<SelectableBean<ShadowType>> tile) protected voidConstructionGroupStepPanel.customizeTile(@NotNull SelectableBean<ShadowType> object, @Nullable TemplateTile<SelectableBean<ShadowType>> tile) protected voidConstructionGroupStepPanel.processSelectOrDeselectItem(SelectableBean<ShadowType> value, SelectableBeanObjectDataProvider<ShadowType> provider, org.apache.wicket.ajax.AjaxRequestTarget target) protected voidConstructionGroupStepPanel.processSelectOrDeselectItem(SelectableBean<ShadowType> value, SelectableBeanObjectDataProvider<ShadowType> provider, org.apache.wicket.ajax.AjaxRequestTarget target) -
Uses of ShadowType in com.evolveum.midpoint.gui.impl.page.self.credentials
Constructor parameters in com.evolveum.midpoint.gui.impl.page.self.credentials with type arguments of type ShadowTypeModifierConstructorDescriptionPasswordAccountDto(@NotNull PrismObject<ShadowType> shadow, String resourceName, String resourceOid) -
Uses of ShadowType in com.evolveum.midpoint.gui.impl.prism.wrapper
Constructor parameters in com.evolveum.midpoint.gui.impl.prism.wrapper with type arguments of type ShadowType -
Uses of ShadowType in com.evolveum.midpoint.gui.impl.util
Methods in com.evolveum.midpoint.gui.impl.util with parameters of type ShadowTypeModifier and TypeMethodDescriptionstatic ItemVisibilityProvisioningObjectsUtil.checkShadowActivationAndPasswordVisibility(ItemWrapper<?, ?> itemWrapper, ShadowType shadowType) static @NotNull StringProvisioningObjectsUtil.determineDisplayNameForDefinition(ShadowType shadow, PageBase pageBase) static @Nullable ItemNameProvisioningObjectsUtil.getAssociationForConstructionAndShadow(@NotNull ConstructionType construction, @NotNull ShadowType shadow, PageBase pageBase) static StringProvisioningObjectsUtil.getPendingOperationsLabels(ShadowType shadow, BasePanel panel) static org.apache.wicket.model.IModel<String>ProvisioningObjectsUtil.getResourceAttributesLabelModel(ShadowType shadow, PageBase pageBase) static org.apache.wicket.model.IModel<String>ProvisioningObjectsUtil.getResourceLabelModel(ShadowType shadow, PageBase pageBase) static booleanProvisioningObjectsUtil.isActivationSupported(ShadowType shadowType, org.apache.wicket.model.IModel<ResourceType> resourceModel) static booleanProvisioningObjectsUtil.isAssociationSupported(ShadowType shadowType, org.apache.wicket.model.IModel<ResourceType> resourceModel) static booleanProvisioningObjectsUtil.isPasswordSupported(ShadowType shadowType, org.apache.wicket.model.IModel<ResourceType> resourceModel) static ResourceTypeProvisioningObjectsUtil.resolveResource(ShadowType shadowType, boolean isColumn, PageBase pageBase) Method parameters in com.evolveum.midpoint.gui.impl.util with type arguments of type ShadowTypeModifier and TypeMethodDescriptionstatic StringIconAndStylesUtil.createShadowIcon(PrismObject<ShadowType> object) -
Uses of ShadowType in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptionModelInteractionService.getEditShadowDefinition(ResourceShadowCoordinates coordinates, AuthorizationPhaseType phase, Task task, OperationResult result) ObjectTreeDeltas.getProjectionChange(ProjectionContextKey key) ObjectTreeDeltas.getProjectionChangeMap()ObjectTreeDeltas.getProjectionChangeMapEntries()Methods in com.evolveum.midpoint.model.api with parameters of type ShadowTypeModifier and TypeMethodDescriptionvoidModelInteractionService.applyDefinitions(ShadowType shadow, Task task, OperationResult result) Helper method to properly apply definitions to shadow.Method parameters in com.evolveum.midpoint.model.api with type arguments of type ShadowTypeModifier and TypeMethodDescriptionvoidObjectTreeDeltas.addProjectionChange(ProjectionContextKey key, ObjectDelta<ShadowType> primaryDelta) ModelInteractionService.getEditObjectClassDefinition(@NotNull PrismObject<ShadowType> shadow, @NotNull PrismObject<ResourceType> resource, AuthorizationPhaseType phase, Task task, OperationResult result) Returns an object definition that reflects edit-ability of the resource object in terms of midPoint schema limitations and security. -
Uses of ShadowType in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptionModelProjectionContext.getExecutableDelta()Returns delta suitable for execution.ModelProjectionContext.getSyncDelta()Returns synchronization delta.Methods in com.evolveum.midpoint.model.api.context with parameters of type ShadowTypeModifier and TypeMethodDescriptionProjectionContextKeyFactory.createKey(@NotNull ShadowType shadow, @NotNull Task task, @NotNull OperationResult result) DeterminesProjectionContextKeyfor a given shadow as precisely as possible.static ProjectionContextKeyProjectionContextKey.fromClassifiedShadow(@NotNull ShadowType shadow) static ProjectionContextKeyProjectionContextKey.fromShadow(@NotNull ShadowType shadow, @Nullable ResourceObjectTypeIdentification typeIdentification) Method parameters in com.evolveum.midpoint.model.api.context with type arguments of type ShadowTypeModifier and TypeMethodDescriptionvoidModelProjectionContext.setSyncDelta(ObjectDelta<ShadowType> syncDelta) -
Uses of ShadowType in com.evolveum.midpoint.model.api.correlation
Methods in com.evolveum.midpoint.model.api.correlation that return ShadowTypeModifier and TypeMethodDescription@NotNull ShadowTypeCorrelationContext.Shadow.getResourceObject()Constructors in com.evolveum.midpoint.model.api.correlation with parameters of type ShadowTypeModifierConstructorDescriptionShadow(@NotNull ShadowType resourceObject, @NotNull ResourceType resource, @NotNull ResourceObjectDefinition resourceObjectDefinition, @NotNull Containerable preFocus, @Nullable Collection<? extends Containerable> candidatePool, @Nullable SystemConfigurationType systemConfiguration, @NotNull Task task) -
Uses of ShadowType in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr that return ShadowTypeModifier and TypeMethodDescriptiondefault ShadowTypeMidpointFunctions.getLinkedShadow(FocusType focus, ResourceType resource) default ShadowTypeMidpointFunctions.getLinkedShadow(FocusType focus, ResourceType resource, boolean repositoryObjectOnly) default ShadowTypeMidpointFunctions.getLinkedShadow(FocusType focus, String resourceOid) default ShadowTypeMidpointFunctions.getLinkedShadow(FocusType focus, String resourceOid, boolean repositoryObjectOnly) default ShadowTypeMidpointFunctions.getLinkedShadow(FocusType focus, String resourceOid, ShadowKindType kind, String intent) MidpointFunctions.getLinkedShadow(FocusType focus, String resourceOid, ShadowKindType kind, String intent, boolean repositoryObjectOnly) Null values of resource oid, kind, and intent mean "any".MidpointFunctions.resolveEntitlement(ShadowAssociationValueType associationValue) Returns cached entitlement (target object) for given association value.Methods in com.evolveum.midpoint.model.api.expr that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptiondefault @NotNull List<ShadowType>MidpointFunctions.getLinkedShadows(FocusType focus, String resourceOid) @NotNull List<ShadowType>MidpointFunctions.getLinkedShadows(FocusType focus, String resourceOid, boolean repositoryObjectOnly) MidpointFunctions.getShadowsToActivate(Collection<? extends ModelProjectionContext> projectionContexts) Used for account activation notifier to collect all shadows which are going to be activated.Methods in com.evolveum.midpoint.model.api.expr with parameters of type ShadowTypeModifier and TypeMethodDescription<F extends FocusType>
ShadowPurposeTypeMidpointFunctions.computeDefaultProjectionPurpose(F focus, ShadowType shadow, ResourceType resource) Default function used to compute projection purpose.MidpointFunctions.findCandidateOwners(@NotNull Class<F> focusType, @NotNull ShadowType resourceObject, @NotNull String resourceOid, @NotNull ShadowKindType kind, @NotNull String intent) Finds candidate owners using defined correlation rules.@Nullable CaseTypeMidpointFunctions.getCorrelationCaseForShadow(@Nullable ShadowType shadow) Returns a correlation case for given shadow.MidpointFunctions.getFocusesByCorrelationRule(Class<F> type, String resourceOid, ShadowKindType kind, String intent, ShadowType shadow) Deprecated.MidpointFunctions.getPlaintextAccountPassword(ShadowType account) <T> booleanMidpointFunctions.isUniqueAccountValue(ResourceType resourceType, ShadowType shadowType, String attributeName, T attributeValue) Checks if the value `attributeValue` of `attributeName` in given shadow is unique on given resource.Method parameters in com.evolveum.midpoint.model.api.expr with type arguments of type ShadowTypeModifier and TypeMethodDescriptionMidpointFunctions.getPlaintextAccountPasswordFromDelta(ObjectDelta<? extends ShadowType> delta) -
Uses of ShadowType in com.evolveum.midpoint.model.common.expression.evaluator.caching
Method parameters in com.evolveum.midpoint.model.common.expression.evaluator.caching with type arguments of type ShadowTypeModifier and TypeMethodDescriptionprotected @NotNull AssociationSearchQueryKeyAssociationSearchExpressionEvaluatorCache.createKey(Class<ShadowType> type, Collection<ObjectQuery> queries, ObjectSearchStrategyType searchStrategy, ExpressionEvaluationContext eeCtx) protected AssociationSearchQueryResultAssociationSearchExpressionEvaluatorCache.createQueryResult(Collection<? extends AbstractSearchExpressionEvaluator.ObjectFound<ShadowType, ShadowAssociationValue>> objectsFound) -
Uses of ShadowType in com.evolveum.midpoint.model.common.expression.functions
Methods in com.evolveum.midpoint.model.common.expression.functions with parameters of type ShadowTypeModifier and TypeMethodDescriptionBasicExpressionFunctions.getAttributeStringValues(ShadowType shadow, groovy.namespace.QName attributeQname) BasicExpressionFunctions.getAttributeStringValues(ShadowType shadow, String attributeNamespace, String attributeLocalPart) BasicExpressionFunctions.getAttributeStringValues(ShadowType shadow, QName attributeQname) <T> TBasicExpressionFunctions.getAttributeValue(ShadowType shadow, groovy.namespace.QName attributeQname) <T> TBasicExpressionFunctions.getAttributeValue(ShadowType shadow, String attributeLocalPart) The namespace of the attribute is assumed to be "ri:"<T> TBasicExpressionFunctions.getAttributeValue(ShadowType shadow, String attributeNamespace, String attributeLocalPart) <T> TBasicExpressionFunctions.getAttributeValue(ShadowType shadow, QName attributeQname) <T> Collection<T>BasicExpressionFunctions.getAttributeValues(ShadowType shadow, groovy.namespace.QName attributeQname) <T> Collection<T>BasicExpressionFunctions.getAttributeValues(ShadowType shadow, String attributeLocalPart) <T> Collection<T>BasicExpressionFunctions.getAttributeValues(ShadowType shadow, String attributeNamespace, String attributeLocalPart) <T> Collection<T>BasicExpressionFunctions.getAttributeValues(ShadowType shadow, QName attributeQname) <T> TBasicExpressionFunctions.getIdentifierValue(ShadowType shadow) <T> TBasicExpressionFunctions.getSecondaryIdentifierValue(ShadowType shadow) Beware, the shadow may legally have more than one secondary identifier. -
Uses of ShadowType in com.evolveum.midpoint.model.common.stringpolicy
Constructor parameters in com.evolveum.midpoint.model.common.stringpolicy with type arguments of type ShadowTypeModifierConstructorDescriptionShadowValuePolicyOriginResolver(PrismObject<ShadowType> object, ObjectResolver objectResolver) -
Uses of ShadowType in com.evolveum.midpoint.model.impl
Methods in com.evolveum.midpoint.model.impl that return ShadowTypeModifier and TypeMethodDescriptiondefault @Nullable ShadowTypeResourceObjectProcessingContext.getShadowIfPresent()default @NotNull ShadowTypeResourceObjectProcessingContext.getShadowRequired()Methods in com.evolveum.midpoint.model.impl that return types with arguments of type ShadowTypeModifier and TypeMethodDescription@Nullable ObjectDelta<ShadowType>ResourceObjectProcessingContext.getResourceObjectDelta()This is always the sync delta (if not null).ResourceObjectProcessingContextImpl.getResourceObjectDelta()Methods in com.evolveum.midpoint.model.impl with parameters of type ShadowTypeModifier and TypeMethodDescriptionResourceObjectProcessingContextImpl.ResourceObjectProcessingContextBuilder.aResourceObjectProcessingContext(@NotNull ShadowType shadow, @NotNull ResourceType resource, @NotNull Task task) Method parameters in com.evolveum.midpoint.model.impl with type arguments of type ShadowTypeModifier and TypeMethodDescriptionResourceObjectProcessingContextImpl.ResourceObjectProcessingContextBuilder.withResourceObjectDelta(ObjectDelta<ShadowType> resourceObjectDelta) -
Uses of ShadowType in com.evolveum.midpoint.model.impl.cleanup
Methods in com.evolveum.midpoint.model.impl.cleanup with parameters of type ShadowTypeModifier and TypeMethodDescriptionbooleanShadowRefreshActivityHandler.MyActivityRun.processItem(@NotNull ShadowType object, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask workerTask, OperationResult result) Method parameters in com.evolveum.midpoint.model.impl.cleanup with type arguments of type ShadowTypeModifier and TypeMethodDescriptionvoidShadowRefreshActivityHandler.MyActivityRun.customizeQuery(SearchSpecification<ShadowType> searchSpecification, OperationResult result) booleanShadowRefreshActivityHandler.MyActivityRun.processItem(@NotNull ShadowType object, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask workerTask, OperationResult result) -
Uses of ShadowType in com.evolveum.midpoint.model.impl.controller
Methods in com.evolveum.midpoint.model.impl.controller that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptionModelInteractionServiceImpl.getEditShadowDefinition(ResourceShadowCoordinates coordinates, AuthorizationPhaseType phase, Task task, OperationResult parentResult) Methods in com.evolveum.midpoint.model.impl.controller with parameters of type ShadowTypeModifier and TypeMethodDescriptionvoidModelInteractionServiceImpl.applyDefinitions(ShadowType shadow, Task task, OperationResult result) Method parameters in com.evolveum.midpoint.model.impl.controller with type arguments of type ShadowTypeModifier and TypeMethodDescriptionModelInteractionServiceImpl.getEditObjectClassDefinition(@NotNull PrismObject<ShadowType> shadow, @NotNull PrismObject<ResourceType> resource, AuthorizationPhaseType phase, Task task, OperationResult result) -
Uses of ShadowType in com.evolveum.midpoint.model.impl.correlation
Methods in com.evolveum.midpoint.model.impl.correlation with parameters of type ShadowTypeModifier and TypeMethodDescriptionbooleanCorrelationServiceImpl.checkCandidateOwner(@NotNull ShadowType shadowedResourceObject, @NotNull ResourceType resource, @NotNull SynchronizationPolicy synchronizationPolicy, @NotNull FocusType candidateOwner, @NotNull Task task, @NotNull OperationResult result) Checks whether the supplied candidate owner would be the correlation result (if real correlation would take place).voidCorrelationCaseManager.closeCaseIfStillOpen(@NotNull ShadowType resourceObject, @NotNull OperationResult result) Closes a correlation case - if there's any - if it's no longer needed (e.g. because the uncertainty is gone).@NotNull CompleteCorrelationResultCorrelationServiceImpl.correlate(@NotNull ShadowType shadowedResourceObject, @NotNull Task task, @NotNull OperationResult result) A limited convenience variant ofCorrelationServiceImpl.correlate(CorrelatorContext, CorrelationContext, OperationResult)that starts with a single shadow only.voidCorrelationCaseManager.createOrUpdateCase(@NotNull ShadowType resourceObject, @NotNull ResourceType resource, @NotNull FocusType preFocus, @NotNull Task task, @NotNull OperationResult result) Creates or updates a correlation case for given correlation operation that finished in "uncertain" state.@Nullable CaseTypeCorrelationCaseManager.findCorrelationCase(ShadowType resourceObject, boolean mustBeOpen, OperationResult result) -
Uses of ShadowType in com.evolveum.midpoint.model.impl.correlator
Methods in com.evolveum.midpoint.model.impl.correlator that return ShadowTypeModifier and TypeMethodDescriptionstatic @NotNull ShadowTypeCorrelatorUtil.getShadowFromCorrelationCase(@NotNull CaseType aCase) We assume to get the "full" shadow, i.e. shadowed resource object.Methods in com.evolveum.midpoint.model.impl.correlator with parameters of type ShadowTypeModifier and TypeMethodDescriptionstatic VariablesMapCorrelatorUtil.getVariablesMap(ObjectType focus, ShadowType resourceObject, CorrelationContext correlationContext) -
Uses of ShadowType in com.evolveum.midpoint.model.impl.expr
Methods in com.evolveum.midpoint.model.impl.expr that return ShadowTypeModifier and TypeMethodDescriptionMidpointFunctionsImpl.getLinkedShadow(FocusType focus, String resourceOid, ShadowKindType kind, String intent, boolean repositoryObjectOnly) MidpointFunctionsImpl.resolveEntitlement(ShadowAssociationValueType associationValue) Methods in com.evolveum.midpoint.model.impl.expr that return types with arguments of type ShadowTypeModifier and TypeMethodDescription@NotNull List<ShadowType>MidpointFunctionsImpl.getLinkedShadows(FocusType focus, String resourceOid, boolean repositoryObjectOnly) MidpointFunctionsImpl.getShadowsToActivate(Collection<? extends ModelProjectionContext> projectionContexts) Methods in com.evolveum.midpoint.model.impl.expr with parameters of type ShadowTypeModifier and TypeMethodDescription<F extends FocusType>
ShadowPurposeTypeMidpointFunctionsImpl.computeDefaultProjectionPurpose(F focus, ShadowType shadow, ResourceType resource) MidpointFunctionsImpl.findCandidateOwners(@NotNull Class<F> focusType, @NotNull ShadowType shadow, @NotNull String resourceOid, @NotNull ShadowKindType kind, @NotNull String intent) @Nullable CaseTypeMidpointFunctionsImpl.getCorrelationCaseForShadow(@Nullable ShadowType shadow) MidpointFunctionsImpl.getPlaintextAccountPassword(ShadowType account) <T> booleanMidpointFunctionsImpl.isUniqueAccountValue(ResourceType resource, ShadowType shadow, String attributeName, T attributeValue) Method parameters in com.evolveum.midpoint.model.impl.expr with type arguments of type ShadowTypeModifier and TypeMethodDescriptionMidpointFunctionsImpl.getPlaintextAccountPasswordFromDelta(ObjectDelta<? extends ShadowType> delta) -
Uses of ShadowType in com.evolveum.midpoint.model.impl.integrity.shadows
Methods in com.evolveum.midpoint.model.impl.integrity.shadows that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptionShadowCheckResult.getShadow()DuplicateShadowsTreatmentInstruction.getShadowsToDelete()Methods in com.evolveum.midpoint.model.impl.integrity.shadows with parameters of type ShadowTypeModifier and TypeMethodDescriptionbooleanShadowIntegrityCheckActivityRun.processItem(@NotNull ShadowType shadow, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask workerTask, OperationResult result) Method parameters in com.evolveum.midpoint.model.impl.integrity.shadows with type arguments of type ShadowTypeModifier and TypeMethodDescriptionDefaultDuplicateShadowsResolver.determineDuplicateShadowsTreatment(Collection<PrismObject<ShadowType>> shadows) DuplicateShadowsResolver.determineDuplicateShadowsTreatment(Collection<PrismObject<ShadowType>> shadows) Takes a collection of duplicate shadows - i.e. shadows pointing to (presumably) one resource object, and returns a treatment instruction: a collection of shadows that have to be deleted + which OID to use in owner object as a replacement.booleanShadowIntegrityCheckActivityRun.processItem(@NotNull ShadowType shadow, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask workerTask, OperationResult result) voidShadowCheckResult.setShadow(PrismObject<ShadowType> shadow) voidDuplicateShadowsTreatmentInstruction.setShadowsToDelete(Collection<PrismObject<ShadowType>> shadowsToDelete) Constructor parameters in com.evolveum.midpoint.model.impl.integrity.shadows with type arguments of type ShadowType -
Uses of ShadowType in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptionstatic <F extends ObjectType>
ObjectDelta<ShadowType>LensUtil.findAPrioriDelta(LensContext<F> context, LensProjectionContext projCtx) Extracts the delta from this projection context and also from all other projection contexts that have equivalent discriminator.LensProjectionContext.getEntitlementMap()LensProjectionContext.getExecutableDelta()LensProjectionContext.getObjectDeltaObject()ReturnsObjectDeltaObjectto be used e.g. expression evaluation regarding this projection.LensProjectionContext.getStateBeforeSimulatedOperation()Returns the (estimated) state before the simulated operation began.LensProjectionContext.getSummarySecondaryDelta()LensProjectionContext.getSyncDelta()Methods in com.evolveum.midpoint.model.impl.lens with parameters of type ShadowTypeModifier and TypeMethodDescriptionProjectionContextKeyFactoryImpl.createKey(@NotNull ShadowType shadow, @NotNull Task task, @NotNull OperationResult result) voidLensProjectionContext.determineFullShadowFlag(ShadowType loadedShadow) Sets the full shadow flag, based on the situation (including the fetch result).Method parameters in com.evolveum.midpoint.model.impl.lens with type arguments of type ShadowTypeModifier and TypeMethodDescriptionvoidLensProjectionContext.addAccountSyncDelta(ObjectDelta<ShadowType> delta) voidLensProjectionContext.forEachDelta(Consumer<ObjectDelta<ShadowType>> consumer) voidLensProjectionContext.replaceOldAndCurrentObject(String oid, PrismObject<ShadowType> objectOld, PrismObject<ShadowType> objectCurrent) voidLensProjectionContext.setCurrentObject(@Nullable PrismObject<ShadowType> object) voidLensProjectionContext.setCurrentObjectAndOid(@NotNull PrismObject<ShadowType> object) voidLensProjectionContext.setInitialObject(@NotNull PrismObject<ShadowType> object) voidLensProjectionContext.setLoadedObject(@NotNull PrismObject<ShadowType> object) voidLensProjectionContext.setSyncDelta(ObjectDelta<ShadowType> syncDelta) voidLensProjectionContext.simulateDeltaExecution(@NotNull ObjectDelta<ShadowType> delta) -
Uses of ShadowType in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds
Methods in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds that return types with arguments of type ShadowTypeModifier and TypeMethodDescription@Nullable ObjectDelta<ShadowType>DefaultSingleShadowInboundsProcessingContextImpl.getResourceObjectDelta()InboundSourceData.AssociationValue.getShadowVariableValue()default PrismObject<ShadowType>InboundSourceData.getShadowVariableValue()Returns old or current shadow, for the purpose of setting expression variables.InboundSourceData.Shadow.getShadowVariableValue()Method parameters in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds with type arguments of type ShadowTypeModifier and TypeMethodDescriptionstatic InboundSourceDataInboundSourceData.forShadow(@Nullable PrismObject<ShadowType> oldShadow, @Nullable PrismObject<ShadowType> currentShadow, @Nullable ObjectDelta<ShadowType> delta, boolean isDeltaEffective) static InboundSourceDataInboundSourceData.forShadow(@Nullable PrismObject<ShadowType> oldShadow, @Nullable PrismObject<ShadowType> currentShadow, @Nullable ObjectDelta<ShadowType> delta, boolean isDeltaEffective) static @NotNull InboundSourceDataInboundSourceData.forShadowLikeValue(@NotNull ShadowLikeValue shadowLikeValue, @Nullable ObjectDelta<ShadowType> resourceObjectDelta) The delta (if present) must be the sync delta.static InboundSourceDataInboundSourceData.forShadowWithoutDelta(@Nullable PrismObject<ShadowType> shadow) @NotNull InboundSourceDataInboundSourceData.Shadow.updateShadowAfterReload(@NotNull PrismObject<ShadowType> currentShadow) default @NotNull InboundSourceDataInboundSourceData.updateShadowAfterReload(@NotNull PrismObject<ShadowType> currentShadow) Constructors in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds with parameters of type ShadowTypeModifierConstructorDescriptionShadow(@Nullable ShadowType oldShadow, @Nullable ShadowType currentShadow, @Nullable ObjectDelta<ShadowType> shadowDelta, boolean isDeltaEffective, boolean shadowReloaded) Constructor parameters in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds with type arguments of type ShadowTypeModifierConstructorDescriptionShadow(@Nullable ShadowType oldShadow, @Nullable ShadowType currentShadow, @Nullable ObjectDelta<ShadowType> shadowDelta, boolean isDeltaEffective, boolean shadowReloaded) -
Uses of ShadowType in com.evolveum.midpoint.model.impl.lens.projector.mappings
Methods in com.evolveum.midpoint.model.impl.lens.projector.mappings that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptionProjectionMappingLoader.load(String loadReason, Task task, OperationResult result) -
Uses of ShadowType in com.evolveum.midpoint.model.impl.sync
Methods in com.evolveum.midpoint.model.impl.sync that return ShadowTypeModifier and TypeMethodDescription@NotNull ShadowTypeSynchronizationContext.getShadowedResourceObject()Methods in com.evolveum.midpoint.model.impl.sync that return types with arguments of type ShadowTypeModifier and TypeMethodDescription@Nullable ObjectDelta<ShadowType>SynchronizationContext.getResourceObjectDelta()Methods in com.evolveum.midpoint.model.impl.sync with parameters of type ShadowTypeModifier and TypeMethodDescriptionstatic <F extends FocusType>
FPreMappingsEvaluator.computePreFocus(@NotNull ShadowType shadowedResourceObject, @NotNull ResourceObjectTypeDefinition objectTypeDefinition, @NotNull ResourceType resource, @NotNull Class<F> focusClass, @NotNull Task task, @NotNull OperationResult result) @Nullable ObjectSynchronizationDiscriminatorTypeSynchronizationSorterEvaluatorImpl.evaluate(@NotNull ShadowType combinedObject, @NotNull ResourceType resource, @NotNull Task task, @NotNull OperationResult parentResult) -
Uses of ShadowType in com.evolveum.midpoint.model.impl.sync.tasks
Methods in com.evolveum.midpoint.model.impl.sync.tasks with parameters of type ShadowTypeModifier and TypeMethodDescription@NotNull ProcessingScopeSyncTaskHelper.createProcessingScopeForShadow(@NotNull ShadowType shadow, Task task, OperationResult opResult) CreatesProcessingScopefor a single shadow.static ProcessingScopeProcessingScope.of(@NotNull ResourceType resource, @NotNull ShadowType shadow) See the note in class-level javadoc.Method parameters in com.evolveum.midpoint.model.impl.sync.tasks with type arguments of type ShadowTypeModifier and TypeMethodDescriptionbooleanNullPostSearchFilterImpl.matches(@NotNull PrismObject<ShadowType> shadow) booleanPostSearchFilter.matches(@NotNull PrismObject<ShadowType> shadow) booleanProcessingScope.PostSearchFilterImpl.matches(@NotNull PrismObject<ShadowType> shadow) voidSynchronizer.synchronize(PrismObject<ShadowType> shadowObject, String itemProcessingIdentifier, Task workerTask, OperationResult result) This methods will be called for each search result. -
Uses of ShadowType in com.evolveum.midpoint.model.impl.sync.tasks.imp
Methods in com.evolveum.midpoint.model.impl.sync.tasks.imp with parameters of type ShadowTypeModifier and TypeMethodDescriptionbooleanAbstractImportActivityRun.processItem(@NotNull ShadowType object, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask workerTask, OperationResult result) Method parameters in com.evolveum.midpoint.model.impl.sync.tasks.imp with type arguments of type ShadowTypeModifier and TypeMethodDescriptionvoidAbstractImportActivityRun.customizeSearchOptions(SearchSpecification<ShadowType> searchSpecification, OperationResult result) booleanAbstractImportActivityRun.processItem(@NotNull ShadowType object, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask workerTask, OperationResult result) -
Uses of ShadowType in com.evolveum.midpoint.model.impl.sync.tasks.recon
Methods in com.evolveum.midpoint.model.impl.sync.tasks.recon with parameters of type ShadowTypeModifier and TypeMethodDescriptionbooleanResourceObjectsReconciliationActivityRun.processItem(@NotNull ShadowType object, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask workerTask, OperationResult result) Method parameters in com.evolveum.midpoint.model.impl.sync.tasks.recon with type arguments of type ShadowTypeModifier and TypeMethodDescriptionvoidResourceObjectsReconciliationActivityRun.customizeSearchOptions(SearchSpecification<ShadowType> searchSpecification, OperationResult result) booleanResourceObjectsReconciliationActivityRun.processItem(@NotNull ShadowType object, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask workerTask, OperationResult result) -
Uses of ShadowType in com.evolveum.midpoint.model.impl.tasks
Methods in com.evolveum.midpoint.model.impl.tasks that return ShadowTypeModifier and TypeMethodDescriptionShadowFetchingPreprocessor.preprocess(ShadowType originalShadow, Task task, OperationResult result) Methods in com.evolveum.midpoint.model.impl.tasks that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptionAdvancedActivityRunSupportImpl.createShadowFetchingPreprocessor(@NotNull Producer<Collection<SelectorOptions<GetOperationOptions>>> producerOptions, @NotNull SchemaService schemaService) protected @NotNull SimpleActivityHandler.ExecutionSupplier<ShadowType,ShadowCleanupActivityHandler.MyWorkDefinition, ShadowCleanupActivityHandler> ShadowCleanupActivityHandler.getExecutionSupplier()Methods in com.evolveum.midpoint.model.impl.tasks with parameters of type ShadowTypeModifier and TypeMethodDescriptionShadowFetchingPreprocessor.preprocess(ShadowType originalShadow, Task task, OperationResult result) booleanShadowCleanupActivityHandler.MyRun.processItem(@NotNull ShadowType shadow, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask workerTask, OperationResult result) Method parameters in com.evolveum.midpoint.model.impl.tasks with type arguments of type ShadowTypeModifier and TypeMethodDescriptionvoidShadowCleanupActivityHandler.MyRun.customizeQuery(SearchSpecification<ShadowType> searchSpecification, OperationResult result) voidShadowCleanupActivityHandler.MyRun.customizeSearchOptions(SearchSpecification<ShadowType> searchSpecification, OperationResult result) booleanShadowCleanupActivityHandler.MyRun.processItem(@NotNull ShadowType shadow, @NotNull ItemProcessingRequest<ShadowType> request, RunningTask workerTask, OperationResult result) -
Uses of ShadowType in com.evolveum.midpoint.model.impl.util
Methods in com.evolveum.midpoint.model.impl.util with parameters of type ShadowTypeModifier and TypeMethodDescriptionstatic VariablesMapModelImplUtils.getDefaultVariablesMap(ObjectType focus, ShadowType shadow, ResourceType resource, SystemConfigurationType configuration) -
Uses of ShadowType in com.evolveum.midpoint.model.impl.visualizer
Methods in com.evolveum.midpoint.model.impl.visualizer with parameters of type ShadowTypeModifier and TypeMethodDescriptionprotected final StringShadowDescriptionHandler.getShadowName(ShadowType shadow) -
Uses of ShadowType in com.evolveum.midpoint.notifications.api.events
Methods in com.evolveum.midpoint.notifications.api.events that return ShadowTypeMethods in com.evolveum.midpoint.notifications.api.events that return types with arguments of type ShadowType -
Uses of ShadowType in com.evolveum.midpoint.provisioning.api
Methods in com.evolveum.midpoint.provisioning.api that return ShadowTypeMethods in com.evolveum.midpoint.provisioning.api that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptionPrismObject<? extends ShadowType>ResourceOperationDescription.getCurrentShadow()Shadow describing the object that was the target of the operation.@NotNull ObjectDelta<ShadowType>ShadowSimulationData.getDelta()ExternalResourceEvent.getObjectDelta()ResourceObjectShadowChangeDescription.getObjectDelta()ObjectDelta<? extends ShadowType>ResourceOperationDescription.getObjectDelta()The operation that was about to execute and that has failed.ExternalResourceEvent.getOldRepoShadow()ExternalResourceEvent.getResourceObject()SynchronizationEvent.getShadowedObject()The resulting combination of resource object and its repo shadow.default @NotNull PrismObject<ShadowType>SynchronizationEvent.getShadowedObjectRequired()@NotNull PrismObject<ShadowType>ResourceObjectShadowChangeDescription.getShadowedResourceObject()Methods in com.evolveum.midpoint.provisioning.api with parameters of type ShadowTypeModifier and TypeMethodDescription@NotNull ResourceObjectClassificationProvisioningService.classifyResourceObject(@NotNull ShadowType combinedObject, @NotNull ResourceType resource, @Nullable ObjectSynchronizationDiscriminatorType existingSorterResult, @NotNull Task task, @NotNull OperationResult result) Classifies resource object, i.e. determines its kind and intent (not the tag!).@Nullable ObjectSynchronizationDiscriminatorTypeSynchronizationSorterEvaluator.evaluate(@NotNull ShadowType combinedObject, @NotNull ResourceType resource, @NotNull Task task, @NotNull OperationResult result) TODO@Nullable StringProvisioningService.generateShadowTag(@NotNull ShadowType combinedObject, @NotNull ResourceType resource, @NotNull ResourceObjectDefinition definition, @NotNull Task task, @NotNull OperationResult result) Generates shadow tag (for multi-account scenarios). .static ShadowSimulationDataShadowSimulationData.of(@NotNull ShadowType shadow, @NotNull Collection<ItemDelta<?, ?>> itemDeltas) Method parameters in com.evolveum.midpoint.provisioning.api with type arguments of type ShadowTypeModifier and TypeMethodDescriptionProvisioningService.checkConstraints(ResourceObjectDefinition objectTypeDefinition, PrismObject<ShadowType> shadowObject, PrismObject<ShadowType> shadowObjectOld, ResourceType resource, String shadowOid, ConstraintViolationConfirmer constraintViolationConfirmer, ConstraintsCheckingStrategyType strategy, ProvisioningOperationContext context, @NotNull Task task, @NotNull OperationResult parentResult) TODO descriptionbooleanConstraintViolationConfirmer.confirmViolation(PrismObject<ShadowType> conflictingShadowCandidate) Returns true if the candidate conflicts with the shadow being checked.voidProvisioningService.determineShadowState(PrismObject<ShadowType> shadow, Task task, OperationResult parentResult) Determines shadow lifecycle state (shadow state for short), updating the shadow object.static ShadowLivenessStateShadowLivenessState.forShadow(PrismObject<ShadowType> shadow) static ShadowLivenessStateShadowLivenessState.forShadowWithState(PrismObject<ShadowType> shadow) voidProvisioningService.refreshShadow(@NotNull PrismObject<ShadowType> shadow, ProvisioningOperationOptions options, ProvisioningOperationContext context, @NotNull Task task, @NotNull OperationResult parentResult) Makes sure that the shadow is in accord with the reality.default voidProvisioningService.refreshShadow(PrismObject<ShadowType> shadow, ProvisioningOperationOptions options, Task task, OperationResult parentResult) This is method doesn't takeProvisioningOperationContextas a parameter to simplify backward compatibility for now.voidResourceOperationDescription.setCurrentShadow(PrismObject<? extends ShadowType> currentShadow) voidResourceObjectShadowChangeDescription.setObjectDelta(ObjectDelta<ShadowType> objectDelta) voidResourceOperationDescription.setObjectDelta(ObjectDelta<? extends ShadowType> objectDelta) voidResourceObjectShadowChangeDescription.setShadowedResourceObject(@NotNull PrismObject<ShadowType> shadowedResourceObject) voidProvisioningService.updateShadowMarksAndPolicies(PrismObject<ShadowType> shadow, boolean isNew, Task task, OperationResult parentResult) Determines effective shadow marks and policies, updating the shadow object in memory.Constructor parameters in com.evolveum.midpoint.provisioning.api with type arguments of type ShadowTypeModifierConstructorDescriptionExternalResourceEvent(ObjectDelta<ShadowType> objectDelta, PrismObject<ShadowType> resourceObject, PrismObject<ShadowType> oldRepoShadow, String sourceChannel) ExternalResourceEvent(ObjectDelta<ShadowType> objectDelta, PrismObject<ShadowType> resourceObject, PrismObject<ShadowType> oldRepoShadow, String sourceChannel) -
Uses of ShadowType in com.evolveum.midpoint.repo.common.activity.run
Methods in com.evolveum.midpoint.repo.common.activity.run that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptionAdvancedActivityRunSupport.createShadowFetchingPreprocessor(@NotNull Producer<Collection<SelectorOptions<GetOperationOptions>>> producerOptions, @NotNull SchemaService schemaService) -
Uses of ShadowType in com.evolveum.midpoint.repo.common.expression
Methods in com.evolveum.midpoint.repo.common.expression with parameters of type ShadowTypeModifier and TypeMethodDescriptionstatic VariablesMapExpressionUtil.getDefaultVariablesMap(ObjectType focus, ShadowType shadow, ResourceType resource, SystemConfigurationType configuration) Used by both `provisioning` and `model`. -
Uses of ShadowType in com.evolveum.midpoint.repo.sqale.qmodel.shadow
Methods in com.evolveum.midpoint.repo.sqale.qmodel.shadow that return ShadowTypeModifier and TypeMethodDescriptionQShadowMapping.toSchemaObject(@NotNull com.querydsl.core.Tuple row, @NotNull QShadow entityPath, @NotNull JdbcSession jdbcSession, Collection<SelectorOptions<GetOperationOptions>> options) Methods in com.evolveum.midpoint.repo.sqale.qmodel.shadow that return types with arguments of type ShadowTypeMethods in com.evolveum.midpoint.repo.sqale.qmodel.shadow with parameters of type ShadowTypeModifier and TypeMethodDescriptionvoidQShadowMapping.preprocessCacheableUris(ShadowType shadow) voidQShadowMapping.storeRelatedEntities(@NotNull MShadow row, @NotNull ShadowType shadow, @NotNull JdbcSession jdbcSession) @NotNull MShadowQShadowMapping.toRowObjectWithoutFullObject(ShadowType shadow, JdbcSession jdbcSession) Constructor parameters in com.evolveum.midpoint.repo.sqale.qmodel.shadow with type arguments of type ShadowTypeModifierConstructorDescriptionShadowReferenceAttributesUpdateContext(SqaleUpdateContext<?, QShadow, MShadow> parentContext, QueryModelMapping<ShadowType, QShadow, MShadow> mapping) -
Uses of ShadowType in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptionstatic List<ObjectDeltaOperation<ShadowType>>ObjectDeltaOperation.findProjectionDeltasInCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> odos) -
Uses of ShadowType in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that return ShadowTypeModifier and TypeMethodDescription@NotNull ShadowTypeShadowReferenceAttributeValue.getShadowBean()Target object or its reference.Methods in com.evolveum.midpoint.schema.processor that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptionstatic PrismObjectDefinition<ShadowType>ObjectFactory.constructObjectDefinition(ShadowAttributesContainerDefinition rACD, ShadowAssociationsContainerDefinition rAsCD) AbstractResourceObjectDefinitionImpl.getPrismObjectDefinition()CompositeObjectDefinitionImpl.getPrismObjectDefinition()ResourceObjectDefinition.getPrismObjectDefinition()Returns a prism definition for the prism object/objects carrying the resource object/objects.default @NotNull PrismObjectDefinition<ShadowType>ResourceObjectDefinition.toPrismObjectDefinition()CallResourceObjectDefinition.getPrismObjectDefinition()for the cached version.Methods in com.evolveum.midpoint.schema.processor with parameters of type ShadowTypeModifier and TypeMethodDescriptionvoidShadowDefinitionApplicator.applyToAssociationValues(ShadowType shadow) Applies the correct definitions to objects embedded in association values.voidShadowDefinitionApplicator.applyToShadow(@NotNull ShadowType bean) Applies the definition to the model-level or resource-level shadow.static @Nullable ResourceObjectTypeIdentificationResourceObjectTypeIdentification.createIfKnown(@NotNull ShadowType shadow) default @Nullable ResourceObjectDefinitionResourceSchema.findDefinitionForShadow(@NotNull ShadowType shadow) Convenience variant ofResourceSchema.findDefinitionForShadow(ShadowType, Collection).default @Nullable ResourceObjectDefinitionResourceSchema.findDefinitionForShadow(@NotNull ShadowType shadow, @NotNull Collection<QName> additionalAuxObjectClassNames) Returns appropriateResourceObjectDefinitionfor given shadow.ResourceObjectIdentification.fromCompleteShadow(@NotNull ResourceObjectDefinition resourceObjectDefinition, @NotNull ShadowType shadow) Returns identification for a shadow.ResourceObjectIdentification.fromCompleteShadow(@NotNull ShadowType shadow) Returns identification for a shadow.@Nullable ResourceObjectDefinitionResourceSchemaRegistry.getDefinitionForShadow(@NotNull ShadowType shadow) default booleanShadowAssociationDefinition.matches(@NotNull ShadowType potentialTarget) default booleanShadowReferenceAttributeDefinition.matches(@NotNull ShadowType potentialTarget) Returns `true` if the provided shadow is a legal target for this reference (according to the definition).booleanShadowRelationParticipantType.matches(@NotNull ShadowType shadow) static @NotNull ResourceObjectIdentifiersResourceObjectIdentifiers.of(@NotNull ResourceObjectDefinition objDef, @NotNull ShadowType repoShadow) Creates identifiers from a shadow.static @NotNull Optional<ResourceObjectIdentifiers>ResourceObjectIdentifiers.optionalOf(@NotNull ResourceObjectDefinition objDef, @NotNull ShadowType repoShadow) Creates identifiers from a shadow, if possible.static @NotNull Optional<ResourceObjectIdentifiers>ResourceObjectIdentifiers.optionalOf(@NotNull ShadowType bean) Creates identifiers from a shadow, if possible.Method parameters in com.evolveum.midpoint.schema.processor with type arguments of type ShadowTypeModifier and TypeMethodDescriptionvoidShadowDefinitionApplicator.applyToDelta(@NotNull ObjectDelta<ShadowType> delta) -
Uses of ShadowType in com.evolveum.midpoint.schema.processor.deleg
Methods in com.evolveum.midpoint.schema.processor.deleg that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptiondefault PrismObjectDefinition<ShadowType>ResourceObjectDefinitionDelegator.getPrismObjectDefinition() -
Uses of ShadowType in com.evolveum.midpoint.schema.statistics
Constructors in com.evolveum.midpoint.schema.statistics with parameters of type ShadowType -
Uses of ShadowType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return ShadowTypeModifier and TypeMethodDescriptionShadowBuilder.asObjectable()@NotNull ShadowTypeAbstractShadow.getBean()Returns theShadowTypebean backing this object.@NotNull ShadowTypeAbstractShadow.Impl.getBean()@NotNull ShadowTypeRawRepoShadow.getBean()static @Nullable ShadowTypeRawRepoShadow.getBean(@Nullable RawRepoShadow repoShadow) Methods in com.evolveum.midpoint.schema.util that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptionstatic PrismObjectDefinition<ShadowType>ShadowUtil.applyObjectDefinition(PrismObjectDefinition<ShadowType> shadowDefinition, ResourceObjectDefinition objectClassDefinition) ShadowBuilder.asPrismObject()default @NotNull PrismObject<ShadowType>AbstractShadow.getPrismObject()@NotNull PrismObject<ShadowType>RawRepoShadow.getPrismObject()Methods in com.evolveum.midpoint.schema.util with parameters of type ShadowTypeModifier and TypeMethodDescriptionstatic voidShadowUtil.addAssociation(ShadowType shadow, ShadowReferenceAttribute association) static voidShadowUtil.addAttribute(ShadowType shadow, ShadowAttribute<?, ?, ?, ?> attribute) static voidShadowUtil.addPrimaryIdentifierValue(ShadowType shadow, Object primaryIdentifierValue) Adds primary identifier value to the shadow.static voidMatchingUtil.copyAttributes(FocusType preFocus, ShadowType resourceObject) Copies attributes into focus object.static @NotNull ShadowAssociationValueTypeShadowAssociationsUtil.createSingleRefRawValue(@NotNull ItemName refName, @NotNull ShadowType shadow) Creates a trivial (single-object-ref) association value as the raw (definition-less) bean.static PolyStringShadowUtil.determineShadowName(ShadowType shadow) static booleanShadowUtil.equalsByContent(@NotNull ShadowType s1, @NotNull ShadowType s2) Compares the shadows on a high level, with the aim of determining if two target shadows are the same.static ActivationStatusTypeActivationUtil.getAdministrativeStatus(ShadowType shadow) static @NotNull Collection<ShadowSimpleAttribute<?>>ShadowUtil.getAllIdentifiers(ShadowType shadow) static ShadowAssociationShadowUtil.getAssociation(ShadowType shadow, QName associationName) static @NotNull Collection<ShadowAssociation>ShadowUtil.getAssociations(@NotNull ShadowType shadow) TODOstatic @NotNull ShadowAssociationsCollectionShadowUtil.getAssociationsCollection(@NotNull ShadowType shadowBean) static @Nullable ShadowAssociationsContainerShadowUtil.getAssociationsContainer(@NotNull ShadowType shadow) Similar toShadowUtil.getAttributesContainer(ShadowType).static ShadowAssociationsContainerShadowUtil.getAssociationsContainerRequired(@NotNull ShadowType shadow) static @NotNull Collection<ShadowAttribute<?,?, ?, ?>> ShadowUtil.getAttributes(ShadowType shadowType) static ShadowAttributesContainerShadowUtil.getAttributesContainer(ShadowType shadowType) static @NotNull ShadowAttributesContainerShadowUtil.getAttributesContainerRequired(ShadowType shadow) static @NotNull Collection<Item<?,?>> ShadowUtil.getAttributesRaw(@NotNull ShadowType shadow) Here we assume that the definition may not be applied yet.static @NotNull Collection<? extends Item<?,?>> ShadowUtil.getAttributesTolerant(ShadowType shadowType) static <T> TShadowUtil.getAttributeValue(ShadowType shadowType, QName attrName) static <T> List<T>ShadowUtil.getAttributeValues(ShadowType shadowType, QName attrName) static <T> Collection<T>ShadowUtil.getAttributeValues(ShadowType shadow, QName attributeQname, Class<T> type) static ShadowCorrelationStateTypeShadowUtil.getCorrelationStateRequired(@NotNull ShadowType shadow) static <T extends AbstractCorrelatorStateType>
TShadowUtil.getCorrelatorStateRequired(@NotNull ShadowType shadow, Class<T> clazz) static StringShadowUtil.getHumanReadableName(ShadowType shadowType) static StringShadowUtil.getIntent(ShadowType shadow) Returns intent from the shadow.static ShadowKindTypeShadowUtil.getKind(ShadowType shadow) static XMLGregorianCalendarShadowUtil.getLastLoginTimestampValue(ShadowType shadow) static @Nullable SynchronizationSituationDescriptionTypeShadowUtil.getLastSyncSituationDescription(@NotNull ShadowType shadow) static LockoutStatusTypeActivationUtil.getLockoutStatus(ShadowType objectType) static ShadowSimpleAttribute<String>ShadowUtil.getNamingAttribute(ShadowType shadow) static @NotNull ResourceObjectClassDefinitionShadowUtil.getObjectClassDefinition(@NotNull ShadowType shadow) static @NotNull QNameShadowUtil.getObjectClassRequired(@NotNull ShadowType shadow) static ActivationTypeShadowUtil.getOrCreateActivation(ShadowType shadowType) static ShadowAssociationsContainerShadowUtil.getOrCreateAssociationsContainer(ShadowType shadow) Assuming the shadow has the correct definition.static @NotNull ShadowAttributesContainerShadowUtil.getOrCreateAttributesContainer(ShadowType shadow) Assuming the shadow has the correct definition.static ShadowAttributesContainerShadowUtil.getOrCreateAttributesContainer(ShadowType shadow, ResourceObjectDefinition definition) static ShadowBehaviorTypeShadowUtil.getOrCreateShadowBehavior(ShadowType shadowType) static @NotNull PasswordTypeShadowUtil.getOrCreateShadowPassword(ShadowType shadow) static ProtectedStringTypeShadowUtil.getPasswordValue(ShadowType shadowType) static @Nullable PrismProperty<ProtectedStringType>ShadowUtil.getPasswordValueProperty(@Nullable ShadowType shadow) static ResourceObjectIdentifier.Primary<?>ShadowUtil.getPrimaryIdentifier(@NotNull ShadowType shadow) The shadow must have definitions applied.static Collection<ShadowSimpleAttribute<?>>ShadowUtil.getPrimaryIdentifiers(ShadowType shadowType) static @Nullable ObjectShadowUtil.getPrimaryIdentifierValue(@NotNull ShadowType shadow, @NotNull ResourceObjectDefinition objectDefinition) static @NotNull Collection<ShadowReferenceAttribute>ShadowUtil.getReferenceAttributes(@NotNull ShadowType shadow) Returns a detached, immutable list.static @NotNull ShadowReferenceAttributesCollectionShadowUtil.getReferenceAttributesCollection(@NotNull ShadowType shadowBean) static PolyStringShadowUtil.getResourceName(ShadowType shadowType) static @NotNull ResourceObjectDefinitionShadowUtil.getResourceObjectDefinition(@NotNull ShadowType shadow) The definition is derived either from attributes container or from the prism definition (must not be raw).static StringShadowUtil.getResourceOid(ShadowType shadowType) static @NotNull StringShadowUtil.getResourceOidRequired(@NotNull ShadowType shadow) static Collection<ShadowSimpleAttribute<?>>ShadowUtil.getSecondaryIdentifiers(ShadowType shadowType) static <T> ShadowSimpleAttribute<T>ShadowUtil.getSimpleAttribute(ShadowType shadow, QName attrName) static @NotNull Collection<ShadowSimpleAttribute<?>>ShadowUtil.getSimpleAttributes(ShadowType shadowType) static StringShadowUtil.getSingleStringAttributeValue(ShadowType shadow, QName attrName) static <T> @Nullable PrismPropertyValue<T>ShadowUtil.getSingleValue(ShadowType shadow, QName attrName, Object errorCtx) static <T> @NotNull PrismPropertyValue<T>ShadowUtil.getSingleValueRequired(ShadowType shadow, QName attrName, Object errorCtx) ShadowUtil.getTypeIdentification(ShadowType shadow) static XMLGregorianCalendarActivationUtil.getValidFrom(ShadowType shadow) static XMLGregorianCalendarActivationUtil.getValidTo(ShadowType shadow) static booleanActivationUtil.hasAdministrativeActivation(ShadowType objectType) static booleanShadowUtil.hasAuxiliaryObjectClass(@NotNull ShadowType bean, @NotNull QName name) static booleanShadowUtil.hasFetchError(@NotNull ShadowType shadow) Beware, maintenance mode has PARTIAL_ERROR here.static booleanActivationUtil.isAdministrativeEnabled(ShadowType objectType) static booleanShadowUtil.isClassified(ShadowType shadow) static booleanShadowUtil.isConflicting(ShadowType shadow1, ShadowType shadow2) static booleanShadowUtil.isDead(ShadowType shadow) static booleanShadowUtil.isExists(ShadowType shadow) static booleanShadowUtil.isGone(@NotNull ShadowType shadow) Returns true if the shadow state indicates that it is 'gone', i.e. no longer on the resource.static booleanShadowUtil.isGoneApproximate(@NotNull ShadowType shadow) AsShadowUtil.isGone(ShadowType)but with possibly incomplete information.static booleanShadowUtil.isNotDead(ShadowType shadow) static booleanShadowUtil.isProtected(@Nullable ShadowType shadow) static booleanShadowUtil.isRaw(@NotNull ShadowType shadowBean) static booleanShadowUtil.matches(@NotNull ShadowType shadow, @NotNull ShadowDiscriminatorType discriminator) static booleanShadowUtil.matches(@NotNull ShadowType shadow, @Nullable String resourceOid, @Nullable ShadowKindType kind, @Nullable String intent) Null values mean "any" here.static booleanShadowUtil.matchesPattern(ShadowType shadowType, ShadowDiscriminatorType discr) InterpretsShadowDiscriminatorTypeas a pattern.static AbstractShadowAbstractShadow.of(@NotNull ShadowType bean) static @NotNull RawRepoShadowRawRepoShadow.of(@NotNull ShadowType bean) static @NotNull ShadowAssociationsMapShadowAssociationsMap.of(@NotNull ShadowType shadow) static ShadowAssociationsCollectionShadowAssociationsCollection.ofShadow(@NotNull ShadowType shadow) ShadowReferenceAttributesCollection.ofShadow(@NotNull ShadowType shadow) Returns all reference attributes of given shadow.static voidShadowUtil.setCorrelatorState(@NotNull ShadowType shadow, @Nullable AbstractCorrelatorStateType state) static voidShadowUtil.setPassword(ShadowType shadow, ProtectedStringType passwordValue) static voidShadowUtil.setPasswordIncomplete(ShadowType shadow) Does not touch the actual password value.static @NotNull ShadowAttributesContainerShadowUtil.setupAttributesContainer(@NotNull ShadowType shadowBean, @NotNull ResourceObjectDefinition objectDefinition) Creates the resource attributes container with a proper definition.static StringShadowUtil.shortDumpShadow(ShadowType shadow) static ObjectShadowUtil.shortDumpShadowLazily(ShadowType shadow) static voidShadowUtil.validateAttributeSchema(ShadowType shadow, ResourceObjectDefinition objectDefinition) static booleanShadowUtil.wasSynchronizedAfterDeath(ShadowType shadow) @NotNull AbstractShadowAbstractShadow.Impl.withNewContent(@NotNull ShadowType newBean) @NotNull AbstractShadowAbstractShadow.withNewContent(@NotNull ShadowType newBean) Replaces the in-memory representation with the new content but the same definition.Method parameters in com.evolveum.midpoint.schema.util with type arguments of type ShadowTypeModifier and TypeMethodDescriptionstatic PrismObjectDefinition<ShadowType>ShadowUtil.applyObjectDefinition(PrismObjectDefinition<ShadowType> shadowDefinition, ResourceObjectDefinition objectClassDefinition) static voidShadowUtil.applyResourceSchema(PrismObject<? extends ShadowType> shadow, ResourceSchema resourceSchema) This is not supposed to be used in production code!static voidShadowUtil.checkConsistence(PrismObject<? extends ShadowType> shadow, String desc) static PolyStringShadowUtil.determineShadowName(PrismObject<ShadowType> shadow) static @NotNull ItemCachedStatusShadowUtil.getActivationCachedStatus(@Nullable PrismObject<ShadowType> shadow, @NotNull ResourceObjectDefinition definition, @NotNull XMLGregorianCalendar now) static ActivationStatusTypeActivationUtil.getAdministrativeStatus(PrismObject<ShadowType> shadow) static @NotNull Collection<? extends ShadowAssociationValue>ShadowUtil.getAdoptedAssociationValues(@NotNull PrismObject<ShadowType> shadow, QName assocName) TODO better name ... the idea is that the shadow has the correct definition, but currently we cannot use AbstractShadow, because there are some differences in definitions ... to be researched.static @NotNull Collection<ShadowSimpleAttribute<?>>ShadowUtil.getAllIdentifiers(PrismObject<? extends ShadowType> shadow) static ShadowAssociationShadowUtil.getAssociation(PrismObject<ShadowType> shadow, QName associationName) static @NotNull Collection<ShadowAssociation>ShadowUtil.getAssociations(@NotNull PrismObject<ShadowType> shadow) static ShadowAssociationsContainerShadowUtil.getAssociationsContainer(@NotNull PrismObject<ShadowType> shadow) Similar toShadowUtil.getAttributesContainer(ShadowType).static @NotNull Collection<? extends ShadowAssociationValue>ShadowUtil.getAssociationValues(@NotNull PrismObject<ShadowType> shadow, QName assocName) Returns the values of given association.static @NotNull Collection<ShadowAssociationValueType>ShadowUtil.getAssociationValuesRaw(@NotNull PrismObject<ShadowType> shadow, QName assocName) Returns the values of given association.static @NotNull Collection<ShadowAttribute<?,?, ?, ?>> ShadowUtil.getAttributes(PrismObject<? extends ShadowType> shadow) static @Nullable ShadowAttributesContainerShadowUtil.getAttributesContainer(PrismObject<? extends ShadowType> shadow) static @NotNull ShadowAttributesContainerShadowUtil.getAttributesContainerRequired(PrismObject<ShadowType> shadow) static <T> TShadowUtil.getAttributeValue(PrismObject<? extends ShadowType> shadow, QName attrName) static <T> @NotNull List<T>ShadowUtil.getAttributeValues(PrismObject<? extends ShadowType> shadow, QName attrName) static Collection<QName>ShadowUtil.getCachedAttributesNames(@Nullable PrismObject<ShadowType> shadow, @NotNull CompositeObjectDefinition definition, @NotNull XMLGregorianCalendar now) static StringShadowUtil.getDiagInfo(PrismObject<ShadowType> shadow) static ObjectShadowUtil.getDiagInfoLazily(PrismObject<ShadowType> shadow) static StringActivationUtil.getDisableReason(PrismObject<ShadowType> shadow) static StringShadowUtil.getHumanReadableName(PrismObject<? extends ShadowType> shadow) static ObjectShadowUtil.getHumanReadableNameLazily(PrismObject<? extends ShadowType> shadow) static StringShadowUtil.getIntent(PrismObject<ShadowType> shadow) static ShadowKindTypeShadowUtil.getKind(PrismObject<ShadowType> shadow) static ShadowSimpleAttribute<String>ShadowUtil.getNamingAttribute(PrismObject<? extends ShadowType> shadow) static ShadowAttributesContainerShadowUtil.getOrCreateAttributesContainer(PrismObject<? extends ShadowType> shadow, ResourceObjectDefinition definition) static @NotNull ShadowAttributesContainerShadowUtil.getOrCreateAttributesContainer(PrismObject<ShadowType> shadow) static Collection<ShadowSimpleAttribute<?>>ShadowUtil.getPrimaryIdentifiers(PrismObject<? extends ShadowType> shadow) static ShadowReferenceAttributeShadowUtil.getReferenceAttribute(PrismObject<? extends ShadowType> shadow, QName attrName) static @NotNull Collection<ShadowReferenceAttribute>ShadowUtil.getReferenceAttributes(@NotNull PrismObject<ShadowType> shadow) static PolyStringShadowUtil.getResourceName(PrismObject<ShadowType> shadow) static @NotNull ResourceObjectDefinitionShadowUtil.getResourceObjectDefinition(@NotNull PrismObject<ShadowType> shadow) static StringShadowUtil.getResourceOid(PrismObject<ShadowType> shadow) static Collection<ShadowSimpleAttribute<?>>ShadowUtil.getSecondaryIdentifiers(PrismObject<? extends ShadowType> shadow) static ItemCachedStatusShadowUtil.getShadowCachedStatus(@NotNull PrismObject<ShadowType> shadow, @NotNull XMLGregorianCalendar now) Assuming that the shadow was obtained from the repository (cache), and has the correct definition, this method tells the client if the cached data can be considered fresh enough regarding the caching TTL.static @NotNull ItemCachedStatusShadowUtil.getShadowCachedStatus(@Nullable PrismObject<ShadowType> shadow, @NotNull ResourceObjectDefinition definition, @Nullable ShadowContentDescriptionType contentDescriptionOverride, @NotNull XMLGregorianCalendar now) The shadow can be raw here.static <T> ShadowSimpleAttribute<T>ShadowUtil.getSimpleAttribute(PrismObject<? extends ShadowType> shadow, QName attrName) static @NotNull Collection<ShadowSimpleAttribute<?>>ShadowUtil.getSimpleAttributes(PrismObject<? extends ShadowType> shadow) static @NotNull ItemCachedStatusShadowUtil.isAssociationLoaded(@NotNull ItemName assocName, @Nullable PrismObject<ShadowType> shadow, @NotNull ResourceObjectDefinition definition, @NotNull XMLGregorianCalendar now) static @NotNull ItemCachedStatusShadowUtil.isAttributeLoaded(@NotNull ItemName attrName, @Nullable PrismObject<ShadowType> shadow, @NotNull ResourceObjectDefinition definition, @Nullable ShadowAttributeDefinition<?, ?, ?, ?> attrDefOverride, @NotNull XMLGregorianCalendar now) static @NotNull ItemCachedStatusShadowUtil.isAuxiliaryObjectClassPropertyLoaded(@Nullable PrismObject<ShadowType> shadow, @NotNull ResourceObjectDefinition definition, @NotNull XMLGregorianCalendar now) static booleanShadowUtil.isDead(@NotNull PrismObject<ShadowType> shadow) static booleanShadowUtil.isExists(PrismObject<ShadowType> shadow) static booleanShadowUtil.isNotDead(PrismObject<ShadowType> shadow) static @NotNull ItemCachedStatusShadowUtil.isPasswordValueLoaded(@Nullable PrismObject<ShadowType> shadow, @NotNull ResourceObjectDefinition definition, @NotNull XMLGregorianCalendar now) static booleanShadowUtil.isProtected(PrismObject<? extends ShadowType> shadow) static AbstractShadowAbstractShadow.of(@NotNull PrismObject<ShadowType> prismObject) static @NotNull RawRepoShadowRawRepoShadow.of(@NotNull PrismObject<ShadowType> shadowObject) static @NotNull ShadowAssociationsMapShadowAssociationsMap.of(@NotNull PrismObject<ShadowType> shadow) ShadowReferenceAttributesCollection.ofObjectDelta(@Nullable ObjectDelta<ShadowType> objectDelta) static @Nullable RawRepoShadowRawRepoShadow.selectLiveShadow(@NotNull List<PrismObject<ShadowType>> shadows, Object context) static StringShadowUtil.shortDumpShadow(PrismObject<ShadowType> shadow) static ObjectShadowUtil.shortDumpShadowLazily(PrismObject<ShadowType> shadow) -
Uses of ShadowType in com.evolveum.midpoint.web.page.admin.home.dto
Constructor parameters in com.evolveum.midpoint.web.page.admin.home.dto with type arguments of type ShadowTypeModifierConstructorDescriptionPasswordAccountDto(@NotNull PrismObject<ShadowType> shadow, String resourceName, String resourceOid) -
Uses of ShadowType in com.evolveum.midpoint.web.page.admin.resources
Method parameters in com.evolveum.midpoint.web.page.admin.resources with type arguments of type ShadowTypeModifier and TypeMethodDescriptionprotected voidResourceContentPanel.customizeProvider(SelectableBeanObjectDataProvider<ShadowType> provider) Deprecated, for removal: This API element is subject to removal in a future version.protected booleanResourceContentPanel.isShadowDetailsEnabled(org.apache.wicket.model.IModel<SelectableBean<ShadowType>> rowModel) Deprecated, for removal: This API element is subject to removal in a future version.Constructor parameters in com.evolveum.midpoint.web.page.admin.resources with type arguments of type ShadowTypeModifierConstructorDescriptionShadowSummaryPanel(String id, org.apache.wicket.model.IModel<ShadowType> model, SummaryPanelSpecificationType summaryPanelSpecificationType) -
Uses of ShadowType in com.evolveum.midpoint.web.page.admin.shadows
Methods in com.evolveum.midpoint.web.page.admin.shadows that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptionprotected List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<ShadowType>,String>> ShadowTablePanel.createDefaultColumns()protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<ShadowType>,String> ShadowTablePanel.createNameColumn(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression) Methods in com.evolveum.midpoint.web.page.admin.shadows with parameters of type ShadowTypeModifier and TypeMethodDescriptionprotected voidShadowTablePanel.importPreviewResourceObject(ShadowType selected, org.apache.wicket.ajax.AjaxRequestTarget target) protected voidShadowTablePanel.importPreviewResourceObjectConfirmed(TaskExecutionMode mode, ShadowType selected, org.apache.wicket.ajax.AjaxRequestTarget target) protected voidShadowTablePanel.importResourceObject(ShadowType selected, org.apache.wicket.ajax.AjaxRequestTarget target) protected voidShadowTablePanel.objectDetailsPerformed(ShadowType object) Method parameters in com.evolveum.midpoint.web.page.admin.shadows with type arguments of type ShadowTypeModifier and TypeMethodDescriptionprotected booleanShadowTablePanel.isObjectDetailsEnabled(org.apache.wicket.model.IModel<SelectableBean<ShadowType>> rowModel) protected booleanShadowTablePanel.isShadowDetailsEnabled(org.apache.wicket.model.IModel<SelectableBean<ShadowType>> rowModel) protected voidShadowTablePanel.updateResourceObjectStatusPerformed(org.apache.wicket.model.IModel<SelectableBean<ShadowType>> selected, org.apache.wicket.ajax.AjaxRequestTarget target, boolean enabled) -
Uses of ShadowType in com.evolveum.midpoint.xml.ns._public.common.api_types_3
Fields in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with type parameters of type ShadowTypeMethods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return ShadowTypeMethods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return types with arguments of type ShadowTypeMethods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with parameters of type ShadowType -
Uses of ShadowType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as ShadowTypeModifier and TypeFieldDescriptionprotected ShadowTypeResourceObjectShadowChangeDescriptionType.currentShadowprotected ShadowTypeUcfChangeType.objectprotected ShadowTypeResourceObjectShadowChangeDescriptionType.oldShadowFields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type ShadowTypeMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ShadowTypeModifier and TypeMethodDescriptionShadowType.activation(ActivationType value) ShadowType.association(ShadowAssociationType value) ShadowType.associations(ShadowAssociationsType value) ShadowType.attributes(ShadowAttributesType value) ShadowType.auxiliaryObjectClass(QName value) ResourceObjectShadowChangeDescriptionType.beginCurrentShadow()UcfChangeType.beginObject()ResourceObjectShadowChangeDescriptionType.beginOldShadow()ShadowType.behavior(ShadowBehaviorType value) ShadowType.cachingMetadata(CachingMetadataType value) ShadowType.clone()ShadowType.contentDescription(ShadowContentDescriptionType value) ShadowType.correlation(ShadowCorrelationStateType value) ObjectFactory.createShadowType()ShadowType.credentials(CredentialsType value) ShadowType.deathTimestamp(String value) ShadowType.deathTimestamp(XMLGregorianCalendar value) ShadowType.description(String value) ShadowType.diagnosticInformation(DiagnosticInformationType value) ShadowType.documentation(String value) ShadowType.effectiveMarkRef(ObjectReferenceType value) ShadowType.effectiveMarkRef(String oid, QName type) ShadowType.effectiveMarkRef(String oid, QName type, QName relation) ShadowType.effectiveOperationPolicy(ObjectOperationPolicyType value) ShadowType.extension(ExtensionType value) ShadowType.fetchResult(OperationResultType value) ShadowType.fullSynchronizationTimestamp(String value) ShadowType.fullSynchronizationTimestamp(XMLGregorianCalendar value) ResourceObjectShadowChangeDescriptionType.getCurrentShadow()UcfChangeType.getObject()ResourceObjectShadowChangeDescriptionType.getOldShadow()ShadowType.indestructible(Boolean value) ShadowType.iterationToken(String value) ShadowType.kind(ShadowKindType value) ShadowType.lensContext(LensContextType value) ShadowType.lifecycleState(String value) ShadowType.metadata(MetadataType value) ShadowType.name(PolyStringType value) ShadowType.objectClass(QName value) ShadowType.operationExecution(OperationExecutionType value) ShadowType.parentOrgRef(ObjectReferenceType value) ShadowType.parentOrgRef(String oid, QName type) ShadowType.parentOrgRef(String oid, QName type, QName relation) ShadowType.pendingOperation(PendingOperationType value) ShadowType.policyException(PolicyExceptionType value) ShadowType.policySituation(String value) ShadowType.policyStatement(PolicyStatementType value) ShadowType.primaryIdentifierValue(String value) ShadowType.protectedObject(Boolean value) ShadowType.purpose(ShadowPurposeType value) ShadowType.referenceAttributes(ShadowReferenceAttributesType value) ShadowType.resourceRef(ObjectReferenceType value) ShadowType.resourceRef(String oid, QName type) ShadowType.resourceRef(String oid, QName type, QName relation) ShadowType.shadowLifecycleState(ShadowLifecycleStateType value) ShadowType.synchronizationSituation(SynchronizationSituationType value) ShadowType.synchronizationSituationDescription(SynchronizationSituationDescriptionType value) ShadowType.synchronizationTimestamp(String value) ShadowType.synchronizationTimestamp(XMLGregorianCalendar value) ShadowType.tenantRef(ObjectReferenceType value) ShadowType.trigger(TriggerType value) ShadowType.triggeredPolicyRule(EvaluatedPolicyRuleType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ShadowTypeModifier and TypeMethodDescriptionShadowType.asPrismObject()jakarta.xml.bind.JAXBElement<ShadowType>ObjectFactory.createShadow(ShadowType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ShadowTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ShadowType>ObjectFactory.createShadow(ShadowType value) ResourceObjectShadowChangeDescriptionType.currentShadow(ShadowType value) UcfChangeType.object(ShadowType value) ResourceObjectShadowChangeDescriptionType.oldShadow(ShadowType value) voidResourceObjectShadowChangeDescriptionType.setCurrentShadow(ShadowType value) voidUcfChangeType.setObject(ShadowType value) voidResourceObjectShadowChangeDescriptionType.setOldShadow(ShadowType value)