Nuxeo Enterprise Platform 5.4

org.nuxeo.cm.event
Class CaseManagementEventConstants

java.lang.Object
  extended by org.nuxeo.cm.event.CaseManagementEventConstants

public class CaseManagementEventConstants
extends Object

Correspondence event names

Author:
Anahide Tchertchian

Nested Class Summary
static class CaseManagementEventConstants.EventNames
           
 
Field Summary
static String DISTRIBUTION_CATEGORY
           
static String EVENT_CASE_MANAGEMENET_CASE_IMPORT
           
static String EVENT_CASE_MANAGEMENET_IMPORT
           
static String EVENT_CASE_MANAGEMENET_IMPORT_CATEGORY
           
static String EVENT_CASE_MANAGEMENT_CASE_ITEM_SOURCE_PATH
           
static String EVENT_CONTEXT_AFFILIATED_MAILBOX_ID
           
static String EVENT_CONTEXT_CASE
          The envelope (of type Case )
static String EVENT_CONTEXT_CASE_LINK
          The case link (of type CaseLink )
static String EVENT_CONTEXT_COMMENT
          The comment (of type @ String} )
static String EVENT_CONTEXT_DRAFT
          The draft (of type MailPost )
static String EVENT_CONTEXT_EXTERNAL_PARTICIPANTS
           
static String EVENT_CONTEXT_INTERNAL_PARTICIPANTS
          The recipients (of type Map with key String and value a List of Mailbox )
static String EVENT_CONTEXT_IS_INITIAL
          Is initial (of type @ Boolean)
static String EVENT_CONTEXT_MAILBOX_ID
           
static String EVENT_CONTEXT_PARTICIPANTS_TYPE_
          The list of recipient titles.
static String EVENT_CONTEXT_SENDER_MAILBOX
          The sender (of type Mailbox )
static String EVENT_CONTEXT_SUBJECT
          The subject (of type @ String} )
 
Constructor Summary
CaseManagementEventConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISTRIBUTION_CATEGORY

public static final String DISTRIBUTION_CATEGORY
See Also:
Constant Field Values

EVENT_CONTEXT_SENDER_MAILBOX

public static final String EVENT_CONTEXT_SENDER_MAILBOX
The sender (of type Mailbox )

See Also:
Constant Field Values

EVENT_CONTEXT_SUBJECT

public static final String EVENT_CONTEXT_SUBJECT
The subject (of type @ String} )

See Also:
Constant Field Values

EVENT_CONTEXT_COMMENT

public static final String EVENT_CONTEXT_COMMENT
The comment (of type @ String} )

See Also:
Constant Field Values

EVENT_CONTEXT_CASE

public static final String EVENT_CONTEXT_CASE
The envelope (of type Case )

See Also:
Constant Field Values

EVENT_CONTEXT_CASE_LINK

public static final String EVENT_CONTEXT_CASE_LINK
The case link (of type CaseLink )

See Also:
Constant Field Values

EVENT_CONTEXT_DRAFT

public static final String EVENT_CONTEXT_DRAFT
The draft (of type MailPost )

See Also:
Constant Field Values

EVENT_CONTEXT_INTERNAL_PARTICIPANTS

public static final String EVENT_CONTEXT_INTERNAL_PARTICIPANTS
The recipients (of type Map with key String and value a List of Mailbox )

See Also:
Constant Field Values

EVENT_CONTEXT_PARTICIPANTS_TYPE_

public static final String EVENT_CONTEXT_PARTICIPANTS_TYPE_
The list of recipient titles.

This key needs to be concatenated with the recipients type.

See Also:
Constant Field Values

EVENT_CONTEXT_IS_INITIAL

public static final String EVENT_CONTEXT_IS_INITIAL
Is initial (of type @ Boolean)

See Also:
Constant Field Values

EVENT_CONTEXT_EXTERNAL_PARTICIPANTS

public static final String EVENT_CONTEXT_EXTERNAL_PARTICIPANTS
See Also:
Constant Field Values

EVENT_CONTEXT_AFFILIATED_MAILBOX_ID

public static final String EVENT_CONTEXT_AFFILIATED_MAILBOX_ID
See Also:
Constant Field Values

EVENT_CONTEXT_MAILBOX_ID

public static final String EVENT_CONTEXT_MAILBOX_ID
See Also:
Constant Field Values

EVENT_CASE_MANAGEMENET_IMPORT

public static final String EVENT_CASE_MANAGEMENET_IMPORT
See Also:
Constant Field Values

EVENT_CASE_MANAGEMENET_IMPORT_CATEGORY

public static final String EVENT_CASE_MANAGEMENET_IMPORT_CATEGORY
See Also:
Constant Field Values

EVENT_CASE_MANAGEMENET_CASE_IMPORT

public static final String EVENT_CASE_MANAGEMENET_CASE_IMPORT
See Also:
Constant Field Values

EVENT_CASE_MANAGEMENT_CASE_ITEM_SOURCE_PATH

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

CaseManagementEventConstants

public CaseManagementEventConstants()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.