com.edustructures.sifworks
Class QueryResultsOptions

java.lang.Object
  extended by com.edustructures.sifworks.ProvisioningOptions
      extended by com.edustructures.sifworks.QueryResultsOptions

public class QueryResultsOptions
extends ProvisioningOptions

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

QueryResultsOptions

public QueryResultsOptions()
Creates an instance of QueryResultsOptions that supports the default SIF Context


QueryResultsOptions

public QueryResultsOptions(SIFContext... contexts)
Creates an instance of QueryResultsOptions that only supports the given set of SIFContexts. If the set of contexts given does not include the default SIF context, the default context will not be supported by this QueryResults instance

Parameters:
contexts -
Method Detail

setSupportsExtendedQuery

public void setSupportsExtendedQuery(boolean fSupportsExtendedQuery)
Sets a flag the indicates whether or not this publisher supports SIF_ExtendedQueries

Parameters:
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.

getSupportsExtendedQuery

public boolean getSupportsExtendedQuery()
Sets a flag the indicates whether or not this publisher supports SIF_ExtendedQueries

Returns:
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.


Copyright © 2001-2007 Edustructures LLC. All Rights Reserved. SIFWorks® and ADK® are registered trademarks of Edustructures LLC. SIF™ and Schools Interoperability Framework are trademarks of the Schools Interoperability Framework Association.