Uses of Interface
de.aristaflow.adept2.model.activitymodel.StorageExecutableComponentDescription
Packages that use StorageExecutableComponentDescription
Package
Description
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 StorageExecutableComponentDescriptionModifier and TypeMethodDescriptionvoidExecutableComponentDescriptionManager.storeDevelopmentECD(SessionToken session, StorageExecutableComponentDescription ecd, long branch) Stores the designated (storage representation of the) executable component description in the designated branch and sets itIN_DEVELOPMENTif not done yet. -
Uses of StorageExecutableComponentDescription in de.aristaflow.adept2.model.activitymodel
Methods in de.aristaflow.adept2.model.activitymodel that return StorageExecutableComponentDescriptionModifier and TypeMethodDescriptionActivityModelFactory.cloneStorageExecutableComponentDescription(String ecName, StorageExecutableComponentDescription secd) 'Clone' the given storage executable component description, using the values from the original ECD plus the given name.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) 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 StorageExecutableComponentDescriptionModifier and TypeMethodDescriptionstatic booleanAMTools.areEqual(StorageExecutableComponentDescription ecd1, StorageExecutableComponentDescription ecd2) Compares twoStorageExecutableComponentDescriptions for functional equality, i.e.ActivityModelFactory.cloneStorageExecutableComponentDescription(String ecName, StorageExecutableComponentDescription secd) 'Clone' the given storage executable component description, using the values from the original ECD plus the given name.ActivityModelFactory.convertExecutableComponentDescription(StorageExecutableComponentDescription executableComponentDescription)