Nuxeo Enterprise Platform 5.4

org.nuxeo.cm.service
Interface CaseManagementDocumentTypeService

All Superinterfaces:
Serializable
All Known Implementing Classes:
CaseManagementDocumentTypeServiceImpl

public interface CaseManagementDocumentTypeService
extends Serializable

Used to setup the core type of the Post, Envelope and Incoming Mail documents.

Author:
Nicolas Ulrich

Method Summary
 String getCaseItemType()
           
 String getCaseLinkType()
          Gets the core type of the Post
 String getCaseType()
          Gets the core type of the Post
 String getMailboxType()
           
 

Method Detail

getCaseLinkType

String getCaseLinkType()
Gets the core type of the Post

Returns:
The core type.

getCaseType

String getCaseType()
Gets the core type of the Post

Returns:
The core type.

getMailboxType

String getMailboxType()

getCaseItemType

String getCaseItemType()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.