Package com.uc4.api
Class ComponentWorkflowObjectName
java.lang.Object
com.uc4.api.ComponentWorkflowObjectName
This class represents a template information of a component workflow.
-
Constructor Summary
ConstructorsConstructorDescriptionComponentWorkflowObjectName
(UC4ObjectName name, String title) Creates a newComponentTemplate
instance.ComponentWorkflowObjectName
(UC4ObjectName name, String title, String wfType) Creates a newComponentTemplate
instance. -
Method Summary
-
Constructor Details
-
ComponentWorkflowObjectName
Creates a newComponentTemplate
instance.- Parameters:
name
- Name of the objecttitle
- title of the object
-
ComponentWorkflowObjectName
Creates a newComponentTemplate
instance.- Parameters:
name
- Name of the objecttitle
- title of the objectwfType
- WorkfloType of the Object
-
-
Method Details