Package | Description |
---|---|
com.suncode.pwfl.workflow.process |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie procesami.
|
com.suncode.pwfl.workflow.support |
Modifier and Type | Method and Description |
---|---|
List<Comment> |
CommentService.getCommentsForActivity(String activityId)
Pobiera komentarze dla konkretnego zadania
|
List<Comment> |
CommentService.getCommentsForProcess(String processId)
Pobiera wszystkie komentarze dla procesu
|
Modifier and Type | Method and Description |
---|---|
Long |
CommentService.createComment(Comment comment)
Tworzy komentarz z wywołaniem eventów
|
Long |
CommentService.createComment(Comment comment,
boolean fireEvent)
Tworzy komentarz
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Copyright © 2019 Suncode. All rights reserved.