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 ConnectionID
Connection. 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 Connection
ConnectionManager. 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 class
ConnectionIDImpl
Methods in org.processmining.framework.connections.impl that return ConnectionID Modifier and Type Method Description ConnectionID
AbstractConnection. 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 Connection
ConnectionManagerImpl. 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 void
ConnectionObjectListener. connectionCreated(ConnectionID connectionID)
This method signals the creation of a connection with the given ID.void
ConnectionObjectListener. connectionDeleted(ConnectionID connectionID)
This method signals the deletion of a connection with the given ID.void
ConnectionObjectListener. connectionUpdated(ConnectionID connectionID)
This method signals that the connection with the given ID was updated.void
ConnectionObjectListener.ListenerList. fireConnectionCreated(ConnectionID connectionID)
void
ConnectionObjectListener.ListenerList. fireConnectionDeleted(ConnectionID id)
void
ConnectionObjectListener.ListenerList. fireConnectionUpdated(ConnectionID id)
-