Package com.flowable.questionnaire.api
Interface QuestionnaireModel
- All Known Subinterfaces:
QuestionnaireModelEntity
- All Known Implementing Classes:
QuestionnaireModelEntityImpl
public interface QuestionnaireModel
This data object represents a questionnaire model (which is in fact a specific process model).
- Author:
- Filip Hrisafov, Micha Kiener
-
Method Details
-
getKey
java.lang.String getKey()Returns the unique id of this questionnaire model.- Returns:
- the id of the questionnaire model
-
getName
java.lang.String getName()Returns the name of the questionnaire model.- Returns:
- the name of the model
-
getType
java.lang.String getType()Returns the type (typically an enumeration) of the questionnaire model.- Returns:
- the type of this questionnaire model
-