Class StartParameter

java.lang.Object
ch.ivyteam.ivy.workflow.start.StartParameter

public class StartParameter extends Object
Start Parameter
API:
This is a public API.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the description of the parameter.
    description(String description)
    Creates a new copy of this object with the given description.
    Returns the name of the start parameter.
    Returns the full qualified type of the parameter.
  • Constructor Details

    • StartParameter

      public StartParameter(String name, String type)
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
  • Method Details

    • name

      public String name()
      Returns the name of the start parameter.
      Returns:
      name
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • type

      public String type()
      Returns the full qualified type of the parameter.
      Returns:
      full qualified type
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • description

      public String description()
      Returns the description of the parameter.
      Returns:
      description
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • description

      public StartParameter description(String description)
      Creates a new copy of this object with the given description.
      Parameters:
      description -
      Returns:
      start parameter
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.