Class AuditInstanceQueryProperty

java.lang.Object
com.flowable.audit.engine.impl.runtime.AuditInstanceQueryProperty
All Implemented Interfaces:
java.io.Serializable, org.flowable.common.engine.api.query.QueryProperty

public class AuditInstanceQueryProperty
extends java.lang.Object
implements org.flowable.common.engine.api.query.QueryProperty
Contains the possible properties that can be used in a AuditInstanceQuery.
Author:
Tijs Rademakers
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static AuditInstanceQueryProperty CREATION_TIME  
  • Constructor Summary

    Constructors 
    Constructor Description
    AuditInstanceQueryProperty​(java.lang.String name)  
  • Method Summary

    Modifier and Type Method Description
    static AuditInstanceQueryProperty findByName​(java.lang.String propertyName)  
    java.lang.String getName()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait