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 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:
      create in interface org.alfresco.rest.framework.resource.actions.interfaces.RelationshipResourceAction.Create<FeedbackModel>