Package com.evolveum.midpoint.wf.util
Interface PerformerCommentsFormatter
-
public interface PerformerCommentsFormatterEnsures formatting of performers (approvers, reviewers) comments before storing them into metadata. May optimize repository accesses by caching performers information retrieved.- Author:
- mederly
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringformatComment(AbstractWorkItemType workItem, Task task, OperationResult result)StringformatComment(WorkItemCompletionEventType event, Task task, OperationResult result)
-
-
-
Method Detail
-
formatComment
String formatComment(@NotNull AbstractWorkItemType workItem, Task task, OperationResult result)
-
formatComment
String formatComment(@NotNull WorkItemCompletionEventType event, Task task, OperationResult result)
-
-