Uses of Interface
com.flowable.platform.api.comment.CommentService
-
Uses of CommentService in com.flowable.platform.api
Methods in com.flowable.platform.api that return CommentService Modifier and Type Method Description CommentService
PlatformEngineConfigurationApi. getCommentService()
-
Uses of CommentService in com.flowable.platform.engine
Fields in com.flowable.platform.engine declared as CommentService Modifier and Type Field Description protected CommentService
PlatformEngineConfiguration. commentService
Methods in com.flowable.platform.engine that return CommentService Modifier and Type Method Description CommentService
PlatformEngine. getCommentService()
CommentService
PlatformEngineConfiguration. getCommentService()
Methods in com.flowable.platform.engine with parameters of type CommentService Modifier and Type Method Description void
PlatformEngineConfiguration. setCommentService(CommentService commentService)
-
Uses of CommentService in com.flowable.platform.engine.impl
Fields in com.flowable.platform.engine.impl declared as CommentService Modifier and Type Field Description protected CommentService
PlatformEngineImpl. commentService
Methods in com.flowable.platform.engine.impl that return CommentService Modifier and Type Method Description CommentService
PlatformEngineImpl. getCommentService()
-
Uses of CommentService in com.flowable.platform.engine.impl.comment
Classes in com.flowable.platform.engine.impl.comment that implement CommentService Modifier and Type Class Description class
CommentServiceImpl
-
Uses of CommentService in com.flowable.platform.service.comment
Fields in com.flowable.platform.service.comment declared as CommentService Modifier and Type Field Description protected CommentService
PlatformCommentService. commentService