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.api.rest.pub.impl.generic.model.response.form de.xima.fc.common.form_record.chat de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitätende.xima.fc.exceptions Package für allgemeine Exceptionsde.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.interfaces.workflow.retval de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.ms.test.workflow de.xima.fc.testhelper 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 de.xima.fc.workflow.processor.model de.xima.fc.workflow.processor.value.common -
-
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.api.rest.pub.impl.generic.model.response.form
Methods in de.xima.fc.api.rest.pub.impl.generic.model.response.form with parameters of type EAttachmentSource Modifier and Type Method Description static EPublicAttachmentSource
EPublicAttachmentSource. from(EAttachmentSource type)
-
Uses of EAttachmentSource in de.xima.fc.common.form_record.chat
Methods in de.xima.fc.common.form_record.chat that return EAttachmentSource Modifier and Type Method Description EAttachmentSource
DefaultFulfillRequestedUploadRequest. attachmentSource()
EAttachmentSource
IFulfillRequestedUploadRequest. attachmentSource()
Applies only when theupload request
does not reference anupload element
.Methods in de.xima.fc.common.form_record.chat with parameters of type EAttachmentSource Modifier and Type Method Description Self
DefaultFulfillRequestedUploadRequest.BaseBuilder. attachmentSource(EAttachmentSource attachmentSource)
Sets the source of the attachments to create. -
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.exceptions
Methods in de.xima.fc.exceptions that return types with arguments of type EAttachmentSource Modifier and Type Method Description Set<EAttachmentSource>
AAttachmentListResolutionError.AttachmentQueryDoesNotMatch. getSources()
Collection<EAttachmentSource>
AFileListResolutionError.AttachmentQueryDoesNotMatch. getSources()
Constructor parameters in de.xima.fc.exceptions with type arguments of type EAttachmentSource Constructor Description AttachmentQueryDoesNotMatch(AttachmentItem item, String searchPattern, Set<EAttachmentSource> sources)
AttachmentQueryDoesNotMatch(ResourceItem item, String searchPattern, Collection<EAttachmentSource> sources)
-
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. createAttachment(UserContext uc, Mandant man, IUser user, Vorgang vorgang, String fileName, EAttachmentSource attachmentSource, InputStream is)
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>
IReferencedFileList. getAttachmentFilter()
List<EAttachmentSource>
ISingleFileProviding. getAttachmentFilter()
List<EAttachmentSource>
IReferencedAttachmentList. getSearchSourceTypes()
Gets the attachment sources to which to restrict the search for attachments. -
Uses of EAttachmentSource in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval that return types with arguments of type EAttachmentSource Modifier and Type Method Description Set<EAttachmentSource>
IResolvedAttachmentSourceSearch. getSourceTypes()
-
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.ms.test.workflow
Methods in de.xima.fc.ms.test.workflow with parameters of type EAttachmentSource Modifier and Type Method Description protected void
AWorkflowEngineTest. assertAttachmentAccessibleByEndUsers(EAttachmentSource source, boolean value)
protected void
AWorkflowEngineTest. assertAttachmentContentJsonObject(EAttachmentSource source, Predicate<String> nameFilter, Object value)
protected void
AWorkflowEngineTest. assertAttachmentContentString(EAttachmentSource source, String value)
protected void
AWorkflowEngineTest. assertAttachmentContentString(EAttachmentSource source, Predicate<String> nameFilter, String value)
protected void
AWorkflowEngineTest. assertAttachmentCount(EAttachmentSource source, int expectedCount)
protected void
AWorkflowEngineTest. assertAttachmentFileName(EAttachmentSource source, String value)
protected void
AWorkflowEngineTest. assertAttachmentFileName(EAttachmentSource source, Predicate<String> nameFilter, String value)
protected void
AWorkflowEngineTest. assertAttachmentsAccessibleByEndUsers(EAttachmentSource source, boolean... values)
protected void
AWorkflowEngineTest. assertAttachmentsContentJsonObject(EAttachmentSource source, Predicate<String> nameFilter, Object... values)
protected void
AWorkflowEngineTest. assertAttachmentsContentString(EAttachmentSource source, String... values)
protected void
AWorkflowEngineTest. assertAttachmentsContentString(EAttachmentSource source, Predicate<String> nameFilter, String... values)
protected void
AWorkflowEngineTest. assertAttachmentsFileName(EAttachmentSource source, String... values)
protected void
AWorkflowEngineTest. assertAttachmentsFileName(EAttachmentSource source, Predicate<String> nameFilter, String... values)
protected void
AWorkflowEngineTest. assertHasNoAttachments(EAttachmentSource source)
protected Attachment
AWorkflowEngineTest. createFormRecordResource(@NotNull String attachmentFilename, EAttachmentSource attachmentSource, @javax.validation.constraints.NotNull byte[] resourceData, Date editDate, String uploadElementName)
protected Attachment
AWorkflowEngineTest. createFormRecordResource(@NotNull String attachmentFilename, EAttachmentSource attachmentSource, @NotNull String resourceData, Date editDate, String uploadElementName)
protected Attachment
AWorkflowEngineTest. createFormRecordResource(String attachmentFilename, EAttachmentSource attachmentSource, String resourceData)
protected Attachment
AWorkflowEngineTest. getFormRecordAttachment(EAttachmentSource source)
protected Attachment
AWorkflowEngineTest. getFormRecordAttachment(EAttachmentSource source, Predicate<String> nameFilter)
protected String
AWorkflowEngineTest. getFormRecordAttachmentContentString(EAttachmentSource source)
protected List<Attachment>
AWorkflowEngineTest. getFormRecordAttachments(EAttachmentSource source)
protected List<Attachment>
AWorkflowEngineTest. getFormRecordAttachments(EAttachmentSource source, Predicate<String> nameFilter)
-
Uses of EAttachmentSource in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper with parameters of type EAttachmentSource Modifier and Type Method Description static Attachment
EntityDummyFactory. dummyAttachment(String filename, byte[] data, Vorgang process, IUser user, String elementName, EAttachmentSource source)
static Attachment
EntityDummyFactory. dummyAttachment(String filename, String text, Vorgang process, IUser user, String elementName, EAttachmentSource source)
-
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()
List<EAttachmentSource>
MultiAttachment. getSearchSourceTypes()
List<EAttachmentSource>
SingleAttachment. getSearchSourceTypes()
Methods in de.xima.fc.workflow.model.nodes with parameters of type EAttachmentSource Modifier and Type Method Description static MultiFile
MultiFile. forAttachmentSearch(String attachmentSearchName, EAttachmentSource... attachmentSources)
static SingleFile
SingleFile. forAttachmentSearch(String searchName, EAttachmentSource... attachmentFilter)
static SingleAttachment
SingleAttachment. forSearch(String filenamePattern, EAttachmentSource... sourceTypes)
Creates a single attachment reference that searches for an existing attachment by its file name and type.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)
static SingleAttachment
SingleAttachment. forSearch(String filenamePattern, Iterable<EAttachmentSource> sourceTypes)
Creates a single attachment reference that searches for an existing attachment by its file name and type.void
MultiFile. setAttachmentFilter(List<EAttachmentSource> attachmentFilter)
void
SingleFile. setAttachmentFilter(List<EAttachmentSource> attachmentFilter)
void
MultiAttachment. setSearchSourceTypes(List<EAttachmentSource> searchSourceTypes)
Sets the attachment source types to which to limit the search for attachments when anattachment item
of typeSEARCH
is selected.void
SingleAttachment. setSearchSourceTypes(List<EAttachmentSource> searchSourceTypes)
Sets the attachment source types to which to limit the search for attachments when anattachment item
of typeSEARCH
is selected. -
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()
-
Uses of EAttachmentSource in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return types with arguments of type EAttachmentSource Modifier and Type Method Description Set<EAttachmentSource>
ResolvedAttachmentSourceSearch. getSourceTypes()
Constructor parameters in de.xima.fc.workflow.processor.model with type arguments of type EAttachmentSource Constructor Description ResolvedAttachmentSourceSearch(String fileNamePattern, Set<EAttachmentSource> sourceTypes)
Creates a new POJO instance with the given data. -
Uses of EAttachmentSource in de.xima.fc.workflow.processor.value.common
Methods in de.xima.fc.workflow.processor.value.common with parameters of type EAttachmentSource Modifier and Type Method Description static AttachmentDescriptor.Builder
AttachmentDescriptor. valueAttachment(UUID uuid, EAttachmentSource source)
Creates a value that conforms to theAttachmentDescriptor
value descriptor.
-