Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.LayerType
Packages that use LayerType
Package
Description
-
Uses of LayerType in com.evolveum.midpoint.gui.impl.prism.wrapper
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that return LayerTypeModifier and TypeMethodDescription@NotNull LayerType
ResourceAttributeWrapperImpl.getCurrentLayer()
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper with parameters of type LayerTypeModifier and TypeMethodDescriptionboolean
boolean
boolean
@NotNull ResourceAttributeDefinition<T>
ResourceAttributeWrapperImpl.getLimitations
(LayerType layer) int
ResourceAttributeWrapperImpl.getMaxOccurs
(LayerType layer) int
ResourceAttributeWrapperImpl.getMinOccurs
(LayerType layer) ResourceAttributeWrapperImpl.getProcessing
(LayerType layer) -
Uses of LayerType in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that return LayerTypeModifier and TypeMethodDescription@NotNull LayerType
AbstractResourceObjectDefinitionImpl.getCurrentLayer()
@NotNull LayerType
CompositeObjectDefinitionImpl.getCurrentLayer()
@NotNull LayerType
LayeredDefinition.getCurrentLayer()
Gets the current point-of-view: on which layer do we look at the data?@NotNull LayerType
ResourceAttributeDefinitionImpl.getCurrentLayer()
@NotNull LayerType
ResourceSchemaImpl.getCurrentLayer()
Methods in com.evolveum.midpoint.schema.processor with parameters of type LayerTypeModifier and TypeMethodDescriptionboolean
Is adding allowed (at specified layer)?boolean
boolean
Is modification allowed (at specified layer)?boolean
boolean
Is reading allowed (at specified layer)?boolean
protected abstract @NotNull AbstractResourceObjectDefinitionImpl
AbstractResourceObjectDefinitionImpl.cloneInLayer
(@NotNull LayerType layer) Returns mutable copy.protected @NotNull ResourceObjectClassDefinitionImpl
ResourceObjectClassDefinitionImpl.cloneInLayer
(@NotNull LayerType layer) protected @NotNull ResourceObjectTypeDefinitionImpl
ResourceObjectTypeDefinitionImpl.cloneInLayer
(@NotNull LayerType layer) protected void
AbstractResourceObjectDefinitionImpl.copyDefinitionDataFrom
(@NotNull LayerType layer, @NotNull ResourceObjectDefinition source) protected void
ResourceObjectClassDefinitionImpl.copyDefinitionDataFrom
(@NotNull LayerType layer, ResourceObjectClassDefinition source) static String
AbstractResourceObjectDefinitionImpl.debugDump
(int indent, LayerType layer, AbstractResourceObjectDefinitionImpl _this) Provides a debug dump respective to the given layer.@NotNull ResourceAttributeDefinition<T>
Creates a view of the current definition for a given layer.@NotNull ResourceAttributeDefinitionImpl<T>
@NotNull ResourceObjectDefinition
AbstractResourceObjectDefinitionImpl.forLayerImmutable
(@NotNull LayerType layer) @NotNull ResourceObjectDefinition
CompositeObjectDefinitionImpl.forLayerImmutable
(@NotNull LayerType layer) @NotNull ResourceObjectDefinition
ResourceObjectDefinition.forLayerImmutable
(@NotNull LayerType layer) AsResourceObjectDefinition.forLayerMutable(LayerType)
but returns immutable definition.ResourceSchema.forLayerImmutable
(LayerType layer) Returns a representation of the schema for given layer (immutable).ResourceSchemaImpl.forLayerImmutable
(@NotNull LayerType layer) @NotNull ResourceObjectDefinition
AbstractResourceObjectDefinitionImpl.forLayerMutable
(@NotNull LayerType layer) @NotNull CompositeObjectDefinition
CompositeObjectDefinitionImpl.forLayerMutable
(@NotNull LayerType layer) @NotNull ResourceObjectDefinition
ResourceObjectDefinition.forLayerMutable
(@NotNull LayerType layer) Creates a layer-specific mutable version of this definition.@NotNull ResourceObjectTypeDefinition
ResourceObjectTypeDefinition.forLayerMutable
(@NotNull LayerType layer) @NotNull ResourceObjectTypeDefinition
ResourceObjectTypeDefinitionImpl.forLayerMutable
(@NotNull LayerType layer) static ResourceSchema
ResourceSchemaFactory.getCompleteSchema
(PrismObject<ResourceType> resource, LayerType layer) Returned schema is immutable.static ResourceSchema
ResourceSchemaFactory.getCompleteSchema
(ResourceType resourceType, LayerType layer) static @NotNull ResourceSchema
ResourceSchemaFactory.getCompleteSchemaRequired
(PrismObject<ResourceType> resource, LayerType layer) static @NotNull ResourceSchema
ResourceSchemaFactory.getCompleteSchemaRequired
(ResourceType resource, LayerType layer) ResourceAssociationDefinition.getLimitations
(LayerType layer) ResourceAttributeDefinition.getLimitations
(LayerType layer) Returns limitations (cardinality, access rights, processing) for given layer.ResourceAttributeDefinitionImpl.getLimitations
(LayerType layer) int
ResourceAttributeDefinition.getMaxOccurs
(LayerType layer) Gets `maxOccurs` limitation for given layer.int
ResourceAttributeDefinitionImpl.getMaxOccurs
(LayerType layer) int
ResourceAttributeDefinition.getMinOccurs
(LayerType layer) Gets `minOccurs` limitation for given layer.int
ResourceAttributeDefinitionImpl.getMinOccurs
(LayerType layer) ResourceAttributeDefinition.getProcessing
(LayerType layer) Gets the level of processing for specified layer.ResourceAttributeDefinitionImpl.getProcessing
(LayerType layer) boolean
default boolean
Is the attribute ignored (at specified layer)?default boolean
ResourceAttributeDefinition.isMandatory
(LayerType layer) default boolean
ResourceAttributeDefinition.isMultiValue
(LayerType layer) default boolean
ResourceAttributeDefinition.isOptional
(LayerType layer) default boolean
ResourceAttributeDefinition.isSingleValue
(LayerType layer) -
Uses of LayerType in com.evolveum.midpoint.schema.processor.deleg
Methods in com.evolveum.midpoint.schema.processor.deleg that return LayerTypeModifier and TypeMethodDescriptiondefault @NotNull LayerType
AttributeDefinitionDelegator.getCurrentLayer()
default @NotNull LayerType
ResourceObjectDefinitionDelegator.getCurrentLayer()
Methods in com.evolveum.midpoint.schema.processor.deleg with parameters of type LayerTypeModifier and TypeMethodDescriptiondefault boolean
default boolean
default boolean
default boolean
default boolean
default boolean
default String
default String
default @NotNull ResourceAttributeDefinition<T>
default @NotNull ResourceObjectDefinition
ResourceObjectDefinitionDelegator.forLayerImmutable
(@NotNull LayerType layer) default @NotNull ResourceObjectDefinition
ResourceObjectDefinitionDelegator.forLayerMutable
(@NotNull LayerType layer) default @NotNull ResourceObjectTypeDefinition
ResourceObjectTypeDefinitionDelegator.forLayerMutable
(@NotNull LayerType layer) default PropertyLimitations
AttributeDefinitionDelegator.getLimitations
(LayerType layer) default PropertyLimitations
RefinedAttributeDefinitionDelegator.getLimitations
(LayerType layer) default int
AttributeDefinitionDelegator.getMaxOccurs
(LayerType layer) default int
RefinedAttributeDefinitionDelegator.getMaxOccurs
(LayerType layer) default int
AttributeDefinitionDelegator.getMinOccurs
(LayerType layer) default int
RefinedAttributeDefinitionDelegator.getMinOccurs
(LayerType layer) default ItemProcessing
AttributeDefinitionDelegator.getProcessing
(LayerType layer) default ItemProcessing
RefinedAttributeDefinitionDelegator.getProcessing
(LayerType layer) default boolean
default boolean
AttributeDefinitionDelegator.isMandatory
(LayerType layer) default boolean
AttributeDefinitionDelegator.isMultiValue
(LayerType layer) default boolean
AttributeDefinitionDelegator.isOptional
(LayerType layer) default boolean
AttributeDefinitionDelegator.isSingleValue
(LayerType layer) -
Uses of LayerType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type LayerTypeModifier and TypeMethodDescriptionstatic @Nullable PropertyLimitationsType
MiscSchemaUtil.getLimitationsLabeled
(@Nullable Collection<PropertyLimitationsType> definitions, @Nullable LayerType layerLabel) Given a list of limitation definitions, select the one with appropriate "layer label". -
Uses of LayerType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return LayerTypeModifier and TypeMethodDescriptionstatic LayerType
static LayerType
Returns the enum constant of this class with the specified name.static LayerType[]
LayerType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type LayerTypeMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type LayerTypeModifier and TypeMethodDescription