Nuxeo Enterprise Platform 5.4

org.nuxeo.cm.caselink
Class CaseLinkConstants

java.lang.Object
  extended by org.nuxeo.cm.caselink.CaseLinkConstants

public class CaseLinkConstants
extends Object

Author:
Alexandre Russel

Field Summary
static String AUTOMATIC_VALIDATION_FIELD
           
static String CASE_DOCUMENT_ID_FIELD
          The xpath of the envelope document id.
static String CASE_ID_FIELD
          The xpath of the envelope custom id indicator.
static String CASE_LINK_DOCUMENT_TYPE
          The he document type.
static String CASE_LINK_FACET
           
static String CASE_LINK_SCHEMA
           
static String CASE_REPOSITORY_NAME_FIELD
          The xpath of the envelope repository name.
static String COMMENT_FIELD
          The xpath the comment.
static String DATE_FIELD
          The xpath the date.
static String DUE_DATE_FIELD
           
static String ID_FIELD
          The xpath of the postId.
static String IS_ACTIONABLE_FIELD
           
static String IS_DRAFT_FIELD
          The xpath of the isDraft indicator
static String IS_READ_FIELD
          The xpath of the isRead indicator.
static String IS_SENT_FIELD
          The xpath of the isSent indicator.
static String REFUSAL_OPERATION_CHAIN_ID
           
static String SENDER_FIELD
          The xpath of the sender.
static String SENDER_MAILBOX_ID_FIELD
          The xpath the sender mailbox id.
static String SENT_DATE_FIELD
          The xpath of the sending date.
static String STEP_DOCUMENT_ID_FIELD
           
static String SUBJECT_FIELD
          The xpath of the subject.
static String TASK_TYPE_FIELD
           
static String TYPE_FIELD
          The xpath of the type.
static String VALIDATION_OPERATION_CHAIN_ID
           
 
Constructor Summary
CaseLinkConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CASE_LINK_DOCUMENT_TYPE

public static final String CASE_LINK_DOCUMENT_TYPE
The he document type.

See Also:
Constant Field Values

CASE_LINK_FACET

public static final String CASE_LINK_FACET
See Also:
Constant Field Values

CASE_LINK_SCHEMA

public static final String CASE_LINK_SCHEMA
See Also:
Constant Field Values

ID_FIELD

public static final String ID_FIELD
The xpath of the postId.

See Also:
Constant Field Values

CASE_REPOSITORY_NAME_FIELD

public static final String CASE_REPOSITORY_NAME_FIELD
The xpath of the envelope repository name.

See Also:
Constant Field Values

CASE_DOCUMENT_ID_FIELD

public static final String CASE_DOCUMENT_ID_FIELD
The xpath of the envelope document id.

See Also:
Constant Field Values

SUBJECT_FIELD

public static final String SUBJECT_FIELD
The xpath of the subject.

See Also:
Constant Field Values

SENDER_MAILBOX_ID_FIELD

public static final String SENDER_MAILBOX_ID_FIELD
The xpath the sender mailbox id.

See Also:
Constant Field Values

SENDER_FIELD

public static final String SENDER_FIELD
The xpath of the sender.

See Also:
Constant Field Values

DATE_FIELD

public static final String DATE_FIELD
The xpath the date.

See Also:
Constant Field Values

COMMENT_FIELD

public static final String COMMENT_FIELD
The xpath the comment.

See Also:
Constant Field Values

SENT_DATE_FIELD

public static final String SENT_DATE_FIELD
The xpath of the sending date.

See Also:
Constant Field Values

TYPE_FIELD

public static final String TYPE_FIELD
The xpath of the type.

See Also:
Constant Field Values

IS_READ_FIELD

public static final String IS_READ_FIELD
The xpath of the isRead indicator.

See Also:
Constant Field Values

IS_SENT_FIELD

public static final String IS_SENT_FIELD
The xpath of the isSent indicator.

See Also:
Constant Field Values

CASE_ID_FIELD

public static final String CASE_ID_FIELD
The xpath of the envelope custom id indicator.

See Also:
Constant Field Values

IS_DRAFT_FIELD

public static final String IS_DRAFT_FIELD
The xpath of the isDraft indicator

See Also:
Constant Field Values

DUE_DATE_FIELD

public static final String DUE_DATE_FIELD
See Also:
Constant Field Values

IS_ACTIONABLE_FIELD

public static final String IS_ACTIONABLE_FIELD
See Also:
Constant Field Values

TASK_TYPE_FIELD

public static final String TASK_TYPE_FIELD
See Also:
Constant Field Values

VALIDATION_OPERATION_CHAIN_ID

public static final String VALIDATION_OPERATION_CHAIN_ID
See Also:
Constant Field Values

REFUSAL_OPERATION_CHAIN_ID

public static final String REFUSAL_OPERATION_CHAIN_ID
See Also:
Constant Field Values

AUTOMATIC_VALIDATION_FIELD

public static final String AUTOMATIC_VALIDATION_FIELD
See Also:
Constant Field Values

STEP_DOCUMENT_ID_FIELD

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

CaseLinkConstants

public CaseLinkConstants()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.