コード例 #1
0
 public void selectTemplates() {
   correspondenceAttachments.setShowProcessDocuments(false);
   correspondenceAttachments.openPopup();
 }
コード例 #2
0
 public void selectAttachments() {
   correspondenceAttachments.setShowProcessDocuments(true);
   correspondenceAttachments.setProcessInstance(processInstance);
   correspondenceAttachments.openPopup();
 }