Uses of Interface
org.pentaho.platform.api.engine.IPentahoObjectRegistration
-
Uses of IPentahoObjectRegistration in org.pentaho.platform.api.engine
Modifier and TypeMethodDescriptionIPentahoRegistrableObjectFactory.registerObject
(T obj) Register an Object instance with the ObjectFactory.IPentahoRegistrableObjectFactory.registerObject
(T obj, Class<?>... classes) Register an Object instance with the ObjectFactory for the given classesIPentahoRegistrableObjectFactory.registerObject
(T obj, IPentahoRegistrableObjectFactory.Types types) Register an Object instance with the ObjectFactory for the given typesIPentahoRegistrableObjectFactory.registerReference
(IPentahoObjectReference<T> reference) Register an IPentahoObjectReference with the factory under Types.ALLIPentahoRegistrableObjectFactory.registerReference
(IPentahoObjectReference<T> reference, Class<?>... classes) Register an IPentahoObjectReference with the factory for the given Types.IPentahoRegistrableObjectFactory.registerReference
(IPentahoObjectReference<T> reference, IPentahoRegistrableObjectFactory.Types types) Register an IPentahoObjectReference with the factory for the given Types.