org.camunda.bpm.engine
Class EntityTypes

java.lang.Object
  extended by org.camunda.bpm.engine.EntityTypes

public class EntityTypes
extends Object

Author:
Sebastian Menski

Field Summary
static String APPLICATION
           
static String ATTACHMENT
           
static String AUTHORIZATION
           
static String BATCH
           
static String DECISION_DEFINITION
           
static String DECISION_REQUIREMENTS_DEFINITION
           
static String DEPLOYMENT
           
static String EXTERNAL_TASK
           
static String FILTER
           
static String GROUP
           
static String GROUP_MEMBERSHIP
           
static String IDENTITY_LINK
           
static String JOB
           
static String JOB_DEFINITION
           
static String PROCESS_DEFINITION
           
static String PROCESS_INSTANCE
           
static String TASK
           
static String TENANT
           
static String TENANT_MEMBERSHIP
           
static String USER
           
static String VARIABLE
           
 
Constructor Summary
EntityTypes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APPLICATION

public static final String APPLICATION
See Also:
Constant Field Values

ATTACHMENT

public static final String ATTACHMENT
See Also:
Constant Field Values

AUTHORIZATION

public static final String AUTHORIZATION
See Also:
Constant Field Values

FILTER

public static final String FILTER
See Also:
Constant Field Values

GROUP

public static final String GROUP
See Also:
Constant Field Values

GROUP_MEMBERSHIP

public static final String GROUP_MEMBERSHIP
See Also:
Constant Field Values

IDENTITY_LINK

public static final String IDENTITY_LINK
See Also:
Constant Field Values

TASK

public static final String TASK
See Also:
Constant Field Values

USER

public static final String USER
See Also:
Constant Field Values

PROCESS_INSTANCE

public static final String PROCESS_INSTANCE
See Also:
Constant Field Values

PROCESS_DEFINITION

public static final String PROCESS_DEFINITION
See Also:
Constant Field Values

JOB

public static final String JOB
See Also:
Constant Field Values

JOB_DEFINITION

public static final String JOB_DEFINITION
See Also:
Constant Field Values

VARIABLE

public static final String VARIABLE
See Also:
Constant Field Values

DEPLOYMENT

public static final String DEPLOYMENT
See Also:
Constant Field Values

DECISION_DEFINITION

public static final String DECISION_DEFINITION
See Also:
Constant Field Values

EXTERNAL_TASK

public static final String EXTERNAL_TASK
See Also:
Constant Field Values

TENANT

public static final String TENANT
See Also:
Constant Field Values

TENANT_MEMBERSHIP

public static final String TENANT_MEMBERSHIP
See Also:
Constant Field Values

BATCH

public static final String BATCH
See Also:
Constant Field Values

DECISION_REQUIREMENTS_DEFINITION

public static final String DECISION_REQUIREMENTS_DEFINITION
See Also:
Constant Field Values
Constructor Detail

EntityTypes

public EntityTypes()


Copyright © 2016 camunda services GmbH. All rights reserved.