public class InstanceComment extends Object
| 构造器和说明 |
|---|
InstanceComment(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateInstanceCommentResp |
create(CreateInstanceCommentReq req)
创建评论,在指定审批实例下创建、修改评论或回复评论(不包含审批同意、拒绝、转交等附加的理由或意见)。
|
CreateInstanceCommentResp |
create(CreateInstanceCommentReq req,
RequestOptions reqOptions)
创建评论,在指定审批实例下创建、修改评论或回复评论(不包含审批同意、拒绝、转交等附加的理由或意见)。
|
DeleteInstanceCommentResp |
delete(DeleteInstanceCommentReq req)
删除评论,删除某审批实例下的一条评论或评论回复(不包含审批同意、拒绝、转交等附加的理由或意见),删除后在审批中心的审批实例内不再显示评论内容,而是显示 **评论已删除**。
|
DeleteInstanceCommentResp |
delete(DeleteInstanceCommentReq req,
RequestOptions reqOptions)
删除评论,删除某审批实例下的一条评论或评论回复(不包含审批同意、拒绝、转交等附加的理由或意见),删除后在审批中心的审批实例内不再显示评论内容,而是显示 **评论已删除**。
|
ListInstanceCommentResp |
list(ListInstanceCommentReq req)
获取评论,根据审批实例 Code 获取某个审批实例下,全部评论与评论回复(不包含审批同意、拒绝、转交等附加的理由或意见)。
|
ListInstanceCommentResp |
list(ListInstanceCommentReq req,
RequestOptions reqOptions)
获取评论,根据审批实例 Code 获取某个审批实例下,全部评论与评论回复(不包含审批同意、拒绝、转交等附加的理由或意见)。
|
RemoveInstanceCommentResp |
remove(RemoveInstanceCommentReq req)
清空评论,清空某审批实例下的全部评论与评论回复,包括显示为已删除的评论。
|
RemoveInstanceCommentResp |
remove(RemoveInstanceCommentReq req,
RequestOptions reqOptions)
清空评论,清空某审批实例下的全部评论与评论回复,包括显示为已删除的评论。
|
public InstanceComment(Config config)
public CreateInstanceCommentResp create(CreateInstanceCommentReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic CreateInstanceCommentResp create(CreateInstanceCommentReq req) throws Exception
Exceptionpublic DeleteInstanceCommentResp delete(DeleteInstanceCommentReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic DeleteInstanceCommentResp delete(DeleteInstanceCommentReq req) throws Exception
Exceptionpublic ListInstanceCommentResp list(ListInstanceCommentReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic ListInstanceCommentResp list(ListInstanceCommentReq req) throws Exception
Exceptionpublic RemoveInstanceCommentResp remove(RemoveInstanceCommentReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic RemoveInstanceCommentResp remove(RemoveInstanceCommentReq req) throws Exception
ExceptionCopyright © 2026. All rights reserved.