Interface Constraint.Environment
-
- Enclosing interface:
- Constraint
public static interface Constraint.EnvironmentThe environment within which a constraint exists.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthorizationContainergetAuthorizationsContainer()Gets the authorizations in the environment.KeyExtentgetExtent()Gets the key extent of the environment.StringgetUser()Gets the user within the environment.
-
-
-
Method Detail
-
getExtent
KeyExtent getExtent()
Gets the key extent of the environment.- Returns:
- key extent
-
getUser
String getUser()
Gets the user within the environment.- Returns:
- user
-
getAuthorizationsContainer
AuthorizationContainer getAuthorizationsContainer()
Gets the authorizations in the environment.- Returns:
- authorizations
-
-