org.camunda.bpm.engine.query
Interface QueryProperty

All Superinterfaces:
Serializable
All Known Implementing Classes:
QueryPropertyImpl

public interface QueryProperty
extends Serializable

Describes a property that can be used in a Query.

Author:
Frederik Heremans

Method Summary
 String getFunction()
           
 String getName()
           
 

Method Detail

getName

String getName()

getFunction

String getFunction()


Copyright © 2017 camunda services GmbH. All rights reserved.