|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectorg.activiti.engine.impl.db.ListQueryParameterObject
org.activiti.engine.impl.AbstractQuery<DeploymentQuery,Deployment>
org.activiti.engine.impl.DeploymentQueryImpl
public class DeploymentQueryImpl
字段摘要 | |
---|---|
protected String |
category
|
protected String |
categoryNotEquals
|
protected String |
deploymentId
|
protected String |
name
|
protected String |
nameLike
|
protected String |
processDefinitionKey
|
protected String |
processDefinitionKeyLike
|
从类 org.activiti.engine.impl.AbstractQuery 继承的字段 |
---|
commandContext, commandExecutor, orderBy, orderProperty, resultType, SORTORDER_ASC, SORTORDER_DESC |
从类 org.activiti.engine.impl.db.ListQueryParameterObject 继承的字段 |
---|
databaseType, firstResult, maxResults, parameter |
构造方法摘要 | |
---|---|
DeploymentQueryImpl()
|
|
DeploymentQueryImpl(CommandContext commandContext)
|
|
DeploymentQueryImpl(CommandExecutor commandExecutor)
|
方法摘要 | |
---|---|
DeploymentQueryImpl |
deploymentCategory(String deploymentCategory)
Only select deployments with the given category. |
DeploymentQueryImpl |
deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
Only select deployments that have a different category then the given one. |
DeploymentQueryImpl |
deploymentId(String deploymentId)
Only select deployments with the given deployment id. |
DeploymentQueryImpl |
deploymentName(String deploymentName)
Only select deployments with the given name. |
DeploymentQueryImpl |
deploymentNameLike(String nameLike)
Only select deployments with a name like the given string. |
long |
executeCount(CommandContext commandContext)
|
List<Deployment> |
executeList(CommandContext commandContext,
Page page)
Executes the actual query to retrieve the list of results. |
String |
getCategory()
|
String |
getCategoryNotEquals()
|
String |
getDeploymentId()
|
String |
getName()
|
String |
getNameLike()
|
DeploymentQuery |
orderByDeploymentId()
Order by deployment id (needs to be followed by Query.asc() or Query.desc() ). |
DeploymentQuery |
orderByDeploymenTime()
Order by deployment time (needs to be followed by Query.asc() or Query.desc() ). |
DeploymentQuery |
orderByDeploymentName()
Order by deployment name (needs to be followed by Query.asc() or Query.desc() ). |
DeploymentQueryImpl |
processDefinitionKey(String key)
Only select deployments with the given process definition key. |
DeploymentQueryImpl |
processDefinitionKeyLike(String keyLike)
Only select deployments with a process definition key like the given string. |
从类 org.activiti.engine.impl.AbstractQuery 继承的方法 |
---|
addOrder, asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, getOrderBy, list, listPage, orderBy, setCommandExecutor, singleResult |
从类 org.activiti.engine.impl.db.ListQueryParameterObject 继承的方法 |
---|
getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getParameter, setDatabaseType, setFirstResult, setMaxResults, setParameter |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
从接口 org.activiti.engine.query.Query 继承的方法 |
---|
asc, count, desc, list, listPage, singleResult |
字段详细信息 |
---|
protected String deploymentId
protected String name
protected String nameLike
protected String category
protected String categoryNotEquals
protected String processDefinitionKey
protected String processDefinitionKeyLike
构造方法详细信息 |
---|
public DeploymentQueryImpl()
public DeploymentQueryImpl(CommandContext commandContext)
public DeploymentQueryImpl(CommandExecutor commandExecutor)
方法详细信息 |
---|
public DeploymentQueryImpl deploymentId(String deploymentId)
DeploymentQuery
复制的描述
DeploymentQuery
中的 deploymentId
public DeploymentQueryImpl deploymentName(String deploymentName)
DeploymentQuery
复制的描述
DeploymentQuery
中的 deploymentName
public DeploymentQueryImpl deploymentNameLike(String nameLike)
DeploymentQuery
复制的描述
DeploymentQuery
中的 deploymentNameLike
public DeploymentQueryImpl deploymentCategory(String deploymentCategory)
DeploymentQuery
复制的描述
DeploymentQuery
中的 deploymentCategory
DeploymentBuilder.category(String)
public DeploymentQueryImpl deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
DeploymentQuery
复制的描述
DeploymentQuery
中的 deploymentCategoryNotEquals
DeploymentBuilder.category(String)
public DeploymentQueryImpl processDefinitionKey(String key)
DeploymentQuery
复制的描述
DeploymentQuery
中的 processDefinitionKey
public DeploymentQueryImpl processDefinitionKeyLike(String keyLike)
DeploymentQuery
复制的描述
DeploymentQuery
中的 processDefinitionKeyLike
public DeploymentQuery orderByDeploymentId()
DeploymentQuery
复制的描述Query.asc()
or Query.desc()
).
DeploymentQuery
中的 orderByDeploymentId
public DeploymentQuery orderByDeploymenTime()
DeploymentQuery
复制的描述Query.asc()
or Query.desc()
).
DeploymentQuery
中的 orderByDeploymenTime
public DeploymentQuery orderByDeploymentName()
DeploymentQuery
复制的描述Query.asc()
or Query.desc()
).
DeploymentQuery
中的 orderByDeploymentName
public long executeCount(CommandContext commandContext)
AbstractQuery<DeploymentQuery,Deployment>
中的 executeCount
public List<Deployment> executeList(CommandContext commandContext, Page page)
AbstractQuery
复制的描述
AbstractQuery<DeploymentQuery,Deployment>
中的 executeList
page
- used if the results must be paged. If null, no paging will be applied.public String getDeploymentId()
public String getName()
public String getNameLike()
public String getCategory()
public String getCategoryNotEquals()
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |