Package com.uc4.api

Class ComponentWorkflowObjectName


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

      • ComponentWorkflowObjectName

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

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

      • getName

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

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

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object