org.camunda.bpm.engine.impl.cmmn.entity.runtime
Class CaseSentryPartQueryProperty

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryProperty
All Implemented Interfaces:
Serializable, QueryProperty

public class CaseSentryPartQueryProperty
extends Object
implements QueryProperty

Author:
Roman Smirnov
See Also:
Serialized Form

Field Summary
static CaseExecutionQueryProperty CASE_EXECUTION_ID
           
static CaseExecutionQueryProperty CASE_INSTANCE_ID
           
static CaseExecutionQueryProperty CASE_SENTRY_PART_ID
           
static CaseExecutionQueryProperty SENTRY_ID
           
static CaseExecutionQueryProperty SOURCE
           
 
Constructor Summary
CaseSentryPartQueryProperty(String name)
           
 
Method Summary
static CaseSentryPartQueryProperty 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

CASE_SENTRY_PART_ID

public static final CaseExecutionQueryProperty CASE_SENTRY_PART_ID

CASE_INSTANCE_ID

public static final CaseExecutionQueryProperty CASE_INSTANCE_ID

CASE_EXECUTION_ID

public static final CaseExecutionQueryProperty CASE_EXECUTION_ID

SENTRY_ID

public static final CaseExecutionQueryProperty SENTRY_ID

SOURCE

public static final CaseExecutionQueryProperty SOURCE
Constructor Detail

CaseSentryPartQueryProperty

public CaseSentryPartQueryProperty(String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface QueryProperty

findByName

public static CaseSentryPartQueryProperty findByName(String propertyName)


Copyright © 2014 camunda services GmbH. All rights reserved.