Package | Description |
---|---|
org.pentaho.di.trans.steps.userdefinedjavaclass |
Modifier and Type | Method and Description |
---|---|
List<UserDefinedJavaClassDef> |
UserDefinedJavaClassMeta.getDefinitions() |
protected List<UserDefinedJavaClassDef> |
UserDefinedJavaClassMeta.orderDefinitions(List<UserDefinedJavaClassDef> definitions)
This method oders the classes by sorting all the normal classes by alphabetic order and then sorting
all the transaction classes by alphabetical order.
|
Modifier and Type | Method and Description |
---|---|
protected List<UserDefinedJavaClassDef> |
UserDefinedJavaClassMeta.orderDefinitions(List<UserDefinedJavaClassDef> definitions)
This method oders the classes by sorting all the normal classes by alphabetic order and then sorting
all the transaction classes by alphabetical order.
|
void |
UserDefinedJavaClassMeta.replaceDefinitions(List<UserDefinedJavaClassDef> definitions) |
Copyright © 2018 Hitachi Vantara. All rights reserved.