| Package | Description |
|---|---|
| de.aristaflow.adept2.core.activityrepository | |
| de.aristaflow.adept2.model.activitymodel |
TODO This is completely outdated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutableComponentDescriptionManager.storeDevelopmentECD(SessionToken session,
StorageExecutableComponentDescription ecd,
long branch)
Stores the designated (storage representation of the) executable component
description in the designated branch and sets it
IN_DEVELOPMENT if not done yet. |
| Modifier and Type | Method and Description |
|---|---|
StorageExecutableComponentDescription |
ActivityModelFactory.cloneStorageExecutableComponentDescription(java.lang.String ecName,
StorageExecutableComponentDescription secd)
'Clone' the given storage executable component description, using the
values from the original ECD plus the given name.
|
StorageExecutableComponentDescription |
ActivityModelFactory.createStorageExecutableComponentDescription(java.lang.String name,
java.lang.String developerDescription,
long revision,
State state,
java.lang.String implementationClass,
java.util.List<java.lang.String> classPath,
ClassLoaderUsage classLoaderUsage,
byte[] systemComponentSignature,
java.lang.String guiContextID,
ExecutionControlProperties executionControlProperties,
java.util.UUID iconID,
java.lang.String licenceInformation,
StorageConfigurationDescription configurationDescription,
java.util.Collection<StorageParameterTemplate> parameterTemplates,
PluginDataContainer pluginData,
java.util.Map<java.lang.String,java.lang.String> userAttributes) |
StorageExecutableComponentDescription |
ExecutableComponentDescription.getStorageECD()
Gets the object that allows to easily store the data of this
ExecutableComponentDescription. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
AMTools.areEqual(StorageExecutableComponentDescription ecd1,
StorageExecutableComponentDescription ecd2)
Compares two
StorageExecutableComponentDescriptions for functional
equality, i.e. ignoring their state and revision. |
StorageExecutableComponentDescription |
ActivityModelFactory.cloneStorageExecutableComponentDescription(java.lang.String ecName,
StorageExecutableComponentDescription secd)
'Clone' the given storage executable component description, using the
values from the original ECD plus the given name.
|
ExecutableComponentDescription |
ActivityModelFactory.convertExecutableComponentDescription(StorageExecutableComponentDescription executableComponentDescription) |