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 voidExecutableComponentDescriptionManager. 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 StorageExecutableComponentDescription Modifier and Type Method Description StorageExecutableComponentDescriptionActivityModelFactory. cloneStorageExecutableComponentDescription(String ecName, StorageExecutableComponentDescription secd)'Clone' the given storage executable component description, using the values from the original ECD plus the given name.StorageExecutableComponentDescriptionActivityModelFactory. 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)StorageExecutableComponentDescriptionExecutableComponentDescription. 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 booleanAMTools. areEqual(StorageExecutableComponentDescription ecd1, StorageExecutableComponentDescription ecd2)Compares twoStorageExecutableComponentDescriptions for functional equality, i.e.StorageExecutableComponentDescriptionActivityModelFactory. cloneStorageExecutableComponentDescription(String ecName, StorageExecutableComponentDescription secd)'Clone' the given storage executable component description, using the values from the original ECD plus the given name.ExecutableComponentDescriptionActivityModelFactory. convertExecutableComponentDescription(StorageExecutableComponentDescription executableComponentDescription)
-