Uses of Interface
com.axemble.vdoc.sdk.interfaces.IAttachment
Package
Description
-
Uses of IAttachment in com.axemble.vdoc.sdk.controllers
Modifier and TypeMethodDescriptionprotected final Collection
<IAttachment> BaseController.getAttachments()
-
Uses of IAttachment in com.axemble.vdoc.sdk.impl
Modifier and TypeMethodDescriptionPortalLibraryModule.addAttachment
(IFile file, IAttachment attachment) PortalLibraryModule.addAttachment
(IFile file, File ioFile) PortalLibraryModule.addAttachment
(IFile file, String fileName, InputStream inputStream) PortalLibraryModule.addAttachment
(IFile file, String fileName, String fullPath) WorkflowModuleImpl.addAttachment
(IResource resource, String propertyName, IAttachment attachment) WorkflowModuleImpl.addAttachment
(IResource resource, String propertyName, File file) WorkflowModuleImpl.addAttachment
(IResource resource, String propertyName, String fileName, InputStream input) WorkflowModuleImpl.addAttachment
(IResource resource, String propertyName, String fileName, String fullPath) CoreModule.createAttachment
(IContext context, File file) CoreModule.createAttachment
(IContext context, File file, boolean canBeRemoved) CoreModule.createAttachment
(IContext context, String fileName, byte[] bytes) CoreModule.createAttachment
(IContext context, String fileName, InputStream input) PortalLibraryModule.getAttachment
(IFile file, String fileName) PortalLibraryModule.getAttachment
(IResourceHistory.ISnapshot snapshot) WorkflowModuleImpl.getAttachment
(IResource resource, String propertyName, String fileName) Modifier and TypeMethodDescriptionCollection
<? extends IAttachment> WorkflowModuleImpl.getAttachments
(IResource resource, String propertyName) Modifier and TypeMethodDescriptionPortalLibraryModule.addAttachment
(IFile file, IAttachment attachment) WorkflowModuleImpl.addAttachment
(IResource resource, String propertyName, IAttachment attachment) PortalLibraryModule.createFile
(IContext context, IFolder folder, String description, IAttachment attachment) PortalLibraryModule.createFile
(IContext context, ILibrary library, String description, IAttachment attachment) Modifier and TypeMethodDescriptionWorkflowModuleImpl.createDiscussionMessage
(IContext context, IWorkflowInstance iWorkflowInstance, String content, Collection<IAttachment> attachments, String visibility, Collection<IUser> recipients, IOrganization visibilityOrganization) void
WorkflowModuleImpl.updateDiscussionMessage
(IContext context, IWorkflowInstanceDiscussionMessage iWorkflowInstanceDiscussionMessage, String content, Collection<IAttachment> attachments) -
Uses of IAttachment in com.axemble.vdoc.sdk.interfaces
Modifier and TypeMethodDescriptionIFileContentSupport.getAttachment()
IUser.getAvatar()
Deprecated.since = 2024.1 forRemoval = falseIUserPersonalInformation.getAvatar()
Retrieves the user's avatar as anIAttachment
object.Modifier and TypeMethodDescriptionvoid
IUser.setAvatar
(IAttachment attachment) Deprecated.since = 2024.1 forRemoval = falsevoid
IUserPersonalInformation.setAvatar
(IAttachment attachment) Sets the user's avatar. -
Uses of IAttachment in com.axemble.vdoc.sdk.interfaces.discussion
Modifier and TypeMethodDescriptionCollection
<? extends IAttachment> IDiscussionMessage.getAttachments()
-
Uses of IAttachment in com.axemble.vdoc.sdk.modules
Modifier and TypeMethodDescriptionIBaseDocumentModule.addAttachment
(IResource resource, String propertyName, IAttachment attachment) Adds an attachment from an attachment.IBaseDocumentModule.addAttachment
(IResource resource, String propertyName, File file) Adds an attachment as a java.io.File object.IBaseDocumentModule.addAttachment
(IResource resource, String propertyName, String fileName, InputStream inputStream) Adds an attachment as an java.io.InputStream object.IBaseDocumentModule.addAttachment
(IResource resource, String propertyName, String fileName, String fullPath) Adds an attachment with its full path.IBaseLibraryModule.addAttachment
(IFile file, IAttachment attachment) IBaseLibraryModule.addAttachment
(IFile file, File ioFile) IBaseLibraryModule.addAttachment
(IFile file, String fileName, InputStream inputStream) IBaseLibraryModule.addAttachment
(IFile file, String fileName, String fullPath) IBaseWorkflowModule.addAttachment
(IResource resource, String propertyName, IAttachment attachment) Adds an attachment from an attachment.IBaseWorkflowModule.addAttachment
(IResource resource, String propertyName, File file) Adds an attachment as a java.io.File object.IBaseWorkflowModule.addAttachment
(IResource resource, String propertyName, String fileName, InputStream inputStream) Adds an attachment as an java.io.InputStream object.IBaseWorkflowModule.addAttachment
(IResource resource, String propertyName, String fileName, String fullPath) Adds an attachment with its full path.IBaseDirectoryModule.createAttachment
(IContext context, File file) Allows to create anIAttachment
object from a java.io.File object.IBaseDirectoryModule.createAttachment
(IContext context, File file, boolean canBeRemoved) Allows to create anIAttachment
object from a java.io.File object.IBaseDirectoryModule.createAttachment
(IContext context, String fileName, byte[] bytes) IBaseDirectoryModule.createAttachment
(IContext context, String fileName, InputStream input) Allows to create anIAttachment
object from a file name and an input stream.IBaseDocumentModule.getAttachment
(IResource resource, String propertyName, String fileName) Gets an attachment by its file name.IBaseLibraryModule.getAttachment
(IFile file, String fileName) IBaseWorkflowModule.getAttachment
(IResource resource, String propertyName, String fileName) Gets an attachment by its file name.Modifier and TypeMethodDescriptionCollection
<? extends IAttachment> IBaseDocumentModule.getAttachments
(IResource resource, String propertyName) Gets all the attachments associated with a property.Collection
<? extends IAttachment> IBaseWorkflowModule.getAttachments
(IResource resource, String propertyName) Gets all the attachments associated with a property.Modifier and TypeMethodDescriptionIBaseDocumentModule.addAttachment
(IResource resource, String propertyName, IAttachment attachment) Adds an attachment from an attachment.IBaseLibraryModule.addAttachment
(IFile file, IAttachment attachment) IBaseWorkflowModule.addAttachment
(IResource resource, String propertyName, IAttachment attachment) Adds an attachment from an attachment.IBaseLibraryModule.createFile
(IContext context, IFolder folder, String description, IAttachment attachment) IBaseLibraryModule.createFile
(IContext context, ILibrary library, String description, IAttachment attachment) Modifier and TypeMethodDescriptionIBaseWorkflowModule.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.