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 ResourceItem
AFileListResolutionError.AResourceItemResolutionError. item
Methods in de.xima.fc.exceptions that return ResourceItem Modifier and Type Method Description ResourceItem
AFileListResolutionError.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 default 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)
Deprecated.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)
Deprecated.List<? extends de.xima.cmn.validation.spec.IChoiceEntry<ResourceItem>>
IWorkflowProvider. getAvailableResources(GetAvailableResourcesParams params)
default 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)
Deprecated.default 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)
List<? extends de.xima.cmn.validation.spec.IChoiceEntry<ResourceItem>>
IWorkflowProvider. getAvailableResources(NodeKey nodeKey, GetAvailableResourcesParams params)
Returns a list of all available resources, which may include client resources, form resources, and external resource URLs, etc. -
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 ResourceItem
ISingleFileProviding. 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 ResourceItem
IResolvedResourceItem. 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 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. forWorkflowElement(ElementKey elementKey)
Creates a new resource item that references files provided by a workflow trigger or node for the default file type.static ResourceItem
ResourceItem. forWorkflowElement(ElementKey elementKey, String fileKey)
Creates a new resource item that references files provided by a workflow trigger or node for the given file type.static ResourceItem
ResourceItem. forWorkflowNode(WorkflowNode node)
Creates a new resource item that references files produced by a workflow node for the default file type.static ResourceItem
ResourceItem. forWorkflowNode(WorkflowNode node, String fileKey)
Creates a new resource item that references files produced by a workflow node for the given file type.static ResourceItem
ResourceItem. forWorkflowNode(NodeKey nodeKey)
Creates a new resource item that references files produced by a workflow node for the default file type.static ResourceItem
ResourceItem. forWorkflowNode(NodeKey nodeKey, String fileKey)
Creates a new resource item that references files produced by a workflow node for the given file type.static ResourceItem
ResourceItem. forWorkflowTrigger(WorkflowTrigger trigger)
Creates a new resource item that references files provided by a workflow trigger for the default file type.static ResourceItem
ResourceItem. forWorkflowTrigger(WorkflowTrigger trigger, String fileKey)
Creates a new resource item that references files provided by a workflow trigger for the given file type.static ResourceItem
ResourceItem. forWorkflowTrigger(TriggerKey triggerKey)
Creates a new resource item that references files provided by a workflow trigger for the default file type.static ResourceItem
ResourceItem. forWorkflowTrigger(TriggerKey triggerKey, String fileKey)
Creates a new resource item that references files provided by a workflow trigger for the given file type.Method parameters in de.xima.fc.mdl.resource with type arguments of type ResourceItem Modifier and Type Method Description void
ResourceItem.ValidationGroup. addGroups(BaseGroupSequenceProvider.IGroupBuilder<ResourceItem> builder)
-
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(GetAvailableResourcesParams params)
List<? extends de.xima.cmn.validation.spec.IChoiceEntry<ResourceItem>>
WorkflowProviderBean. getAvailableResources(NodeKey currentNodeKey, GetAvailableResourcesParams params)
-
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 ResourceItem
SingleFile. 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 static MultiFile
MultiFile. forResourceItems(ResourceItem... items)
void
SingleFile. setResource(ResourceItem resource)
Method parameters in de.xima.fc.workflow.model.nodes with type arguments of type ResourceItem Modifier and Type Method Description static MultiFile
MultiFile. forFiles(Iterable<ResourceItem> resourceItems, Iterable<String> urls, Iterable<EAttachmentSource> attachmentSources, String attachmentSearchName)
void
MultiFile. 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(Mandant client, Locale locale, List<ProjektRessource> projectResources, List<MandantRessource> clientResources, List<String> uploadElements, List<IFileProvidingTriggerWithName> firedTriggers, List<IFileProvidingNodeWithName> providingPredecessors, List<IFileProvidingNodeWithName> providingParents, GetAvailableResourcesParams params)
-
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(GetAvailableResourcesParams params)
List<? extends de.xima.cmn.validation.spec.IChoiceEntry<ResourceItem>>
ValidationWorkflowProvider. getAvailableResources(NodeKey currentNodeKey, GetAvailableResourcesParams params)
-
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 ResourceItem
ResolvedResourceItem.Builder. getResourceItem()
ResourceItem
ResolvedResourceItem. getResourceItem()
Methods in de.xima.fc.workflow.processor.model with parameters of type ResourceItem Modifier and Type Method Description static ResolvedResourceItem.Builder
ResolvedResourceItem. builder(ResourceItem resourceItem)
Creates a builder to buildResolvedResourceItem
.static IResolvedResourceItem
ResolvedResourceItem. ofSuccess(ResourceItem item, ResolvedFile file)
-