Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

All Superinterfaces:
Serializable
All Known Implementing Classes:
DocumentProcessItemImpl

public interface DocumentProcessItem
extends Serializable

Item holding information about a Document under a process.

Aimed at being used in Dashboard fragments.

Author:
Julien Anguenot

Method Summary
 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.
 String getProcessInstanceName()
          Returns the process instance name.
 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

String getDocTitle()
Return the bound document title.

Returns:
the document title.

getProcessInstanceStartDate

Date getProcessInstanceStartDate()
Returns the process start date.

Returns:
the process start date.

getProcessInstanceName

String getProcessInstanceName()
Returns the process instance name.

Returns:
the process instance name.

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.