| Package | Description |
|---|---|
| org.openepics.cable.dto | |
| org.openepics.cable.model | |
| org.openepics.cable.services.dl | |
| org.openepics.cable.ui | |
| org.openepics.cable.util |
| Modifier and Type | Method and Description |
|---|---|
CableStatus |
ReuseCableDetails.getNewStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReuseCableDetails.setNewStatus(CableStatus newStatus) |
| Modifier and Type | Method and Description |
|---|---|
static CableStatus |
CableStatus.convertToCableStatus(String value)
Converts string value into Cable Status
|
CableStatus |
Cable.getStatus() |
static CableStatus |
CableStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CableStatus[] |
CableStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cable.setStatus(CableStatus status)
Sets the status of this cable instance.
|
| Constructor and Description |
|---|
Cable(String system,
String subsystem,
String cableClass,
Integer seqNumber,
List<String> owners,
CableStatus status,
CableArticle cableArticle,
CableType cableType,
String container,
Endpoint endpointA,
Endpoint endpointB,
Date created,
Date modified,
InstallationPackage installationPackage,
Date installationBy,
String comments,
String revision,
String electricalDocumentation)
Creates a new instance of a cable.
|
| Modifier and Type | Method and Description |
|---|---|
CableStatus |
CableParams.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
CableParams.Builder |
CableParams.Builder.withCableStatus(CableStatus cableStatus)
Return builder with cable status set.
|
| Modifier and Type | Method and Description |
|---|---|
CableStatus |
CableUI.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
List<CableStatus> |
CableRequestManager.allCableStatuses()
Lists cable statuses when reusing a cable on UI
|
List<CableStatus> |
CableRequestManager.getPossibleCableStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
CableUI.setStatus(CableStatus status) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<CableStatus> |
StatusTransitionUtil.possibleStatuses(CableStatus currentStatus)
Shows a collection of statuses that can be used during status transition.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<CableStatus> |
StatusTransitionUtil.possibleStatuses(CableStatus currentStatus)
Shows a collection of statuses that can be used during status transition.
|
static boolean |
StatusTransitionUtil.transitionAllowed(CableStatus currentStatus,
CableStatus newStatus)
Checks if a transition from one cable status is allowed to another status.
|
Copyright © 2026 European Spallation Source. All rights reserved.