public class AccessClause
extends java.lang.Object
Constructor and Description |
---|
AccessClause()
Constructs the AccessClause instance
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccessClauseString()
This method returns the 'where' clause of the generated query.
|
java.util.ArrayList |
getParameterList()
This method returns the parameters used by the access clause to build up the where clause of the query.
|
boolean |
isPostfilteringNeeded()
This method indicates whether or not post filtering should be done on the result of the access clause string.
|
boolean |
isPrefilteringSuccessful()
This method returns the flag indicating the result of the prefiltering operation.
|
void |
postfilteringNeeded(boolean bNeeded)
This method sets the flag indicating if post-filtering is needed.
|
void |
prefilteringSuccessful(boolean bSuccess)
This method sets the flag indicating the result of the Prefiltering operation.
|
void |
setAccessClauseString(java.lang.String strClauseString)
This method sets the 'where' clause String, generated out of the prefiltering process.
|
public java.lang.String getAccessClauseString()
isPrefilteringSuccessful()
public java.util.ArrayList getParameterList()
public boolean isPostfilteringNeeded()
public boolean isPrefilteringSuccessful()
public void postfilteringNeeded(boolean bNeeded)
bNeeded
- True if post-filtering is needed, (for example, the result of the access clause query string is a super-set of the allowed resources)
false if otherwisepublic void prefilteringSuccessful(boolean bSuccess)
The
- result of the query generation. True if the query is complete by itself, otherwise false.public void setAccessClauseString(java.lang.String strClauseString)
The
- 'where' clause String