info.magnolia.module.workflow
Class WorkflowConstants

java.lang.Object
  extended by info.magnolia.module.workflow.WorkflowConstants

public final class WorkflowConstants
extends Object

Constants used throughout the workflow module.

Author:
Nicolas Modrzyk

Field Summary
static String ACTION_CANCEL
           
static String ACTION_PROCEED
           
static String ACTION_REJECT
           
static String ATTRIBUTE_ACTION
           
static String ATTRIBUTE_ASSIGN_TO
           
static String ATTRIBUTE_DEFINITION
           
static String ATTRIBUTE_EDIT_DIALOG
           
static String ATTRIBUTE_END_DATE
           
static String ATTRIBUTE_START_DATE
           
static String ATTRIBUTE_USERNAME
           
static String ATTRIBUTE_WORKFLOW_DEFINITION_URL
           
static String BAR
           
static String COLON
           
static String DEFAULT_ACTIVATION_EDIT_DIALOG
           
static String DEFAULT_ACTIVATION_WORKFLOW
           
static String DEFAULT_EDIT_DIALOG
           
static String DEFAULT_WORKFLOW
           
static String DOT
           
static String ENGINE_NAME
           
static String FLOW_VALUE
           
static String NODEDATA_ID
           
static String NODEDATA_PARTICIPANT
           
static String NODEDATA_VALUE
           
static String NODEDATA_WORKITEM
           
static String NODENAME_EXPRESSION
           
static String NODENAME_WORKITEM
           
static String OPENWFE_DATE_FORMAT
           
static String PARTICIPANT_PREFIX_COMMAND
           
static String PARTICIPANT_PREFIX_GROUP
           
static String PARTICIPANT_PREFIX_ROLE
           
static String PARTICIPANT_PREFIX_USER
           
static String REPO_OWFE
           
static String ROOT_PATH_FOR_FLOW
           
static String SLASH
           
static String STORE_ITERATOR_QUERY
           
static String WORKSPACE_ENGINE
           
static String WORKSPACE_EXPRESSION
           
static String WORKSPACE_STORE
           
 
Constructor Summary
WorkflowConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARTICIPANT_PREFIX_USER

public static final String PARTICIPANT_PREFIX_USER
See Also:
Constant Field Values

PARTICIPANT_PREFIX_GROUP

public static final String PARTICIPANT_PREFIX_GROUP
See Also:
Constant Field Values

PARTICIPANT_PREFIX_ROLE

public static final String PARTICIPANT_PREFIX_ROLE
See Also:
Constant Field Values

PARTICIPANT_PREFIX_COMMAND

public static final String PARTICIPANT_PREFIX_COMMAND
See Also:
Constant Field Values

ATTRIBUTE_USERNAME

public static final String ATTRIBUTE_USERNAME
See Also:
Constant Field Values

ATTRIBUTE_ACTION

public static final String ATTRIBUTE_ACTION
See Also:
Constant Field Values

ATTRIBUTE_ASSIGN_TO

public static final String ATTRIBUTE_ASSIGN_TO
See Also:
Constant Field Values

ATTRIBUTE_START_DATE

public static final String ATTRIBUTE_START_DATE
See Also:
Constant Field Values

ATTRIBUTE_END_DATE

public static final String ATTRIBUTE_END_DATE
See Also:
Constant Field Values

ATTRIBUTE_EDIT_DIALOG

public static final String ATTRIBUTE_EDIT_DIALOG
See Also:
Constant Field Values

ATTRIBUTE_WORKFLOW_DEFINITION_URL

public static final String ATTRIBUTE_WORKFLOW_DEFINITION_URL
See Also:
Constant Field Values

ATTRIBUTE_DEFINITION

public static final String ATTRIBUTE_DEFINITION
See Also:
Constant Field Values

ACTION_PROCEED

public static final String ACTION_PROCEED
See Also:
Constant Field Values

ACTION_REJECT

public static final String ACTION_REJECT
See Also:
Constant Field Values

ACTION_CANCEL

public static final String ACTION_CANCEL
See Also:
Constant Field Values

REPO_OWFE

public static final String REPO_OWFE
See Also:
Constant Field Values

WORKSPACE_EXPRESSION

public static final String WORKSPACE_EXPRESSION
See Also:
Constant Field Values

NODENAME_EXPRESSION

public static final String NODENAME_EXPRESSION
See Also:
Constant Field Values

WORKSPACE_STORE

public static final String WORKSPACE_STORE
See Also:
Constant Field Values

WORKSPACE_ENGINE

public static final String WORKSPACE_ENGINE
See Also:
Constant Field Values

NODENAME_WORKITEM

public static final String NODENAME_WORKITEM
See Also:
Constant Field Values

BAR

public static final String BAR
See Also:
Constant Field Values

COLON

public static final String COLON
See Also:
Constant Field Values

DOT

public static final String DOT
See Also:
Constant Field Values

SLASH

public static final String SLASH
See Also:
Constant Field Values

NODEDATA_PARTICIPANT

public static final String NODEDATA_PARTICIPANT
See Also:
Constant Field Values

NODEDATA_ID

public static final String NODEDATA_ID
See Also:
Constant Field Values

NODEDATA_VALUE

public static final String NODEDATA_VALUE
See Also:
Constant Field Values

ROOT_PATH_FOR_FLOW

public static final String ROOT_PATH_FOR_FLOW
See Also:
Constant Field Values

FLOW_VALUE

public static final String FLOW_VALUE
See Also:
Constant Field Values

ENGINE_NAME

public static final String ENGINE_NAME
See Also:
Constant Field Values

STORE_ITERATOR_QUERY

public static final String STORE_ITERATOR_QUERY
See Also:
Constant Field Values

OPENWFE_DATE_FORMAT

public static final String OPENWFE_DATE_FORMAT
See Also:
Constant Field Values

NODEDATA_WORKITEM

public static final String NODEDATA_WORKITEM
See Also:
Constant Field Values

DEFAULT_EDIT_DIALOG

public static final String DEFAULT_EDIT_DIALOG
See Also:
Constant Field Values

DEFAULT_ACTIVATION_EDIT_DIALOG

public static final String DEFAULT_ACTIVATION_EDIT_DIALOG
See Also:
Constant Field Values

DEFAULT_WORKFLOW

public static final String DEFAULT_WORKFLOW
See Also:
Constant Field Values

DEFAULT_ACTIVATION_WORKFLOW

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

WorkflowConstants

public WorkflowConstants()


Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.