Uses of Interface
com.axemble.vdoc.sdk.interfaces.IAttachment
Packages that use IAttachment
Package
Description
-
Uses of IAttachment in com.axemble.vdoc.sdk.controllers
Methods in com.axemble.vdoc.sdk.controllers that return types with arguments of type IAttachmentModifier and TypeMethodDescriptionprotected final Collection
<IAttachment> BaseController.getAttachments()
-
Uses of IAttachment in com.axemble.vdoc.sdk.impl
Classes in com.axemble.vdoc.sdk.impl that implement IAttachmentMethods in com.axemble.vdoc.sdk.impl that return IAttachmentModifier 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) Methods in com.axemble.vdoc.sdk.impl that return types with arguments of type IAttachmentModifier and TypeMethodDescriptionCollection
<? extends IAttachment> WorkflowModuleImpl.getAttachments
(IResource resource, String propertyName) Methods in com.axemble.vdoc.sdk.impl with parameters of type IAttachmentModifier 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) Method parameters in com.axemble.vdoc.sdk.impl with type arguments of type IAttachmentModifier 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
Methods in com.axemble.vdoc.sdk.interfaces that return IAttachmentModifier and TypeMethodDescriptionIFileContentSupport.getAttachment()
IUser.getAvatar()
Deprecated.since = 2024.1 forRemoval = falseIUserPersonalInformation.getAvatar()
Retrieves the user's avatar as anIAttachment
object.Methods in com.axemble.vdoc.sdk.interfaces with parameters of type IAttachmentModifier 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
Methods in com.axemble.vdoc.sdk.interfaces.discussion that return types with arguments of type IAttachmentModifier and TypeMethodDescriptionCollection
<? extends IAttachment> IDiscussionMessage.getAttachments()
-
Uses of IAttachment in com.axemble.vdoc.sdk.modules
Methods in com.axemble.vdoc.sdk.modules that return IAttachmentModifier 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.Methods in com.axemble.vdoc.sdk.modules that return types with arguments of type IAttachmentModifier 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.Methods in com.axemble.vdoc.sdk.modules with parameters of type IAttachmentModifier 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) Method parameters in com.axemble.vdoc.sdk.modules with type arguments of type IAttachmentModifier 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.