com.sap.security.api
Interface ISearchAttribute
- public interface ISearchAttribute
This interface provides functionality to access a search element.
|
Method Summary |
java.lang.String |
getAttributeName()
returns the attribute name of this search element |
java.lang.String |
getAttributeNameSpace()
returns the namespace of this search element |
java.lang.Object |
getAttributeValue()
returns the value search element |
int |
getOperator()
returns the operator of this search element (EQUALS or LIKE) |
boolean |
isCaseSensitive()
returns whether the search element is case sensitive |
EQUALS_OPERATOR
public static final int EQUALS_OPERATOR
LIKE_OPERATOR
public static final int LIKE_OPERATOR
GREATER_THAN_OPERATOR
public static final int GREATER_THAN_OPERATOR
LESS_THAN_OPERATOR
public static final int LESS_THAN_OPERATOR
getAttributeNameSpace
public java.lang.String getAttributeNameSpace()
- returns the namespace of this search element
- Returns:
- The namespace
getAttributeName
public java.lang.String getAttributeName()
- returns the attribute name of this search element
- Returns:
- The attribute name
getAttributeValue
public java.lang.Object getAttributeValue()
- returns the value search element
- Returns:
- The value
getOperator
public int getOperator()
- returns the operator of this search element (EQUALS or LIKE)
- Returns:
- The operator
isCaseSensitive
public boolean isCaseSensitive()
- returns whether the search element is case sensitive
- Returns:
- isCaseSensitive
Copyright © 2002 SAP AG All Rights Reserved.