public interface IQueryFilterDefinition4 extends IQueryFilterDefinition3, java.io.Serializable
Description: 'Provides access to query filter definition properties for search_after queries.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID5af850cb_b210_4471_a30c_508b1fe8daac |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDadfe656b_a187_4cd2_add3_4f067f61d986IID45096447_06ff_4e5e_a260_9213e009af29IID90f3c7ca_30d5_454b_ab33_fb869991edfe| Modifier and Type | Method and Description |
|---|---|
void |
getResultPaginationToken(java.lang.String[] paginationToken)
Search_after token token from pagination query with search_after.
|
boolean |
getUseResultPaginationToken()
Flag to use search_after token from pagination query with search_after.
|
void |
setResultPaginationToken(java.lang.String paginationToken)
Search_after token token from pagination query with search_after.
|
void |
setUseResultPaginationToken(boolean usePaginationToken)
Flag to use search_after token from pagination query with search_after.
|
getPaginationClause, setPaginationClausegetPrefixClause, setPrefixClausegetFilterDefs, getPostfixClause, setFilterDefsByRef, setPostfixClausestatic final int IID5af850cb_b210_4471_a30c_508b1fe8daac
static final int xxDummy
static final java.lang.String IID
void setResultPaginationToken(java.lang.String paginationToken)
throws java.io.IOException,
AutomationException
paginationToken - The paginationToken (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void getResultPaginationToken(java.lang.String[] paginationToken)
throws java.io.IOException,
AutomationException
paginationToken - The paginationToken (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setUseResultPaginationToken(boolean usePaginationToken)
throws java.io.IOException,
AutomationException
usePaginationToken - The usePaginationToken (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean getUseResultPaginationToken()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.