| Package | Description |
|---|---|
| de.aristaflow.adept2.core.activityrepository | |
| de.aristaflow.adept2.model.activitymodel |
TODO This is completely outdated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationSetManager.storeDevelopmentCS(SessionToken session,
StorageConfigurationSet cs,
long branch)
Stores the designated (storage representation of the) configuration set in
the designated branch and sets it
IN_DEVELOPMENT if not done
yet. |
| Modifier and Type | Method and Description |
|---|---|
StorageConfigurationSet |
ActivityModelFactory.createStorageConfigurationSet(java.lang.String name,
java.lang.String description,
long revision,
State state,
PluginDataContainer pluginData,
java.util.Map<java.lang.String,java.lang.String> userAttributes)
can't be completely initialised through constructor; use object methods
instead
|
StorageConfigurationSet |
ConfigurationSet.getStorageCS()
Gets the object that allows to easily store the data of this
ConfigurationSet. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
AMTools.areEqual(StorageConfigurationSet cs1,
StorageConfigurationSet cs2)
Compares two
StorageConfigurationSets for functional equality, i.e. |
ConfigurationSet |
ActivityModelFactory.convertConfigurationSet(StorageConfigurationSet configurationSet) |