org.fosstrak.webadapters.epcis.config
Class QueryParamConstants

java.lang.Object
  extended by org.fosstrak.webadapters.epcis.config.QueryParamConstants

public class QueryParamConstants
extends Object

Class holding EPCIS Webadapter Constants

Author:
Mathias Mueller mathias.mueller(at)unifr.ch

Field Summary
static String ACTION_REST
           
static String ANY_EPC_REST
           
static String BUSINESS_LOCATION_DESCENDANT_REST
           
static String BUSINESS_LOCATION_REST
           
static String BUSINESS_STEP_REST
           
static String BUSINESS_TRANSACTION_TYPE_REST
           
static String DISPOSITION_REST
           
static String EPC_CLASS_REST
           
static String EPC_REST
           
static String EQ_action
           
static String EQ_bizLocation
           
static String EQ_bizStep
           
static String EQ_bizTransaction_type
           
static String EQ_disposition
           
static String EQ_fieldname
           
static String EQ_quantity
           
static String EQ_readPoint
           
static String EQATTR_fieldname_attrname
           
static String EVENT_COUNT_LIMIT_REST
           
static String EVENT_TIME_REST
           
static String EVENT_TIME_REST_GE
           
static String EVENT_TIME_REST_LT
           
static String EVENT_TYPE_REST
           
static String eventCountLimit
           
static String eventType
           
static String EXISTS_fieldname
           
static String FIELDNAME_REST
           
static String GE_eventTime
           
static String GE_fieldname
           
static String GE_quantity
           
static String GE_recordTime
           
static String GT_fieldname
           
static String GT_quantity
           
static String HASATTR_fieldname
           
static String LE_fieldname
           
static String LE_quantity
           
static String LT_eventTime
           
static String LT_fieldname
           
static String LT_quantity
           
static String LT_recordTime
           
static String MATCH_anyEPC
           
static String MATCH_epc
           
static String MATCH_epcClass
           
static String MATCH_parentID
           
static String MAX_EVENT_COUNT_REST
           
static String maxEventCount
           
static String ORDER_BY_REST
           
static String ORDER_DIRECTION_REST
           
static String orderBy
           
static String orderDirection
           
static String PARENT_ID_REST
           
static String QUANTITY_REST
           
static String QUANTITY_REST_GT
           
static String QUANTITY_REST_LT
           
static String READ_POINT_DESCENDANT_REST
           
static String READ_POINT_REST
           
static String RECORD_TIME_REST
           
static String RECORD_TIME_REST_GE
           
static String RECORD_TIME_REST_LT
           
static String WD_bizLocation
           
static String WD_readPoint
           
 
Constructor Summary
QueryParamConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventType

public static final String eventType
See Also:
Constant Field Values

GE_eventTime

public static final String GE_eventTime
See Also:
Constant Field Values

LT_eventTime

public static final String LT_eventTime
See Also:
Constant Field Values

GE_recordTime

public static final String GE_recordTime
See Also:
Constant Field Values

LT_recordTime

public static final String LT_recordTime
See Also:
Constant Field Values

EQ_action

public static final String EQ_action
See Also:
Constant Field Values

EQ_bizStep

public static final String EQ_bizStep
See Also:
Constant Field Values

EQ_disposition

public static final String EQ_disposition
See Also:
Constant Field Values

EQ_readPoint

public static final String EQ_readPoint
See Also:
Constant Field Values

WD_readPoint

public static final String WD_readPoint
See Also:
Constant Field Values

EQ_bizLocation

public static final String EQ_bizLocation
See Also:
Constant Field Values

WD_bizLocation

public static final String WD_bizLocation
See Also:
Constant Field Values

EQ_bizTransaction_type

public static final String EQ_bizTransaction_type
See Also:
Constant Field Values

MATCH_epc

public static final String MATCH_epc
See Also:
Constant Field Values

MATCH_parentID

public static final String MATCH_parentID
See Also:
Constant Field Values

MATCH_anyEPC

public static final String MATCH_anyEPC
See Also:
Constant Field Values

MATCH_epcClass

public static final String MATCH_epcClass
See Also:
Constant Field Values

EQ_quantity

public static final String EQ_quantity
See Also:
Constant Field Values

GT_quantity

public static final String GT_quantity
See Also:
Constant Field Values

GE_quantity

public static final String GE_quantity
See Also:
Constant Field Values

