Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
State |
State.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Map<String,State> |
CompositeState.getAllStatesMap()
Map that stores all the States for a given Task or Schedule
|
Modifier and Type | Method and Description |
---|---|
State.Builder |
State.Builder.copy(State model) |
Modifier and Type | Method and Description |
---|---|
CompositeState.Builder |
CompositeState.Builder.allStatesMap(Map<String,State> allStatesMap)
Map that stores all the States for a given Task or Schedule
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.