Skip navigation links
com.essbase.eas.essbase.defs.outline
Class FindRequest
java.lang.Object
com.essbase.eas.essbase.defs.outline.FindRequest
- All Implemented Interfaces:
- java.io.Serializable
-
public class FindRequest
- extends java.lang.Object
- implements java.io.Serializable
Definition of a find request for the outline modules.
- Since:
- 6.5.1
- Version:
- 7.0.0
- Author:
- Hank Cox
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USE_ALL_DIMENSIONS
public static final short USE_ALL_DIMENSIONS
-
- See Also:
- Constant Field Values
USE_SINGLE_DIMENSION
public static final short USE_SINGLE_DIMENSION
-
- See Also:
- Constant Field Values
SEARCH_NO_ALIAS_TABLES
public static final short SEARCH_NO_ALIAS_TABLES
-
- See Also:
- Constant Field Values
SEARCH_ALL_ALIAS_TABLES
public static final short SEARCH_ALL_ALIAS_TABLES
-
- See Also:
- Constant Field Values
SEARCH_SINGLE_ALIAS_TABLE
public static final short SEARCH_SINGLE_ALIAS_TABLE
-
- See Also:
- Constant Field Values
MAX_MATCHES_TOTAL
public static final int MAX_MATCHES_TOTAL
-
- See Also:
- Constant Field Values
MAX_MATCHES_BATCH
public static final int MAX_MATCHES_BATCH
-
- See Also:
- Constant Field Values
MAX_MEMBERS_BATCH
public static final int MAX_MEMBERS_BATCH
-
- See Also:
- Constant Field Values
FindRequest
public FindRequest()
getText
public java.lang.String getText()
setText
public void setText(java.lang.String value)
getDimensionScope
public short getDimensionScope()
setDimensionScope
public void setDimensionScope(short value)
getDimensionName
public java.lang.String getDimensionName()
setDimensionName
public void setDimensionName(java.lang.String value)
getAliasTableUsage
public short getAliasTableUsage()
setAliasTableUsage
public void setAliasTableUsage(short value)
setAliasTable
public void setAliasTable(java.lang.String value)
getAliasTable
public java.lang.String getAliasTable()
getMatchWordsOnly
public boolean getMatchWordsOnly()
setMatchWordsOnly
public void setMatchWordsOnly(boolean value)
getMatchCaseOnly
public boolean getMatchCaseOnly()
setMatchCaseOnly
public void setMatchCaseOnly(boolean value)
getSearchMemberNames
public boolean getSearchMemberNames()
setSearchMemberNames
public void setSearchMemberNames(boolean value)
getSearchFormulas
public boolean getSearchFormulas()
setSearchFormulas
public void setSearchFormulas(boolean value)
getSearchUDAS
public boolean getSearchUDAS()
setSearchUDAS
public void setSearchUDAS(boolean value)
getLastHandle
public long getLastHandle()
setLastHandle
public void setLastHandle(long value)
getMatchesFound
public int getMatchesFound()
setMatchesFound
public void setMatchesFound(int value)
getMembersProcessed
public int getMembersProcessed()
setMembersProcessed
public void setMembersProcessed(int value)
getMaximumMatchesPerBatch
public int getMaximumMatchesPerBatch()
setMaximumMatchesPerBatch
public void setMaximumMatchesPerBatch(int value)
getMaximumMatchesTotal
public int getMaximumMatchesTotal()
setMaximumMatchesTotal
public void setMaximumMatchesTotal(int value)
getMaximumMembersPerBatch
public int getMaximumMembersPerBatch()
setMaximumMembersPerBatch
public void setMaximumMembersPerBatch(int value)
equals
public boolean equals(FindRequest request)
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.