Package de.xima.fc.interfaces.workflow.elements
package de.xima.fc.interfaces.workflow.elements
-
InterfacesClassDescriptionIElementHandler<TData,
TElement extends IWorkflowElementEntity> All element handlers must be thread-safe.Models the location of the help page for a workflow element.IElementPropertiesBean<TData,TElement extends IWorkflowElementEntity> The interface of a bean for editing the properties of workflow elements.IElementPrototypeData<TData>The data that is used to create a new workflow element when an element prototype is dragged into the workflow designer.IElementPrototypeDescriptor<TData>A prototype for a workflow element (node or trigger) that is shown in the drawer panel in the workflow designer.IElementWithTask<TElement>Represents a workflow element together with theWorkflowTask
to which it belongs.