Uses of Interface
de.aristaflow.adept2.model.activitymodel.StorageConfigurationSet
Packages that use StorageConfigurationSet
Package
Description
TODO This is completely outdated.
-
Uses of StorageConfigurationSet in de.aristaflow.adept2.core.activityrepository
Methods in de.aristaflow.adept2.core.activityrepository with parameters of type StorageConfigurationSetModifier and TypeMethodDescriptionvoidConfigurationSetManager.storeDevelopmentCS(SessionToken session, StorageConfigurationSet cs, long branch) Stores the designated (storage representation of the) configuration set in the designated branch and sets itIN_DEVELOPMENTif not done yet. -
Uses of StorageConfigurationSet in de.aristaflow.adept2.model.activitymodel
Methods in de.aristaflow.adept2.model.activitymodel that return StorageConfigurationSetModifier and TypeMethodDescriptionActivityModelFactory.createStorageConfigurationSet(String name, String description, long revision, State state, PluginDataContainer pluginData, Map<String, String> userAttributes) can't be completely initialised through constructor; use object methods insteadConfigurationSet.getStorageCS()Gets the object that allows to easily store the data of thisConfigurationSet.Methods in de.aristaflow.adept2.model.activitymodel with parameters of type StorageConfigurationSetModifier and TypeMethodDescriptionstatic booleanAMTools.areEqual(StorageConfigurationSet cs1, StorageConfigurationSet cs2) Compares twoStorageConfigurationSets for functional equality, i.e.ActivityModelFactory.convertConfigurationSet(StorageConfigurationSet configurationSet)