Uses of Interface
org.processmining.framework.connections.ConnectionManager
-
-
Uses of ConnectionManager in org.processmining.framework.connections
Methods in org.processmining.framework.connections with parameters of type ConnectionManager Modifier and Type Method Description voidConnection. setManager(ConnectionManager manager)Sets the manager for the connection. -
Uses of ConnectionManager in org.processmining.framework.connections.impl
Classes in org.processmining.framework.connections.impl that implement ConnectionManager Modifier and Type Class Description classConnectionManagerImplFields in org.processmining.framework.connections.impl declared as ConnectionManager Modifier and Type Field Description protected ConnectionManagerAbstractConnection. managerMethods in org.processmining.framework.connections.impl with parameters of type ConnectionManager Modifier and Type Method Description voidAbstractConnection. setManager(ConnectionManager manager) -
Uses of ConnectionManager in org.processmining.framework.plugin
Methods in org.processmining.framework.plugin that return ConnectionManager Modifier and Type Method Description ConnectionManagerGlobalContext. getConnectionManager()Returns the connection manager. -
Uses of ConnectionManager in org.processmining.framework.plugin.impl
Methods in org.processmining.framework.plugin.impl that return ConnectionManager Modifier and Type Method Description ConnectionManagerAbstractGlobalContext. getConnectionManager()ConnectionManagerAbstractPluginContext. getConnectionManager() -
Uses of ConnectionManager in org.processmining.framework.providedobjects
Methods in org.processmining.framework.providedobjects with parameters of type ConnectionManager Modifier and Type Method Description voidContextAwareObject. setManagers(ConnectionManager connectionManager, PluginManager pluginManager, ProvidedObjectManager providedObjectManager)
-