Uses of Interface
org.apache.hop.execution.IExecutionMatcher
-
Packages that use IExecutionMatcher Package Description org.apache.hop.execution org.apache.hop.execution.local org.apache.hop.execution.remote -
-
Uses of IExecutionMatcher in org.apache.hop.execution
Methods in org.apache.hop.execution with parameters of type IExecutionMatcher Modifier and Type Method Description List<Execution>IExecutionInfoLocation. findExecutions(IExecutionMatcher matcher)Find executions with a matcher. -
Uses of IExecutionMatcher in org.apache.hop.execution.local
Methods in org.apache.hop.execution.local with parameters of type IExecutionMatcher Modifier and Type Method Description List<Execution>FileExecutionInfoLocation. findExecutions(IExecutionMatcher matcher) -
Uses of IExecutionMatcher in org.apache.hop.execution.remote
Methods in org.apache.hop.execution.remote with parameters of type IExecutionMatcher Modifier and Type Method Description List<Execution>RemoteExecutionInfoLocation. findExecutions(IExecutionMatcher matcher)
-