public class RestrictionLookup extends Object
| Constructor and Description |
|---|
RestrictionLookup() |
| Modifier and Type | Method and Description |
|---|---|
Restriction |
lookupActionRestriction(com.sap.cds.reflect.CdsModel model,
String entityName,
String actionName) |
Restriction |
lookupFunctionRestriction(com.sap.cds.reflect.CdsModel model,
String entityName,
String functionName) |
Restriction |
retrieveEntityRestriction(com.sap.cds.reflect.CdsModel model,
String entityName) |
Restriction |
retrieveServiceRestriction(com.sap.cds.reflect.CdsModel model,
String serviceName) |
public Restriction retrieveServiceRestriction(com.sap.cds.reflect.CdsModel model, String serviceName)
public Restriction retrieveEntityRestriction(com.sap.cds.reflect.CdsModel model, String entityName)
public Restriction lookupFunctionRestriction(com.sap.cds.reflect.CdsModel model, String entityName, String functionName)
public Restriction lookupActionRestriction(com.sap.cds.reflect.CdsModel model, String entityName, String actionName)
Copyright © 2021. All rights reserved.