Uses of Class
org.jbpm.casemgmt.api.model.instance.CommentSortBy
-
Packages that use CommentSortBy Package Description org.jbpm.casemgmt.api org.jbpm.casemgmt.api.model.instance org.jbpm.casemgmt.impl -
-
Uses of CommentSortBy in org.jbpm.casemgmt.api
Methods in org.jbpm.casemgmt.api with parameters of type CommentSortBy Modifier and Type Method Description Collection<CommentInstance>
CaseService. getCaseComments(String caseId, CommentSortBy sortBy, org.kie.api.runtime.query.QueryContext queryContext)
Returns all case comments sorted with given sortBy -
Uses of CommentSortBy in org.jbpm.casemgmt.api.model.instance
Methods in org.jbpm.casemgmt.api.model.instance that return CommentSortBy Modifier and Type Method Description static CommentSortBy
CommentSortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommentSortBy[]
CommentSortBy. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CommentSortBy in org.jbpm.casemgmt.impl
Methods in org.jbpm.casemgmt.impl with parameters of type CommentSortBy Modifier and Type Method Description Collection<CommentInstance>
CaseServiceImpl. getCaseComments(String caseId, CommentSortBy sortBy, org.kie.api.runtime.query.QueryContext queryContext)
-