public class WorkerTask extends Object implements Supplier<ItemStatus>
Constructor and Description |
---|
WorkerTask(DescriptionStep descriptionStep,
int tenantId,
String requestId,
String contractId,
String contextId,
String applicationId) |
WorkerTask(DescriptionStep descriptionStep,
int tenantId,
String requestId,
String contractId,
String contextId,
String applicationId,
WorkerClientFactory workerClientFactory) |
Modifier and Type | Method and Description |
---|---|
ItemStatus |
get() |
String |
getObjectName() |
List<String> |
getObjectNameList() |
Step |
getStep() |
boolean |
isCompleted() |
public WorkerTask(DescriptionStep descriptionStep, int tenantId, String requestId, String contractId, String contextId, String applicationId)
public WorkerTask(DescriptionStep descriptionStep, int tenantId, String requestId, String contractId, String contextId, String applicationId, WorkerClientFactory workerClientFactory)
public ItemStatus get()
get
in interface Supplier<ItemStatus>
public Step getStep()
public String getObjectName()
public boolean isCompleted()
Copyright © 2019 Vitam. All rights reserved.