| 程序包 | 说明 |
|---|---|
| org.pentaho.di.trans |
This package contains the classes needed to define and execute transformations.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<TransStoppedListener> |
Trans.getTransStoppedListeners()
Gets the list of stop-event listeners for the transformation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Trans.addTransStoppedListener(TransStoppedListener transStoppedListener)
Adds a stop-event listener to the transformation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Trans.setTransStoppedListeners(List<TransStoppedListener> transStoppedListeners)
Sets the list of stop-event listeners for the transformation.
|
Copyright © 2024 Hitachi Vantara. All rights reserved.