org.camunda.bpm.engine.impl
Class OperationLogQueryProperty
java.lang.Object
org.camunda.bpm.engine.impl.OperationLogQueryProperty
- All Implemented Interfaces:
- Serializable, QueryProperty
public class OperationLogQueryProperty
- extends Object
- implements QueryProperty
Contains sortable properties which can be used in a UserOperationLogQuery
.
- Author:
- Danny Gräf
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TIMESTAMP
public static final OperationLogQueryProperty TIMESTAMP
OperationLogQueryProperty
public OperationLogQueryProperty(String name)
getName
public String getName()
- Specified by:
getName
in interface QueryProperty
findByName
public static OperationLogQueryProperty findByName(String propertyName)
Copyright © 2014 camunda services GmbH. All Rights Reserved.