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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthorizationContainer
getAuthorizationsContainer()
Gets the authorizations in the environment.TabletId
getTablet()
Gets the tablet Id of the environment.String
getUser()
Gets the user within the environment.
-
-
-
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
-
-