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