Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.comment.workflow.utils
Class CommentsConstants

java.lang.Object
  extended by org.nuxeo.ecm.platform.comment.workflow.utils.CommentsConstants

public final class CommentsConstants
extends Object

Utility class used for registering constants.


Field Summary
static String COMMENT_AUTHOR
           
static String COMMENT_CREATION_DATE
          Schemas and fields.
static String COMMENT_ID
           
static String COMMENT_LIFECYCLE
           
static String COMMENT_PUBLISHED
           
static String COMMENT_TEXT
           
static String MODERATION_PROCESS
           
static String PENDING_STATE
           
static String PERMISSION_COMMENT
           
static String PERMISSION_MANAGE_EVERYTHING
           
static String PERMISSION_MODERATE
           
static String PERMISSION_WRITE
           
static String PUBLISHED_STATE
           
static String REJECT_STATE
           
static String TRANSITION_TO_PUBLISHED_STATE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PERMISSION_COMMENT

public static final String PERMISSION_COMMENT
See Also:
Constant Field Values

PERMISSION_MODERATE

public static final String PERMISSION_MODERATE
See Also:
Constant Field Values

PERMISSION_WRITE

public static final String PERMISSION_WRITE
See Also:
Constant Field Values

PERMISSION_MANAGE_EVERYTHING

public static final String PERMISSION_MANAGE_EVERYTHING
See Also:
Constant Field Values

TRANSITION_TO_PUBLISHED_STATE

public static final String TRANSITION_TO_PUBLISHED_STATE
See Also:
Constant Field Values

PUBLISHED_STATE

public static final String PUBLISHED_STATE
See Also:
Constant Field Values

PENDING_STATE

public static final String PENDING_STATE
See Also:
Constant Field Values

REJECT_STATE

public static final String REJECT_STATE
See Also:
Constant Field Values

MODERATION_PROCESS

public static final String MODERATION_PROCESS
See Also:
Constant Field Values

COMMENT_ID

public static final String COMMENT_ID
See Also:
Constant Field Values

COMMENT_PUBLISHED

public static final String COMMENT_PUBLISHED
See Also:
Constant Field Values

COMMENT_LIFECYCLE

public static final String COMMENT_LIFECYCLE
See Also:
Constant Field Values

COMMENT_CREATION_DATE

public static final String COMMENT_CREATION_DATE
Schemas and fields.

See Also:
Constant Field Values

COMMENT_AUTHOR

public static final String COMMENT_AUTHOR
See Also:
Constant Field Values

COMMENT_TEXT

public static final String COMMENT_TEXT
See Also:
Constant Field Values

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.