Package | Description |
---|---|
com.axemble.vdoc.sdk.interfaces | |
com.axemble.vdoc.sdk.modules |
Modifier and Type | Method and Description |
---|---|
void |
IFolder.addFile(IFile file)
Adds a
IFile object. |
Modifier and Type | Method and Description |
---|---|
IFile |
IBaseLibraryModule.copyTo(IContext context,
IFile file,
IFolder dest,
CopyOption... copyOptions)
Allows to copy a specified
IFile underneath a destination folder; |
IFile |
IBaseLibraryModule.copyTo(IContext context,
IFile file,
ILibrary dest,
CopyOption... copyOptions)
|
IFile |
IBaseLibraryModule.copyTo(IContext context,
IFile file,
String newName,
IFolder dest,
CopyOption... copyOptions)
Allows to copy a specified
IFile underneath a destination folder; |
IFile |
IBaseLibraryModule.copyTo(IContext context,
IFile file,
String newName,
ILibrary dest,
CopyOption... copyOptions)
|
IFile |
IBaseLibraryModule.createFile(IContext context,
IFolder folder,
String description,
IAttachment attachment) |
IFile |
IBaseLibraryModule.createFile(IContext context,
IFolder folder,
String name,
String description,
byte[] content) |
IFile |
IBaseLibraryModule.createFile(IContext context,
IFolder folder,
String name,
String description,
InputStream content) |
IFile |
IBaseLibraryModule.createFile(IContext context,
ILibrary library,
String description,
IAttachment attachment) |
IFile |
IBaseLibraryModule.createFile(IContext context,
ILibrary library,
String name,
String description,
byte[] content) |
IFile |
IBaseLibraryModule.createFile(IContext context,
ILibrary library,
String name,
String description,
InputStream content) |
IFile |
IBaseWorkflowModule.getExternalFile(IResource resource,
String propertyName)
Gets a
IFile object from a single file selector property. |
IFile |
IBaseDocumentModule.getExternalFile(IResource resource,
String propertyName)
Gets a
IFile object from a single file selector property. |
IFile |
IBaseLibraryModule.getFile(IContext context,
IFolder folder,
String name) |
IFile |
IBaseLibraryModule.getFile(IContext context,
ILibrary library,
String name) |
IFile |
IBaseLibraryModule.getFile(IContext context,
String fileId) |
IFile |
IBaseLibraryModule.getFile(Object object) |
IFile |
IBaseLibraryModule.getFileByPath(IContext context,
ILibrary library,
String path) |
Modifier and Type | Method and Description |
---|---|
IAttachment |
IBaseLibraryModule.addAttachment(IFile file,
File ioFile) |
IAttachment |
IBaseLibraryModule.addAttachment(IFile file,
IAttachment attachment) |
IAttachment |
IBaseLibraryModule.addAttachment(IFile file,
String fileName,
InputStream inputStream) |
IAttachment |
IBaseLibraryModule.addAttachment(IFile file,
String fileName,
String fullPath) |
void |
IBaseLibraryModule.addCategories(IContext context,
IFile file,
Collection categories) |
void |
IBaseLibraryModule.addCategory(IContext context,
IFile file,
ICategory category) |
IUser |
IBaseLibraryModule.checkedOutBy(IContext context,
IFile file) |
void |
IBaseLibraryModule.checkIn(IContext context,
IFile file) |
void |
IBaseLibraryModule.checkOut(IContext context,
IFile file) |
IFile |
IBaseLibraryModule.copyTo(IContext context,
IFile file,
IFolder dest,
CopyOption... copyOptions)
Allows to copy a specified
IFile underneath a destination folder; |
IFile |
IBaseLibraryModule.copyTo(IContext context,
IFile file,
ILibrary dest,
CopyOption... copyOptions)
|
IFile |
IBaseLibraryModule.copyTo(IContext context,
IFile file,
String newName,
IFolder dest,
CopyOption... copyOptions)
Allows to copy a specified
IFile underneath a destination folder; |
IFile |
IBaseLibraryModule.copyTo(IContext context,
IFile file,
String newName,
ILibrary dest,
CopyOption... copyOptions)
|
void |
IBaseLibraryModule.delete(IContext context,
IFile file)
Allow to delete a file.
|
void |
IBaseLibraryModule.fireDownloadHistoryEvent(IContext context,
IFile file,
String protocol) |
IAttachment |
IBaseLibraryModule.getAttachment(IFile file,
String fileName) |
Collection |
IBaseLibraryModule.getAttachments(IFile file) |
ILibrary |
IBaseLibraryModule.getLibrary(IContext context,
IFile file) |
IFolder |
IBaseLibraryModule.getParentFolder(IContext context,
IFile file) |
Collection |
IBaseLibraryModule.getParentFolders(IContext context,
IFile file) |
Object |
IBaseLibraryModule.getValue(IContext context,
IFile file,
String propertyName) |
boolean |
IBaseLibraryModule.isCheckedOut(IContext context,
IFile file) |
boolean |
IBaseLibraryModule.moveTo(IContext context,
IFile file,
IFolder destFolder,
boolean bOverwrite)
Allows to move a specified
IFile underneath a destination folder. |
boolean |
IBaseLibraryModule.moveTo(IContext context,
IFile file,
ILibrary destLibrary,
boolean bOverwrite)
|
void |
IBaseWorkflowModule.setExternalFile(IResource resource,
String propertyName,
IFile file)
Sets a
IFile to a single selector property. |
void |
IBaseDocumentModule.setExternalFile(IResource resource,
String propertyName,
IFile file)
Sets a
IFile to a single selector property. |
void |
IBaseLibraryModule.setValue(IContext context,
IFile file,
String propertyName,
Object value) |
void |
IBaseLibraryModule.undoCheckOut(IContext context,
IFile file) |
Copyright © 2022 Visiativ. All rights reserved.