|
Nuxeo Enterprise Platform 5.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nuxeo.ecm.platform.jbpm.dashboard.DocumentProcessItemImpl
public class DocumentProcessItemImpl
Document process item implementation.
Field Summary | |
---|---|
protected String |
docTitle
|
protected DocumentModel |
documentModel
|
protected Date |
procesinstanceStartDate
|
protected ProcessInstance |
processInstance
|
protected String |
processInstanceName
|
Constructor Summary | |
---|---|
DocumentProcessItemImpl(ProcessInstance processInstance,
DocumentModel documentModel)
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final DocumentModel documentModel
protected final ProcessInstance processInstance
protected String docTitle
protected final Date procesinstanceStartDate
protected final String processInstanceName
Constructor Detail |
---|
public DocumentProcessItemImpl(ProcessInstance processInstance, DocumentModel documentModel)
Method Detail |
---|
public DocumentModel getDocumentModel()
DocumentProcessItem
getDocumentModel
in interface DocumentProcessItem
public ProcessInstance getProcessInstance()
DocumentProcessItem
getProcessInstance
in interface DocumentProcessItem
public String getDocTitle()
DocumentProcessItem
getDocTitle
in interface DocumentProcessItem
public String getProcessInstanceName()
DocumentProcessItem
getProcessInstanceName
in interface DocumentProcessItem
public Date getProcessInstanceStartDate()
DocumentProcessItem
getProcessInstanceStartDate
in interface DocumentProcessItem
|
Nuxeo Enterprise Platform 5.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |