pluginPerspective element

Type: pluginPerspective

Example XML

<?xml version="1.0" encoding="UTF-8"?>
<pluginPerspective>
  <id>...</id>
  <title>...</title>
  <contentUrl>...</contentUrl>
  <resourceBundleUri>...</resourceBundleUri>
  <overlays>
    <resourceBundleUri>...</resourceBundleUri>
    <source>...</source>
    <overlayXml>...</overlayXml>
    <overlayUri>...</overlayUri>
    <id>...</id>
    <priority>...</priority>
  </overlays>
  <overlays>
    <!--...-->
  </overlays>
  <!--...more "overlays" elements...-->
  <layoutPriority>...</layoutPriority>
  <requiredSecurityActions>...</requiredSecurityActions>
  <requiredSecurityActions>...</requiredSecurityActions>
  <!--...more "requiredSecurityActions" elements...-->
</pluginPerspective>

Example JSON

{
  "id" : "...",
  "title" : "...",
  "contentUrl" : "...",
  "resourceBundleUri" : "...",
  "overlays" : [ {
    "resourceBundleUri" : "...",
    "source" : "...",
    "overlayXml" : "...",
    "overlayUri" : "...",
    "id" : "...",
    "priority" : ...
  }, ... ],
  "layoutPriority" : ...,
  "requiredSecurityActions" : [ "...", ... ]
}

Copyright © Pentaho.com
Generated by Enunciate.