Uses of Interface
com.evolveum.midpoint.schema.processor.ResourceObjectTypeDefinition
Packages that use ResourceObjectTypeDefinition
Package
Description
-
Uses of ResourceObjectTypeDefinition in com.evolveum.midpoint.gui.impl.page.admin.resource
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource that return ResourceObjectTypeDefinitionModifier and TypeMethodDescriptionResourceDetailsModel.getDefaultObjectType(ShadowKindType kind) ResourceDetailsModel.getObjectTypeDefinition(ShadowKindType kind, String intent) Methods in com.evolveum.midpoint.gui.impl.page.admin.resource that return types with arguments of type ResourceObjectTypeDefinitionModifier and TypeMethodDescriptionList<? extends ResourceObjectTypeDefinition>ResourceDetailsModel.getResourceObjectTypesDefinitions(ShadowKindType kind) -
Uses of ResourceObjectTypeDefinition 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 ResourceObjectTypeDefinitionModifier and TypeMethodDescriptionstatic @NotNull ReloadableButtonResourceObjectsPanel.createReloadButton(@NotNull String buttonId, @NotNull PageBase pageBase, @NotNull ShadowTablePanel associatedTable, @NotNull ResourceType resource, @NotNull org.apache.wicket.model.IModel<ResourceObjectTypeDefinition> objectTypeModel, @NotNull org.apache.wicket.model.IModel<ShadowKindType> kindType, boolean reloadEveryPoll, @Nullable String buttonCssClass) -
Uses of ResourceObjectTypeDefinition in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.associationType.basic
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.associationType.basic that return types with arguments of type ResourceObjectTypeDefinitionModifier and TypeMethodDescriptionprotected List<ResourceObjectTypeDefinition>ObjectAssociationStepPanel.getListOfSupportedObjectTypeDef()protected abstract List<ResourceObjectTypeDefinition>ParticipantAssociationStepPanel.getListOfSupportedObjectTypeDef()protected List<ResourceObjectTypeDefinition>SubjectAssociationStepPanel.getListOfSupportedObjectTypeDef() -
Uses of ResourceObjectTypeDefinition in com.evolveum.midpoint.gui.impl.page.admin.simulation.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.simulation.component that return ResourceObjectTypeDefinitionModifier and TypeMethodDescriptionprotected abstract ResourceObjectTypeDefinitionSimulationDataSamplingPanel.getObjectTypeDefinition() -
Uses of ResourceObjectTypeDefinition in com.evolveum.midpoint.gui.impl.util
Methods in com.evolveum.midpoint.gui.impl.util with parameters of type ResourceObjectTypeDefinitionModifier and TypeMethodDescriptionAssociationChildWrapperUtil.findAssociationDefinitions(PrismObjectWrapper<ResourceType> objectWrapper, ResourceObjectTypeDefinition objectTypeDef) -
Uses of ResourceObjectTypeDefinition in com.evolveum.midpoint.model.api.correlation
Methods in com.evolveum.midpoint.model.api.correlation with parameters of type ResourceObjectTypeDefinitionModifier and TypeMethodDescription@NotNull CompleteCorrelationResultCorrelationService.correlate(@NotNull ShadowType shadowedResourceObject, @NotNull ResourceType resource, @NotNull ResourceObjectTypeDefinition resourceObjectTypeDefinition, @NotNull CorrelationDefinitionType correlationDefinition, @NotNull Task task, @NotNull OperationResult result) CorrelationService.findLinkedOrCorrelatedFocus(ShadowType shadow, @NotNull ResourceType resource, @NotNull ResourceObjectTypeDefinition typeDef, @NotNull CorrelationDefinitionType correlationDef, @NotNull Task task, OperationResult result) Find focus, which is either linked or correlated with given shadow. -
Uses of ResourceObjectTypeDefinition in com.evolveum.midpoint.model.impl.correlation
Methods in com.evolveum.midpoint.model.impl.correlation with parameters of type ResourceObjectTypeDefinitionModifier and TypeMethodDescription@NotNull CompleteCorrelationResultCorrelationServiceImpl.correlate(@NotNull ShadowType shadowedResourceObject, @NotNull ResourceType resource, @NotNull ResourceObjectTypeDefinition resourceObjectTypeDefinition, @NotNull CorrelationDefinitionType correlationDefinition, @NotNull Task task, @NotNull OperationResult result) CorrelationServiceImpl.findLinkedOrCorrelatedFocus(ShadowType shadow, @NotNull ResourceType resource, @NotNull ResourceObjectTypeDefinition typeDef, @NotNull CorrelationDefinitionType correlationDef, @NotNull Task task, OperationResult result) Find focus, which is either linked or correlated with given shadow. -
Uses of ResourceObjectTypeDefinition in com.evolveum.midpoint.model.impl.dataModel.model
Constructors in com.evolveum.midpoint.model.impl.dataModel.model with parameters of type ResourceObjectTypeDefinitionModifierConstructorDescriptionResourceDataItem(@NotNull DataModel ctx, @NotNull String resourceOid, @NotNull ShadowKindType kind, @NotNull String intent, ResourceSchema refinedResourceSchema, ResourceObjectTypeDefinition refinedDefinition, @NotNull ItemPath itemPath) -
Uses of ResourceObjectTypeDefinition in com.evolveum.midpoint.model.impl.sync
Methods in com.evolveum.midpoint.model.impl.sync with parameters of type ResourceObjectTypeDefinitionModifier and TypeMethodDescriptionstatic <C extends Containerable>
voidPreMappingsEvaluator.computePreFocus(@NotNull ShadowType shadowedResourceObject, @NotNull ResourceObjectTypeDefinition objectTypeDefinition, @NotNull ResourceObjectInboundProcessingDefinition inboundProcessingDefinition, @NotNull ResourceType resource, C focusValue, @NotNull Task task, @NotNull OperationResult result) static <C extends FocusType>
CPreMappingsEvaluator.computePreFocus(@NotNull ShadowType shadowedResourceObject, @NotNull ResourceObjectTypeDefinition objectTypeDefinition, @NotNull ResourceType resource, @NotNull Class<C> focusClass, @NotNull Task task, @NotNull OperationResult result) -
Uses of ResourceObjectTypeDefinition in com.evolveum.midpoint.provisioning.api
Methods in com.evolveum.midpoint.provisioning.api that return ResourceObjectTypeDefinitionModifier and TypeMethodDescription@Nullable ResourceObjectTypeDefinitionResourceObjectClassification.getDefinition()@NotNull ResourceObjectTypeDefinitionResourceObjectClassification.getDefinitionRequired()Methods in com.evolveum.midpoint.provisioning.api with parameters of type ResourceObjectTypeDefinitionModifier and TypeMethodDescriptionstatic @NotNull ResourceObjectClassificationResourceObjectClassification.of(@Nullable ResourceObjectTypeDefinition definition) -
Uses of ResourceObjectTypeDefinition in com.evolveum.midpoint.schema.processor
Classes in com.evolveum.midpoint.schema.processor that implement ResourceObjectTypeDefinitionModifier and TypeClassDescriptionfinal classDefault implementation ofResourceObjectTypeDefinition.Methods in com.evolveum.midpoint.schema.processor that return ResourceObjectTypeDefinitionModifier and TypeMethodDescription@NotNull ResourceObjectTypeDefinitionResourceObjectTypeDefinitionImpl.deepClone(@NotNull DeepCloneOperation operation) TODO should we really clone the definitions?static @NotNull ResourceObjectTypeDefinitionResourceSchemaTestUtil.findObjectTypeDefinitionRequired(@NotNull ResourceSchema schema, @NotNull ShadowKindType kind, @Nullable String intent) Returns object _type_ definition for given kind and intent.@NotNull ResourceObjectTypeDefinitionResourceObjectTypeDefinition.forLayerMutable(@NotNull LayerType layer) @NotNull ResourceObjectTypeDefinitionResourceObjectTypeDefinitionImpl.forLayerMutable(@NotNull LayerType layer) default @Nullable ResourceObjectTypeDefinitionResourceSchema.getObjectTypeDefinition(@NotNull ResourceObjectTypeIdentification identification) Returns definition of the given type.default @Nullable ResourceObjectTypeDefinitionResourceSchema.getObjectTypeDefinition(@NotNull ShadowKindType kind, @NotNull String intent) Returns definition of the given type.@NotNull ResourceObjectTypeDefinitionSynchronizationPolicy.getObjectTypeDefinition()default @NotNull ResourceObjectTypeDefinitionResourceSchema.getObjectTypeDefinitionRequired(@NotNull ResourceObjectTypeIdentification identification) @Nullable ResourceObjectTypeDefinitionCompositeObjectDefinitionImpl.getTypeDefinition()@Nullable ResourceObjectTypeDefinitionResourceObjectClassDefinitionImpl.getTypeDefinition()@Nullable ResourceObjectTypeDefinitionResourceObjectDefinition.getTypeDefinition()Is this definition bound to a specific resource type?@NotNull ResourceObjectTypeDefinitionResourceObjectTypeDefinition.getTypeDefinition()@NotNull ResourceObjectTypeDefinitionResourceObjectTypeDefinitionImpl.getTypeDefinition()Methods in com.evolveum.midpoint.schema.processor that return types with arguments of type ResourceObjectTypeDefinitionModifier and TypeMethodDescriptiondefault @NotNull Collection<ResourceObjectTypeDefinition>ResourceSchema.getObjectTypeDefinitions()Returns definitions for all the object types.default @NotNull List<ResourceObjectTypeDefinition>ResourceSchema.getObjectTypeDefinitions(@NotNull Predicate<ResourceObjectTypeDefinition> predicate) Returns all matching object type definitions.default @NotNull List<? extends ResourceObjectTypeDefinition>ResourceSchema.getObjectTypeDefinitions(@Nullable ShadowKindType kind) Returns definitions for all types with given kind.Methods in com.evolveum.midpoint.schema.processor with parameters of type ResourceObjectTypeDefinitionModifier and TypeMethodDescriptionstatic @NotNull SynchronizationPolicySynchronizationPolicyFactory.forTypeDefinition(@NotNull ResourceObjectTypeDefinition typeDefinition, @NotNull ResourceType resource) CreatesSynchronizationPolicybased on knownResourceObjectTypeDefinition.ResourceObjectInboundProcessingDefinition.withCorrelationDefinition(@NotNull ResourceObjectTypeDefinition typeDef, @NotNull List<QName> businessKeyItems) Method parameters in com.evolveum.midpoint.schema.processor with type arguments of type ResourceObjectTypeDefinitionModifier and TypeMethodDescriptiondefault @NotNull List<ResourceObjectTypeDefinition>ResourceSchema.getObjectTypeDefinitions(@NotNull Predicate<ResourceObjectTypeDefinition> predicate) Returns all matching object type definitions.Constructors in com.evolveum.midpoint.schema.processor with parameters of type ResourceObjectTypeDefinitionModifierConstructorDescriptionRefinedObjectClassDefinitionKey(ResourceObjectTypeDefinition rObjectClassDefinition) -
Uses of ResourceObjectTypeDefinition in com.evolveum.midpoint.schema.processor.deleg
Subinterfaces of ResourceObjectTypeDefinition in com.evolveum.midpoint.schema.processor.delegMethods in com.evolveum.midpoint.schema.processor.deleg that return ResourceObjectTypeDefinitionModifier and TypeMethodDescriptionResourceObjectTypeDefinitionDelegator.delegate()default @NotNull ResourceObjectTypeDefinitionResourceObjectTypeDefinitionDelegator.forLayerMutable(@NotNull LayerType layer) default @Nullable ResourceObjectTypeDefinitionResourceObjectDefinitionDelegator.getTypeDefinition()default @NotNull ResourceObjectTypeDefinitionResourceObjectTypeDefinitionDelegator.getTypeDefinition() -
Uses of ResourceObjectTypeDefinition in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return types with arguments of type ResourceObjectTypeDefinitionModifier and TypeMethodDescription@NotNull Collection<ResourceObjectTypeDefinition>Resource.getObjectTypeDefinitions() -
Uses of ResourceObjectTypeDefinition in com.evolveum.midpoint.smart.api.info
Methods in com.evolveum.midpoint.smart.api.info that return types with arguments of type ResourceObjectTypeDefinitionModifier and TypeMethodDescriptionObjectClassInfo.objectTypes()Returns the value of theobjectTypesrecord component.Constructor parameters in com.evolveum.midpoint.smart.api.info with type arguments of type ResourceObjectTypeDefinitionModifierConstructorDescriptionObjectClassInfo(ResourceObjectClassDefinition definition, Collection<ResourceObjectTypeDefinition> objectTypes, ObjectClassSizeEstimationType sizeEstimation, @Nullable ShadowObjectClassStatisticsType statistics) Creates an instance of aObjectClassInforecord class. -
Uses of ResourceObjectTypeDefinition in com.evolveum.midpoint.web.component.input
Constructor parameters in com.evolveum.midpoint.web.component.input with type arguments of type ResourceObjectTypeDefinitionModifierConstructorDescriptionRefinedObjectTypeChoicePanel(String id, org.apache.wicket.model.IModel<ResourceObjectTypeDefinition> model, org.apache.wicket.model.IModel<PrismObject<ResourceType>> resourceModel)