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.activityrepository
Methods in de.aristaflow.adept2.core.activityrepository that return ExecutableComponentDescription Modifier and Type Method Description ExecutableComponentDescription
ExecutableComponentDescriptionManager. 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.ExecutableComponentDescription
ExecutableComponentDescriptionManager. getECDRevision(SessionToken session, String ecName, long revision)
Gets the (full-fledged object representing the) designated revision of the designated executable component description.ExecutableComponentDescription
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 ExecutableComponentDescription Modifier and Type Method Description ExecutableComponentDescription
ActivityModelFactory. convertExecutableComponentDescription(StorageExecutableComponentDescription executableComponentDescription)
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)
ExecutableComponentDescription
Operation. getExecutableComponentDescription()
Gets theExecutableComponentDescription
this operation belongs to.Methods in de.aristaflow.adept2.model.activitymodel with parameters of type ExecutableComponentDescription Modifier and Type Method Description Operation
ActivityModelFactory. convertOperation(ExecutableComponentDescription executableComponentDescription, StorageOperation operation)
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)
InheritedConfiguration
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.InheritedConfigurationDescription
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.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.InheritedConfiguration
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.
-