org.camunda.bpm.engine.impl
Class ProcessDefinitionQueryProperty

java.lang.Object
  extended by 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

Field Summary
static ProcessDefinitionQueryProperty DEPLOYMENT_ID
           
static ProcessDefinitionQueryProperty PROCESS_DEFINITION_CATEGORY
           
static ProcessDefinitionQueryProperty PROCESS_DEFINITION_ID
           
static ProcessDefinitionQueryProperty PROCESS_DEFINITION_KEY
           
static ProcessDefinitionQueryProperty PROCESS_DEFINITION_NAME
           
static ProcessDefinitionQueryProperty PROCESS_DEFINITION_VERSION
           
 
Constructor Summary
ProcessDefinitionQueryProperty(String name)
           
 
Method Summary
static ProcessDefinitionQueryProperty findByName(String propertyName)
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ProcessDefinitionQueryProperty

public ProcessDefinitionQueryProperty(String name)
Method Detail

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.