Interface IWebStartable

    • Method Detail

      • getName

        String getName()
        Returns the name of this IWebStartable. Never returns null.
        Returns:
        name
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • getDisplayName

        String getDisplayName()
        Returns the name of this IWebStartable. If the name is empty it will return an alternate name. Never returns null.
        Returns:
        display name
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • getDescription

        String getDescription()
        Returns the description of this IWebStartable. Never returns null.
        Returns:
        description
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • getLink

        WebLink getLink()
        Returns the link of this IWebStartable. Never returns null.
        Returns:
        link
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • getActivator

        ISecurityMember getActivator()
        Returns the activator of this IWebStartable. Defines which ISecurityMember can activate this IWebStartable. Never returns null.
        Returns:
        activator
        API:
        This public API is available in IvyScript and Java. It has the visibility ADVANCED.