Uses of Class
org.pentaho.platform.api.engine.IPentahoDefinableObjectFactory.Scope
-
Packages that use IPentahoDefinableObjectFactory.Scope Package Description org.pentaho.platform.api.engine -
-
Uses of IPentahoDefinableObjectFactory.Scope in org.pentaho.platform.api.engine
Methods in org.pentaho.platform.api.engine that return IPentahoDefinableObjectFactory.Scope Modifier and Type Method 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.Methods in org.pentaho.platform.api.engine with parameters of type IPentahoDefinableObjectFactory.Scope Modifier and Type Method 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
-