Class CaseCommentMapper

  • All Implemented Interfaces:
    Function<org.kie.server.api.model.cases.CaseComment,​org.jbpm.workbench.cm.model.CaseCommentSummary>

    public class CaseCommentMapper
    extends Object
    implements Function<org.kie.server.api.model.cases.CaseComment,​org.jbpm.workbench.cm.model.CaseCommentSummary>
    • Constructor Detail

      • CaseCommentMapper

        public CaseCommentMapper()
    • Method Detail

      • apply

        public org.jbpm.workbench.cm.model.CaseCommentSummary apply​(org.kie.server.api.model.cases.CaseComment c)
        Specified by:
        apply in interface Function<org.kie.server.api.model.cases.CaseComment,​org.jbpm.workbench.cm.model.CaseCommentSummary>