Uses of Class
com.evolveum.midpoint.schema.processor.ResourceObjectTypeIdentification
Packages that use ResourceObjectTypeIdentification
Package
Description
-
Uses of ResourceObjectTypeIdentification in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that return ResourceObjectTypeIdentificationModifier and TypeMethodDescriptiondefault @NotNull ResourceObjectTypeIdentification
EvaluatedResourceObjectConstruction.getTypeIdentification()
@NotNull ResourceObjectTypeIdentification
ProjectionContextKey.Classified.getTypeIdentification()
ProjectionContextKey.getTypeIdentification()
Methods in com.evolveum.midpoint.model.api.context with parameters of type ResourceObjectTypeIdentificationModifier and TypeMethodDescriptionProjectionContextKey.checkOrUpdateTypeIdentification
(@NotNull ResourceObjectTypeIdentification newValue) ProjectionContextKey.classified
(@NotNull String resourceOid, @NotNull ResourceObjectTypeIdentification typeIdentification, @Nullable String tag, int order, boolean gone) static ProjectionContextKey
ProjectionContextKey.forKnownResource
(@NotNull String resourceOid, @Nullable ResourceObjectTypeIdentification typeIdentification, @Nullable String tag) static ProjectionContextKey
ProjectionContextKey.forKnownResource
(@NotNull String resourceOid, @Nullable ResourceObjectTypeIdentification typeIdentification, @Nullable String tag, int order, boolean gone) static ProjectionContextKey
ProjectionContextKey.fromShadow
(@NotNull ShadowType shadow, @Nullable ResourceObjectTypeIdentification typeIdentification) Constructors in com.evolveum.midpoint.model.api.context with parameters of type ResourceObjectTypeIdentificationModifierConstructorDescriptionprotected
ProjectionContextKey
(String resourceOid, ResourceObjectTypeIdentification typeIdentification, String tag, int order, boolean gone) -
Uses of ResourceObjectTypeIdentification in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that return ResourceObjectTypeIdentificationModifier and TypeMethodDescriptionstatic @Nullable ResourceObjectTypeIdentification
ResourceObjectTypeIdentification.createIfKnown
(@NotNull ResourceShadowCoordinates coordinates) static @Nullable ResourceObjectTypeIdentification
ResourceObjectTypeIdentification.createIfKnown
(@NotNull ShadowType shadow) static @Nullable ResourceObjectTypeIdentification
ResourceObjectTypeIdentification.createIfKnown
(@Nullable ShadowKindType kind, @Nullable String intent) ResourceObjectTypeIdentification.defaultAccount()
@Nullable ResourceObjectTypeIdentification
CompositeObjectDefinitionImpl.getTypeIdentification()
@Nullable ResourceObjectTypeIdentification
ResourceObjectClassDefinitionImpl.getTypeIdentification()
@Nullable ResourceObjectTypeIdentification
ResourceObjectDefinition.getTypeIdentification()
Is this definition bound to a specific resource type? If yes, this method returns its identification.@NotNull ResourceObjectTypeIdentification
ResourceObjectTypeDefinition.getTypeIdentification()
Identification (kind+intent) of this object type.@NotNull ResourceObjectTypeIdentification
ResourceObjectTypeDefinitionImpl.getTypeIdentification()
static @NotNull ResourceObjectTypeIdentification
ResourceObjectTypeIdentification.of
(@NotNull ResourceObjectTypeDefinitionType definitionBean) static @NotNull ResourceObjectTypeIdentification
ResourceObjectTypeIdentification.of
(@NotNull ShadowKindType kind, @NotNull String intent) Methods in com.evolveum.midpoint.schema.processor with parameters of type ResourceObjectTypeIdentificationModifier and TypeMethodDescriptiondefault @Nullable ResourceObjectDefinition
ResourceSchema.findObjectDefinition
(@NotNull ResourceObjectTypeIdentification typeIdentification) AsResourceSchema.findObjectDefinition(ShadowKindType, String)
but with aggregate representation of type identification.default @NotNull ResourceObjectDefinition
ResourceSchema.findObjectDefinitionRequired
(@NotNull ResourceObjectTypeIdentification typeIdentification) AsResourceSchema.findObjectDefinition(ResourceObjectTypeIdentification)
but the definition must exist.default @Nullable ResourceObjectTypeDefinition
ResourceSchema.getObjectTypeDefinition
(@NotNull ResourceObjectTypeIdentification identification) Returns definition of the given type. -
Uses of ResourceObjectTypeIdentification in com.evolveum.midpoint.schema.processor.deleg
Methods in com.evolveum.midpoint.schema.processor.deleg that return ResourceObjectTypeIdentificationModifier and TypeMethodDescriptiondefault @Nullable ResourceObjectTypeIdentification
ResourceObjectDefinitionDelegator.getTypeIdentification()
default @NotNull ResourceObjectTypeIdentification
ResourceObjectTypeDefinitionDelegator.getTypeIdentification()
-
Uses of ResourceObjectTypeIdentification in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return ResourceObjectTypeIdentificationMethods in com.evolveum.midpoint.schema.util with parameters of type ResourceObjectTypeIdentificationModifier and TypeMethodDescription@NotNull S_MatchingRuleEntry
Resource.queryFor
(@NotNull ResourceObjectTypeIdentification typeIdentification)