org.camunda.bpm.engine.impl
Class ProcessDefinitionQueryProperty
java.lang.Object
org.camunda.bpm.engine.impl.ProcessDefinitionQueryProperty
- All Implemented Interfaces:
- Serializable, QueryProperty
public class ProcessDefinitionQueryProperty
- extends Object
- implements QueryProperty
Contains the possible properties that can be used in a ProcessDefinitionQuery
.
- Author:
- Joram Barrez
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROCESS_DEFINITION_KEY
public static final ProcessDefinitionQueryProperty PROCESS_DEFINITION_KEY
PROCESS_DEFINITION_CATEGORY
public static final ProcessDefinitionQueryProperty PROCESS_DEFINITION_CATEGORY
PROCESS_DEFINITION_ID
public static final ProcessDefinitionQueryProperty PROCESS_DEFINITION_ID
PROCESS_DEFINITION_VERSION
public static final ProcessDefinitionQueryProperty PROCESS_DEFINITION_VERSION
PROCESS_DEFINITION_NAME
public static final ProcessDefinitionQueryProperty PROCESS_DEFINITION_NAME
DEPLOYMENT_ID
public static final ProcessDefinitionQueryProperty DEPLOYMENT_ID
ProcessDefinitionQueryProperty
public ProcessDefinitionQueryProperty(String name)
getName
public String getName()
- Specified by:
getName
in interface QueryProperty
findByName
public static ProcessDefinitionQueryProperty findByName(String propertyName)
Copyright © 2014 camunda services GmbH. All Rights Reserved.