com.liferay.portal.kernel.workflow
Class ContextConstants

java.lang.Object
  extended by com.liferay.portal.kernel.workflow.ContextConstants

public class ContextConstants
extends java.lang.Object

View Source

Author:
Bruno Farache

Field Summary
static java.lang.String COMPANY_ID
           
static java.lang.String ENTRY_CLASS_NAME
           
static java.lang.String ENTRY_CLASS_PK
           
static java.lang.String GROUP_ID
           
 
Constructor Summary
ContextConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPANY_ID

public static final java.lang.String COMPANY_ID
See Also:
Constant Field Values

ENTRY_CLASS_NAME

public static final java.lang.String ENTRY_CLASS_NAME
See Also:
Constant Field Values

ENTRY_CLASS_PK

public static final java.lang.String ENTRY_CLASS_PK
See Also:
Constant Field Values

GROUP_ID

public static final java.lang.String GROUP_ID
See Also:
Constant Field Values
Constructor Detail

ContextConstants

public ContextConstants()