Class AElementInfoHelper<THandler extends IElementHandler<?,​?>>

  • Type Parameters:
    THandler - Type of the handler, e.g. either a node or trigger handler.
    Direct Known Subclasses:
    ElementNodeInfoHelper, ElementTriggerInfoHelper

    public abstract class AElementInfoHelper<THandler extends IElementHandler<?,​?>>
    extends Object
    Helper class for generating the data for the workflow element info panel.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    • Field Detail

      • LOG

        protected static final org.slf4j.Logger LOG
      • data

        protected final Object data
      • elementKey

        protected final ElementKey elementKey
      • elementName

        protected final String elementName
      • elementType

        protected final String elementType
      • locale

        protected final Locale locale
    • Method Detail

      • createElementHelp

        public IElementHelpLocation createElementHelp()
        Returns:
        The element help page for the workflow element wrapped by this helper.
      • getElementType

        public String getElementType()
      • getSummaryXhtml

        public final String getSummaryXhtml()