Package org.camunda.bpm.engine.impl
Interface AuthorizationQueryProperty
-
public interface AuthorizationQueryProperty
Contains the possible properties that can be used in anAuthorizationQuery
.- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description static QueryProperty
RESOURCE_ID
static QueryProperty
RESOURCE_TYPE
-
-
-
Field Detail
-
RESOURCE_TYPE
static final QueryProperty RESOURCE_TYPE
-
RESOURCE_ID
static final QueryProperty RESOURCE_ID
-
-