Interface PermissionManager.Criterion

Enclosing interface:
PermissionManager

public static interface PermissionManager.Criterion
A criterion for whether an entity should be permitted or not
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(List<?> alreadyChosenEntities, Object entity)
    Determine whether a particular entity should be permitted or not.