Uses of Interface
de.xima.fc.interfaces.workflow.elements.IElementPrototypeDescriptor
-
Packages that use IElementPrototypeDescriptor Package Description de.xima.fc.interfaces.workflow.nodes de.xima.fc.interfaces.workflow.triggers de.xima.fc.workflow de.xima.fc.workflow.designer.iface -
-
Uses of IElementPrototypeDescriptor in de.xima.fc.interfaces.workflow.nodes
Subinterfaces of IElementPrototypeDescriptor in de.xima.fc.interfaces.workflow.nodes Modifier and Type Interface Description interfaceINodePrototypeDescriptor<TData>A prototype for a workflow node that is shown in the drawer panel in the workflow designer. -
Uses of IElementPrototypeDescriptor in de.xima.fc.interfaces.workflow.triggers
Subinterfaces of IElementPrototypeDescriptor in de.xima.fc.interfaces.workflow.triggers Modifier and Type Interface Description interfaceITriggerPrototypeDescriptor<TData>A prototype for a workflow trigger that is shown in the drawer panel in the workflow designer. -
Uses of IElementPrototypeDescriptor in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IElementPrototypeDescriptor Modifier and Type Class Description classElementPrototypeDescriptor<TData,TPayload extends IElementPrototypeData<TData>>Default POJO implementation ofIElementPrototypeDescriptor.classNodePrototypeDescriptor<TData>Default POJO implementation ofINodePrototypeDescriptor.classTriggerPrototypeDescriptor<TData>Default POJO implementation ofITriggerPrototypeDescriptor. -
Uses of IElementPrototypeDescriptor in de.xima.fc.workflow.designer.iface
Methods in de.xima.fc.workflow.designer.iface that return IElementPrototypeDescriptor Modifier and Type Method Description IElementPrototypeDescriptor<?>IElementPrototypeWrapper. getPrototype()
-