| Package | Description |
|---|---|
| ch.cern.eam.wshub.core.services.workorders | |
| ch.cern.eam.wshub.core.services.workorders.entities | |
| ch.cern.eam.wshub.core.services.workorders.impl |
| Modifier and Type | Method and Description |
|---|---|
String |
SafetyService.addSafety(InforContext context,
EntitySafety safety) |
BatchResponse<String> |
SafetyService.addSafetyToEntitiesBatch(InforContext context,
EntitySafety entitySafetywshub,
List<String> parentIDs,
String entity) |
String |
SafetyService.addSafetyToEntity(InforContext context,
EntitySafety entitySafetywshub,
String parentID,
String entity) |
String |
SafetyService.syncEntitySafety(InforContext context,
EntitySafety entitySafetywshub) |
static void |
SafetyService.validateInput(EntitySafety input) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
SafetyService.addSafeties(InforContext context,
List<EntitySafety> listOfSafeties) |
static void |
SafetyService.validateInput(List<EntitySafety> input) |
| Constructor and Description |
|---|
EntitySafety(EntitySafety other) |
| Modifier and Type | Method and Description |
|---|---|
String |
SafetyServiceImpl.addSafety(InforContext context,
EntitySafety entitySafetywshub)
Adds a safety (given a hazard and a precaution measure) to a specified entity.
|
BatchResponse<String> |
SafetyServiceImpl.addSafetyToEntitiesBatch(InforContext context,
EntitySafety entitySafetywshub,
List<String> parentIDs,
String entity)
Adds a safety (given a hazard and a precaution measure) to list of entities.
|
String |
SafetyServiceImpl.addSafetyToEntity(InforContext context,
EntitySafety entitySafetywshub,
String parentID,
String entity)
Adds a safety (given a hazard and a precaution measure) to a specified entity.
|
String |
SafetyServiceImpl.syncEntitySafety(InforContext context,
EntitySafety entitySafetywshub)
Updates the specified safety with the given values of the safety object.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
SafetyServiceImpl.addSafeties(InforContext context,
List<EntitySafety> listOfSafeties)
Adds a list safeties (given their hazard and a precaution measures).
|
Copyright © 2020 CERN European Organization for Nuclear Research. All rights reserved.