org.camunda.bpm.engine.impl
Class AuthorizationQueryProperty
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE_TYPE
public static final AuthorizationQueryProperty RESOURCE_TYPE
RESOURCE_ID
public static final AuthorizationQueryProperty RESOURCE_ID
AuthorizationQueryProperty
public AuthorizationQueryProperty(String name)
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.