com.jboss.jbossnetwork.product.jbpm.handlers
Class ContextVariables

java.lang.Object
  extended by com.jboss.jbossnetwork.product.jbpm.handlers.ContextVariables

public class ContextVariables
extends Object

For values that are stored in the JPBM execution context, this class contains the names of the keys against which they are stored.

Author:
Jason Dobies

Field Summary
static String CONTENT_CONTEXT
           
static String CONTROL_ACTION_FACADE
           
static String DOWNLOAD_DIR
           
static String JBOSS_CLIENT_DIR
           
static String JBOSS_HOME_DIR
           
static String JBOSS_SERVER_DIR
           
static String PACKAGE_DETAILS_KEY
           
static String PATCH_DIR
           
static String SOFTWARE
           
static String TIMESTAMP
           
 
Constructor Summary
ContextVariables()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_CONTEXT

public static final String CONTENT_CONTEXT
See Also:
Constant Field Values

PACKAGE_DETAILS_KEY

public static final String PACKAGE_DETAILS_KEY
See Also:
Constant Field Values

CONTROL_ACTION_FACADE

public static final String CONTROL_ACTION_FACADE
See Also:
Constant Field Values

TIMESTAMP

public static final String TIMESTAMP
See Also:
Constant Field Values

JBOSS_SERVER_DIR

public static final String JBOSS_SERVER_DIR
See Also:
Constant Field Values

JBOSS_HOME_DIR

public static final String JBOSS_HOME_DIR
See Also:
Constant Field Values

JBOSS_CLIENT_DIR

public static final String JBOSS_CLIENT_DIR
See Also:
Constant Field Values

DOWNLOAD_DIR

public static final String DOWNLOAD_DIR
See Also:
Constant Field Values

PATCH_DIR

public static final String PATCH_DIR
See Also:
Constant Field Values

SOFTWARE

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

ContextVariables

public ContextVariables()


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.