Uses of Interface
org.imixs.workflow.Plugin
Packages that use Plugin
-
Uses of Plugin in org.imixs.workflow
Methods in org.imixs.workflow that return types with arguments of type PluginModifier and TypeMethodDescriptionWorkflowKernel.getPluginRegistry()Returns a registry containing all registered plugin instances.Methods in org.imixs.workflow with parameters of type PluginModifier and TypeMethodDescriptionvoidWorkflowKernel.registerPlugin(Plugin plugin) This method registers a new plugin class. -
Uses of Plugin in org.imixs.workflow.engine
Methods in org.imixs.workflow.engine that return PluginModifier and TypeMethodDescriptionprotected PluginWorkflowService.findPluginByName(String pluginClassName) This method returns an injected Plugin by name or null if no plugin with the requested class name is injected. -
Uses of Plugin in org.imixs.workflow.engine.plugins
Classes in org.imixs.workflow.engine.plugins that implement PluginModifier and TypeClassDescriptionclassThis abstract class implements different helper methods used by subclassesclassDeprecated.classThis plugin can be used to measure the time of any phase during a workflow.classThis Plugin updates application specific settings.classThis plug-in is used to manage multiple users involved in a approver procedure.classThis DocumentComposer Plugin creates html output stored in a item.classThe Imixs EventLog plugin can be used to create a EventLog entry during processing an event.classThis Plugin creates a history log in the property txtWorkflowHistory.classThe Imixs Interval Plugin implements an mechanism to adjust a date field of a workitem based on a interval description.classThis Pluginmodul cuts the length of the technical log entries generated by the WorkflowKernel: txtWorkflowPluginLog txtWorkflowActivityLog The Attribute numWorkflowLogLength indicates the maximum number of entries.classThis plug-in supports a Mail interface to send a email to a list of recipients.classThis plugin implements a ownership control by evaluating the configuration of an BPMN Event element.classThis plug-in executes a Imixs Report definition and stores the result either into the current workitem ($file) or into the file system.classThis Plug-In evaluates the result message provided by the Activity property 'txtActivityResult'.classThe Imixs Rule Plugin evaluates a business rule provided by the current ActiviyEntity.classThe Imixs Split&Join Plugin provides functionality to create and update sub-process instances from a workflow event in an origin process.classThe Imixs Taxonomy plugin can be used to collect taxonomy data at specific stages of a business process.classThis plugin handles the creation and management of versions from an existing workitem. inside the Imix JEE Workflow.