SAP NetWeaver 7.1 Composition Environment

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

SAP NetWeaver 7.1 Composition Environment

Copyright © 2007 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.