org.camunda.bpm.engine.impl
Class DeploymentQueryProperty
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEPLOYMENT_ID
public static final DeploymentQueryProperty DEPLOYMENT_ID
DEPLOYMENT_NAME
public static final DeploymentQueryProperty DEPLOYMENT_NAME
DEPLOY_TIME
public static final DeploymentQueryProperty DEPLOY_TIME
DeploymentQueryProperty
public DeploymentQueryProperty(String name)
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.