Uses of Class
de.xima.fc.mdl.resource.ResourceItem
Packages that use ResourceItem
Package
Description
Package für allgemeine Exceptions
-
Uses of ResourceItem in de.xima.fc.exceptions
Fields in de.xima.fc.exceptions declared as ResourceItemModifier and TypeFieldDescriptionprotected final ResourceItem
AFileListResolutionError.AResourceItemResolutionError.item
Methods in de.xima.fc.exceptions that return ResourceItemModifier and TypeMethodDescriptionAFileListResolutionError.AResourceItemResolutionError.getResourceItem()
Constructors in de.xima.fc.exceptions with parameters of type ResourceItemModifierConstructorDescriptionprotected
AResourceItemResolutionError
(EResourceItemResolutionError type, String message, Throwable cause, ResourceItem item) AttachmentQueryDoesNotMatch
(ResourceItem item, String searchPattern, Collection<EAttachmentSource> sources) CannotProcessResourceItem
(String message, Throwable cause, ResourceItem item) ClientFileDoesNotExist
(ResourceItem item, UUID clientFileUuid) DatabaseError
(String message, de.xima.cmn.dao.exceptions.AbstractDaoException cause, ResourceItem item) DatabaseError
(String message, de.xima.cmn.dao.exceptions.AbstractDaoRuntimeException cause, ResourceItem item) ExternalUrlCannotBeRead
(Throwable cause, ResourceItem item, URL url) ExternalUrlIsSyntacticallyInvalid
(Throwable cause, ResourceItem item, String url) FileCountReducedToZeroByFilter
(ResourceItem item, Collection<String> extensions) FileSystemError
(String message, IOException cause, ResourceItem item) FormFileDoesNotExist
(ResourceItem item, UUID formFileUuid) NodeDoesNotExist
(ResourceItem item, NodeKey nodeKey) NodeDoesNotProvideFiles
(ResourceItem item, WorkflowNode node) NodeNotExecuted
(ResourceItem item, WorkflowNode node) UploadFieldDoesNotExist
(ResourceItem item, String uploadFieldAlias) UploadFieldDoesNotProvideFiles
(ResourceItem item, String uploadFieldAlias) -
Uses of ResourceItem in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type ResourceItemModifier and TypeMethodDescriptionList<? extends de.xima.cmn.validation.spec.IChoiceEntry<ResourceItem>>
IWorkflowProvider.getAvailableResources
(boolean includeForm, boolean includeClient, boolean includeExternal, boolean includeAttachmentSearch, boolean includeUpload, boolean includeProvidingAction, String... extensions) Returns a list of all available resources, which may include client resources, form resources, and external resource URLs.default List<? extends de.xima.cmn.validation.spec.IChoiceEntry<ResourceItem>>
IWorkflowProvider.getAvailableResources
(boolean includeForm, boolean includeClient, boolean includeExternal, boolean includeAttachmentSearch, boolean includeUpload, boolean includeProvidingAction, List<String> extensions) Returns a list of all available resources, which may include client resources, form resources, and external resource URLs.List<? extends de.xima.cmn.validation.spec.IChoiceEntry<ResourceItem>>
IWorkflowProvider.getAvailableResources
(NodeKey nodeKey, boolean includeForm, boolean includeClient, boolean includeExternal, boolean includeAttachmentSearch, boolean includeUpload, boolean includeProvidingAction) Returns a list of all available resources, which may include client resources, form resources, and external resource URLs.List<? extends de.xima.cmn.validation.spec.IChoiceEntry<ResourceItem>>
IWorkflowProvider.getAvailableResources
(NodeKey nodeKey, boolean includeForm, boolean includeClient, boolean includeExternal, boolean includeAttachmentSearch, boolean includeUpload, boolean includeProvidingAction, String... extensions) Returns a list of all available resources, which may include client resources, form resources, and external resource URLs. -
Uses of ResourceItem in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return ResourceItemMethods in de.xima.fc.interfaces.workflow.execution that return types with arguments of type ResourceItemModifier and TypeMethodDescriptionIMultiFileProviding.getResources()
IReferencedFileList.getResources()
default List<ResourceItem>
ISingleFileProviding.getResources()
-
Uses of ResourceItem in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval that return ResourceItem -
Uses of ResourceItem in de.xima.fc.mdl.resource
Methods in de.xima.fc.mdl.resource that return ResourceItemModifier and TypeMethodDescriptionstatic ResourceItem
ResourceItem.forAttachmentSearch()
static ResourceItem
ResourceItem.forClientFile
(MandantRessource clientFile) static ResourceItem
ResourceItem.forClientFile
(UuidEntityRef clientFileRef) static ResourceItem
ResourceItem.forExternal()
static ResourceItem
ResourceItem.forFormFile
(ProjektRessource formFile) static ResourceItem
ResourceItem.forFormFile
(UuidEntityRef formFileRef) static ResourceItem
ResourceItem.forUploadElement
(String identifier) static ResourceItem
ResourceItem.forWorkflowNode
(WorkflowNode node) static ResourceItem
ResourceItem.forWorkflowNode
(NodeKey nodeKey) -
Uses of ResourceItem in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type ResourceItemModifier and TypeMethodDescriptionList<? extends de.xima.cmn.validation.spec.IChoiceEntry<ResourceItem>>
WorkflowProviderBean.getAvailableResources
(boolean includeForm, boolean includeClient, boolean includeExternal, boolean includeAttachmentSearch, boolean includeUpload, boolean includeProvidingAction, String... extensions) List<? extends de.xima.cmn.validation.spec.IChoiceEntry<ResourceItem>>
WorkflowProviderBean.getAvailableResources
(NodeKey currentNodeKey, boolean includeForm, boolean includeClient, boolean includeExternal, boolean includeAttachmentSearch, boolean includeUpload, boolean includeProvidingAction) List<? extends de.xima.cmn.validation.spec.IChoiceEntry<ResourceItem>>
WorkflowProviderBean.getAvailableResources
(NodeKey currentNodeKey, boolean includeForm, boolean includeClient, boolean includeExternal, boolean includeAttachmentSearch, boolean includeUpload, boolean includeProvidingAction, String... extensions) -
Uses of ResourceItem in de.xima.fc.workflow.model.choices
Methods in de.xima.fc.workflow.model.choices that return types with arguments of type ResourceItemModifier and TypeMethodDescriptionList<? extends de.xima.cmn.validation.spec.IChoiceEntry<ResourceItem>>
ResourceItemChoiceProvider.getChoices
(de.xima.cmn.validation.spec.IChoiceProvidingParams params) -
Uses of ResourceItem in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return ResourceItemMethods in de.xima.fc.workflow.model.nodes that return types with arguments of type ResourceItemMethods in de.xima.fc.workflow.model.nodes with parameters of type ResourceItemMethod parameters in de.xima.fc.workflow.model.nodes with type arguments of type ResourceItem -
Uses of ResourceItem in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type ResourceItemModifier and TypeMethodDescriptionstatic List<? extends de.xima.cmn.validation.spec.IChoiceEntry<ResourceItem>>
WorkflowProviderHelper.computeAvailableResources
(List<ProjektRessource> projectResources, List<MandantRessource> clientResources, List<String> uploadElements, List<INodeWithName> providingActions, boolean includeForm, boolean includeClient, boolean includeExternal, boolean includeAttachmentSearch, boolean includeUpload, boolean includeProvidingAction, String[] extensions, Locale locale) -
Uses of ResourceItem in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type ResourceItemModifier and TypeMethodDescriptionList<? extends de.xima.cmn.validation.spec.IChoiceEntry<ResourceItem>>
ValidationWorkflowProvider.getAvailableResources
(boolean includeForm, boolean includeClient, boolean includeExternal, boolean includeAttachmentSearch, boolean includeUpload, boolean includeProvidingAction, String... extensions) List<? extends de.xima.cmn.validation.spec.IChoiceEntry<ResourceItem>>
ValidationWorkflowProvider.getAvailableResources
(NodeKey currentNodeKey, boolean includeForm, boolean includeClient, boolean includeExternal, boolean includeAttachmentSearch, boolean includeUpload, boolean includeProvidingAction) List<? extends de.xima.cmn.validation.spec.IChoiceEntry<ResourceItem>>
ValidationWorkflowProvider.getAvailableResources
(NodeKey currentNodeKey, boolean includeForm, boolean includeClient, boolean includeExternal, boolean includeAttachmentSearch, boolean includeUpload, boolean includeProvidingAction, String... extensions) -
Uses of ResourceItem in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return ResourceItemModifier and TypeMethodDescriptionResolvedResourceItem.Builder.getResourceItem()
ResolvedResourceItem.getResourceItem()
Methods in de.xima.fc.workflow.processor.model with parameters of type ResourceItemModifier and TypeMethodDescriptionstatic ResolvedResourceItem.Builder
ResolvedResourceItem.builder
(ResourceItem resourceItem) Creates a builder to buildResolvedResourceItem
.static IResolvedResourceItem
ResolvedResourceItem.ofSuccess
(ResourceItem item, ResolvedFile file)