org.camunda.bpm.extension.jbehave.example.simple
Class SimpleProcessConstants

java.lang.Object
  extended by org.camunda.bpm.extension.jbehave.example.simple.SimpleProcessConstants

public class SimpleProcessConstants
extends Object

Process constants.

Author:
Simon Zambrovski, Holisticon AG.

Nested Class Summary
static class SimpleProcessConstants.Elements
          Process elements.
static class SimpleProcessConstants.Events
           
static class SimpleProcessConstants.Variables
          Process variables.
 
Field Summary
static String BPMN
          Name and location of process definition.
static String BPMN_DURABLE
          Name and location of process definition.
static String PROCESS
          Process Key.
 
Constructor Summary
SimpleProcessConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BPMN

public static final String BPMN
Name and location of process definition.

See Also:
Constant Field Values

BPMN_DURABLE

public static final String BPMN_DURABLE
Name and location of process definition.

See Also:
Constant Field Values

PROCESS

public static final String PROCESS
Process Key.

See Also:
Constant Field Values
Constructor Detail

SimpleProcessConstants

public SimpleProcessConstants()


Copyright © 2014 camunda services GmbH. All rights reserved.