| Modifier and Type | Method and Description |
|---|---|
void |
MetricListener.changeRequestStateChanged(BICEPSMetricControl source,
long transactionId,
InvocationState newState,
InvocationError errorCode,
List<LocalizedText> errorMsg) |
void |
MDSContextElementListener.changeRequestStateChanged(T source,
long transactionId,
InvocationState newState,
InvocationError errorCode,
List<LocalizedText> errorMsg) |
void |
AlertConditionListener.invokationStateChanged(BICEPSAlertConditionControl source,
int transactionId,
InvocationState newState,
InvocationError errorCode,
List<LocalizedText> errorMsg) |
void |
AlertSignalListener.invokationStateChanged(BICEPSAlertSignalControl source,
long transactionId,
InvocationState newState,
InvocationError errorCode,
List<LocalizedText> errorMsg) |
void |
AlertSystemListener.invokationStateChanged(BICEPSAlertSystemControl source,
int transactionId,
InvocationState newState,
InvocationError errorCode,
List<LocalizedText> errorMsg) |
void |
ManeuverListener.requestStateChanged(BICEPSManeuver source,
long transactionId,
InvocationState newState,
InvocationError errorCode,
List<LocalizedText> errorMsg) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAbstractBICEPSProxy.requestStateChanged(long transactionId,
long sequenceNumber,
InvocationState newState,
InvocationError errorCode,
List<LocalizedText> errorMsg) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBICEPSAlertSystem.requestStateChanged(long transactionId,
long sequenceNumber,
InvocationState newState,
InvocationError errorCode,
List<LocalizedText> errorMsg) |
void |
DefaultBICEPSAlertSignalState.requestStateChanged(long transactionId,
long sequenceNumber,
InvocationState newState,
InvocationError errorCode,
List<LocalizedText> errorMsg) |
void |
DefaultBICEPSAlertSignal.requestStateChanged(long transactionId,
long sequenceNumber,
InvocationState newState,
InvocationError errorCode,
List<LocalizedText> errorMsg) |
void |
DefaultBICEPSAlertCondition.requestStateChanged(long transactionId,
long sequenceNumber,
InvocationState newState,
InvocationError errorCode,
List<LocalizedText> errorMsg) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBICEPSWorkflowContext.requestStateChanged(long transactionId,
long sequenceNumber,
InvocationState newState,
InvocationError errorCode,
List<LocalizedText> errorMsg) |
void |
DefaultBICEPSPatientContext.requestStateChanged(long transactionId,
long sequenceNumber,
InvocationState newState,
InvocationError errorCode,
List<LocalizedText> errorMsg) |
void |
DefaultBICEPSMDSContext.requestStateChanged(long transactionId,
long sequenceNumber,
InvocationState newState,
InvocationError errorCode,
List<LocalizedText> errorMsg) |
void |
DefaultBICEPSLocationContext.requestStateChanged(long transactionId,
long sequenceNumber,
InvocationState newState,
InvocationError errorCode,
List<LocalizedText> errorMsg) |
void |
DefaultBICEPSEnsembleContext.requestStateChanged(long transactionId,
long sequenceNumber,
InvocationState newState,
InvocationError errorCode,
List<LocalizedText> errorMsg) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBICEPSManeuver.requestStateChanged(long transactionId,
long sequenceNumber,
InvocationState newState,
InvocationError errorCode,
List<LocalizedText> errorMsg) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBICEPSMedicalDeviceSystem.requestStateChanged(long transactionId,
long sequenceNumber,
InvocationState newState,
InvocationError errorCode,
List<LocalizedText> errorMsg) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBICEPSMetricControl.requestStateChanged(long transactionId,
long sequenceNumber,
InvocationState newState,
InvocationError errorCode,
List<LocalizedText> errorMsg) |
void |
DefaultBICEPSMetric.requestStateChanged(long transactionId,
long sequenceNumber,
InvocationState newState,
InvocationError errorCode,
List<LocalizedText> errorMsg) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBICEPSStream.requestStateChanged(long transactionId,
long sequenceNumber,
InvocationState newState,
InvocationError errorCode,
List<LocalizedText> errorMsg) |
| Modifier and Type | Field and Description |
|---|---|
protected InvocationState |
InvocationInfo.invocationState |
| Modifier and Type | Method and Description |
|---|---|
static InvocationState |
InvocationState.fromValue(String v) |
InvocationState |
InvocationInfo.getInvocationState()
Gets the value of the invocationState property.
|
static InvocationState |
InvocationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvocationState[] |
InvocationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvocationInfo.setInvocationState(InvocationState value)
Sets the value of the invocationState property.
|
| Modifier and Type | Method and Description |
|---|---|
InvocationState |
OperationStateChangedNotification.getNewInvocationState() |
| Constructor and Description |
|---|
OperationStateChangedNotification(String mdsHandle,
MDIBOperation operation,
InvocationState newState) |
Copyright © 2017. All rights reserved.