Klasse ManagerDownloadUrl

java.lang.Object
de.uplanet.lucy.server.auxiliaries.ManagerDownloadUrl

@VelocityCallable("singleton") @VelocityVariable("ManagerDownloadUrl") public final class ManagerDownloadUrl extends Object

For internal use only. Do not use this class in custom scripts.

  • Felddetails

  • Konstruktordetails

    • ManagerDownloadUrl

      public ManagerDownloadUrl()
  • Methodendetails

    • hasLinkViewPermission

      public boolean hasLinkViewPermission()
      Check if the current user is allowed to see the manager download links.
      Gibt zurück:
      true if the current user is allowed to see the manager download links., or false otherwise.
    • getManagerDownloadPageLink

      public String getManagerDownloadPageLink(IServerBridgeRequest p_request)
      Get a link to the Intrexx Manager download page.

      If hasLinkViewPermission() returns false then this

      Parameter:
      p_request - The current request.
      Gibt zurück:
      A link to the Intrexx Manager download page.