org.camunda.bpm.engine.impl
Class AuthorizationQueryProperty

java.lang.Object
  extended by org.camunda.bpm.engine.impl.AuthorizationQueryProperty
All Implemented Interfaces:
Serializable, QueryProperty

public class AuthorizationQueryProperty
extends Object
implements QueryProperty

Contains the possible properties that can be used in an AuthorizationQuery.

Author:
Daniel Meyer
See Also:
Serialized Form

Field Summary
static AuthorizationQueryProperty RESOURCE_ID
           
static AuthorizationQueryProperty RESOURCE_TYPE
           
 
Constructor Summary
AuthorizationQueryProperty(String name)
           
 
Method Summary
static AuthorizationQueryProperty 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

RESOURCE_TYPE

public static final AuthorizationQueryProperty RESOURCE_TYPE

RESOURCE_ID

public static final AuthorizationQueryProperty RESOURCE_ID
Constructor Detail

AuthorizationQueryProperty

public AuthorizationQueryProperty(String name)
Method Detail

getName

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

findByName

public static AuthorizationQueryProperty findByName(String propertyName)


Copyright © 2014 camunda services GmbH. All rights reserved.