Uses of Interface
de.xima.fc.interfaces.workflow.execution.IEventExecutionResult
- 
- 
Uses of IEventExecutionResult in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IEventExecutionResult Modifier and Type Method Description IEventExecutionResultIWorkflowEventRunner. 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 IEventExecutionResult Modifier and Type Method Description com.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.ms.test.workflow
Methods in de.xima.fc.ms.test.workflow that return IEventExecutionResult Modifier and Type Method Description protected 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 IEventExecutionResult Modifier and Type Method Description protected static voidAEventRunnerTest. assertErrorType(IEventExecutionResult result, WorkflowNode node, String expectedType)protected static voidAEventRunnerTest. assertExecutionFinishedOrder(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 ITaskExecutionErrorResultAEventRunnerTest. assertFailure(IEventExecutionResult result)protected static NodeThrewExceptionAEventRunnerTest. assertFailure(IEventExecutionResult result, WorkflowNode node)protected static voidAEventRunnerTest. assertNodeSuccessResultAtKeyEquals(Object expected, IEventExecutionResult result, WorkflowNode node, String key)protected static ITaskExecutionSuccessResultAEventRunnerTest. assertSuccess(IEventExecutionResult result)protected static ISuccessResultDataAEventRunnerTest. assertSuccess(IEventExecutionResult result, WorkflowNode node)protected static voidAEventRunnerTest. assertWasExecuted(IEventExecutionResult result, WorkflowNode node)Asserts that the given node was executed.protected static voidAEventRunnerTest. assertWasNotExecuted(IEventExecutionResult result, WorkflowNode node)Asserts that the given node was not executed.protected static IWorkflowNodeResultAEventRunnerTest. getNodeResult(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 ISuccessResultDataAEventRunnerTest. getNodeSuccessResultData(IEventExecutionResult result, WorkflowNode node)protected static ObjectAEventRunnerTest. getNodeSuccessResultValue(IEventExecutionResult result, WorkflowNode node)protected static NodeThrewExceptionAEventRunnerTest. getNodeThrewException(IEventExecutionResult result, WorkflowNode node)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 IEventExecutionResult Modifier and Type Method Description static 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 IEventExecutionResult Modifier and Type Method Description IEventExecutionResultWorkflowEventRunner. triggerFormRecordEvent(IFormRecordProvidingEvent eventData)Methods in de.xima.fc.workflow.processor.engine that return types with arguments of type IEventExecutionResult Modifier and Type Method Description com.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 IEventExecutionResult Modifier and Type Method Description static 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 IEventExecutionResult Modifier and Type Class Description classEmptyEventExecutionResultAn 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 IEventExecutionResult Modifier and Type Method Description static 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 IEventExecutionResult Modifier and Type Class Description classEventExecutionResultPOJO implementation ofIEventExecutionResult.Methods in de.xima.fc.workflow.processor.model that return IEventExecutionResult Modifier and Type Method Description static IEventExecutionResultEventExecutionResult. forException(Exception exception)static IEventExecutionResultEventExecutionResult. forSuccess(ITaskQueueExecutionResult result) 
 -