Uses of Interface
de.aristaflow.adept2.model.activitymodel.ExecutableComponentDescription
Packages that use ExecutableComponentDescription
Package
Description
TODO This is completely outdated.
-
Uses of ExecutableComponentDescription in de.aristaflow.adept2.core.activityrepository
Methods in de.aristaflow.adept2.core.activityrepository that return ExecutableComponentDescriptionModifier and TypeMethodDescriptionExecutableComponentDescriptionManager.getDevelopmentECD(SessionToken session, String ecName, long branch) Gets the (full-fledged object representing the) development version of the designated executable component description in the designated branch.ExecutableComponentDescriptionManager.getECDRevision(SessionToken session, String ecName, long revision) Gets the (full-fledged object representing the) designated revision of the designated executable component description.ExecutableComponentDescriptionManager.getLatestECD(SessionToken session, String ecName) Gets the (full-fledged object representing the) latest revision of the designated executable component description. -
Uses of ExecutableComponentDescription in de.aristaflow.adept2.model.activitymodel
Methods in de.aristaflow.adept2.model.activitymodel that return ExecutableComponentDescriptionModifier and TypeMethodDescriptionActivityModelFactory.convertExecutableComponentDescription(StorageExecutableComponentDescription executableComponentDescription) ActivityModelFactory.createExecutableComponentDescription(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, InheritedConfigurationDescription configurationDescription, Collection<ParameterTemplate> parameterTemplates, PluginDataContainer pluginData, Map<String, String> userAttributes) Operation.getExecutableComponentDescription()Gets theExecutableComponentDescriptionthis operation belongs to.Methods in de.aristaflow.adept2.model.activitymodel with parameters of type ExecutableComponentDescriptionModifier and TypeMethodDescriptionActivityModelFactory.convertOperation(ExecutableComponentDescription executableComponentDescription, StorageOperation operation) ActivityModelFactory.createOperation(ExecutableComponentDescription executableComponentDescription, String name, String description, String developerDescription, long revision, State state, String implementationClass, List<String> classPath, ClassLoaderUsage classLoaderUsage, byte[] systemComponentSignature, String guiContextID, ExecutionControlProperties executionControlProperties, boolean supportViewOnly, boolean supportsTestExecution, UUID iconID, String licenceInformation, InheritedConfigurationDescription configurationDescription, InheritedActivityConfiguration configuration, InheritedActivityConfiguration testConfiguration, ParameterChangePolicy parameterChangePolicy, Collection<ActivityModelParameter> inputParameters, Collection<ActivityModelParameter> outputParameters, Collection<ParameterTemplate> parameterTemplates, String staffAssignmentRule, PluginDataContainer pluginData, Map<String, String> userAttributes) ConfigurationSet.getConfiguration(ExecutableComponentDescription ecd) Gets the configuration for the activity template definitions of this configuration set that are based on the designated executable component description.ConfigurationSet.getConfigurationDescription(ExecutableComponentDescription ecd) Gets the configuration description for the activity template definitions of this configuration set that are based on the designated executable component description.ConfigurationSet.getParameterTemplates(ExecutableComponentDescription ecd) Gets parameter templates that are defined for the activity template definitions of this configuration set that are based on the designated executable component description.ConfigurationSet.getTestConfiguration(ExecutableComponentDescription ecd) Gets the test configuration for the activity template definitions of this configuration set that are based on the designated executable component description.