Package | Description |
---|---|
org.pentaho.platform.api.engine |
Modifier and Type | Method and Description |
---|---|
static IPentahoDefinableObjectFactory.Scope |
IPentahoDefinableObjectFactory.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPentahoDefinableObjectFactory.Scope[] |
IPentahoDefinableObjectFactory.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IPentahoDefinableObjectFactory.defineObject(String key,
String className,
IPentahoDefinableObjectFactory.Scope scope)
Deprecated.
Defines a new object.
|
void |
IPentahoDefinableObjectFactory.defineObject(String key,
String className,
IPentahoDefinableObjectFactory.Scope scope,
ClassLoader loader)
Deprecated.
Defines a new object that must be loaded with a specific classloader
|
Copyright © 2020 Hitachi Vantara. All rights reserved.