Class ActionDeploymentQueryProperty
- java.lang.Object
-
- com.flowable.action.engine.impl.repository.ActionDeploymentQueryProperty
-
- All Implemented Interfaces:
java.io.Serializable,org.flowable.common.engine.api.query.QueryProperty
public class ActionDeploymentQueryProperty extends java.lang.Object implements org.flowable.common.engine.api.query.QueryProperty- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ActionDeploymentQueryPropertyDEPLOY_TIMEstatic ActionDeploymentQueryPropertyDEPLOYMENT_IDstatic ActionDeploymentQueryPropertyDEPLOYMENT_NAMEstatic ActionDeploymentQueryPropertyDEPLOYMENT_TENANT_ID
-
Constructor Summary
Constructors Constructor Description ActionDeploymentQueryProperty(java.lang.String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ActionDeploymentQueryPropertyfindByName(java.lang.String propertyName)java.lang.StringgetName()
-
-
-
Field Detail
-
DEPLOYMENT_ID
public static final ActionDeploymentQueryProperty DEPLOYMENT_ID
-
DEPLOYMENT_NAME
public static final ActionDeploymentQueryProperty DEPLOYMENT_NAME
-
DEPLOYMENT_TENANT_ID
public static final ActionDeploymentQueryProperty DEPLOYMENT_TENANT_ID
-
DEPLOY_TIME
public static final ActionDeploymentQueryProperty DEPLOY_TIME
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceorg.flowable.common.engine.api.query.QueryProperty
-
findByName
public static ActionDeploymentQueryProperty findByName(java.lang.String propertyName)
-
-