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 Operation
OperationManager. 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.Operation
OperationManager. getLatestOperation(SessionToken session, String ecName, String operationName)
Gets the (full-fledged object representing the) latest revision of the designated operation.Operation
OperationManager. 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 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)
Operation
ActivityTemplateDefinition. 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 ActivityTemplateDefinition
ActivityModelFactory. convertActivityTemplateDefinition(Operation operation, ConfigurationSet configurationSet, StorageActivityTemplateDefinition atd)
ActivityTemplateDefinition
ActivityModelFactory. 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)
InheritedActivityConfiguration
ConfigurationSet. getConfiguration(Operation operation)
Gets the configuration for the activity template definitions of this configuration set that are based on the designated operation.InheritedConfigurationDescription
ConfigurationSet. 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.String
ConfigurationSet. 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.InheritedActivityConfiguration
ConfigurationSet. getTestConfiguration(Operation operation)
Gets the test configuration for the activity template definitions of this configuration set that are based on the designated operation.
-