org.camunda.bpm.engine.impl
Class DeploymentQueryProperty

java.lang.Object
  extended by org.camunda.bpm.engine.impl.DeploymentQueryProperty
All Implemented Interfaces:
Serializable, QueryProperty

public class DeploymentQueryProperty
extends Object
implements QueryProperty

Contains the possible properties that can be used in a DeploymentQuery.

Author:
Joram Barrez
See Also:
Serialized Form

Field Summary
static DeploymentQueryProperty DEPLOY_TIME
           
static DeploymentQueryProperty DEPLOYMENT_ID
           
static DeploymentQueryProperty DEPLOYMENT_NAME
           
 
Constructor Summary
DeploymentQueryProperty(String name)
           
 
Method Summary
static DeploymentQueryProperty 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

DEPLOYMENT_ID

public static final DeploymentQueryProperty DEPLOYMENT_ID

DEPLOYMENT_NAME

public static final DeploymentQueryProperty DEPLOYMENT_NAME

DEPLOY_TIME

public static final DeploymentQueryProperty DEPLOY_TIME
Constructor Detail

DeploymentQueryProperty

public DeploymentQueryProperty(String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface QueryProperty

findByName

public static DeploymentQueryProperty findByName(String propertyName)


Copyright © 2014 camunda services GmbH. All rights reserved.