Class CometUrlLinkScript

All Implemented Interfaces:
Serializable

public class CometUrlLinkScript extends CometScript

Java class for the Url Link Script configuration type

.
See Also:
  • Constructor Details

    • CometUrlLinkScript

      public CometUrlLinkScript()
      Instantiates a new comet url link script.
    • CometUrlLinkScript

      public CometUrlLinkScript(Statement.StatementDescriptor type)
      Instantiates a new comet url link script.
      Parameters:
      type - the type
  • Method Details

    • getRepositoryFilename

      public String getRepositoryFilename() throws CometException
      Description copied from class: CometEntity

      Gets the repository filename for this particular item

      This method MUST be overridden by classes extending CometEntity

      Overrides:
      getRepositoryFilename in class CometEntity
      Returns:
      the repository filename of this particular item
      Throws:
      CometException - the comet exception
    • getRepositoryPath

      public String getRepositoryPath() throws CometException
      Description copied from class: CometEntity

      Get the relative repository path for this configuration type.

      This method MUST be overridden by classes extending CometEntity.

      Overrides:
      getRepositoryPath in class CometEntity
      Returns:
      relative repository path
      Throws:
      CometException - the comet exception
    • isAction

      public boolean isAction()
      Description copied from class: CometScript
      Checks if is action.
      Overrides:
      isAction in class CometScript
      Returns:
      true, if is action