Class DataObjectDeploymentQueryProperty
- java.lang.Object
-
- com.flowable.dataobject.engine.impl.repository.DataObjectDeploymentQueryProperty
-
- All Implemented Interfaces:
Serializable,QueryProperty
public class DataObjectDeploymentQueryProperty extends Object implements QueryProperty
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static DataObjectDeploymentQueryPropertyDEPLOY_TIMEstatic DataObjectDeploymentQueryPropertyDEPLOYMENT_IDstatic DataObjectDeploymentQueryPropertyDEPLOYMENT_NAMEstatic DataObjectDeploymentQueryPropertyDEPLOYMENT_TENANT_ID
-
Constructor Summary
Constructors Constructor Description DataObjectDeploymentQueryProperty(String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataObjectDeploymentQueryPropertyfindByName(String propertyName)StringgetName()
-
-
-
Field Detail
-
DEPLOYMENT_ID
public static final DataObjectDeploymentQueryProperty DEPLOYMENT_ID
-
DEPLOYMENT_NAME
public static final DataObjectDeploymentQueryProperty DEPLOYMENT_NAME
-
DEPLOYMENT_TENANT_ID
public static final DataObjectDeploymentQueryProperty DEPLOYMENT_TENANT_ID
-
DEPLOY_TIME
public static final DataObjectDeploymentQueryProperty DEPLOY_TIME
-
-
Constructor Detail
-
DataObjectDeploymentQueryProperty
public DataObjectDeploymentQueryProperty(String name)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceQueryProperty
-
findByName
public static DataObjectDeploymentQueryProperty findByName(String propertyName)
-
-