Uses of Interface
de.aristaflow.adept2.base.service.ConfigurableService
-
-
Uses of ConfigurableService in de.aristaflow.adept2.base.service
Classes in de.aristaflow.adept2.base.service that implement ConfigurableService Modifier and Type Class Description class
AbstractConfigurableAuthenticatedService
This class extends an authenticated service by the means for changing a configuration.class
AbstractConfigurableService
This class provides the configuration of a service and returns it. -
Uses of ConfigurableService in de.aristaflow.adept2.core.executionmanager
Subinterfaces of ConfigurableService in de.aristaflow.adept2.core.executionmanager Modifier and Type Interface Description interface
ExecutionManager
The execution manager executes process instances, that is, it interprets the process structure and the node states and steps through the process by manipulating node states and starting applications assigned to nodes. -
Uses of ConfigurableService in de.aristaflow.adept2.core.orgmodelmanager
Subinterfaces of ConfigurableService in de.aristaflow.adept2.core.orgmodelmanager Modifier and Type Interface Description interface
OrgModelManager
This is the central interface of the OrgModelManager service with the following sub-components:OrgModelInitialiser
: Can initialize and adpat the org model during startup. -
Uses of ConfigurableService in de.aristaflow.adept2.core.processmanager
Subinterfaces of ConfigurableService in de.aristaflow.adept2.core.processmanager Modifier and Type Interface Description interface
ProcessManager
The process manager persists the data of process instances and templates at runtime and provides access to these objects. -
Uses of ConfigurableService in de.aristaflow.adept2.core.runtimemanager
Subinterfaces of ConfigurableService in de.aristaflow.adept2.core.runtimemanager Modifier and Type Interface Description interface
RuntimeManager
The runtime manager provides the means to control the execution of an activity by the execution manager, the transaction manager or by controlling the application locally via execution control manager. -
Uses of ConfigurableService in de.aristaflow.adept2.core.runtimeservice
Subinterfaces of ConfigurableService in de.aristaflow.adept2.core.runtimeservice Modifier and Type Interface Description interface
RuntimeService
The runtime service resembles a runtime manager but it is not actively executingExecutableComponent
s but just provides the information for execution passively. -
Uses of ConfigurableService in de.aristaflow.adept2.core.subprocessmanager
Subinterfaces of ConfigurableService in de.aristaflow.adept2.core.subprocessmanager Modifier and Type Interface Description interface
SubprocessManager
This interface must be implemented by a manager that is responsible for executing sub processes. -
Uses of ConfigurableService in de.aristaflow.adept2.core.worklistmanager
Subinterfaces of ConfigurableService in de.aristaflow.adept2.core.worklistmanager Modifier and Type Interface Description interface
WorklistManager
Worklists provide the user with the current process steps (aka. worklist items) that are to be executed. -
Uses of ConfigurableService in de.aristaflow.ilm.ws.base.service
Classes in de.aristaflow.ilm.ws.base.service with type parameters of type ConfigurableService Modifier and Type Class Description class
AbstractRootResourceConfigurableWebService<T extends ConfigurableService>
This class extends theAbstractRootResourceWebService
by the means to manage a configuration. -
Uses of ConfigurableService in de.aristaflow.ilm.ws.rest.base.service
Classes in de.aristaflow.ilm.ws.rest.base.service with type parameters of type ConfigurableService Modifier and Type Class Description class
AbstractConfigurableRootResource<S extends ConfigurableService,W extends AbstractRootResourceConfigurableWebService<S>>
This class extends the REST root resource by the means for managing a configuration.
-