public interface RestrictionContextProvider
| Modifier and Type | Method and Description |
|---|---|
RestrictionData |
getRestrictionInContext()
Gets the restriction, if any, stored in the context.
|
void |
removeRestrictionFromContext()
Removes the current restriction in context.
|
void |
setRestrictionInContext(RestrictionData restrictionData)
Sets the restriction in the context.
|
RestrictionData getRestrictionInContext()
void setRestrictionInContext(RestrictionData restrictionData)
restrictionData - The restriction to set in the context.void removeRestrictionFromContext()
Copyright © 2018 SAP SE. All Rights Reserved.