Verwendungen von Klasse
org.imixs.workflow.exceptions.ProcessingErrorException
Packages, die ProcessingErrorException verwenden
-
Verwendungen von ProcessingErrorException in org.imixs.workflow
Methoden in org.imixs.workflow, die ProcessingErrorException auslösenModifizierer und TypMethodeBeschreibungWorkflowContext.processWorkItem(ItemCollection workitem) This method processes a workItem. -
Verwendungen von ProcessingErrorException in org.imixs.workflow.engine
Methoden in org.imixs.workflow.engine, die ProcessingErrorException auslösenModifizierer und TypMethodeBeschreibungWorkflowService.processWorkItem(ItemCollection workitem) This method processes a workItem by the WorkflowKernel and saves the workitem after the processing was finished successful.WorkflowService.processWorkItem(ItemCollection workitem, int eventID) This method processes a workItem based on a given event.WorkflowService.processWorkItem(ItemCollection workitem, ItemCollection event) This method processes a workItem based on a given event.WorkflowService.processWorkItemByNewTransaction(ItemCollection workitem) This method processes a workitem in a new transaction. -
Verwendungen von ProcessingErrorException in org.imixs.workflow.engine.plugins
Methoden in org.imixs.workflow.engine.plugins, die ProcessingErrorException auslösenModifizierer und TypMethodeBeschreibungprotected voidSplitAndJoinPlugin.createSubprocesses(List<String> subProcessDefinitions, ItemCollection originWorkitem) This method expects a list of Subprocess definitions and create for each definition a new subprocess.SplitAndJoinPlugin.run(ItemCollection workitem, ItemCollection event) The method evaluates the workflow activity result for items with name: subprocess_create subprocess_update origin_update For each item a corresponding processing cycle will be started.protected voidSplitAndJoinPlugin.syncSubprocesses(String originProcessDefinition, ItemCollection subprocessWorkitem) This method syncs the items from the parent workitem referred by $workitemref into this process instance In this case the $uniqueidref is ignored as it is not relevant and provides more usescases to use this plugin feature.protected voidSplitAndJoinPlugin.updateOrigin(String originProcessDefinition, ItemCollection subprocessWorkitem) This method expects a single process definitions to update the origin process for a subprocess.protected voidSplitAndJoinPlugin.updateSubprocesses(List<String> subProcessDefinitions, ItemCollection originWorkitem) This method expects a list of Subprocess definitions and updates each matching existing subprocess.