Nuxeo Enterprise Platform 5.4

org.nuxeo.cm.cases
Class CaseLifeCycleConstants

java.lang.Object
  extended by org.nuxeo.cm.cases.CaseLifeCycleConstants

public class CaseLifeCycleConstants
extends Object

Mail envelope life cycle constants

Author:
Anahide Tchertchian

Field Summary
static String STATE_ARCHIVE
           
static String STATE_DRAFT
           
static String STATE_OPEN
           
static String STATE_PROCESS
           
static String STATE_SENT
           
static String TRANSITION_ARCHIVE
           
static String TRANSITION_DELETE
           
static String TRANSITION_OPEN
           
static String TRANSITION_PROCESS
           
static String TRANSITION_SEND
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATE_DRAFT

public static final String STATE_DRAFT
See Also:
Constant Field Values

STATE_SENT

public static final String STATE_SENT
See Also:
Constant Field Values

STATE_OPEN

public static final String STATE_OPEN
See Also:
Constant Field Values

STATE_PROCESS

public static final String STATE_PROCESS
See Also:
Constant Field Values

STATE_ARCHIVE

public static final String STATE_ARCHIVE
See Also:
Constant Field Values

TRANSITION_OPEN

public static final String TRANSITION_OPEN
See Also:
Constant Field Values

TRANSITION_PROCESS

public static final String TRANSITION_PROCESS
See Also:
Constant Field Values

TRANSITION_ARCHIVE

public static final String TRANSITION_ARCHIVE
See Also:
Constant Field Values

TRANSITION_SEND

public static final String TRANSITION_SEND
See Also:
Constant Field Values

TRANSITION_DELETE

public static final String TRANSITION_DELETE
See Also:
Constant Field Values

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.