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 TypeClassDescriptionclassImplementation ofEntityConfigurationAllowableActionsBuilderthat will always return the same set ofAllowableActions. -
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 theEntityConfigurationAllowableActionsBuilderto 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 TypeMethodDescriptionvoidEntityConfigurationImpl.setAllowableActionsBuilder(@NonNull EntityConfigurationAllowableActionsBuilder allowableActionsBuilder) voidMutableEntityConfiguration.setAllowableActionsBuilder(EntityConfigurationAllowableActionsBuilder allowableActionsBuilder) Set the builder for theAllowableActionsof this entity configuration.