Package de.xima.fc.manager
Class SessionAttachmentManager
- java.lang.Object
 - 
- de.xima.fc.manager.SessionAttachmentManager
 
 
- 
@Deprecated public class SessionAttachmentManager extends Object
Deprecated.- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SessionAttachmentManager()Deprecated. 
- 
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static StringgetAttachment(IEntityContext ec, Vorgang process, String context, String sessionId, String argString)Deprecated.static StringgetAttachmentList(IEntityContext ec, Vorgang process, String context, String sessionId)Deprecated.static StringgetAttachmentZip(IEntityContext ec, Vorgang process, String context, String sessionId, String argString)Deprecated. 
 - 
 
- 
- 
Method Detail
- 
getAttachmentList
@Deprecated public static String getAttachmentList(IEntityContext ec, Vorgang process, String context, String sessionId)
Deprecated. 
- 
getAttachmentZip
@Deprecated public static String getAttachmentZip(IEntityContext ec, Vorgang process, String context, String sessionId, String argString)
Deprecated. 
- 
getAttachment
@Deprecated public static String getAttachment(IEntityContext ec, Vorgang process, String context, String sessionId, String argString)
Deprecated. 
 - 
 
 -