Package | Description |
---|---|
com.axemble.vdoc.sdk.controllers | |
com.axemble.vdoc.sdk.interfaces | |
com.axemble.vdoc.sdk.modules |
Modifier and Type | Method and Description |
---|---|
protected Collection<IAttachment> |
BaseController.getAttachments() |
Modifier and Type | Method and Description |
---|---|
IAttachment |
IUser.getAvatar()
Retrieves the user's avatar as an
IAttachment object. |
Modifier and Type | Method and Description |
---|---|
void |
IUser.setAvatar(IAttachment attachment)
Sets the user's avatar.
|
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) |
IAttachment |
IBaseForumModule.addAttachment(IPost post,
File ioFile) |
IAttachment |
IBaseForumModule.addAttachment(IPost post,
IAttachment attachment) |
IAttachment |
IBaseForumModule.addAttachment(IPost post,
String fileName,
InputStream inputStream) |
IAttachment |
IBaseForumModule.addAttachment(IPost post,
String fileName,
String fullPath) |
IAttachment |
IBaseWorkflowModule.addAttachment(IResource resource,
String propertyName,
File file)
Adds an attachment as a java.io.File object.
|
IAttachment |
IBaseDocumentModule.addAttachment(IResource resource,
String propertyName,
File file)
Adds an attachment as a java.io.File object.
|
IAttachment |
IBaseWorkflowModule.addAttachment(IResource resource,
String propertyName,
IAttachment attachment)
Adds an attachment from an attachment.
|
IAttachment |
IBaseDocumentModule.addAttachment(IResource resource,
String propertyName,
IAttachment attachment)
Adds an attachment from an attachment.
|
IAttachment |
IBaseWorkflowModule.addAttachment(IResource resource,
String propertyName,
String fileName,
InputStream inputStream)
Adds an attachment as an java.io.InputStream object.
|
IAttachment |
IBaseDocumentModule.addAttachment(IResource resource,
String propertyName,
String fileName,
InputStream inputStream)
Adds an attachment as an java.io.InputStream object.
|
IAttachment |
IBaseWorkflowModule.addAttachment(IResource resource,
String propertyName,
String fileName,
String fullPath)
Adds an attachment with its full path.
|
IAttachment |
IBaseDocumentModule.addAttachment(IResource resource,
String propertyName,
String fileName,
String fullPath)
Adds an attachment with its full path.
|
IAttachment |
IBaseDirectoryModule.createAttachment(IContext context,
File file)
Allows to create an
IAttachment object from a java.io.File object. |
IAttachment |
IBaseDirectoryModule.createAttachment(IContext context,
File file,
boolean canBeRemoved)
Allows to create an
IAttachment object from a java.io.File object. |
IAttachment |
IBaseDirectoryModule.createAttachment(IContext context,
String fileName,
byte[] bytes) |
IAttachment |
IBaseDirectoryModule.createAttachment(IContext context,
String fileName,
InputStream input)
Allows to create an
IAttachment object from a file name and an input stream. |
IAttachment |
IBaseLibraryModule.getAttachment(IFile file,
String fileName) |
IAttachment |
IBaseForumModule.getAttachment(IPost post,
String fileName) |
IAttachment |
IBaseWorkflowModule.getAttachment(IResource resource,
String propertyName,
String fileName)
Gets an attachment by its file name.
|
IAttachment |
IBaseDocumentModule.getAttachment(IResource resource,
String propertyName,
String fileName)
Gets an attachment by its file name.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends IAttachment> |
IBaseWorkflowModule.getAttachments(IResource resource,
String propertyName)
Gets all the attachments associated with a property.
|
Collection<? extends IAttachment> |
IBaseDocumentModule.getAttachments(IResource resource,
String propertyName)
Gets all the attachments associated with a property.
|
Modifier and Type | Method and Description |
---|---|
IAttachment |
IBaseLibraryModule.addAttachment(IFile file,
IAttachment attachment) |
IAttachment |
IBaseForumModule.addAttachment(IPost post,
IAttachment attachment) |
IAttachment |
IBaseWorkflowModule.addAttachment(IResource resource,
String propertyName,
IAttachment attachment)
Adds an attachment from an attachment.
|
IAttachment |
IBaseDocumentModule.addAttachment(IResource resource,
String propertyName,
IAttachment attachment)
Adds an attachment from an attachment.
|
IFile |
IBaseLibraryModule.createFile(IContext context,
IFolder folder,
String description,
IAttachment attachment) |
IFile |
IBaseLibraryModule.createFile(IContext context,
ILibrary library,
String description,
IAttachment attachment) |
Copyright © 2021 Visiativ Software. All rights reserved.