Uses of Interface
de.aristaflow.adept2.model.activitymodel.StorageExecutableComponentDescription
-
Packages that use StorageExecutableComponentDescription Package Description de.aristaflow.adept2.core.activityrepository de.aristaflow.adept2.model.activitymodel TODO This is completely outdated. -
-
Uses of StorageExecutableComponentDescription in de.aristaflow.adept2.core.activityrepository
Methods in de.aristaflow.adept2.core.activityrepository with parameters of type StorageExecutableComponentDescription Modifier and Type Method 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 itIN_DEVELOPMENT
if not done yet. -
Uses of StorageExecutableComponentDescription in de.aristaflow.adept2.model.activitymodel
Methods in de.aristaflow.adept2.model.activitymodel that return StorageExecutableComponentDescription Modifier and Type Method Description StorageExecutableComponentDescription
ActivityModelFactory. cloneStorageExecutableComponentDescription(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(String name, String developerDescription, long revision, State state, String implementationClass, List<String> classPath, ClassLoaderUsage classLoaderUsage, byte[] systemComponentSignature, String guiContextID, ExecutionControlProperties executionControlProperties, UUID iconID, String licenceInformation, StorageConfigurationDescription configurationDescription, Collection<StorageParameterTemplate> parameterTemplates, PluginDataContainer pluginData, Map<String,String> userAttributes)
StorageExecutableComponentDescription
ExecutableComponentDescription. getStorageECD()
Gets the object that allows to easily store the data of thisExecutableComponentDescription
.Methods in de.aristaflow.adept2.model.activitymodel with parameters of type StorageExecutableComponentDescription Modifier and Type Method Description static boolean
AMTools. areEqual(StorageExecutableComponentDescription ecd1, StorageExecutableComponentDescription ecd2)
Compares twoStorageExecutableComponentDescription
s for functional equality, i.e. ignoring their state and revision.StorageExecutableComponentDescription
ActivityModelFactory. cloneStorageExecutableComponentDescription(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)
-