|
Jive Forums API (5.5.8) Developer Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.base.util.AttachmentUtils
public class AttachmentUtils
A set of static utilities for working with attachments and KB images.
| Constructor Summary | |
|---|---|
AttachmentUtils()
|
|
| Method Summary | |
|---|---|
static void |
saveObjectToFile(long id,
java.lang.String sql,
java.io.File file)
Saves the data from the database to the file system for the given object ID and SQL statement. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttachmentUtils()
| Method Detail |
|---|
public static void saveObjectToFile(long id,
java.lang.String sql,
java.io.File file)
throws java.io.IOException
id - the ID of the object to save to the file systemsql - the SQL statement for reading the data from the databasefile - the file to save the object data to
java.io.IOException
|
Jive Forums Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||