Interface IEditorTaskMetaInfo


public interface IEditorTaskMetaInfo

This is only a COPY from the BPMN editor

Marker interface for TaskMetaInfo
  • Field Details

    • METHOD_ITASKMETAINFO_GET_DESCRIPTION

      static final String METHOD_ITASKMETAINFO_GET_DESCRIPTION
      getDescription() method name
      See Also:
    • METHOD_ITASKMETAINFO_GET_PARAMETER_METAINFOS

      static final String METHOD_ITASKMETAINFO_GET_PARAMETER_METAINFOS
      getParameterMetaInfos() method name
      See Also:
  • Method Details

    • getDescription

      String getDescription()
      Get the description.
      Returns:
      The description.
    • getParameterMetaInfos

      IEditorParameterMetaInfo[] getParameterMetaInfos()
      Get the parameters.
      Returns:
      The parameters.