|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kew.api.document.Document
public final class Document
| Nested Class Summary | |
|---|---|
static class |
Document.Builder
A builder which can be used to construct Document instances. |
| Method Summary | |
|---|---|
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 |
| Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
|---|
afterUnmarshal, beforeUnmarshal, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getDocumentId()
DocumentContract
getDocumentId in interface DocumentContractpublic DocumentStatus getStatus()
DocumentContract
getStatus in interface DocumentContractpublic org.joda.time.DateTime getDateCreated()
DocumentContract
getDateCreated in interface DocumentContractpublic org.joda.time.DateTime getDateLastModified()
DocumentContract
getDateLastModified in interface DocumentContractpublic org.joda.time.DateTime getDateApproved()
DocumentContract
getDateApproved in interface DocumentContractpublic org.joda.time.DateTime getDateFinalized()
DocumentContract
getDateFinalized in interface DocumentContractpublic String getTitle()
DocumentContract
getTitle in interface DocumentContractpublic String getApplicationDocumentId()
DocumentContract
getApplicationDocumentId in interface DocumentContractpublic String getInitiatorPrincipalId()
DocumentContract
getInitiatorPrincipalId in interface DocumentContractpublic String getRoutedByPrincipalId()
DocumentContract
getRoutedByPrincipalId in interface DocumentContractpublic String getDocumentTypeName()
DocumentContract
getDocumentTypeName in interface DocumentContractpublic String getDocumentTypeId()
DocumentContract
getDocumentTypeId in interface DocumentContractpublic String getDocumentHandlerUrl()
DocumentContract
getDocumentHandlerUrl in interface DocumentContractpublic String getApplicationDocumentStatus()
DocumentContract
getApplicationDocumentStatus in interface DocumentContractpublic org.joda.time.DateTime getApplicationDocumentStatusDate()
DocumentContract
getApplicationDocumentStatusDate in interface DocumentContractpublic Map<String,String> getVariables()
DocumentContract
getVariables in interface DocumentContract
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||