|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.edustructures.sifworks.ProvisioningOptions
com.edustructures.sifworks.QueryResultsOptions
public class QueryResultsOptions
Encapsulates a set of provisioning options for a QueryResults handler
| Constructor Summary | |
|---|---|
QueryResultsOptions()
Creates an instance of QueryResultsOptions that supports the default SIF Context |
|
QueryResultsOptions(SIFContext... contexts)
Creates an instance of QueryResultsOptions that only supports the given set of SIFContexts. |
|
| Method Summary | |
|---|---|
boolean |
getSupportsExtendedQuery()
Sets a flag the indicates whether or not this publisher supports SIF_ExtendedQueries |
void |
setSupportsExtendedQuery(boolean fSupportsExtendedQuery)
Sets a flag the indicates whether or not this publisher supports SIF_ExtendedQueries |
| Methods inherited from class com.edustructures.sifworks.ProvisioningOptions |
|---|
addSupportedContext, getSupportedContexts, supportsContext |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryResultsOptions()
public QueryResultsOptions(SIFContext... contexts)
contexts - | Method Detail |
|---|
public void setSupportsExtendedQuery(boolean fSupportsExtendedQuery)
fSupportsExtendedQuery - If false, the ADK will automatically
send an error packet response back for any SIF_ExtendedQueryResults received.If
true, the ADK will notify the zone of SIF_ExtendedQuery support during
agent provisioning.public boolean getSupportsExtendedQuery()
false, the ADK will automatically
send an error packet response back for any SIF_ExtendedQueryResults received.If
true, the ADK will notify the zone of SIF_ExtendedQuery support during
agent provisioning.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||