类 DefaultCommandService
java.lang.Object
com.onlyoffice.service.command.DefaultCommandService
- 所有已实现的接口:
RequestedService,CommandService
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明processCommand(CommandRequest commandRequest, String bucket, String fileId) Process command request.voidsetRequestManager(RequestManager requestManager)
-
构造器详细资料
-
DefaultCommandService
-
-
方法详细资料
-
getRequestManager
-
setRequestManager
-
processCommand
public CommandResponse processCommand(CommandRequest commandRequest, String bucket, String fileId) throws Exception 从接口复制的说明:CommandServiceProcess command request.- 指定者:
processCommand在接口中CommandService- 参数:
commandRequest- TheCommandRequestobject.bucket- The file bucket.fileId- The ID of the file.- 返回:
- The
CommandResponseobject. - 抛出:
Exception- If the processing fails unexpectedly.- 另请参阅:
-