Interface WorkflowParameter

All Known Subinterfaces:
PageWorkflowParameter

public interface WorkflowParameter
This class represents a workflow parameter.
  • Method Details

    • getName

      String getName()
    • getValue

      String getValue()
    • setValue

      void setValue(String value)
    • getType

    • getOptions

      List<String> getOptions()
      Returns a list of the workflow parameter options. Options are only available if the WorkflowParameter type is "LIST".
      Returns:
      a list of workflow parameter options
    • getDescription

      String getDescription()
    • isPageEditable

      boolean isPageEditable()
      A page editable parameter can have a different value specified on each page.
      Returns:
      true if the parameter can be edited on an individual page level