Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.jbpm.dashboard
Interface DocumentProcessItem

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DocumentProcessItemImpl

public interface DocumentProcessItem
extends java.io.Serializable

Item holding information about a Document under a process.

Aimed at being used in Dashboard fragments.

Author:
Julien Anguenot

Method Summary
 java.lang.String getDocTitle()
          Return the bound document title.
 DocumentModel getDocumentModel()
          Returns the document ref for the document bound to the process.
 ProcessInstance getProcessInstance()
          Returns the process identifier bound to a given document.
 java.lang.String getProcessInstanceName()
          Returns the process instance name.
 java.util.Date getProcessInstanceStartDate()
          Returns the process start date.
 

Method Detail

getDocumentModel

DocumentModel getDocumentModel()
Returns the document ref for the document bound to the process.

Returns:
a document ref instance.

getProcessInstance

ProcessInstance getProcessInstance()
Returns the process identifier bound to a given document.

Returns:
a process instance identifier.

getDocTitle

java.lang.String getDocTitle()
Return the bound document title.

Returns:
the document title.

getProcessInstanceStartDate

java.util.Date getProcessInstanceStartDate()
Returns the process start date.

Returns:
the process start date.

getProcessInstanceName

java.lang.String getProcessInstanceName()
Returns the process instance name.

Returns:
the process instance name.

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.