org.camunda.bpm.engine.impl
Class OperationLogQueryProperty

java.lang.Object
  extended by 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

Field Summary
static OperationLogQueryProperty TIMESTAMP
           
 
Constructor Summary
OperationLogQueryProperty(String name)
           
 
Method Summary
static OperationLogQueryProperty findByName(String propertyName)
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TIMESTAMP

public static final OperationLogQueryProperty TIMESTAMP
Constructor Detail

OperationLogQueryProperty

public OperationLogQueryProperty(String name)
Method Detail

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.