@Component public class CompleteTaskCmdExecutor extends Object implements CommandExecutor<org.activiti.runtime.api.model.payloads.CompleteTaskPayload>
| Constructor and Description |
|---|
CompleteTaskCmdExecutor(org.activiti.runtime.api.TaskAdminRuntime taskAdminRuntime,
org.springframework.messaging.MessageChannel commandResults) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.activiti.runtime.api.model.payloads.CompleteTaskPayload completeTaskPayload) |
String |
getHandledType() |
@Autowired
public CompleteTaskCmdExecutor(org.activiti.runtime.api.TaskAdminRuntime taskAdminRuntime,
org.springframework.messaging.MessageChannel commandResults)
public String getHandledType()
getHandledType in interface CommandExecutor<org.activiti.runtime.api.model.payloads.CompleteTaskPayload>public void execute(org.activiti.runtime.api.model.payloads.CompleteTaskPayload completeTaskPayload)
execute in interface CommandExecutor<org.activiti.runtime.api.model.payloads.CompleteTaskPayload>Copyright © 2010–2018 Alfresco. All rights reserved.