Agentflow
V3.1

Uses of Class
pe.filesystem.AttachFileInfo

Packages that use AttachFileInfo
pe.pase   
si.wfinterface   
 

Uses of AttachFileInfo in pe.pase
 

Methods in pe.pase with parameters of type AttachFileInfo
 java.lang.String FileService.getAttachFilePath(AttachFileInfo fileInfo)
          get AttachFileInfo Object's upload path
 java.lang.String ClientAPI.getAttachFilePath(AttachFileInfo fileInfo)
          get relative path of AttachFileInfo Object uploaded to Server Side Examples: var m_attached = Form.getComponent("AttachedFile0"); var m_filelist = m_attached.getProperty("FileList"); for(var i = 0, n = m_filelist.size(); i < n; ++i) { java.lang.System.out.println("FilePath : " + Client.getAttachFilePath(m_filelist.get(i))); }
 java.lang.String BasedClientAPI.getAttachFilePath(AttachFileInfo fileInfo)
           
 boolean ServerService.updateAttachFileInfo(java.lang.String attachCmpName, AttachFileInfo fileInfo)
          Return if updating is successful
 boolean FileService.updateAttachFileInfo(java.lang.String attachCmpName, AttachFileInfo fileInfo)
          Return if updating is successful
 boolean ClientAPI.updateAttachFileInfo(java.lang.String attachCmpName, AttachFileInfo fileInfo)
          update file information of the specified attach file uploaded by attach file component attachCmpName Examples: var attachFileCmp = Form.getComponent("AttachFile0"); var fileList = attachFileCmp.getProperty("FileList"); var fileInfo = fileList.get(0); fileInfo.setNote("file note"); var result = Client.updateAttachFileInfo("AttachFile0", fileInfo);
 boolean BasedClientAPI.updateAttachFileInfo(java.lang.String attachCmpName, AttachFileInfo fileInfo)
           
 

Uses of AttachFileInfo in si.wfinterface
 

Methods in si.wfinterface with parameters of type AttachFileInfo
 boolean FileManager.downloadFile(AttachFileInfo fileInfo, java.io.OutputStream out)
           
 boolean FileManager.renameTempFile(AttachFileInfo fileInfo)
           
 boolean FileManager.uploadFile(AttachFileInfo fileinfo)
           
 boolean FileManager.uploadFile(AttachFileInfo fileinfo, java.io.InputStream in)
           
 boolean FileManager.uploadTempFile(AttachFileInfo fileinfo, java.io.InputStream in)
           
 


Agentflow
V3.1

Submit a bug or feature
Copyright 1999-2010 Flowring , Inc. 12F., No.120, Sec2, Gongdao 5th Rd.,
Hsinchu City 300, Taiwan (R.O.C.) All Rights Reserved.