Uses of Interface
de.aristaflow.adept2.base.service.ConfigurableService
Packages that use ConfigurableService
Package
Description
-
Uses of ConfigurableService in de.aristaflow.adept2.base.communication
Subinterfaces of ConfigurableService in de.aristaflow.adept2.base.communicationModifier and TypeInterfaceDescriptioninterfaceCommunicationService<I1,O1, I2, O2> This communication service provides all the technically necessary to do both remote calls to remote services or remote callback objects and to publish remote services itself.interfaceMappingCommService<I1,O1, I2, O2> This interface extends the communication service by the means to add a host name mapping dynamically. -
Uses of ConfigurableService in de.aristaflow.adept2.base.service
Classes in de.aristaflow.adept2.base.service that implement ConfigurableServiceModifier and TypeClassDescriptionclassThis class extends an authenticated service by the means for changing a configuration.classThis 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.executionmanagerModifier and TypeInterfaceDescriptioninterfaceThe 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.logmanager
Subinterfaces of ConfigurableService in de.aristaflow.adept2.core.logmanagerModifier and TypeInterfaceDescriptioninterfaceA log manager is a service to record (i.e. -
Uses of ConfigurableService in de.aristaflow.adept2.core.orgmodelmanager
Subinterfaces of ConfigurableService in de.aristaflow.adept2.core.orgmodelmanagerModifier and TypeInterfaceDescriptioninterfaceThis 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.processmanagerModifier and TypeInterfaceDescriptioninterfaceThe 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.runtimemanagerModifier and TypeInterfaceDescriptioninterfaceThe 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.runtimeserviceModifier and TypeInterfaceDescriptioninterfaceThe runtime service resembles a runtime manager but it is not actively executingExecutableComponents 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.subprocessmanagerModifier and TypeInterfaceDescriptioninterfaceThis 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.worklistmanagerModifier and TypeInterfaceDescriptioninterfaceWorklists provide the user with the current process steps (aka. -
Uses of ConfigurableService in de.aristaflow.ilm.ws.base.service
Classes in de.aristaflow.ilm.ws.base.service with type parameters of type ConfigurableServiceModifier and TypeClassDescriptionclassThis class extends theAbstractRootResourceWebServiceby 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 ConfigurableServiceModifier and TypeClassDescriptionclassAbstractConfigurableRootResource<S extends ConfigurableService,W extends AbstractRootResourceConfigurableWebService<S>> This class extends the REST root resource by the means for managing a configuration.