Class QuestionFeedbackRelation
java.lang.Object
org.alfresco.hxi_connector.hxi_extension.rest.api.QuestionFeedbackRelation
- All Implemented Interfaces:
org.alfresco.rest.framework.resource.actions.interfaces.RelationshipResourceAction.Create<FeedbackModel>,org.alfresco.rest.framework.resource.actions.interfaces.ResourceAction
@RelationshipResource(name="feedback",
title="Feedback about answers given to questions",
entityResource=QuestionsEntityResource.class)
public class QuestionFeedbackRelation
extends Object
implements org.alfresco.rest.framework.resource.actions.interfaces.RelationshipResourceAction.Create<FeedbackModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(String questionId, List<FeedbackModel> feedbackEntries, org.alfresco.rest.framework.resource.parameters.Parameters parameters)
-
Constructor Details
-
QuestionFeedbackRelation
public QuestionFeedbackRelation()
-
-
Method Details
-
create
public List<FeedbackModel> create(String questionId, List<FeedbackModel> feedbackEntries, org.alfresco.rest.framework.resource.parameters.Parameters parameters) - Specified by:
createin interfaceorg.alfresco.rest.framework.resource.actions.interfaces.RelationshipResourceAction.Create<FeedbackModel>
-