Class CommentServiceImpl
java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<C>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<PlatformEngineConfiguration>
com.flowable.platform.engine.impl.comment.CommentServiceImpl
- All Implemented Interfaces:
CommentService
public class CommentServiceImpl
extends CommonEngineServiceImpl<PlatformEngineConfiguration>
implements CommentService
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
commandExecutor
Fields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteComment
(String id) findByScopeIdAndScopeType
(String scopeId, String scopeType) updateComment
(String commentId, String content) Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutor
Methods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
Constructor Details
-
CommentServiceImpl
-
-
Method Details
-
createCommentQuery
- Specified by:
createCommentQuery
in interfaceCommentService
-
createCommentBuilder
- Specified by:
createCommentBuilder
in interfaceCommentService
-
findById
- Specified by:
findById
in interfaceCommentService
-
findByScopeIdAndScopeType
- Specified by:
findByScopeIdAndScopeType
in interfaceCommentService
-
updateComment
- Specified by:
updateComment
in interfaceCommentService
-
deleteComment
- Specified by:
deleteComment
in interfaceCommentService
-