Interface EntityOperationConstraint<T extends AccessContext>

Type Parameters:
T - the type of the access context
All Superinterfaces:
AccessConstraint<T>
All Known Implementing Classes:
CrudEntityConstraint, EntityAttributeConstraint, ExportImportEntityConstraint, LoadValuesConstraint, UiEntityConstraint

public interface EntityOperationConstraint<T extends AccessContext> extends AccessConstraint<T>
An ancestor of all constraints that check access to entity operations and attributes based on the resource policies.