Uses of Enum
de.xima.fc.mdl.enums.EAttachmentSource
Packages that use EAttachmentSource
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
Package für allgemeine Exceptions
Commonly used enumeration that are mainly used in model classes.
-
Uses of EAttachmentSource in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type EAttachmentSourceModifier and TypeMethodDescriptionAttachmentAPI.getAllBy(UserContext uc, Vorgang vorgang, EAttachmentSource source, String uuid) 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.common.form_record.chat
Methods in de.xima.fc.common.form_record.chat that return EAttachmentSourceModifier and TypeMethodDescriptionDefaultFulfillRequestedUploadRequest.attachmentSource()IFulfillRequestedUploadRequest.attachmentSource()Applies only when theupload requestdoes not reference anupload element.Methods in de.xima.fc.common.form_record.chat with parameters of type EAttachmentSourceModifier and TypeMethodDescriptionDefaultFulfillRequestedUploadRequest.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 EAttachmentSourceModifier and TypeMethodDescriptionAttachmentDao.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 EAttachmentSourceModifier and TypeMethodDescriptionIAttachmentDao.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 EAttachmentSourceMethods in de.xima.fc.entities with parameters of type EAttachmentSource -
Uses of EAttachmentSource in de.xima.fc.exceptions
Methods in de.xima.fc.exceptions that return types with arguments of type EAttachmentSourceModifier and TypeMethodDescriptionAAttachmentListResolutionError.AttachmentQueryDoesNotMatch.getSources()AFileListResolutionError.AttachmentQueryDoesNotMatch.getSources()Constructor parameters in de.xima.fc.exceptions with type arguments of type EAttachmentSourceModifierConstructorDescriptionAttachmentQueryDoesNotMatch(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 EAttachmentSourceModifier and TypeMethodDescriptionstatic AttachmentAttachmentHelper.createAttachment(UserContext uc, Mandant man, Benutzer ben, Vorgang vorgang, String fileName, EAttachmentSource attachmentSource, InputStream is) Deprecated.static AttachmentAttachmentHelper.createAttachment(UserContext uc, Mandant man, Benutzer ben, Vorgang vorgang, org.apache.commons.fileupload.FileItem item, EAttachmentSource attachmentSource) static AttachmentAttachmentHelper.createAttachment(UserContext uc, Mandant man, IUser user, Vorgang vorgang, String fileName, EAttachmentSource attachmentSource, InputStream is) static AttachmentAttachmentHelper.createAttachmentBody(byte[] daten, String userName, String filename, Mandant mandant, Vorgang vorgang, EAttachmentSource attachmentSource) static AttachmentAttachmentHelper.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 EAttachmentSourceModifier and TypeMethodDescriptionAttachmentHandler.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 EAttachmentSourceModifier and TypeMethodDescriptionIAttachmentHandler.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 EAttachmentSourceMethod parameters in de.xima.fc.inbox.bean with type arguments of type EAttachmentSourceModifier and TypeMethodDescriptionvoidProcessAttachmentBean.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 -
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 EAttachmentSourceModifier and TypeMethodDescriptionIMultiFileProviding.getAttachmentFilter()IReferencedFileList.getAttachmentFilter()ISingleFileProviding.getAttachmentFilter()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 -
Uses of EAttachmentSource in de.xima.fc.mdl.enums
Subclasses with type arguments of type EAttachmentSource in de.xima.fc.mdl.enumsMethods in de.xima.fc.mdl.enums that return EAttachmentSourceModifier and TypeMethodDescriptionstatic EAttachmentSourceReturns 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.Methods in de.xima.fc.mdl.enums with parameters of type EAttachmentSource -
Uses of EAttachmentSource in de.xima.fc.ms.test.workflow
Methods in de.xima.fc.ms.test.workflow with parameters of type EAttachmentSourceModifier and TypeMethodDescriptionprotected voidAWorkflowEngineTest.assertAttachmentAccessibleByEndUsers(EAttachmentSource source, boolean value) protected voidAWorkflowEngineTest.assertAttachmentContentJsonObject(EAttachmentSource source, Predicate<String> nameFilter, Object value) protected voidAWorkflowEngineTest.assertAttachmentContentString(EAttachmentSource source, String value) protected voidAWorkflowEngineTest.assertAttachmentContentString(EAttachmentSource source, Predicate<String> nameFilter, String value) protected voidAWorkflowEngineTest.assertAttachmentCount(EAttachmentSource source, int expectedCount) protected voidAWorkflowEngineTest.assertAttachmentFileName(EAttachmentSource source, String value) protected voidAWorkflowEngineTest.assertAttachmentFileName(EAttachmentSource source, Predicate<String> nameFilter, String value) protected voidAWorkflowEngineTest.assertAttachmentsAccessibleByEndUsers(EAttachmentSource source, boolean... values) protected voidAWorkflowEngineTest.assertAttachmentsContentJsonObject(EAttachmentSource source, Predicate<String> nameFilter, Object... values) protected voidAWorkflowEngineTest.assertAttachmentsContentString(EAttachmentSource source, String... values) protected voidAWorkflowEngineTest.assertAttachmentsContentString(EAttachmentSource source, Predicate<String> nameFilter, String... values) protected voidAWorkflowEngineTest.assertAttachmentsFileName(EAttachmentSource source, String... values) protected voidAWorkflowEngineTest.assertAttachmentsFileName(EAttachmentSource source, Predicate<String> nameFilter, String... values) protected voidAWorkflowEngineTest.assertHasNoAttachments(EAttachmentSource source) protected AttachmentAWorkflowEngineTest.createFormRecordResource(@NotNull String attachmentFilename, EAttachmentSource attachmentSource, @NotNull byte[] resourceData, Date editDate, String uploadElementName) protected AttachmentAWorkflowEngineTest.createFormRecordResource(@NotNull String attachmentFilename, EAttachmentSource attachmentSource, @NotNull String resourceData, Date editDate, String uploadElementName) protected AttachmentAWorkflowEngineTest.createFormRecordResource(String attachmentFilename, EAttachmentSource attachmentSource, String resourceData) protected AttachmentAWorkflowEngineTest.getFormRecordAttachment(EAttachmentSource source) protected AttachmentAWorkflowEngineTest.getFormRecordAttachment(EAttachmentSource source, Predicate<String> nameFilter) protected StringAWorkflowEngineTest.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 EAttachmentSourceModifier and TypeMethodDescriptionstatic AttachmentEntityDummyFactory.dummyAttachment(String filename, byte[] data, Vorgang process, IUser user, String elementName, EAttachmentSource source) static AttachmentEntityDummyFactory.dummyAttachment(String filename, String text, Vorgang process, IUser user, String elementName, EAttachmentSource source) static AttachmentEntityDummyFactory.dummyAttachmentEmpty(String filename, Vorgang process, 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 -
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 EAttachmentSourceModifier and TypeMethodDescriptionMultiFile.getAttachmentFilter()SingleFile.getAttachmentFilter()MultiAttachment.getSearchSourceTypes()SingleAttachment.getSearchSourceTypes()Methods in de.xima.fc.workflow.model.nodes with parameters of type EAttachmentSourceModifier and TypeMethodDescriptionstatic MultiFileMultiFile.forAttachmentSearch(String attachmentSearchName, EAttachmentSource... attachmentSources) static SingleFileSingleFile.forAttachmentSearch(String searchName, EAttachmentSource... attachmentFilter) static SingleAttachmentSingleAttachment.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 EAttachmentSourceModifier and TypeMethodDescriptionstatic SingleFileSingleFile.forAttachmentSearch(String searchName, Iterable<EAttachmentSource> attachmentFilter) static SingleAttachmentSingleAttachment.forSearch(String filenamePattern, Iterable<EAttachmentSource> sourceTypes) Creates a single attachment reference that searches for an existing attachment by its file name and type.voidMultiFile.setAttachmentFilter(List<EAttachmentSource> attachmentFilter) voidSingleFile.setAttachmentFilter(List<EAttachmentSource> attachmentFilter) voidMultiAttachment.setSearchSourceTypes(List<EAttachmentSource> searchSourceTypes) Sets the attachment source types to which to limit the search for attachments when anattachment itemof typeSEARCHis selected.voidSingleAttachment.setSearchSourceTypes(List<EAttachmentSource> searchSourceTypes) Sets the attachment source types to which to limit the search for attachments when anattachment itemof typeSEARCHis 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 EAttachmentSourceModifier and TypeMethodDescriptionstatic 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 -
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 EAttachmentSourceConstructor parameters in de.xima.fc.workflow.processor.model with type arguments of type EAttachmentSourceModifierConstructorDescriptionResolvedAttachmentSourceSearch(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 EAttachmentSourceModifier and TypeMethodDescriptionstatic AttachmentDescriptor.BuilderAttachmentDescriptor.valueAttachment(UUID uuid, EAttachmentSource source) Creates a value that conforms to theAttachmentDescriptorvalue descriptor.
AttachmentHelper.createAttachment(UserContext, Mandant, IUser, Vorgang, String, EAttachmentSource, InputStream)instead.