public interface DocumentContract
| Modifier and Type | Method and Description | 
|---|---|
| String | getApplicationDocumentId()Retrieve the application document id. | 
| String | getApplicationDocumentStatus()Retrieve the application document status. | 
| org.joda.time.DateTime | getApplicationDocumentStatusDate()Retrieve the last application document status transition date. | 
| org.joda.time.DateTime | getDateApproved()Retrieve the document approval date | 
| org.joda.time.DateTime | getDateCreated()Retrieve the document creation date | 
| org.joda.time.DateTime | getDateFinalized()Retrieve the document finalization date | 
| org.joda.time.DateTime | getDateLastModified()Retrieve the document last-modified date | 
| String | getDocumentHandlerUrl()Retrieve the document handler url | 
| String | getDocumentId()Retrieve the document id | 
| String | getDocumentTypeId()Retrieve the id of the type of this document | 
| String | getDocumentTypeName()Retrieve the name of the type of this document | 
| String | getInitiatorPrincipalId()Retrieve the initiator principal id | 
| String | getRoutedByPrincipalId()Retrieve the router principal id | 
| DocumentStatus | getStatus()Retrieve the document status | 
| String | getTitle()Retrieve the document title | 
| Map<String,String> | getVariables()Retrieve the currently defined internal workflow engine variables for the document
 NOTE: use of workflow engine variables is an advanced technique requiring specific crafting of the
 workflow document routing; these variables will not be useful for the majority of workflow use cases | 
String getDocumentId()
DocumentStatus getStatus()
org.joda.time.DateTime getDateCreated()
org.joda.time.DateTime getDateLastModified()
org.joda.time.DateTime getDateApproved()
org.joda.time.DateTime getDateFinalized()
String getApplicationDocumentId()
String getInitiatorPrincipalId()
String getRoutedByPrincipalId()
String getDocumentTypeName()
String getDocumentTypeId()
String getDocumentHandlerUrl()
String getApplicationDocumentStatus()
org.joda.time.DateTime getApplicationDocumentStatusDate()
Map<String,String> getVariables()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.