public final class ProcessInstanceConfig extends Object
Constructor and Description |
---|
ProcessInstanceConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
SnapshotTokenConfig |
getSnapshotTokenConfig()
Gets the snapshot token type to use.
|
List<StageConfig> |
getStageConfigs()
Gets the list of stage configs.
|
StorageType |
getStorageType()
Gets the storage type to use.
|
int |
hashCode() |
ProcessInstanceConfig |
setSnapshotTokenConfig(SnapshotTokenConfig snapshotTokenConfig)
Sets the snapshot token type to use.
|
ProcessInstanceConfig |
setStageConfigs(List<StageConfig> stageConfigs)
Sets the list of stage configs.
|
ProcessInstanceConfig |
setStorageType(StorageType storageType)
Sets the storage type to use.
|
public ProcessInstanceConfig setStageConfigs(List<StageConfig> stageConfigs)
stageConfigs
- the list of stage configspublic List<StageConfig> getStageConfigs()
public ProcessInstanceConfig setSnapshotTokenConfig(SnapshotTokenConfig snapshotTokenConfig)
snapshotTokenConfig
- the snapshot token configpublic SnapshotTokenConfig getSnapshotTokenConfig()
public ProcessInstanceConfig setStorageType(StorageType storageType)
StorageType
.storageType
- the storage typepublic StorageType getStorageType()
Copyright © 2025 Open Identity Platform Community. All rights reserved.