Uses of Class
com.evolveum.midpoint.schema.processor.ResourceObjectTypeIdentification
-
-
Uses of ResourceObjectTypeIdentification in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that return ResourceObjectTypeIdentification Modifier and Type Method Description @NotNull ResourceObjectTypeIdentification
ProjectionContextKey.Classified. getTypeIdentification()
ResourceObjectTypeIdentification
ProjectionContextKey. getTypeIdentification()
Methods in com.evolveum.midpoint.model.api.context with parameters of type ResourceObjectTypeIdentification Modifier and Type Method Description ProjectionContextKey
ProjectionContextKey. checkOrUpdateTypeIdentification(@NotNull ResourceObjectTypeIdentification newValue)
static ProjectionContextKey.Classified
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 ResourceObjectTypeIdentification Constructor Description 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 ResourceObjectTypeIdentification Modifier and Type Method Description static @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)
static ResourceObjectTypeIdentification
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 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 ResourceObjectTypeIdentification Modifier and Type Method Description default @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 ResourceObjectTypeIdentification Modifier and Type Method Description default @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 ResourceObjectTypeIdentification Modifier and Type Method Description static ResourceObjectTypeIdentification
ShadowUtil. getTypeIdentification(ShadowType shadow)
Methods in com.evolveum.midpoint.schema.util with parameters of type ResourceObjectTypeIdentification Modifier and Type Method Description @NotNull S_MatchingRuleEntry
Resource. queryFor(@NotNull ResourceObjectTypeIdentification typeIdentification)
-