Uses of Class
org.kie.server.api.model.cases.CaseComment
-
Packages that use CaseComment Package Description org.kie.server.api.model.cases -
-
Uses of CaseComment in org.kie.server.api.model.cases
Methods in org.kie.server.api.model.cases that return CaseComment Modifier and Type Method Description CaseCommentCaseComment.Builder. build()CaseComment[]CaseCommentList. getComments()Methods in org.kie.server.api.model.cases that return types with arguments of type CaseComment Modifier and Type Method Description List<CaseComment>CaseCommentList. getItems()Methods in org.kie.server.api.model.cases with parameters of type CaseComment Modifier and Type Method Description voidCaseCommentList. setComments(CaseComment[] comments)Constructors in org.kie.server.api.model.cases with parameters of type CaseComment Constructor Description CaseCommentList(CaseComment[] comments)Constructor parameters in org.kie.server.api.model.cases with type arguments of type CaseComment Constructor Description CaseCommentList(List<CaseComment> comments)
-