Interface IWebStartable

    • Method Detail

      • getId

        String getId()
        Returns a unique identifier for this IWebStartable
        Returns:
        id
        API:
        This public API is available in IvyScript and Java. It has the visibility ADVANCED.
      • 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.
      • getLinkEmbedded

        WebLink getLinkEmbedded()
        Returns the link of this IWebStartable for frame mode. 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.
      • getType

        String getType()
        Returns the type of this IWebStartable.
        Returns:
        type
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • getCategory

        Category getCategory()
        Returns the category of this .
        Returns:
        category
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • customFields

        IStartCustomFields customFields()
        Access to customer specific additional information
        Returns:
        custom fields
        Since:
        9.2
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.