Uses of Interface
de.aristaflow.adept2.model.activitymodel.Operation
-
Packages that use Operation Package Description de.aristaflow.adept2.core.activityrepository de.aristaflow.adept2.model.activitymodel TODO This is completely outdated. -
-
Uses of Operation in de.aristaflow.adept2.core.activityrepository
Methods in de.aristaflow.adept2.core.activityrepository that return Operation Modifier and Type Method Description OperationOperationManager. getDevelopmentOperation(SessionToken session, String ecName, String operationName, long branch)Gets the (full-fledged object representing the) development version of the designated operation in the designated branch.OperationOperationManager. getLatestOperation(SessionToken session, String ecName, String operationName)Gets the (full-fledged object representing the) latest revision of the designated operation.OperationOperationManager. getOperationRevision(SessionToken session, String ecName, String operationName, long revision)Gets the (full-fledged object representing the) designated revision of the designated operation. -
Uses of Operation in de.aristaflow.adept2.model.activitymodel
Methods in de.aristaflow.adept2.model.activitymodel that return Operation 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)OperationActivityTemplateDefinition. getOperation()Gets the operation of this activity template definition.Methods in de.aristaflow.adept2.model.activitymodel with parameters of type Operation Modifier and Type Method Description ActivityTemplateDefinitionActivityModelFactory. convertActivityTemplateDefinition(Operation operation, ConfigurationSet configurationSet, StorageActivityTemplateDefinition atd)ActivityTemplateDefinitionActivityModelFactory. createActivityTemplateDefinition(Operation operation, ConfigurationSet configurationSet, UUID id, String name, String description, String developerDescription, long revision, State state, String implementationClass, List<String> classPath, ClassLoaderUsage classLoaderUsage, byte[] systemComponentSignature, String guiContextID, ExecutionControlProperties executionControlProperties, Boolean supportsViewOnly, 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)InheritedActivityConfigurationConfigurationSet. getConfiguration(Operation operation)Gets the configuration for the activity template definitions of this configuration set that are based on the designated operation.InheritedConfigurationDescriptionConfigurationSet. getConfigurationDescription(Operation operation)Gets the configuration description for the activity template definitions of this configuration set that are based on the designated operation.InheritedCollection<String,ParameterTemplate>ConfigurationSet. getParameterTemplates(Operation operation)Gets parameter templates that are defined for the activity template definitions of this configuration set that are based on the designated operation.StringConfigurationSet. getStaffAssignmentRule(Operation operation)Gets the staff assignment rule that is proposed by the administrator of the activity model for the activity template definitions of this configuration set that are based on the designated operation.InheritedActivityConfigurationConfigurationSet. getTestConfiguration(Operation operation)Gets the test configuration for the activity template definitions of this configuration set that are based on the designated operation.
-