Uses of Interface
com.foreach.across.modules.entity.actions.EntityConfigurationAllowableActionsBuilder
Packages that use EntityConfigurationAllowableActionsBuilder
Package
Description
-
Uses of EntityConfigurationAllowableActionsBuilder in com.foreach.across.modules.entity.actions
Classes in com.foreach.across.modules.entity.actions that implement EntityConfigurationAllowableActionsBuilderModifier and TypeClassDescriptionclass
Implementation ofEntityConfigurationAllowableActionsBuilder
that will always return the same set ofAllowableAction
s. -
Uses of EntityConfigurationAllowableActionsBuilder in com.foreach.across.modules.entity.config.builders
Methods in com.foreach.across.modules.entity.config.builders with parameters of type EntityConfigurationAllowableActionsBuilderModifier and TypeMethodDescriptionEntityConfigurationBuilder.allowableActionsBuilder
(@NonNull EntityConfigurationAllowableActionsBuilder allowableActionsBuilder) Configure theEntityConfigurationAllowableActionsBuilder
to be used. -
Uses of EntityConfigurationAllowableActionsBuilder in com.foreach.across.modules.entity.registry
Methods in com.foreach.across.modules.entity.registry that return EntityConfigurationAllowableActionsBuilderModifier and TypeMethodDescriptionEntityConfigurationImpl.getAllowableActionsBuilder()
MutableEntityConfiguration.getAllowableActionsBuilder()
Methods in com.foreach.across.modules.entity.registry with parameters of type EntityConfigurationAllowableActionsBuilderModifier and TypeMethodDescriptionvoid
EntityConfigurationImpl.setAllowableActionsBuilder
(@NonNull EntityConfigurationAllowableActionsBuilder allowableActionsBuilder) void
MutableEntityConfiguration.setAllowableActionsBuilder
(EntityConfigurationAllowableActionsBuilder allowableActionsBuilder) Set the builder for theAllowableActions
of this entity configuration.