Uses of Enum Class
org.pentaho.platform.api.engine.IPentahoDefinableObjectFactory.Scope
-
Uses of IPentahoDefinableObjectFactory.Scope in org.pentaho.platform.api.engine
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static IPentahoDefinableObjectFactory.Scope[]
IPentahoDefinableObjectFactory.Scope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
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