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

static final int EQUALS_OPERATOR
See Also:
Constant Field Values

LIKE_OPERATOR

static final int LIKE_OPERATOR
See Also:
Constant Field Values

GREATER_THAN_OPERATOR

static final int GREATER_THAN_OPERATOR
See Also:
Constant Field Values

LESS_THAN_OPERATOR

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

getAttributeNameSpace

String getAttributeNameSpace()
returns the namespace of this search element

Returns:
The namespace

getAttributeName

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

Returns:
The attribute name

getAttributeValue

Object getAttributeValue()
returns the value search element

Returns:
The value

getOperator

int getOperator()
returns the operator of this search element (EQUALS or LIKE)

Returns:
The operator

isCaseSensitive

boolean isCaseSensitive()
returns whether the search element is case sensitive

Returns:
isCaseSensitive
Access Rights

This class can be accessed from:


SC DC
[sap.com] ENGINEAPI [sap.com] com.sap.security.api.sda
[sap.com] ENGFACADE [sap.com] tc/je/usermanagement/api
[sap.com] CORE-TOOLS [sap.com] com.sap.engine.client.lib


Copyright 2010 SAP AG Complete Copyright Notice