Uses of Interface
org.jbpm.casemgmt.api.model.instance.CommentInstance
-
Packages that use CommentInstance Package Description org.jbpm.casemgmt.api org.jbpm.casemgmt.api.auth org.jbpm.casemgmt.api.event -
-
Uses of CommentInstance in org.jbpm.casemgmt.api
Methods in org.jbpm.casemgmt.api that return types with arguments of type CommentInstance 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 sortByCollection<CommentInstance>CaseService. getCaseComments(String caseId, org.kie.api.runtime.query.QueryContext queryContext)Returns all case comments sorted by date -
Uses of CommentInstance in org.jbpm.casemgmt.api.auth
Methods in org.jbpm.casemgmt.api.auth that return types with arguments of type CommentInstance Modifier and Type Method Description List<CommentInstance>AuthorizationManager. filterByCommentAuthorization(String caseId, CaseFileInstance caseFileInstance, List<CommentInstance> comments)Filters provided comments by their restrictions.Methods in org.jbpm.casemgmt.api.auth with parameters of type CommentInstance Modifier and Type Method Description voidAuthorizationManager. checkCommentAuthorization(String caseId, CaseFileInstance caseFileInstance, CommentInstance commentInstance)Check if caller (based on identity provider) is authorized to manipulate given commentMethod parameters in org.jbpm.casemgmt.api.auth with type arguments of type CommentInstance Modifier and Type Method Description List<CommentInstance>AuthorizationManager. filterByCommentAuthorization(String caseId, CaseFileInstance caseFileInstance, List<CommentInstance> comments)Filters provided comments by their restrictions. -
Uses of CommentInstance in org.jbpm.casemgmt.api.event
Methods in org.jbpm.casemgmt.api.event that return CommentInstance Modifier and Type Method Description CommentInstanceCaseCommentEvent. getComment()Returns actual CommentInstance that is added or removedConstructors in org.jbpm.casemgmt.api.event with parameters of type CommentInstance Constructor Description CaseCommentEvent(String user, String caseId, CaseFileInstance caseFile, CommentInstance comment)
-