Package org.activiti.engine.impl
Class ModelQueryProperty
- java.lang.Object
-
- org.activiti.engine.impl.ModelQueryProperty
-
- All Implemented Interfaces:
java.io.Serializable,QueryProperty
public class ModelQueryProperty extends java.lang.Object implements QueryProperty
Contains the possible properties that can be used in aModelQuery.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ModelQueryPropertyMODEL_CATEGORYstatic ModelQueryPropertyMODEL_CREATE_TIMEstatic ModelQueryPropertyMODEL_IDstatic ModelQueryPropertyMODEL_KEYstatic ModelQueryPropertyMODEL_LAST_UPDATE_TIMEstatic ModelQueryPropertyMODEL_NAMEstatic ModelQueryPropertyMODEL_TENANT_IDstatic ModelQueryPropertyMODEL_VERSION
-
Constructor Summary
Constructors Constructor Description ModelQueryProperty(java.lang.String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModelQueryPropertyfindByName(java.lang.String propertyName)java.lang.StringgetName()
-
-
-
Field Detail
-
MODEL_CATEGORY
public static final ModelQueryProperty MODEL_CATEGORY
-
MODEL_ID
public static final ModelQueryProperty MODEL_ID
-
MODEL_VERSION
public static final ModelQueryProperty MODEL_VERSION
-
MODEL_NAME
public static final ModelQueryProperty MODEL_NAME
-
MODEL_CREATE_TIME
public static final ModelQueryProperty MODEL_CREATE_TIME
-
MODEL_LAST_UPDATE_TIME
public static final ModelQueryProperty MODEL_LAST_UPDATE_TIME
-
MODEL_KEY
public static final ModelQueryProperty MODEL_KEY
-
MODEL_TENANT_ID
public static final ModelQueryProperty MODEL_TENANT_ID
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceQueryProperty
-
findByName
public static ModelQueryProperty findByName(java.lang.String propertyName)
-
-