Uses of Interface
de.aristaflow.adept2.base.service.ConfigurableService
-
Packages that use ConfigurableService Package Description de.aristaflow.adept2.base.service de.aristaflow.adept2.core.executionmanager de.aristaflow.ilm.ws.base.service de.aristaflow.ilm.ws.rest.base.service -
-
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.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.
-