Class CometPreviewPanelScript

All Implemented Interfaces:
Serializable

@CometTypeConstraints(referenceBinding=NONE) public class CometPreviewPanelScript extends CometScript

Java class for the Preview Panel Script configuration type

.
See Also:
  • Constructor Details

    • CometPreviewPanelScript

      public CometPreviewPanelScript()
      Instantiates a new comet preview panel script.
  • Method Details

    • getFrontRowLink

      public CometScript.FrontRowLink getFrontRowLink()

      Reintroduce the frontRowLink XML element.

      This is supported for PANEL scripts only, but is defined as a XmlTransient attribute in the CometScript base class.

      Overrides:
      getFrontRowLink in class CometScript
      Returns:
      the front row link
    • setFrontRowLink

      public void setFrontRowLink(CometScript.FrontRowLink frontRowLink)
      Sets the front row link.
      Overrides:
      setFrontRowLink in class CometScript
      Parameters:
      frontRowLink - the new front row link
    • getHierarchy

      public String getHierarchy()

      Reintroduce the hierarchy XML element.

      This is supported for PANEL scripts only, but is defined as a XmlTransient attribute in the CometScript base class.

      Overrides:
      getHierarchy in class CometScript
      Returns:
      the hierarchy
    • setHierarchy

      public void setHierarchy(String hierarchy)
      Sets the hierarchy.
      Overrides:
      setHierarchy in class CometScript
      Parameters:
      hierarchy - the new hierarchy
    • getShortcut

      public String getShortcut()

      Reintroduce the shortcut XML element.

      This is supported for PANEL scripts only, but is defined as a XmlTransient attribute in the CometScript base class.

      Overrides:
      getShortcut in class CometScript
      Returns:
      the shortcut
    • setShortcut

      public void setShortcut(String shortcut)
      Sets the shortcut.
      Overrides:
      setShortcut in class CometScript
      Parameters:
      shortcut - the new shortcut
    • getRepositoryFilename

      public String getRepositoryFilename() throws CometException
      Gets the repository filename.
      Overrides:
      getRepositoryFilename in class CometEntity
      Returns:
      the repository filename
      Throws:
      CometException - the comet exception
    • getRepositoryPath

      public String getRepositoryPath() throws CometException
      Gets the repository path.
      Overrides:
      getRepositoryPath in class CometEntity
      Returns:
      the repository path
      Throws:
      CometException - the comet exception