Interface Constraint.Environment
- Enclosing interface:
- Constraint
public static interface Constraint.Environment
The environment within which a constraint exists.
- Since:
- 2.1.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the authorizations in the environment.Gets the tablet Id of the environment.getUser()
Gets the user within the environment.
-
Method Details
-
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
-