Uses of Interface
com.flowable.platform.api.comment.CommentBuilder
Package | Description |
---|---|
com.flowable.platform.api.comment | |
com.flowable.platform.engine.impl.comment |
-
Uses of CommentBuilder in com.flowable.platform.api.comment
Methods in com.flowable.platform.api.comment that return CommentBuilder Modifier and Type Method Description CommentBuilder
CommentBuilder. content(java.lang.String content)
CommentBuilder
CommentService. createCommentBuilder()
CommentBuilder
CommentBuilder. scope(java.lang.String scopeId, java.lang.String scopeType)
CommentBuilder
CommentBuilder. userId(java.lang.String userId)
-
Uses of CommentBuilder in com.flowable.platform.engine.impl.comment
Classes in com.flowable.platform.engine.impl.comment that implement CommentBuilder Modifier and Type Class Description class
CommentBuilderImpl
Methods in com.flowable.platform.engine.impl.comment that return CommentBuilder Modifier and Type Method Description CommentBuilder
CommentBuilderImpl. content(java.lang.String content)
CommentBuilder
CommentServiceImpl. createCommentBuilder()
CommentBuilder
CommentBuilderImpl. scope(java.lang.String scopeId, java.lang.String scopeType)
CommentBuilder
CommentBuilderImpl. userId(java.lang.String userId)