-
InterfaceDescriptionPojo components are deprecated, use
IAction
Pojo components are deprecated, useIAction
Use the newIPentahoRegistrableObjectFactory
facilities available in PentahoSystemPojo components are deprecated, useIAction
Pojo components are deprecated, useIAction
Pojo components are deprecated, useIAction
-
FieldDescriptionDo not use this constant; instead use FULL_CONTROL for truly inclusive all access. Old ADMIN_ALL (ie, WRITE) combination (31)
-
MethodDescriptionUnused in the platformUnused in the platformUnused in the platformReturns a URL to the server application, up to and including the context.
The URL that is returned is derived from the server context, and thus will include the protocol, host name, port, and application context root.
file info generators or solution file meta providers are now associated with content types, not content generators. This method is not called from within the platform.URL is determined by the systemDon't Use - this is way too early to know the mime typeThis method could never tell you if the content was actually done. UseIOutputHandler.isResponseExpected()
if you need information about a handlers likelihood to generate a response.Useinstead
This method may not work correctly for plugins in Sugar or later releases, in which a plugin does not provide the URL by which to access the resource. UseIPluginManager.isPublic(String, String)
if you want to determine if a particular plugin dir is accessable through the plugin resources REST service.This method may not work correctly for plugins in Sugar or later releases, in which a plugin does not provide the URL by which to access the resource. UseIPluginManager.isPublic(String, String)
if you want to determine if a particular plugin dir is accessable through the plugin resources REST service.This method may not work correctly for plugins in Sugar or later releases, in which a plugin does not provide the URL by which to access the resource. UseIPluginManager.isPublic(String, String)
if you want to determine if a particular plugin dir is accessable through the plugin resources REST service.UseIPluginManager.reload()
insteadAdds a feedback parameter for prompts based on an Action Parameter. Uses the Selections defined in the Action Parameter for the options and sets the default to the current valueuse SystemUtils.canAdminister() insteadNo longer needed as IPluginPerspective objects are registered with PentahoSystem. Existing calls will do nothing. Replace calls to this method with:PentahoSystem.registerObject( pluginPerspective );
No longer needed as IPluginPerspective objects are registered with PentahoSystem. Existing calls will do nothing. Replace calls to this method with.IPentahoObjectRegistration#remove()
IPentahoObjectRegistration handle = PentahoSystem.registerObject( pluginPerspective ); handle.remove(); // replaces call to removePluginPerspective
No longer needed as IPluginPerspective objects are registered with PentahoSystem. Existing calls will do nothing. Replace calls to this method with.IPentahoObjectRegistration#remove()
IPentahoObjectRegistration handle = PentahoSystem.registerObject( pluginPerspective ); handle.remove(); // replaces call to removePluginPerspective
UseSimpleRepositoryFileData.getInputStream()
instead. Proguard likes to obfuscate any method named getStream that returns an InputStream, even if you tell it not to via keep rules.
IAction