Package | Description |
---|---|
com.axemble.vdoc.sdk.controllers | |
com.axemble.vdoc.sdk.interfaces | |
com.axemble.vdoc.sdk.interfaces.discussion | |
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 |
---|---|
Collection<? extends IAttachment> |
IDiscussionMessage.getAttachments() |
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 |
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 |
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 |
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) |
Modifier and Type | Method and Description |
---|---|
IWorkflowInstanceDiscussionMessage |
IBaseWorkflowModule.createDiscussionMessage(IContext context,
IWorkflowInstance iWorkflowInstance,
String content,
Collection<IAttachment> attachments,
String visibility,
Collection<IUser> recipients,
IOrganization visibilityOrganization)
Create and add a new message for an IWorkflowInstance.
|
void |
IBaseWorkflowModule.updateDiscussionMessage(IContext context,
IWorkflowInstanceDiscussionMessage iWorkflowInstanceDiscussionMessage,
String content,
Collection<IAttachment> attachments)
Update content and/or attachments of a message.
|
Copyright © 2022 Visiativ. All rights reserved.