Class TaskIntegrationService
java.lang.Object
io.meeds.tenant.provisioning.service.TaskIntegrationService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancancelTask(io.meeds.deeds.elasticsearch.model.DeedTenant deedTenant, String transactionHash) booleansaveTask(io.meeds.deeds.elasticsearch.model.DeedTenant deedTenant, String transactionHash, boolean start, boolean confirmed)
-
Field Details
-
TASK_ID_PROP_NAME
- See Also:
-
CURRENT_TASK_ID_PROP_NAME
- See Also:
-
TASK_IDS_PROP_NAME
- See Also:
-
SPACES_PARENT_GROUP
- See Also:
-
TASK_ID_SEPARATOR
- See Also:
-
-
Constructor Details
-
TaskIntegrationService
public TaskIntegrationService()
-
-
Method Details