Uses of Class
de.xima.fc.mdl.enums.EAttachmentSource
-
Packages that use EAttachmentSource Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitätende.xima.fc.form.helper de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.inbox.bean de.xima.fc.interfaces.workflow de.xima.fc.interfaces.workflow.execution de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.workflow.designer.bean de.xima.fc.workflow.model.nodes de.xima.fc.workflow.processor.logic de.xima.fc.workflow.processor.logic.validation -
-
Uses of EAttachmentSource in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type EAttachmentSource Modifier and Type Method Description List<Attachment>
AttachmentAPI. getAllBy(UserContext uc, Vorgang vorgang, EAttachmentSource source, String uuid)
List<Attachment>
AttachmentAPI. getAttachmentListByType(UserContext uc, String prozessID, EAttachmentSource source)
Method for outputting all attachments by type of a process. -
Uses of EAttachmentSource in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl with parameters of type EAttachmentSource Modifier and Type Method Description List<Attachment>
AttachmentDao. getAllBy(IEntityContext ec, Vorgang vorgang, EAttachmentSource source, String uuid)
-
Uses of EAttachmentSource in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces with parameters of type EAttachmentSource Modifier and Type Method Description List<Attachment>
IAttachmentDao. getAllBy(IEntityContext ec, Vorgang vorgang, EAttachmentSource source, String uuid)
-
Uses of EAttachmentSource in de.xima.fc.entities
Methods in de.xima.fc.entities that return EAttachmentSource Modifier and Type Method Description EAttachmentSource
Attachment. getSource()
Methods in de.xima.fc.entities with parameters of type EAttachmentSource Modifier and Type Method Description void
Attachment. setSource(EAttachmentSource source)
-
Uses of EAttachmentSource in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type EAttachmentSource Modifier and Type Method Description static Attachment
AttachmentHelper. createAttachment(UserContext uc, Mandant man, Benutzer ben, Vorgang vorgang, String fileName, EAttachmentSource attachmentSource, InputStream is)
static Attachment
AttachmentHelper. createAttachment(UserContext uc, Mandant man, Benutzer ben, Vorgang vorgang, org.apache.commons.fileupload.FileItem item, EAttachmentSource attachmentSource)
static Attachment
AttachmentHelper. createAttachmentBody(byte[] daten, String userName, String filename, Mandant mandant, Vorgang vorgang, EAttachmentSource attachmentSource)
static Attachment
AttachmentHelper. createAttachmentBody(byte[] daten, String userName, org.apache.commons.fileupload.FileItem item, Mandant mandant, Vorgang vorgang, EAttachmentSource attachmentSource)
-
Uses of EAttachmentSource in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity with parameters of type EAttachmentSource Modifier and Type Method Description List<Attachment>
AttachmentHandler. getAllBy(UserContext uc, Vorgang vorgang, EAttachmentSource source, String uuid)
-
Uses of EAttachmentSource in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity with parameters of type EAttachmentSource Modifier and Type Method Description List<Attachment>
IAttachmentHandler. getAllBy(UserContext uc, Vorgang vorgang, EAttachmentSource source, String uuid)
-
Uses of EAttachmentSource in de.xima.fc.inbox.bean
Methods in de.xima.fc.inbox.bean that return types with arguments of type EAttachmentSource Modifier and Type Method Description Map<EAttachmentSource,List<FormAttachmentModel>>
ProcessAttachmentBean. getFormAttachments()
Method parameters in de.xima.fc.inbox.bean with type arguments of type EAttachmentSource Modifier and Type Method Description void
ProcessAttachmentBean. setFormAttachments(Map<EAttachmentSource,List<FormAttachmentModel>> formAttachments)
-
Uses of EAttachmentSource in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type EAttachmentSource Modifier and Type Method Description List<EAttachmentSource>
IWorkflowProvider. getAllAttachmentSources()
-
Uses of EAttachmentSource in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return types with arguments of type EAttachmentSource Modifier and Type Method Description List<EAttachmentSource>
IMultiFileProviding. getAttachmentFilter()
List<EAttachmentSource>
ISingleFileProviding. getAttachmentFilter()
-
Uses of EAttachmentSource in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EAttachmentSource Modifier and Type Method Description static EAttachmentSource
EAttachmentSource. valueOf(String name)
Returns the enum constant of this type with the specified name.static EAttachmentSource[]
EAttachmentSource. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EAttachmentSource in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type EAttachmentSource Modifier and Type Method Description List<EAttachmentSource>
WorkflowProviderBean. getAllAttachmentSources()
-
Uses of EAttachmentSource in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return types with arguments of type EAttachmentSource Modifier and Type Method Description List<EAttachmentSource>
MultiFile. getAttachmentFilter()
List<EAttachmentSource>
SingleFile. getAttachmentFilter()
Methods in de.xima.fc.workflow.model.nodes with parameters of type EAttachmentSource Modifier and Type Method Description static SingleFile
SingleFile. forAttachmentSearch(String searchName, EAttachmentSource... attachmentFilter)
Method parameters in de.xima.fc.workflow.model.nodes with type arguments of type EAttachmentSource Modifier and Type Method Description static SingleFile
SingleFile. forAttachmentSearch(String searchName, Iterable<EAttachmentSource> attachmentFilter)
void
MultiFile. setAttachmentFilter(List<EAttachmentSource> attachmentFilter)
void
SingleFile. setAttachmentFilter(List<EAttachmentSource> attachmentFilter)
-
Uses of EAttachmentSource in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type EAttachmentSource Modifier and Type Method Description static List<EAttachmentSource>
WorkflowProviderHelper. computeAllAttachmentSources()
-
Uses of EAttachmentSource in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type EAttachmentSource Modifier and Type Method Description List<EAttachmentSource>
ValidationWorkflowProvider. getAllAttachmentSources()
-