Uses of Interface
de.aristaflow.adept2.model.activitymodel.ExecutableComponentDescription
- 
Packages that use ExecutableComponentDescription Package Description de.aristaflow.adept2.core.activityrepository de.aristaflow.adept2.model.activitymodel TODO This is completely outdated.
- 
- 
Uses of ExecutableComponentDescription in de.aristaflow.adept2.core.activityrepositoryMethods in de.aristaflow.adept2.core.activityrepository that return ExecutableComponentDescription Modifier and Type Method Description ExecutableComponentDescriptionExecutableComponentDescriptionManager. 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.ExecutableComponentDescriptionExecutableComponentDescriptionManager. getECDRevision(SessionToken session, String ecName, long revision)Gets the (full-fledged object representing the) designated revision of the designated executable component description.ExecutableComponentDescriptionExecutableComponentDescriptionManager. 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.activitymodelMethods in de.aristaflow.adept2.model.activitymodel that return ExecutableComponentDescription Modifier and Type Method Description ExecutableComponentDescriptionActivityModelFactory. convertExecutableComponentDescription(StorageExecutableComponentDescription executableComponentDescription)ExecutableComponentDescriptionActivityModelFactory. 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)ExecutableComponentDescriptionOperation. getExecutableComponentDescription()Gets theExecutableComponentDescriptionthis operation belongs to.Methods in de.aristaflow.adept2.model.activitymodel with parameters of type ExecutableComponentDescription Modifier and Type Method Description OperationActivityModelFactory. convertOperation(ExecutableComponentDescription executableComponentDescription, StorageOperation operation)OperationActivityModelFactory. 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)InheritedConfigurationConfigurationSet. getConfiguration(ExecutableComponentDescription ecd)Gets the configuration for the activity template definitions of this configuration set that are based on the designated executable component description.InheritedConfigurationDescriptionConfigurationSet. 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.InheritedCollection<String,ParameterTemplate>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.InheritedConfigurationConfigurationSet. 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.
 
-