Uses of Class
com.oracle.bmc.dataintegration.model.State
-
Packages that use State Package Description com.oracle.bmc.dataintegration.model -
-
Uses of State in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return State Modifier and Type Method Description State
State.Builder. build()
Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type State Modifier and Type Method Description Map<String,State>
CompositeState. getAllStatesMap()
Map that stores all the States for a given Task or ScheduleMethods in com.oracle.bmc.dataintegration.model with parameters of type State Modifier and Type Method Description State.Builder
State.Builder. copy(State model)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type State Modifier and Type Method Description CompositeState.Builder
CompositeState.Builder. allStatesMap(Map<String,State> allStatesMap)
Map that stores all the States for a given Task or ScheduleConstructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type State Constructor Description CompositeState(CompositeState.CompositeStateAggregator compositeStateAggregator, String key, String modelType, String modelVersion, ParentReference parentRef, String name, String identifier, String description, Integer objectVersion, Integer objectStatus, Map<String,State> allStatesMap, RegistryMetadata registryMetadata, ObjectMetadata metadata)
Deprecated.
-