Oracle Corporation

com.bea.wlcp.wlng.api.storage.filter
Interface IndexKeys


public interface IndexKeys

Combined index key used to index filter queries.

Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

Method Summary
 IndexKey[] getKeys()
          Get combined index key.
 

Method Detail

getKeys

public IndexKey[] getKeys()
Get combined index key.

Returns:
The index keys.

Oracle Corporation