public class CommentBuilderImpl extends Object implements CommentBuilder
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.common.engine.impl.interceptor.CommandExecutor |
commandExecutor |
protected String |
content |
protected String |
scopeId |
protected String |
scopeType |
protected String |
userId |
| Constructor and Description |
|---|
CommentBuilderImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
CommentBuilder |
content(String content) |
Comment |
create() |
String |
getContent() |
String |
getScopeId() |
String |
getScopeType() |
String |
getUserId() |
CommentBuilder |
scope(String scopeId,
String scopeType) |
CommentBuilder |
userId(String userId) |
protected org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor
protected String scopeId
protected String scopeType
protected String content
protected String userId
public CommentBuilderImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
public CommentBuilder scope(String scopeId, String scopeType)
scope in interface CommentBuilderpublic CommentBuilder userId(String userId)
userId in interface CommentBuilderpublic CommentBuilder content(String content)
content in interface CommentBuilderpublic Comment create()
create in interface CommentBuilderpublic String getScopeId()
public String getScopeType()
public String getContent()
public String getUserId()
Copyright © 2019. All rights reserved.