|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RowRestriction
A representation of the 'Row Restriction' model object.
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:
Method Summary | |
---|---|
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. |
Method Detail |
---|
java.lang.String getTable()
This string represents the table of the DataFoundation
on which the row restriction applies.
See DataFoundationService.splitTableFullName(String)
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |