Uses of Class
it.sistematica.isharedoc.action.workgroup.InstanceBaseAction.AttachmentInfo

Packages that use InstanceBaseAction.AttachmentInfo
it.sistematica.isharedoc.action.workgroup   
it.sistematica.isharedoc.process   
it.sistematica.isharedoc.service   
 

Uses of InstanceBaseAction.AttachmentInfo in it.sistematica.isharedoc.action.workgroup
 

Fields in it.sistematica.isharedoc.action.workgroup with type parameters of type InstanceBaseAction.AttachmentInfo
protected  java.util.List<InstanceBaseAction.AttachmentInfo> InstanceBaseAction.attachments
           
protected  java.util.List<InstanceBaseAction.AttachmentInfo> InstanceBaseAction.attachmentsMain
           
 

Methods in it.sistematica.isharedoc.action.workgroup that return InstanceBaseAction.AttachmentInfo
 InstanceBaseAction.AttachmentInfo InstanceBaseAction.getAttachmentInfo(File document, WorkTaskInstance task, boolean hasAccess)
           
 

Methods in it.sistematica.isharedoc.action.workgroup that return types with arguments of type InstanceBaseAction.AttachmentInfo
 java.util.List<InstanceBaseAction.AttachmentInfo> InstanceBaseAction.getAttachments()
           
 java.util.List<InstanceBaseAction.AttachmentInfo> InstanceBaseAction.getAttachmentsMain()
           
 java.util.List<InstanceBaseAction.AttachmentInfo> InstanceBaseAction.getEnvelopInstanceAttachments()
           
 java.util.List<InstanceBaseAction.AttachmentInfo> InstanceBaseAction.getFileDaFascicolare()
           
 java.util.List<InstanceBaseAction.AttachmentInfo> InstanceBaseAction.getInstanceAttachments()
           
 java.util.List<InstanceBaseAction.AttachmentInfo> InstanceBaseAction.getInstanceAttachments(FileSet fileset)
           
 java.util.List<InstanceBaseAction.AttachmentInfo> InstanceBaseAction.getInstanceAttachments(ItemInstance instance)
           
 java.util.List<InstanceBaseAction.AttachmentInfo> InstanceBaseAction.getInstanceAttachments(ItemInstance instance, java.lang.String fileSetName)
           
 java.util.List<InstanceBaseAction.AttachmentInfo> InstanceBaseAction.getInstanceAttachments(java.lang.Iterable<? extends File> files, boolean hasAccess)
           
 java.util.List<InstanceBaseAction.AttachmentInfo> InstanceBaseAction.getInstanceAttachments(java.lang.Iterable<? extends File> files, WorkTaskInstance task, boolean hasAccess)
           
 java.util.List<InstanceBaseAction.AttachmentInfo> InstanceBaseAction.getInstanceAttachments(java.lang.String fileSetName)
           
 java.util.List<InstanceBaseAction.AttachmentInfo> InstanceBaseAction.getInstanceMailAttachments()
           
 java.util.List<InstanceBaseAction.AttachmentInfo> InstanceBaseAction.getInstanceMailEMLAttachments()
           
 java.util.List<InstanceBaseAction.AttachmentInfo> InstanceBaseAction.getInstanceMailMainAttachments()
           
 

Method parameters in it.sistematica.isharedoc.action.workgroup with type arguments of type InstanceBaseAction.AttachmentInfo
protected  java.util.Set<File> InstanceBaseAction.filesetAddFiles(ItemInstance messageInstance, java.util.Collection<InstanceBaseAction.AttachmentInfo> attachments, java.lang.String fileset)
           
protected  java.util.Set<File> InstanceBaseAction.filesetAddFiles(ItemInstance messageInstance, java.util.Collection<InstanceBaseAction.AttachmentInfo> attachments, java.lang.String fileset, ConfidentialityLevel confidentialityLevel, java.util.Set<File> trashFiles)
           
static java.lang.String InstanceBaseAction.AttachmentInfo.listToTaskString(java.util.Collection<InstanceBaseAction.AttachmentInfo> list)
           
 void InstanceBaseAction.setAttachments(java.util.List<InstanceBaseAction.AttachmentInfo> attachments)
           
 void InstanceBaseAction.setAttachmentsMain(java.util.List<InstanceBaseAction.AttachmentInfo> attachmentsMain)
           
 

Uses of InstanceBaseAction.AttachmentInfo in it.sistematica.isharedoc.process
 

Methods in it.sistematica.isharedoc.process that return types with arguments of type InstanceBaseAction.AttachmentInfo
 java.util.Map<java.lang.String,java.util.Collection<InstanceBaseAction.AttachmentInfo>> CustomVariablesParams.getAttachments()
           
 

Uses of InstanceBaseAction.AttachmentInfo in it.sistematica.isharedoc.service
 

Methods in it.sistematica.isharedoc.service with parameters of type InstanceBaseAction.AttachmentInfo
 File InstanceServiceImpl.createFromAttachment(ItemInstance instance, InstanceBaseAction.AttachmentInfo attachment, ConfidentialityLevel confidentialityLevel)
           
 File InstanceService.createFromAttachment(ItemInstance instance, InstanceBaseAction.AttachmentInfo attachment, ConfidentialityLevel confidentialityLevel)
          Creates the from attachment.