Class MasterDataInstanceQueryProperty
java.lang.Object
com.flowable.dataobject.engine.impl.runtime.MasterDataInstanceQueryProperty
- All Implemented Interfaces:
java.io.Serializable,org.flowable.common.engine.api.query.QueryProperty
public class MasterDataInstanceQueryProperty
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 MasterDataInstanceQueryPropertyCREATION_TIMEstatic MasterDataInstanceQueryPropertyEXTERNAL_IDstatic MasterDataInstanceQueryPropertyKEYstatic MasterDataInstanceQueryPropertyNAMEstatic MasterDataInstanceQueryPropertyUPDATE_TIME -
Constructor Summary
Constructors Constructor Description MasterDataInstanceQueryProperty(java.lang.String name) -
Method Summary
Modifier and Type Method Description static MasterDataInstanceQueryPropertyfindByName(java.lang.String propertyName)java.lang.StringgetName()
-
Field Details
-
Constructor Details
-
MasterDataInstanceQueryProperty
public MasterDataInstanceQueryProperty(java.lang.String name)
-
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getNamein interfaceorg.flowable.common.engine.api.query.QueryProperty
-
findByName
-