Uses of Interface
org.pentaho.platform.api.engine.IPentahoObjectReference
-
Packages that use IPentahoObjectReference Package Description org.pentaho.platform.api.engine -
-
Uses of IPentahoObjectReference in org.pentaho.platform.api.engine
Methods in org.pentaho.platform.api.engine that return IPentahoObjectReference Modifier and Type Method Description <T> IPentahoObjectReference<T>IPentahoObjectFactory. getObjectReference(Class<T> interfaceClass, IPentahoSession curSession)Returns an IPentahoObjectReference for the requested Object containing registered Object Properties.<T> IPentahoObjectReference<T>IPentahoObjectFactory. getObjectReference(Class<T> interfaceClass, IPentahoSession curSession, Map<String,String> properties)Returns an IPentahoObjectReference for the requested Object containing registered Object Properties.Methods in org.pentaho.platform.api.engine that return types with arguments of type IPentahoObjectReference Modifier and Type Method Description <T> List<IPentahoObjectReference<T>>IPentahoObjectFactory. getObjectReferences(Class<T> interfaceClass, IPentahoSession curSession)Returns an IPentahoObjectReference for the requested Object containing registered Object Properties.<T> List<IPentahoObjectReference<T>>IPentahoObjectFactory. getObjectReferences(Class<T> interfaceClass, IPentahoSession curSession, Map<String,String> properties)Returns an IPentahoObjectReference for the requested Object containing registered Object Properties.Methods in org.pentaho.platform.api.engine with parameters of type IPentahoObjectReference Modifier and Type Method Description <T> IPentahoObjectRegistrationIPentahoRegistrableObjectFactory. registerReference(IPentahoObjectReference<T> reference)Register an IPentahoObjectReference with the factory under Types.ALL<T> IPentahoObjectRegistrationIPentahoRegistrableObjectFactory. registerReference(IPentahoObjectReference<T> reference, Class<?>... classes)Register an IPentahoObjectReference with the factory for the given Types.<T> IPentahoObjectRegistrationIPentahoRegistrableObjectFactory. registerReference(IPentahoObjectReference<T> reference, IPentahoRegistrableObjectFactory.Types types)Register an IPentahoObjectReference with the factory for the given Types.
-