Uses of Interface
org.processmining.framework.connections.ConnectionID
-
Packages that use ConnectionID Package Description org.processmining.framework.connections org.processmining.framework.connections.impl org.processmining.framework.plugin.events -
-
Uses of ConnectionID in org.processmining.framework.connections
Methods in org.processmining.framework.connections that return ConnectionID Modifier and Type Method Description ConnectionIDConnection. getID()Return the ID of the connection.Methods in org.processmining.framework.connections that return types with arguments of type ConnectionID Modifier and Type Method Description java.util.Collection<ConnectionID>ConnectionManager. getConnectionIDs()Returns a collection of connection IDs registered to this global context.Methods in org.processmining.framework.connections with parameters of type ConnectionID Modifier and Type Method Description ConnectionConnectionManager. getConnection(ConnectionID id)Returns the connection with the given ID. -
Uses of ConnectionID in org.processmining.framework.connections.impl
Classes in org.processmining.framework.connections.impl that implement ConnectionID Modifier and Type Class Description classConnectionIDImplMethods in org.processmining.framework.connections.impl that return ConnectionID Modifier and Type Method Description ConnectionIDAbstractConnection. getID()Methods in org.processmining.framework.connections.impl that return types with arguments of type ConnectionID Modifier and Type Method Description java.util.Collection<ConnectionID>ConnectionManagerImpl. getConnectionIDs()Methods in org.processmining.framework.connections.impl with parameters of type ConnectionID Modifier and Type Method Description ConnectionConnectionManagerImpl. getConnection(ConnectionID id) -
Uses of ConnectionID in org.processmining.framework.plugin.events
Methods in org.processmining.framework.plugin.events with parameters of type ConnectionID Modifier and Type Method Description voidConnectionObjectListener. connectionCreated(ConnectionID connectionID)This method signals the creation of a connection with the given ID.voidConnectionObjectListener. connectionDeleted(ConnectionID connectionID)This method signals the deletion of a connection with the given ID.voidConnectionObjectListener. connectionUpdated(ConnectionID connectionID)This method signals that the connection with the given ID was updated.voidConnectionObjectListener.ListenerList. fireConnectionCreated(ConnectionID connectionID)voidConnectionObjectListener.ListenerList. fireConnectionDeleted(ConnectionID id)voidConnectionObjectListener.ListenerList. fireConnectionUpdated(ConnectionID id)
-