@Singleton
public class AdminResource
extends java.lang.Object
| Constructor and Description |
|---|
AdminResource(com.netflix.conductor.core.config.Configuration config,
com.netflix.conductor.service.ExecutionService service,
com.netflix.conductor.dao.QueueDAO queue) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getAllConfig() |
java.lang.String |
requeueSweep(java.lang.String workflowId) |
java.util.List<com.netflix.conductor.common.metadata.tasks.Task> |
view(java.lang.String taskType,
java.lang.Integer start,
java.lang.Integer count) |
@Inject
public AdminResource(com.netflix.conductor.core.config.Configuration config,
com.netflix.conductor.service.ExecutionService service,
com.netflix.conductor.dao.QueueDAO queue)
public java.util.Map<java.lang.String,java.lang.Object> getAllConfig()
public java.util.List<com.netflix.conductor.common.metadata.tasks.Task> view(java.lang.String taskType,
java.lang.Integer start,
java.lang.Integer count)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String requeueSweep(java.lang.String workflowId)
throws java.lang.Exception
java.lang.Exception