Uses of Class
org.processmining.framework.connections.ConnectionCannotBeObtained
-
-
Uses of ConnectionCannotBeObtained in org.processmining.framework.connections
Methods in org.processmining.framework.connections that throw ConnectionCannotBeObtained Modifier and Type Method Description Connection
ConnectionManager. getConnection(ConnectionID id)
Returns the connection with the given ID.<T extends Connection>
java.util.Collection<T>ConnectionManager. getConnections(java.lang.Class<T> connectionType, PluginContext context, java.lang.Object... objects)
Returns a collection of connections between the objects specified, such that the type of the connection is assignable from the given connectionType (unless the parameter equals null).<T extends Connection>
TConnectionManager. getFirstConnection(java.lang.Class<T> connectionType, PluginContext context, java.lang.Object... objects)
Returns a connection between the objects specified, such that the type of the connection is assignable from the given connectionType (unless the parameter equals null).Constructors in org.processmining.framework.connections with parameters of type ConnectionCannotBeObtained Constructor Description ConnectionCannotBeObtained(java.lang.String reason, ConnectionCannotBeObtained ex)
Constructor with message and cause -
Uses of ConnectionCannotBeObtained in org.processmining.framework.connections.impl
Methods in org.processmining.framework.connections.impl that throw ConnectionCannotBeObtained Modifier and Type Method Description Connection
ConnectionManagerImpl. getConnection(ConnectionID id)
<T extends Connection>
java.util.Collection<T>ConnectionManagerImpl. getConnections(java.lang.Class<T> connectionType, PluginContext context, java.lang.Object... objects)
<T extends Connection>
TConnectionManagerImpl. getFirstConnection(java.lang.Class<T> connectionType, PluginContext context, java.lang.Object... objects)
-
Uses of ConnectionCannotBeObtained in org.processmining.framework.plugin
Methods in org.processmining.framework.plugin that throw ConnectionCannotBeObtained Modifier and Type Method Description <T,C extends Connection>
java.util.Collection<T>ObjectConstructor. tryToFindOrConstructAllObjects(java.lang.Class<T> type, java.lang.Class<C> connectionType, java.lang.String role, java.lang.Object... input)
Finds as many objects of the given type as can be found through the connections of the other given type.<T,C extends Connection>
TObjectConstructor. tryToFindOrConstructFirstNamedObject(java.lang.Class<T> type, java.lang.String name, java.lang.Class<C> connectionType, java.lang.String role, java.lang.Object... input)
Returns the first object of the given type as can be found through the connections of the other given type.<T,C extends Connection>
TObjectConstructor. tryToFindOrConstructFirstObject(java.lang.Class<T> type, java.lang.Class<C> connectionType, java.lang.String role, java.lang.Object... input)
Returns the first object of the given type as can be found through the connections of the other given type. -
Uses of ConnectionCannotBeObtained in org.processmining.framework.plugin.impl
Methods in org.processmining.framework.plugin.impl that throw ConnectionCannotBeObtained Modifier and Type Method Description <T,C extends Connection>
java.util.Collection<T>AbstractPluginContext. tryToFindOrConstructAllObjects(java.lang.Class<T> type, java.lang.Class<C> connectionType, java.lang.String role, java.lang.Object... input)
<T,C extends Connection>
TAbstractPluginContext. tryToFindOrConstructFirstNamedObject(java.lang.Class<T> type, java.lang.String name, java.lang.Class<C> connectionType, java.lang.String role, java.lang.Object... input)
<T,C extends Connection>
TAbstractPluginContext. tryToFindOrConstructFirstObject(java.lang.Class<T> type, java.lang.Class<C> connectionType, java.lang.String role, java.lang.Object... input)
-