com.sap.security.api

Interface ISearchAttribute


public interface ISearchAttribute

This interface provides functionality to access a search element.


Field Summary
static int EQUALS_OPERATOR
           
static int GREATER_THAN_OPERATOR
           
static int LESS_THAN_OPERATOR
           
static int LIKE_OPERATOR
           
 
Method Summary
 String getAttributeName()
          returns the attribute name of this search element
 String getAttributeNameSpace()
          returns the namespace of this search element
 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
 

Field Detail

EQUALS_OPERATOR

public static final int EQUALS_OPERATOR
See Also:
Constant Field Values

LIKE_OPERATOR

public static final int LIKE_OPERATOR
See Also:
Constant Field Values

GREATER_THAN_OPERATOR

public static final int GREATER_THAN_OPERATOR
See Also:
Constant Field Values

LESS_THAN_OPERATOR

public static final int LESS_THAN_OPERATOR
See Also:
Constant Field Values
Method Detail

getAttributeNameSpace

public String getAttributeNameSpace()
returns the namespace of this search element

Returns:
The namespace

getAttributeName

public String getAttributeName()
returns the attribute name of this search element

Returns:
The attribute name

getAttributeValue

public 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 2006 SAP AG Complete Copyright Notice