public interface RowRestriction
This object represents the "Rows" setting of data security profiles. See the Information Design Tool User Guide for a definition of this setting.
Use SecurityFactory.createRowRestriction(String, String) to instantiate a "Rows" setting for a data security profile.
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTable()
Returns the value of the 'Table' attribute.
|
java.lang.String |
getWhereClause()
Returns the value of the 'Where Clause' attribute.
|
void |
setTable(java.lang.String value)
Sets the value of the '
Table' attribute. |
void |
setWhereClause(java.lang.String value)
Sets the value of the '
Where Clause' attribute. |
java.lang.String getTable()
This string represents the table of the DataFoundation on which the row restriction applies.
setTable(String)void setTable(java.lang.String value)
Table' attribute.
This string represents the table of the DataFoundation on which the row restriction applies.
See DataFoundationService.getTableFullName(com.sap.sl.sdk.authoring.datafoundation.Table)
value - the new value of the 'Table' attribute.getTable()java.lang.String getWhereClause()
This string represents the WHERE clause of the row restriction.
setWhereClause(String)void setWhereClause(java.lang.String value)
Where Clause' attribute.
This string represents the WHERE clause of the row restriction.
value - the new value of the 'Where Clause' attribute.getWhereClause()