Uses of Class
org.somda.sdc.biceps.model.participant.AbstractOperationState
-
Packages that use AbstractOperationState Package Description org.somda.sdc.biceps.model.message org.somda.sdc.biceps.model.participant -
-
Uses of AbstractOperationState in org.somda.sdc.biceps.model.message
Fields in org.somda.sdc.biceps.model.message with type parameters of type AbstractOperationState Modifier and Type Field Description protected List<AbstractOperationState>AbstractOperationalStateReport.ReportPart. operationStateMethods in org.somda.sdc.biceps.model.message that return types with arguments of type AbstractOperationState Modifier and Type Method Description List<AbstractOperationState>AbstractOperationalStateReport.ReportPart. getOperationState()Gets the value of the operationState property.Method parameters in org.somda.sdc.biceps.model.message with type arguments of type AbstractOperationState Modifier and Type Method Description voidAbstractOperationalStateReport.ReportPart. setOperationState(List<AbstractOperationState> value) -
Uses of AbstractOperationState in org.somda.sdc.biceps.model.participant
Subclasses of AbstractOperationState in org.somda.sdc.biceps.model.participant Modifier and Type Class Description classActivateOperationStateState of an activate operation that is exposed on the SCO.classSetAlertStateOperationStateState of an alert state set operation that is exposed on the SCO.classSetComponentStateOperationStateState of a component state set operation that is exposed on the SCO.classSetContextStateOperationStateState of a context state set operation that is exposed on the SCO.classSetMetricStateOperationStateState of a METRIC state set operation that is exposed on the SCO.classSetStringOperationStateState of a string set operation that is exposed on the SCO.classSetValueOperationStateState of a numeric set operation that is exposed on the SCO.Methods in org.somda.sdc.biceps.model.participant that return AbstractOperationState Modifier and Type Method Description AbstractOperationStateObjectFactory. createAbstractOperationState()Create an instance ofAbstractOperationState
-