Uses of Class
com.suncode.pwfl.workflow.process.Comment
Packages that use Comment
Package
Description
Pakiet zawiera zbiór elementów umożliwiających zarządzanie procesami.
-
Uses of Comment in com.suncode.pwfl.workflow.process
Methods in com.suncode.pwfl.workflow.process that return types with arguments of type CommentModifier and TypeMethodDescriptionCommentService.getCommentsForActivity
(String activityId) Pobiera komentarze dla konkretnego zadaniaCommentService.getCommentsForProcess
(String processId) Pobiera wszystkie komentarze dla procesuMethods in com.suncode.pwfl.workflow.process with parameters of type CommentModifier and TypeMethodDescriptionCommentService.createComment
(Comment comment) Tworzy komentarz z wywołaniem eventówCommentService.createComment
(Comment comment, boolean fireEvent) Tworzy komentarz -
Uses of Comment in com.suncode.pwfl.workflow.support
Methods in com.suncode.pwfl.workflow.support with parameters of type CommentModifier and TypeMethodDescriptionvoid
CommentEvent.afterCommentAdded
(Comment comment) Metoda wywołana po dodaniu komentarza do bazy danych.boolean
CommentEvent.checkComment
(Comment comment) Metoda wywoływana przed dodaniem komentarza do bazy danych.