org.camunda.bpm.engine.impl.db
Class ListQueryParameterObject

java.lang.Object
  extended by org.camunda.bpm.engine.impl.db.AuthorizationCheck
      extended by org.camunda.bpm.engine.impl.db.ListQueryParameterObject
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbstractQuery

public class ListQueryParameterObject
extends AuthorizationCheck

Author:
Daniel Meyer
See Also:
Serialized Form

Field Summary
protected  String databaseType
           
static String DEFAULT_ORDER_BY
           
protected  int firstResult
           
protected  int maxResults
           
protected  String orderBy
           
protected  Object parameter
           
 
Fields inherited from class org.camunda.bpm.engine.impl.db.AuthorizationCheck
authDefaultPerm, authGroupIds, authUserId, isAuthorizationCheckEnabled, permissionChecks
 
Constructor Summary
ListQueryParameterObject()
           
ListQueryParameterObject(Object parameter, int firstResult, int maxResults)
           
 
Method Summary
 String getDatabaseType()
           
 int getFirstResult()
           
 int getFirstRow()
           
 int getLastRow()
           
 int getMaxResults()
           
 String getOrderBy()
           
 Object getParameter()
           
 void setDatabaseType(String databaseType)
           
 void setFirstResult(int firstResult)
           
 void setMaxResults(int maxResults)
           
 void setOrderBy(String orderBy)
           
 void setParameter(Object parameter)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.db.AuthorizationCheck
addAtomicPermissionCheck, getAuthDefaultPerm, getAuthGroupIds, getAuthUserId, getPermissionChecks, isAuthorizationCheckEnabled, setAtomicPermissionChecks, setAuthDefaultPerm, setAuthGroupIds, setAuthorizationCheckEnabled, setAuthUserId, setPermissionChecks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_ORDER_BY

public static final String DEFAULT_ORDER_BY
See Also:
Constant Field Values

maxResults

protected int maxResults

firstResult

protected int firstResult

orderBy

protected String orderBy

parameter

protected Object parameter

databaseType

protected String databaseType
Constructor Detail

ListQueryParameterObject

public ListQueryParameterObject()

ListQueryParameterObject

public ListQueryParameterObject(Object parameter,
                                int firstResult,
                                int maxResults)
Method Detail

getFirstResult

public int getFirstResult()

getFirstRow

public int getFirstRow()

getLastRow

public int getLastRow()

getMaxResults

public int getMaxResults()

getParameter

public Object getParameter()

setFirstResult

public void setFirstResult(int firstResult)

setMaxResults

public void setMaxResults(int maxResults)

setParameter

public void setParameter(Object parameter)

getOrderBy

public String getOrderBy()

setDatabaseType

public void setDatabaseType(String databaseType)

getDatabaseType

public String getDatabaseType()

setOrderBy

public void setOrderBy(String orderBy)


Copyright © 2015 camunda services GmbH. All rights reserved.