LT_quantity

public static final String LT_quantity
See Also:
Constant Field Values

LE_quantity

public static final String LE_quantity
See Also:
Constant Field Values

EQ_fieldname

public static final String EQ_fieldname
See Also:
Constant Field Values

GT_fieldname

public static final String GT_fieldname
See Also:
Constant Field Values

GE_fieldname

public static final String GE_fieldname
See Also:
Constant Field Values

LT_fieldname

public static final String LT_fieldname
See Also:
Constant Field Values

LE_fieldname

public static final String LE_fieldname
See Also:
Constant Field Values

EXISTS_fieldname

public static final String EXISTS_fieldname
See Also:
Constant Field Values

HASATTR_fieldname

public static final String HASATTR_fieldname
See Also:
Constant Field Values

EQATTR_fieldname_attrname

public static final String EQATTR_fieldname_attrname
See Also:
Constant Field Values

orderBy

public static final String orderBy
See Also:
Constant Field Values

orderDirection

public static final String orderDirection
See Also:
Constant Field Values

eventCountLimit

public static final String eventCountLimit
See Also:
Constant Field Values

maxEventCount

public static final String maxEventCount
See Also:
Constant Field Values

EVENT_TYPE_REST

public static final String EVENT_TYPE_REST
See Also:
Constant Field Values

EVENT_TIME_REST

public static final String EVENT_TIME_REST
See Also:
Constant Field Values

RECORD_TIME_REST

public static final String RECORD_TIME_REST
See Also:
Constant Field Values

ACTION_REST

public static final String ACTION_REST
See Also:
Constant Field Values

BUSINESS_STEP_REST

public static final String BUSINESS_STEP_REST
See Also:
Constant Field Values

DISPOSITION_REST

public static final String DISPOSITION_REST
See Also:
Constant Field Values

READ_POINT_REST

public static final String READ_POINT_REST
See Also:
Constant Field Values

READ_POINT_DESCENDANT_REST

public static final String READ_POINT_DESCENDANT_REST
See Also:
Constant Field Values

BUSINESS_LOCATION_REST

public static final String BUSINESS_LOCATION_REST
See Also:
Constant Field Values

BUSINESS_LOCATION_DESCENDANT_REST

public static final String BUSINESS_LOCATION_DESCENDANT_REST
See Also:
Constant Field Values

BUSINESS_TRANSACTION_TYPE_REST

public static final String BUSINESS_TRANSACTION_TYPE_REST
See Also:
Constant Field Values

EPC_REST

public static final String EPC_REST
See Also:
Constant Field Values

PARENT_ID_REST

public static final String PARENT_ID_REST
See Also:
Constant Field Values

ANY_EPC_REST

public static final String ANY_EPC_REST
See Also:
Constant Field Values

EPC_CLASS_REST

public static final String EPC_CLASS_REST
See Also:
Constant Field Values

QUANTITY_REST

public static final String QUANTITY_REST
See Also:
Constant Field Values

FIELDNAME_REST

public static final String FIELDNAME_REST
See Also:
Constant Field Values

ORDER_BY_REST

public static final String ORDER_BY_REST
See Also:
Constant Field Values

ORDER_DIRECTION_REST

public static final String ORDER_DIRECTION_REST
See Also:
Constant Field Values

EVENT_COUNT_LIMIT_REST

public static final String EVENT_COUNT_LIMIT_REST
See Also:
Constant Field Values

MAX_EVENT_COUNT_REST

public static final String MAX_EVENT_COUNT_REST
See Also:
Constant Field Values

EVENT_TIME_REST_GE

public static final String EVENT_TIME_REST_GE
See Also:
Constant Field Values

EVENT_TIME_REST_LT

public static final String EVENT_TIME_REST_LT
See Also:
Constant Field Values

RECORD_TIME_REST_GE

public static final String RECORD_TIME_REST_GE
See Also:
Constant Field Values

RECORD_TIME_REST_LT

public static final String RECORD_TIME_REST_LT
See Also:
Constant Field Values

QUANTITY_REST_GT

public static final String QUANTITY_REST_GT
See Also:
Constant Field Values

QUANTITY_REST_LT

public static final String QUANTITY_REST_LT
See Also:
Constant Field Values
Constructor Detail

QueryParamConstants

public QueryParamConstants()


Copyright © 2010. All Rights Reserved.