Interface Constraint.Environment

  • All Known Subinterfaces:
    Constraint.Environment
    Enclosing interface:
    Constraint

    public static interface Constraint.Environment
    The environment within which a constraint exists.
    Since:
    2.1.0
    • Method Detail

      • getTablet

        TabletId getTablet()
        Gets the tablet Id of the environment.
        Returns:
        TabletId
      • getUser

        String getUser()
        Gets the user within the environment.
        Returns:
        user
      • getAuthorizationsContainer

        AuthorizationContainer getAuthorizationsContainer()
        Gets the authorizations in the environment.
        Returns:
        authorizations