com.waveset.session
Class Exporter.ExportQuery

java.lang.Object
  extended bycom.waveset.session.Exporter.ExportQuery
Enclosing class:
Exporter

public static class Exporter.ExportQuery
extends java.lang.Object

Container to pass around for type exporting. A list of these makes an export specification so that different types can have different conditions.


Constructor Summary
Exporter.ExportQuery(Type type, AttributeCondition[] conditions)
           
 
Method Summary
static Exporter.ExportQuery[] fromTypes(Type[] types)
           
 AttributeCondition[] getConditions()
           
 Type getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exporter.ExportQuery

public Exporter.ExportQuery(Type type,
                            AttributeCondition[] conditions)
Method Detail

getType

public Type getType()

getConditions

public AttributeCondition[] getConditions()

fromTypes

public static Exporter.ExportQuery[] fromTypes(Type[] types)