Package | Description |
---|---|
com.accela.aa.emse.dom |
Modifier and Type | Method and Description |
---|---|
ScriptResult |
DocumentScript.createDocument(DocumentModel documentModel)
Creates the document.
|
ScriptResult |
DocumentScript.getACADocumentUrl(java.lang.String url,
DocumentModel documentModel)
get ACA URL
|
ScriptResult |
DocumentScript.getOriginalDoc(DocumentModel resubmitDocModel)
Get Original Document By Resubmit Document.
|
ScriptResult |
DocumentScript.updateDocument(DocumentModel docModel)
Update Document.
|
Modifier and Type | Method and Description |
---|---|
ScriptResult |
DocumentScript.associateDoc2Task(java.util.List<DocumentModel> docList,
com.accela.aa.workflow.workflow.TaskItemModel taskItemModel)
Associate doc2 task.
|
ScriptResult |
DocumentScript.associateReviewer2Doc(java.util.List<DocumentModel> docList,
java.util.List<com.accela.aa.aamain.people.SysUserModel> reviewerList,
com.accela.aa.workflow.workflow.TaskItemModel taskItemModel)
Associate reviewer2 doc.
|