| Constructor and Description |
|---|
ProcessStepActor(ProcessStepInstanceImplCustom processStepInstance) |
ProcessStepActorFactory(ProcessStepInstanceImplCustom instance) |
| Modifier and Type | Method and Description |
|---|---|
ProcessStepInstanceImplCustom |
ProcessExecutedMessage.getProcessStepInstance() |
ProcessStepInstanceImplCustom |
ProcessResetMessage.getResetProcess() |
| Constructor and Description |
|---|
ProcessExecutedMessage(ProcessStepInstanceImplCustom processStepInstance) |
ProcessResetMessage(ProcessStepInstanceImplCustom resetProcess) |
| Modifier and Type | Class and Description |
|---|---|
class |
AndInstanceImplCustom
Implementation of AndInstance.
|
class |
DataDuplicationStepInstanceImplCustom
Implementation of Data Duplications Step This process steps copies data from
an in-going data port to all of the outgoing data ports having the same data
type.
|
class |
DataMappingStepInstanceImplCustom |
class |
DistributedProcessInstanceImplCustom |
class |
DistributingProcessInstanceImplCustom |
class |
ForLoopInstanceImplCustom |
class |
GoalInvokeInstanceImplCustom |
class |
HumanTaskInstanceImplCustom |
class |
IfInstanceImplCustom |
class |
LoadClassStepInstanceImplCustom |
class |
LoopInstanceImplCustomBase |
class |
MapeKInstanceImplCustom |
class |
OpenHabSemanticAskInvokeInstanceImplCustom
Custom Implementation of a semantic ask.
|
class |
OpenHabSemanticCommandInvokeInstanceImplCustom
Custom implementation for sending commands to openhab, with the help of a semantic select statement.
|
class |
OpenHabSemanticInvokeInstanceImplCustom
Base Class for the OpenHabSemanticInvoke Step.
|
class |
OpenHabSemanticResultSetReceiverInvokeInstanceImplCustom
Base Class for all OpenHabSemanticInvoke Steps which receives ResultSets from the
OpenHAB Semantic Layer (e.g.
|
class |
OpenHabSemanticSelectInvokeInstanceImplCustom
Process Step for executing a select query on the openhab semantic layer.
|
class |
OrInstanceImplCustom |
class |
OSGiInvokeInstanceImplCustom |
class |
ProcessInstanceImplCustom |
class |
ProcessSlotInstanceImplCustom |
class |
RESTInvokeInstanceImplCustom |
class |
ROSInvokeInstanceImplCustom |
class |
SeMiWaInvokeInstanceImplCustom |
class |
SeMiWaRequestInstanceImplCustom |
class |
SOAPInvokeInstanceImplCustom
The following jars are required for implementation: from reficio project -
soap-client-1.0.0-SNAPSHOT; soap-common-1.0.0-SNAPSHOT;
soap-legacy-1.0.0-SNAPSHOT, reficio-legacy (the soap-legacy project packed as
an executable jar file; soap-builder-1.0.0-SNAPSHOT
others - httpcore-4.3 httpclient-4.3 com.google.common_1.0.0.201004262004
wsdl4j-1.6.2 commons-logging-1.1.1 log4j-1.2.17
|
class |
TriggeredEventInstanceImplCustom
Implementation of the Triggering Event Process Step This process step is used
for waiting for a specified event pattern from the CEP engine to appear and
to trigger the following process steps.
|
class |
WhileLoopInstanceImplCustom |
class |
XMLRPCInvokeInstanceImplCustom |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessStepInstanceImplCustom.processExecuted(ProcessStepInstanceImplCustom process) |
void |
ForLoopInstanceImplCustom.processExecuted(ProcessStepInstanceImplCustom process) |
void |
WhileLoopInstanceImplCustom.processExecuted(ProcessStepInstanceImplCustom process) |
void |
ProcessStepInstanceImplCustom.processReset(ProcessStepInstanceImplCustom process) |
void |
ForLoopInstanceImplCustom.processReset(ProcessStepInstanceImplCustom process) |
void |
WhileLoopInstanceImplCustom.processReset(ProcessStepInstanceImplCustom process) |
| Modifier and Type | Method and Description |
|---|---|
void |
StateBase.processExecuted(ProcessStepInstanceImplCustom process)
Informs this process that a sub process or a other process, which has the
current process registered as a listener, has finished execution
|
void |
ExecutingState.processExecuted(ProcessStepInstanceImplCustom process) |
void |
DeactivatedState.processExecuted(ProcessStepInstanceImplCustom process) |
void |
ActiveState.processExecuted(ProcessStepInstanceImplCustom process) |
void |
ProcessExecutedListener.processExecuted(ProcessStepInstanceImplCustom process)
Called, when a process step has executed or finished all operations (e.g.
|
void |
StateBase.processReset(ProcessStepInstanceImplCustom process) |
void |
ProcessResetListener.processReset(ProcessStepInstanceImplCustom process)
Called when a process has been reset.
|
void |
ExecutedState.processReset(ProcessStepInstanceImplCustom process) |
| Modifier and Type | Method and Description |
|---|---|
akka.actor.ActorRef |
LifeCycleManager.createActorForProcessSync(ProcessStepInstanceImplCustom processStepInstance,
akka.actor.ActorRef parent)
Creates an actor in the context from a parent actor.
|
void |
LifeCycleManager.processExecuted(ProcessExecutedListener listener,
ProcessStepInstanceImplCustom executedProcess)
Informs a listener, that a process has finished executing
|
void |
LifeCycleManager.processReset(ProcessResetListener listener,
ProcessStepInstanceImplCustom resetProcess)
Informs the listener, when a process has been succesfully reset.
|
List<eu.vicci.process.model.sofiainstance.DataTypeInstance> |
HumanTaskInvokeWorker.work(ProcessStepInstanceImplCustom hti)
creates the
IHumanTaskRequest and waits(blocking) till the
Request is answered with a IHumanTaskResponse. |
Copyright © 2018. All rights reserved.