Uses of Interface
de.xima.fc.interfaces.workflow.execution.IEventExecutionResult
Packages that use IEventExecutionResult
Package
Description
-
Uses of IEventExecutionResult in de.xima.fc.common.form_record.chat
Methods in de.xima.fc.common.form_record.chat with parameters of type IEventExecutionResultModifier and TypeMethodDescriptionDefaultTriggeredWorkflowExecutionResult.forExecutedWorkflow(IEventExecutionResult result, IRemoteEventExecutionResult remoteResult) Creates a new instance for when a new workflow execution was triggered. -
Uses of IEventExecutionResult in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IEventExecutionResultModifier and TypeMethodDescriptionIWorkflowEventRunner.triggerFormRecordEvent(IFormRecordProvidingEvent eventData) Similar toIWorkflowEventRunner.triggerEvent(IWorkflowEventData), but for an event that pertains to a specificVorgang.Methods in de.xima.fc.interfaces.workflow.execution that return types with arguments of type IEventExecutionResultModifier and TypeMethodDescriptioncom.google.common.collect.Table<Projekt, Vorgang, IEventExecutionResult> IWorkflowEventRunner.triggerEvent(IWorkflowEventData eventData) Finds allWorkflowTriggerto which the given event applies and executes them in order. -
Uses of IEventExecutionResult in de.xima.fc.logic.workflow
Methods in de.xima.fc.logic.workflow that return IEventExecutionResultModifier and TypeMethodDescriptionIExtendedTriggeredWorkflowExecutionResult.eventExecutionResult()If no workflow context was given, a workflow event gets triggered and the workflow is executed. -
Uses of IEventExecutionResult in de.xima.fc.ms.test.workflow
Methods in de.xima.fc.ms.test.workflow that return IEventExecutionResultModifier and TypeMethodDescriptionprotected IEventExecutionResultAEventRunnerTest.assertInvokesTriggers(IFormRecordProvidingEvent event, WorkflowTrigger... triggers) Asserts the given event invokes the given triggers, and only the given triggers; in the given order.protected IEventExecutionResultAEventRunnerTest.triggerEvent(IFormRecordProvidingEvent event) Methods in de.xima.fc.ms.test.workflow with parameters of type IEventExecutionResultModifier and TypeMethodDescriptionprotected static voidAEventRunnerTest.assertDidFire(IEventExecutionResult result, WorkflowTrigger trigger) Asserts that the trigger did fire, i.e. that the associated processing chain was executed.protected static voidAEventRunnerTest.assertErrorData(IEventExecutionResult result, WorkflowNode node, Object expectedData) protected static voidAEventRunnerTest.assertErrorData(IEventExecutionResult result, WorkflowNode node, Object expectedData, int... indices) protected static voidAEventRunnerTest.assertErrorMessage(IEventExecutionResult result, WorkflowNode node, String expectedMessage) protected static voidAEventRunnerTest.assertErrorMessage(IEventExecutionResult result, WorkflowNode node, String expectedMessage, int... indices) protected static voidAEventRunnerTest.assertErrorType(IEventExecutionResult result, WorkflowNode node, String expectedType) protected static voidAEventRunnerTest.assertErrorType(IEventExecutionResult result, WorkflowNode node, String expectedType, int... indices) protected static voidAEventRunnerTest.assertExecutionFinishedOrder(IEventExecutionResult result, WorkflowNode... nodes) Asserts that node executions finished in the given order.protected static voidAEventRunnerTest.assertExecutionFinishedOrderPartial(IEventExecutionResult result, WorkflowNode... nodes) Asserts that node executions finished in the given order.protected static voidAEventRunnerTest.assertExecutionStartedOrder(IEventExecutionResult result, WorkflowNode... nodes) Asserts that node executions started in the given order.protected static voidAEventRunnerTest.assertExecutionStartedOrderPartial(IEventExecutionResult result, WorkflowNode... nodes) Asserts that node executions started in the given order.protected static ITaskExecutionErrorResultAEventRunnerTest.assertFailure(IEventExecutionResult result) protected static NodeThrewExceptionAEventRunnerTest.assertFailure(IEventExecutionResult result, WorkflowNode node) protected static NodeThrewExceptionAEventRunnerTest.assertFailure(IEventExecutionResult result, WorkflowNode node, int... indices) protected static voidAEventRunnerTest.assertNodeCompletedNormally(IEventExecutionResult result, WorkflowNode node, int... indices) protected static IWorkflowNodeResultAEventRunnerTest.assertNodeCompletionType(ENodeCompletionType expected, IEventExecutionResult result, WorkflowNode node, int... indices) protected static voidAEventRunnerTest.assertNodeExecutionCount(IEventExecutionResult result, WorkflowNode node, int expectedCount) protected static voidAEventRunnerTest.assertNodeReturned(IEventExecutionResult result, WorkflowNode node, int... indices) protected static voidAEventRunnerTest.assertNodeSuccessResultAtKeyEquals(Object expected, IEventExecutionResult result, WorkflowNode node, String key) protected static voidAEventRunnerTest.assertNodeSuccessResultEquals(Object expected, IEventExecutionResult result, WorkflowNode node) protected static voidAEventRunnerTest.assertNodeThrew(IEventExecutionResult result, WorkflowNode node, int... indices) protected static voidAEventRunnerTest.assertNodeTransferredControl(EStandardControlTransferType controlTransferType, IEventExecutionResult result, WorkflowNode node, int... indices) protected static voidAEventRunnerTest.assertNodeTransferredControl(String controlTransferType, IEventExecutionResult result, WorkflowNode node, int... indices) protected static voidAEventRunnerTest.assertServletResponseContentString(IEventExecutionResult result, String content) Asserts that the text content of the servlet response of the given event execution result equals the expected value.protected static ITaskExecutionSuccessResultAEventRunnerTest.assertSuccess(IEventExecutionResult result) protected static ISuccessResultDataAEventRunnerTest.assertSuccess(IEventExecutionResult result, WorkflowNode node) protected static ISuccessResultDataAEventRunnerTest.assertSuccess(IEventExecutionResult result, WorkflowNode node, int... indices) protected static voidAEventRunnerTest.assertWasExecuted(IEventExecutionResult result, WorkflowNode node) Asserts that the given node was executed.protected static voidAEventRunnerTest.assertWasExecutedNTimes(int expectedCount, IEventExecutionResult result, WorkflowNode node) Asserts that the given node was executed the given number of times.protected static voidAEventRunnerTest.assertWasExecutedNTimes(IEventExecutionResult result, int count, WorkflowNode node) Deprecated.protected static voidAEventRunnerTest.assertWasNotExecuted(IEventExecutionResult result, WorkflowNode node) Asserts that the given node was not executed.protected static StringAEventRunnerTest.getNodeErrorMessage(IEventExecutionResult result, WorkflowNode node) protected static ObjectAEventRunnerTest.getNodeErrorResultAtPath(IEventExecutionResult result, WorkflowNode node, String path) protected static <T> TAEventRunnerTest.getNodeErrorResultAtPath(IEventExecutionResult result, WorkflowNode node, String path, Class<T> type) protected static ObjectAEventRunnerTest.getNodeErrorResultValue(IEventExecutionResult result, WorkflowNode node) protected static StringAEventRunnerTest.getNodeErrorType(IEventExecutionResult result, WorkflowNode node) protected static intAEventRunnerTest.getNodeExecutionCount(IEventExecutionResult result, WorkflowNode node) protected static IWorkflowFileAEventRunnerTest.getNodeFileAtDefaultGroup(IEventExecutionResult result, WorkflowNode node) protected static IWorkflowFileAEventRunnerTest.getNodeFileAtGroup(IEventExecutionResult result, WorkflowNode node, String group) protected static Map<String, List<IWorkflowFile>> AEventRunnerTest.getNodeFiles(IEventExecutionResult result, WorkflowNode node) protected static List<IWorkflowFile> AEventRunnerTest.getNodeFilesAtDefaultGroup(IEventExecutionResult result, WorkflowNode node) protected static List<IWorkflowFile> AEventRunnerTest.getNodeFilesAtGroup(IEventExecutionResult result, WorkflowNode node, String group) protected static IWorkflowFileValueAEventRunnerTest.getNodeFileValue(IEventExecutionResult result, WorkflowNode node) protected static IWorkflowNodeResultAEventRunnerTest.getNodeResult(IEventExecutionResult result, WorkflowNode node) protected static IWorkflowNodeResultAEventRunnerTest.getNodeResult(IEventExecutionResult result, WorkflowNode node, int... indices) protected static List<IWorkflowNodeResult> AEventRunnerTest.getNodeResults(IEventExecutionResult result, WorkflowNode node) protected static NodeSoftErrorExceptionAEventRunnerTest.getNodeSoftError(IEventExecutionResult result, WorkflowNode node) protected static StringAEventRunnerTest.getNodeSoftErrorMessage(IEventExecutionResult result, WorkflowNode node) AEventRunnerTest.getNodeSoftErrorMessages(IEventExecutionResult result, WorkflowNode node) protected static ObjectAEventRunnerTest.getNodeSoftErrorResultAtPath(IEventExecutionResult result, WorkflowNode node, String path) protected static <T> TAEventRunnerTest.getNodeSoftErrorResultAtPath(IEventExecutionResult result, WorkflowNode node, String path, Class<T> type) AEventRunnerTest.getNodeSoftErrorResultsAtPath(IEventExecutionResult result, WorkflowNode node, String path) protected static <T> List<T> AEventRunnerTest.getNodeSoftErrorResultsAtPath(IEventExecutionResult result, WorkflowNode node, String path, Class<T> type) protected static ObjectAEventRunnerTest.getNodeSoftErrorResultValue(IEventExecutionResult result, WorkflowNode node) AEventRunnerTest.getNodeSoftErrorResultValues(IEventExecutionResult result, WorkflowNode node) protected static List<NodeSoftErrorException> AEventRunnerTest.getNodeSoftErrors(IEventExecutionResult result, WorkflowNode node) protected static StringAEventRunnerTest.getNodeSoftErrorType(IEventExecutionResult result, WorkflowNode node) AEventRunnerTest.getNodeSoftErrorTypes(IEventExecutionResult result, WorkflowNode node) protected static ObjectAEventRunnerTest.getNodeSuccessResultAtKey(IEventExecutionResult result, WorkflowNode node, String key) protected static <T> TAEventRunnerTest.getNodeSuccessResultAtKey(IEventExecutionResult result, WorkflowNode node, String key, Class<T> type) protected static ObjectAEventRunnerTest.getNodeSuccessResultAtPath(IEventExecutionResult result, WorkflowNode node, String path) protected static <T> TAEventRunnerTest.getNodeSuccessResultAtPath(IEventExecutionResult result, WorkflowNode node, String path, Class<T> type) protected static ISuccessResultDataAEventRunnerTest.getNodeSuccessResultData(IEventExecutionResult result, WorkflowNode node) protected static ObjectAEventRunnerTest.getNodeSuccessResultValue(IEventExecutionResult result, WorkflowNode node) protected static NodeThrewExceptionAEventRunnerTest.getNodeThrewException(IEventExecutionResult result, WorkflowNode node) protected static NodeThrewExceptionAEventRunnerTest.getNodeThrewException(IEventExecutionResult result, WorkflowNode node, int... indices) protected static IServletResponseAEventRunnerTest.getServletResponse(IEventExecutionResult result) Gets the servlet response of the given event execution result.protected static StringAEventRunnerTest.getServletResponseContentString(IEventExecutionResult result) Gets the text content of the servlet response of the given event execution result.protected ObjectAWorkflowEngineTest.getSuccessValue(IEventExecutionResult result, AWorkflowElement<?, ?> element) protected <T> TAWorkflowEngineTest.getSuccessValueAs(IEventExecutionResult result, AWorkflowElement<?, ?> element, Class<T> expectedType) -
Uses of IEventExecutionResult in de.xima.fc.statistic
Methods in de.xima.fc.statistic with parameters of type IEventExecutionResultModifier and TypeMethodDescriptionstatic voidStatisticsCounter.countTriggeredEvent(Projekt project, IEventExecutionResult result) -
Uses of IEventExecutionResult in de.xima.fc.workflow.processor.engine
Methods in de.xima.fc.workflow.processor.engine that return IEventExecutionResultModifier and TypeMethodDescriptionWorkflowEventRunner.triggerFormRecordEvent(IFormRecordProvidingEvent eventData) Methods in de.xima.fc.workflow.processor.engine that return types with arguments of type IEventExecutionResultModifier and TypeMethodDescriptioncom.google.common.collect.Table<Projekt, Vorgang, IEventExecutionResult> WorkflowEventRunner.triggerEvent(IWorkflowEventData eventData) -
Uses of IEventExecutionResult in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic with parameters of type IEventExecutionResultModifier and TypeMethodDescriptionstatic IRemoteEventExecutionResultEventResultConverter.toRemoteResult(IEventExecutionResult result) -
Uses of IEventExecutionResult in de.xima.fc.workflow.processor.logic.execution
Classes in de.xima.fc.workflow.processor.logic.execution that implement IEventExecutionResultModifier and TypeClassDescriptionfinal classAn event execution result that can be used when no tasks were executed, such as when no triggers fired).Methods in de.xima.fc.workflow.processor.logic.execution that return IEventExecutionResultModifier and TypeMethodDescriptionstatic IEventExecutionResultEmptyEventExecutionResult.forFormRecord(IEntityContext ec, IWorkflowTaskRunnerParams params) Creates a new event execution result for a form record that can be used when no tasks were executed (when no triggers fired). -
Uses of IEventExecutionResult in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IEventExecutionResultMethods in de.xima.fc.workflow.processor.model that return IEventExecutionResultModifier and TypeMethodDescriptionstatic IEventExecutionResultEventExecutionResult.forException(Exception exception) static IEventExecutionResultEventExecutionResult.forSuccess(ITaskQueueExecutionResult result)
AEventRunnerTest.assertWasExecutedNTimes(int, IEventExecutionResult, WorkflowNode).