Uses of Class
de.xima.fc.mdl.resource.ResourceItem
-
-
Uses of ResourceItem in de.xima.fc.exceptions
Fields in de.xima.fc.exceptions declared as ResourceItem Modifier and Type Field Description protected ResourceItemAFileListResolutionError.AResourceItemResolutionError. itemMethods in de.xima.fc.exceptions that return ResourceItem Modifier and Type Method Description ResourceItemAFileListResolutionError.AResourceItemResolutionError. getResourceItem() -
Uses of ResourceItem in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type ResourceItem Modifier and Type Method Description List<? 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 ResourceItem Modifier and Type Method Description ResourceItemISingleFileProviding. getResource()Methods in de.xima.fc.interfaces.workflow.execution that return types with arguments of type ResourceItem Modifier and Type Method Description List<ResourceItem>IMultiFileProviding. getResources()List<ResourceItem>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 Modifier and Type Method Description ResourceItemIResolvedResourceItem. getResourceItem() -
Uses of ResourceItem in de.xima.fc.mdl.resource
Methods in de.xima.fc.mdl.resource that return ResourceItem Modifier and Type Method Description static ResourceItemResourceItem. forAttachmentSearch()static ResourceItemResourceItem. forClientFile(MandantRessource clientFile)static ResourceItemResourceItem. forClientFile(UuidEntityRef clientFileRef)static ResourceItemResourceItem. forExternal()static ResourceItemResourceItem. forFormFile(ProjektRessource formFile)static ResourceItemResourceItem. forFormFile(UuidEntityRef formFileRef)static ResourceItemResourceItem. forUploadElement(String identifier)static ResourceItemResourceItem. forWorkflowNode(WorkflowNode node)static ResourceItemResourceItem. 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 ResourceItem Modifier and Type Method Description List<? 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 ResourceItem Modifier and Type Method Description List<? 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 ResourceItem Modifier and Type Method Description ResourceItemSingleFile. getResource()Methods in de.xima.fc.workflow.model.nodes that return types with arguments of type ResourceItem Modifier and Type Method Description List<ResourceItem>MultiFile. getResources()Methods in de.xima.fc.workflow.model.nodes with parameters of type ResourceItem Modifier and Type Method Description voidSingleFile. setResource(ResourceItem resource)Method parameters in de.xima.fc.workflow.model.nodes with type arguments of type ResourceItem Modifier and Type Method Description voidMultiFile. setResources(List<ResourceItem> resources) -
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 ResourceItem Modifier and Type Method Description static 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 ResourceItem Modifier and Type Method Description List<? 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 ResourceItem Modifier and Type Method Description ResourceItemResolvedResourceItem.Builder. getResourceItem()ResourceItemResolvedResourceItem. getResourceItem()Methods in de.xima.fc.workflow.processor.model with parameters of type ResourceItem Modifier and Type Method Description static ResolvedResourceItem.BuilderResolvedResourceItem. builder(ResourceItem resourceItem)Creates a builder to buildResolvedResourceItem.static IResolvedResourceItemResolvedResourceItem. ofSuccess(ResourceItem item, ResolvedFile file)
-