12-02-2008 06:32 AM
12-02-2008 12:01 PM
FileInfo create(NodeRef parentNodeRef, java.lang.String name, QName typeQName)Por otro lado, supongo que tu Excel lo tendrás en algún objeto File o algo así…[no he interactuado con excel's desde Java…algún día me tendrás que mostrar
Create a file or folder; or any valid node of type derived from file or folder
ContentWriter getWriter(NodeRef nodeRef)Lo cual te da acceso a un ContentWriter que es un manejador para poder escribir contenido.
Get the writer to the file represented by the node according to the File/Folder model.
void putContent(ContentReader reader)Bueno, yo tiraría por ahí a ver qué tal…
Copies content from the reader.
void putContent(java.io.File file)
Puts content to the repository direct from file
void putContent(java.io.InputStream is)
Puts content to the repository
void putContent(java.lang.String content)
Puts content to the repository direct from String.
12-03-2008 06:02 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.