Interface DataElement

    • Method Detail

      • getID

        int getID()
        Returns the ID of the data element. This id is unique within the process.
        Returns:
        The ID of the data element.
      • getName

        String getName()
        Returns the name of the data element.
        Returns:
        The name of the data element.
      • getDataType

        ProcessConstants.AdeptDataType getDataType()
        Returns the type of the data element as byte constant.
        Returns:
        The type as byte constant.
      • getUDTName

        String getUDTName()
        In case the type of the data element is "user-defined", this function returns a string which specifies type.
        Returns:
        The user defined type.
      • getDescription

        String getDescription()
        Returns a description of the data element.
        Returns:
        A description of the data element.
      • getIconID

        UUID getIconID()
        Gets the ID of the icon to use for displaying this data element in a template view. With the ID the corresponding item can be requested from an icon providing service in various sizes and formats.
        Returns:
        The ID of the icon to use for displaying this data element in a template view; the corresponding icon may be retrieved in various sizes and formats. This may be null if no icon is specified.
      • getIdentifierID

        UUID getIdentifierID()
        Returns the ID of the common identifier, which represents the type of the element in detail. Refer to Identifier for further information.
        Returns:
        The ID of the identifier.
      • isVirtual

        boolean isVirtual()
        Returns true if this is a virtual parameter.
        Returns:
        True if the parameter is virtual.
      • isPublic

        boolean isPublic()
        Returns true, if the data which is stored in the data element during runtime, may be accessed by all agents. These data elements may e.g. be used for filtering worklist entries, even though the worklist entry does not require access to the data element.
        Returns:
        True, if the data element is public.