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 ResourceItemAFileListResolutionError.AResourceItemResolutionError.itemMethods in de.xima.fc.exceptions that return ResourceItemModifier and TypeMethodDescriptionAFileListResolutionError.AResourceItemResolutionError.getResourceItem()Constructors in de.xima.fc.exceptions with parameters of type ResourceItemModifierConstructorDescriptionprotectedAResourceItemResolutionError(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, IFileSearchOptions options) FileSystemError(String message, IOException cause, ResourceItem item) FormFileDoesNotExist(ResourceItem item, UUID formFileUuid) NodeDoesNotExist(ResourceItem item, NodeKey nodeKey) NodeDoesNotProvideFiles(ResourceItem item, WorkflowNode node, String fileKey) NodeNotExecuted(ResourceItem item, WorkflowNode node) TriggerDoesNotExist(ResourceItem item, TriggerKey triggerKey) TriggerDoesNotProvideFiles(ResourceItem item, WorkflowTrigger trigger, String fileKey) TriggerNotFired(ResourceItem item, WorkflowTrigger trigger) 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 TypeMethodDescriptiondefault 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 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
Subclasses with type arguments of type ResourceItem in de.xima.fc.mdl.resourceModifier and TypeClassDescriptionstatic final classProvides the default validation groups forResourceItem.Methods in de.xima.fc.mdl.resource that return ResourceItemModifier and TypeMethodDescriptionstatic 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.forWorkflowElement(ElementKey elementKey) Creates a new resource item that references files provided by a workflow trigger or node for the default file type.static ResourceItemResourceItem.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 ResourceItemResourceItem.forWorkflowNode(WorkflowNode node) Creates a new resource item that references files produced by a workflow node for the default file type.static ResourceItemResourceItem.forWorkflowNode(WorkflowNode node, String fileKey) Creates a new resource item that references files produced by a workflow node for the given file type.static ResourceItemResourceItem.forWorkflowNode(NodeKey nodeKey) Creates a new resource item that references files produced by a workflow node for the default file type.static ResourceItemResourceItem.forWorkflowNode(NodeKey nodeKey, String fileKey) Creates a new resource item that references files produced by a workflow node for the given file type.static ResourceItemResourceItem.forWorkflowTrigger(WorkflowTrigger trigger) Creates a new resource item that references files provided by a workflow trigger for the default file type.static ResourceItemResourceItem.forWorkflowTrigger(WorkflowTrigger trigger, String fileKey) Creates a new resource item that references files provided by a workflow trigger for the given file type.static ResourceItemResourceItem.forWorkflowTrigger(TriggerKey triggerKey) Creates a new resource item that references files provided by a workflow trigger for the default file type.static ResourceItemResourceItem.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 ResourceItemModifier and TypeMethodDescriptionvoidResourceItem.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 ResourceItemModifier and TypeMethodDescriptionList<? 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
Classes in de.xima.fc.workflow.model.choices that implement interfaces with type arguments of type ResourceItemModifier and TypeClassDescriptionclassA choice provider for the workflow that finds the available resource items from the currentbean validation contextobtained via CDI.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 ResourceItemModifier and TypeMethodDescriptionstatic MultiFileMultiFile.forResourceItems(ResourceItem... items) voidSingleFile.setResource(ResourceItem resource) Method parameters in de.xima.fc.workflow.model.nodes with type arguments of type ResourceItemModifier and TypeMethodDescriptionstatic MultiFileMultiFile.forFiles(Iterable<ResourceItem> resourceItems, Iterable<String> urls, Iterable<EAttachmentSource> attachmentSources, String attachmentSearchName) 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 ResourceItemModifier and TypeMethodDescriptionstatic 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 ResourceItemModifier and TypeMethodDescriptionList<? 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 ResourceItemModifier and TypeMethodDescriptionResolvedResourceItem.Builder.getResourceItem()ResolvedResourceItem.getResourceItem()Methods in de.xima.fc.workflow.processor.model with parameters of type ResourceItemModifier and TypeMethodDescriptionstatic ResolvedResourceItem.BuilderResolvedResourceItem.builder(ResourceItem resourceItem) Creates a builder to buildResolvedResourceItem.static IResolvedResourceItemResolvedResourceItem.ofSuccess(ResourceItem item, ResolvedFile file)
IWorkflowProvider.getAvailableResources(GetAvailableResourcesParams).