@Component public class TaskEntityResolver extends Object implements com.coxautodev.graphql.tools.GraphQLResolver<org.camunda.bpm.engine.impl.persistence.entity.TaskEntity>
| Constructor and Description |
|---|
TaskEntityResolver() |
| Modifier and Type | Method and Description |
|---|---|
org.camunda.bpm.engine.identity.User |
assignee(org.camunda.bpm.engine.impl.persistence.entity.TaskEntity taskEntity) |
String |
contextPath(org.camunda.bpm.engine.impl.persistence.entity.TaskEntity taskEntity) |
org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity |
executionEntity(org.camunda.bpm.engine.impl.persistence.entity.TaskEntity taskEntity) |
org.camunda.bpm.engine.repository.ProcessDefinition |
processDefinition(org.camunda.bpm.engine.impl.persistence.entity.TaskEntity taskEntity) |
org.camunda.bpm.engine.runtime.ProcessInstance |
processInstance(org.camunda.bpm.engine.impl.persistence.entity.TaskEntity taskEntity) |
List<KeyValuePair> |
variables(org.camunda.bpm.engine.impl.persistence.entity.TaskEntity taskEntity) |
public org.camunda.bpm.engine.repository.ProcessDefinition processDefinition(org.camunda.bpm.engine.impl.persistence.entity.TaskEntity taskEntity)
public org.camunda.bpm.engine.runtime.ProcessInstance processInstance(org.camunda.bpm.engine.impl.persistence.entity.TaskEntity taskEntity)
public org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity executionEntity(org.camunda.bpm.engine.impl.persistence.entity.TaskEntity taskEntity)
public org.camunda.bpm.engine.identity.User assignee(org.camunda.bpm.engine.impl.persistence.entity.TaskEntity taskEntity)
public String contextPath(org.camunda.bpm.engine.impl.persistence.entity.TaskEntity taskEntity)
public List<KeyValuePair> variables(org.camunda.bpm.engine.impl.persistence.entity.TaskEntity taskEntity)
Copyright © 2017 camunda services GmbH. All rights reserved.