Uses of Interface
de.xima.fc.interfaces.IResourceBundleLocator
-
-
Uses of IResourceBundleLocator in de.xima.fc.i18n
Classes in de.xima.fc.i18n that implement IResourceBundleLocator Modifier and Type Class Description class
CommonBundleLocator
A Hibernate bean validation API resource bundle locator for thexima-common-localizations
resource bundle.class
FcI18nBundleLocator
A Hibernate bean validation API resource bundle locator for thei18n.fc
resource bundle.Fields in de.xima.fc.i18n declared as IResourceBundleLocator Modifier and Type Field Description static IResourceBundleLocator
CommonBundleLocator. INSTANCE
An immutable instance of this bundle locator.static IResourceBundleLocator
FcI18nBundleLocator. INSTANCE
An immutable instance of this bundle locator. -
Uses of IResourceBundleLocator in de.xima.fc.interfaces.workflow.elements
Subinterfaces of IResourceBundleLocator in de.xima.fc.interfaces.workflow.elements Modifier and Type Interface Description interface
IElementHandler<TData,TElement extends IWorkflowElementEntity>
All element handlers must be thread-safe. -
Uses of IResourceBundleLocator in de.xima.fc.interfaces.workflow.mixin
Subinterfaces of IResourceBundleLocator in de.xima.fc.interfaces.workflow.mixin Modifier and Type Interface Description interface
IBeanValidatingElement<TData,TElement extends IWorkflowElementEntity>
Mixin that implementsIElementHandler.validateLocal(IElementLocalValidationParams)
by performing a bean validation on theIWorkflowElementWithDeserializedModel.getData()
.interface
IBeanValidatingNode<TData>
Mixin that implementsIElementHandler.validateLocal(IElementLocalValidationParams)
by performing a bean validation on the node's properties model.interface
IBeanValidatingTrigger<TData>
Mixin that implementsIElementHandler.validateLocal(IElementLocalValidationParams)
by performing a bean validation on the trigger's properties model.interface
IExecutingLikeActionNode<TData>
Mixin with the implementation ofIWorkflowNodeFlowAnalyzer.createFlowGraph(ICreateFlowGraphParams)
for logic handlers that have no children and simply execute some business logic.interface
IExecutingLikeBinarySelectionNode<TData>
Mixin with the implementation ofIWorkflowNodeFlowAnalyzer.createFlowGraph(ICreateFlowGraphParams)
for logic handlers that execute one of its two children based on a test, such as an if-else node.interface
IExecutingLikeExceptionHandlerNode<TData>
Mixin with the implementation ofIWorkflowNodeFlowAnalyzer.createFlowGraph(ICreateFlowGraphParams)
for logic handlers that attempt to execute its child, and run another child if the child completed abruptly by throwing an exception, such as a try-catch(-finally) block.interface
IExecutingLikeReturningActionNode<TData>
Mixin with the implementation ofIWorkflowNodeFlowAnalyzer.createFlowGraph(ICreateFlowGraphParams)
for logic handlers that have no children and always complete abruptly by either throwing an exception or issuing a return statement.interface
IExecutingLikeReturnNode<TData>
Mixin with the implementation ofIWorkflowNodeFlowAnalyzer.createFlowGraph(ICreateFlowGraphParams)
for logic handlers that have no children and always complete abruptly by issuing a return statement.interface
IExecutingLikeSequenceNode<TData>
Mixin with the implementation ofIWorkflowNodeFlowAnalyzer.createFlowGraph(ICreateFlowGraphParams)
for logic handlers that have no children and always complete abruptly by issuing a return statement.interface
IExecutingLikeThrowNode<TData>
Mixin with the implementation ofIWorkflowNodeFlowAnalyzer.createFlowGraph(ICreateFlowGraphParams)
for logic handlers that have no children and always complete abruptly by throwing an exception.interface
IFileProviding<TData>
Mixin interface for all node handlers that require files from previous actions or from upload elements.interface
IKeyValueSummarizableElement<TData,TElement extends IWorkflowElementEntity>
Mixin that implementsIElementHandler.getElementSummaryXhtml()
andIElementHandler.getElementSummaryModel(IGetElementSummaryParams)
for nodes and triggers that wish to provide a simple key value based overview.interface
IKeyValueSummarizableNode<TData>
AIKeyValueSummarizableElement
for workflow nodes.interface
IKeyValueSummarizableTrigger<TData>
AIKeyValueSummarizableElement
for workflow nodes.interface
IOfficialHelpPageElement<TData,TElement extends IWorkflowElementEntity>
Mixin that implementsIElementHandler.getHelpPageLocation(Locale)
by returning a link to the official help pages.interface
IOfficialHelpPageNode<TData>
Mixin for nodes that implementsIElementHandler.getHelpPageLocation(Locale)
by returning a link to the official help pages.interface
IOfficialHelpPageTrigger<TData>
Mixin for nodes that implementsIElementHandler.getHelpPageLocation(Locale)
by returning a link to the official help pages.interface
IResultlessNode<TData>
Mixin for nodes that neither return a result nor do throw an error.interface
ISemverUpdating<TData,TElement extends IWorkflowElementEntity>
AISequentialUpdating
that interprets the version string as aSemver
and updates the properties model according to the previous and current semantic version.interface
ISemverUpdatingNode<TData>
AISemverUpdating
forWorkflowNode
handlers.interface
ISemverUpdatingTrigger<TData>
AISemverUpdating
forWorkflowTrigger
handlers.interface
ISequentialUpdating<TData,TElement extends IWorkflowElementEntity,TVersion extends Comparable<TVersion>>
ImplementsICustomParametersUpdateable.updateCustomParams(IUpdateCustomParametersParams)
by running the transitions (upgrades) between the previous and the current version.interface
ISingleElementPrototype<TData,TElement extends IWorkflowElementEntity>
Element handler mixin for cases when a handler only wishes to provide a single prototype.interface
ISingleNodePrototype<TData>
Mixin that implementsINodeHandler.getNodePrototypes(IGetNodePrototypesParams)
for cases when a handler only wishes to provide a single prototype.interface
ISingleTriggerPrototype<TData>
Mixin that implementsITriggerHandler.getTriggerPrototypes(IGetTriggerPrototypesParams)
for cases when a handler only wishes to provide a single prototype.interface
ISpecificTriggerListener<TData>
Mixin interface for triggers that are invoked only by an external event specifying the ID of the trigger. -
Uses of IResourceBundleLocator in de.xima.fc.interfaces.workflow.nodes
Subinterfaces of IResourceBundleLocator in de.xima.fc.interfaces.workflow.nodes Modifier and Type Interface Description interface
INodeHandler<TData>
All node handlers must be thread-safe. -
Uses of IResourceBundleLocator in de.xima.fc.interfaces.workflow.triggers
Subinterfaces of IResourceBundleLocator in de.xima.fc.interfaces.workflow.triggers Modifier and Type Interface Description interface
ITriggerHandler<TData>
All trigger handlers must be thread-safe. -
Uses of IResourceBundleLocator in de.xima.fc.workflow.designer.mixin
Subinterfaces of IResourceBundleLocator in de.xima.fc.workflow.designer.mixin Modifier and Type Interface Description interface
ISingleBaseActionBuiltinNodePrototype<TData extends BaseActionProps>
Mixin that extendsISingleBaseActionNodePrototype
for builtin node types.interface
ISingleBaseBuiltinTriggerPrototype<TData extends BaseTriggerProps>
Mixin that extendsISingleBaseTriggerPrototype
for built-in trigger types.interface
ISingleBuiltinNodePrototype<TData>
Mixin that extendsISingleNodePrototype
for builtin node types.interface
ISingleBuiltinTriggerPrototype<TData>
Mixin that extendsISingleTriggerPrototype
for built-in trigger types. -
Uses of IResourceBundleLocator in de.xima.fc.workflow.designer.registry
Subinterfaces of IResourceBundleLocator in de.xima.fc.workflow.designer.registry Modifier and Type Interface Description interface
IBuiltinResourcesHandler<TData,TElement extends IWorkflowElementEntity>
Adds default implementations forIElementHandler.getJavaScript(boolean)
andIElementHandler.getCascadingStyleSheet(boolean)
. -
Uses of IResourceBundleLocator in de.xima.fc.workflow.designer.registry.nodes
-
Uses of IResourceBundleLocator in de.xima.fc.workflow.designer.registry.triggers
-
Uses of IResourceBundleLocator in de.xima.fc.workflow.mixin
Subinterfaces of IResourceBundleLocator in de.xima.fc.workflow.mixin Modifier and Type Interface Description interface
IBaseActionNode<TData extends BaseActionProps>
Node logic handler for actions with a properties model that inherit fromBaseActionProps
.interface
IBaseTrigger<TData extends BaseTriggerProps>
Trigger handler for triggers with a properties model that inherit fromBaseTriggerProps
.interface
IBuiltinNodeType<TData>
Mixin for all built-in workflow node handlers.interface
IBuiltinTriggerType<TData>
Mixin for all built-in workflow trigger handlers.interface
IDefaultClientHandlerNode<TData extends BaseActionProps>
Node handler for nodes that wish to register the default client-side handlers.interface
IDefaultClientHandlerTrigger<TData extends BaseTriggerProps>
Trigger handler for triggers that wish to register the default client-side handlers.interface
IPluginActionNodeHandler<TData extends BaseActionProps>
Mixin meant forIPluginWorkflowNode
plugins that only wish to provide a workflow action that executes some business logic.interface
IPluginTriggerHandler<TData extends BaseTriggerProps>
Mixin meant forIPluginWorkflowTrigger
plugins that only wish to provide a workflow trigger that executes some business logic.interface
ISingleBaseActionNodePrototype<TData extends BaseActionProps>
A mixin for all nodes that areISingleNodePrototype
and additionally use a properties model that extends fromBaseActionProps
.interface
ISingleBaseTriggerPrototype<TData extends BaseTriggerProps>
A mixin for all triggers that areISingleTriggerPrototype
and additionally use a properties model that extends fromBaseTriggerProps
.Classes in de.xima.fc.workflow.mixin that implement IResourceBundleLocator Modifier and Type Class Description class
APluginActionNodeHandler<TData extends BaseActionProps>
Abstract base class meant forIPluginWorkflowNode
plugins that only wish to provide a workflow action that executes some business logic.class
APluginTriggerHandler<TData extends BaseTriggerProps>
Abstract base class meant forIPluginWorkflowTrigger
plugins that only wish to provide a workflow action that executes some business logic. -
Uses of IResourceBundleLocator in de.xima.fc.workflow.processor.logic
Classes in de.xima.fc.workflow.processor.logic that implement IResourceBundleLocator Modifier and Type Class Description class
WorkflowResourceBundleLocator
Resource bundle locator used that combines the built-in FORMCYCLE bundles, and the bundle provided by a workflow node or trigger plugin.static class
WorkflowResourceBundleLocator.MutableWorkflowResourceBundleLocator
Resource bundle locator used that combines the built-in FORMCYCLE bundles, and the custom bundle provided by a workflow node or trigger plugin.Methods in de.xima.fc.workflow.processor.logic that return IResourceBundleLocator Modifier and Type Method Description protected abstract IResourceBundleLocator
WorkflowResourceBundleLocator. getCustomLocator()
protected IResourceBundleLocator
WorkflowResourceBundleLocator.MutableWorkflowResourceBundleLocator. getCustomLocator()
Methods in de.xima.fc.workflow.processor.logic with parameters of type IResourceBundleLocator Modifier and Type Method Description static WorkflowResourceBundleLocator
WorkflowResourceBundleLocator. createWithCustom(IResourceBundleLocator customLocator)
void
WorkflowResourceBundleLocator.MutableWorkflowResourceBundleLocator. usingCustomResourceBundleLocator(IResourceBundleLocator locator)
Uses the given locator for finding resource bundles, falling back to the default locators when the given locator cannot find a certain key. -
Uses of IResourceBundleLocator in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation with parameters of type IResourceBundleLocator Modifier and Type Method Description static WorkflowBeanValidator
WorkflowBeanValidator. create(javax.validation.ValidatorFactory defaultValidatorFactory, IResourceBundleLocator locator, Locale locale, javax.validation.ClockProvider clockProvider, String messageTemplate)
Creates a new instance of the validator for the given parameters.
-