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 org.flowable.common.engine.impl.service.CommonEngineServiceImpl<PlatformEngineConfiguration> implements CommentService
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CommentServiceImpl(PlatformEngineConfiguration platformEngineConfiguration)
-
Method Summary
Modifier and Type Method Description CommentBuilder
createCommentBuilder()
CommentQuery
createCommentQuery()
void
deleteComment(java.lang.String id)
Comment
findById(java.lang.String id)
java.util.List<Comment>
findByScopeIdAndScopeType(java.lang.String scopeId, java.lang.String scopeType)
Comment
updateComment(java.lang.String commentId, java.lang.String content)
Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutor
-
Constructor Details
-
Method Details
-
createCommentQuery
- Specified by:
createCommentQuery
in interfaceCommentService
-
createCommentBuilder
- Specified by:
createCommentBuilder
in interfaceCommentService
-
findById
- Specified by:
findById
in interfaceCommentService
-
findByScopeIdAndScopeType
public java.util.List<Comment> findByScopeIdAndScopeType(java.lang.String scopeId, java.lang.String scopeType)- Specified by:
findByScopeIdAndScopeType
in interfaceCommentService
-
updateComment
- Specified by:
updateComment
in interfaceCommentService
-
deleteComment
public void deleteComment(java.lang.String id)- Specified by:
deleteComment
in interfaceCommentService
-