Uses of Class
org.kie.server.api.model.instance.TaskComment
-
Packages that use TaskComment Package Description org.kie.server.api.model.instance -
-
Uses of TaskComment in org.kie.server.api.model.instance
Methods in org.kie.server.api.model.instance that return TaskComment Modifier and Type Method Description TaskCommentTaskComment.Builder. build()TaskComment[]TaskCommentList. getTasks()Methods in org.kie.server.api.model.instance that return types with arguments of type TaskComment Modifier and Type Method Description List<TaskComment>TaskCommentList. getItems()Methods in org.kie.server.api.model.instance with parameters of type TaskComment Modifier and Type Method Description voidTaskCommentList. setTasks(TaskComment[] taskComments)Constructors in org.kie.server.api.model.instance with parameters of type TaskComment Constructor Description TaskCommentList(TaskComment[] taskComments)Constructor parameters in org.kie.server.api.model.instance with type arguments of type TaskComment Constructor Description TaskCommentList(List<TaskComment> taskComments)
-