public class CommentServiceImpl extends org.flowable.common.engine.impl.service.CommonEngineServiceImpl<PlatformEngineConfiguration> implements CommentService
| Constructor and Description |
|---|
CommentServiceImpl(PlatformEngineConfiguration platformEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
CommentBuilder |
createCommentBuilder() |
CommentQuery |
createCommentQuery() |
void |
deleteComment(String id) |
Comment |
findById(String id) |
List<Comment> |
findByScopeIdAndScopeType(String scopeId,
String scopeType) |
Comment |
updateComment(String commentId,
String content) |
getCommandExecutor, setCommandExecutorpublic CommentServiceImpl(PlatformEngineConfiguration platformEngineConfiguration)
public CommentQuery createCommentQuery()
createCommentQuery in interface CommentServicepublic CommentBuilder createCommentBuilder()
createCommentBuilder in interface CommentServicepublic Comment findById(String id)
findById in interface CommentServicepublic List<Comment> findByScopeIdAndScopeType(String scopeId, String scopeType)
findByScopeIdAndScopeType in interface CommentServicepublic Comment updateComment(String commentId, String content)
updateComment in interface CommentServicepublic void deleteComment(String id)
deleteComment in interface CommentServiceCopyright © 2019. All rights reserved.