| Package | Description |
|---|---|
| io.cloudslang.engine.node.services |
| Modifier and Type | Method and Description |
|---|---|
WorkerNode |
WorkerNodeService.findByUuid(String uuid)
find worker without relating to the IS_DELETED property
|
WorkerNode |
WorkerNodeService.readByUUID(String uuid)
find not deleted worker by uuid
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkerNode> |
WorkerNodeService.readAllNotDeletedWorkers()
Reads all of the workers that are not marked with the IS_DELETED flag
|
List<WorkerNode> |
WorkerNodeService.readAllWorkers()
Reads all of the workers records
|
List<WorkerNode> |
WorkerNodeService.readWorkersByActivation(boolean isActive)
read all worker that there activation status is as a given status
|
Copyright © 2019. All rights reserved.