Package com.uc4.api

Class ComponentWorkflowObjectName

java.lang.Object
com.uc4.api.ComponentWorkflowObjectName

public class ComponentWorkflowObjectName extends Object
This class represents a template information of a component workflow.
  • Constructor Details

    • ComponentWorkflowObjectName

      public ComponentWorkflowObjectName(UC4ObjectName name, String title)
      Creates a new ComponentTemplate instance.
      Parameters:
      name - Name of the object
      title - title of the object
    • ComponentWorkflowObjectName

      public ComponentWorkflowObjectName(UC4ObjectName name, String title, String wfType)
      Creates a new ComponentTemplate instance.
      Parameters:
      name - Name of the object
      title - title of the object
      wfType - WorkfloType of the Object
  • Method Details

    • getName

      public UC4ObjectName getName()
      Returns the object name of the template.
      Returns:
      Name of the object
    • getTitle

      public String getTitle()
      Returns the title of the template.
      Returns:
      Title
    • getwfType

      public String getwfType()
      Returns the wfType of the template.
      Returns:
      wfType
    • toString

      public String toString()
      Overrides:
      toString in class Object