Uses of Interface
com.vdoc.sdk.commons.io.filecenter.ICopyable
Packages that use ICopyable
-
Uses of ICopyable in com.vdoc.sdk.commons.io.filecenter
Methods in com.vdoc.sdk.commons.io.filecenter that return ICopyableModifier and TypeMethodDescriptionstatic ICopyableICopyableConverter.convertFile(File file) Convert filestatic ICopyableICopyableConverter.convertIAttachement(IAttachment attachment) Convert IAttachementMethods in com.vdoc.sdk.commons.io.filecenter that return types with arguments of type ICopyableModifier and TypeMethodDescriptionstatic Collection<ICopyable> ICopyableConverter.convertFileCollection(Collection<File> files) Convert file collectionstatic Collection<ICopyable> ICopyableConverter.convertIAttachementCollection(Collection<IAttachment> attachments) Convert IAttachement collectionMethod parameters in com.vdoc.sdk.commons.io.filecenter with type arguments of type ICopyableModifier and TypeMethodDescriptionPostToFileCenter.postToFileCenter(ILibraryModule libraryModule, IContext context, IFolder folder, Collection<ICopyable> attachments) Copy all element of attachments in FileCenter on the define folderPostToFileCenter.postToFileCenter(ILibraryModule libraryModule, IContext context, ILibrary library, String path, Collection<ICopyable> attachments) Copy all element of attachments in FileCenter on the define pathPostToFileCenter.postToFileCenter(ILibraryModule libraryModule, IContext context, ILibrary library, Collection<ICopyable> attachments) Copy all element of attachments in FileCenter on the define library -
Uses of ICopyable in com.vdoc.sdk.commons.io.filecenter.impl
Classes in com.vdoc.sdk.commons.io.filecenter.impl that implement ICopyable