Uses of Class
de.aristaflow.adept2.model.globals.ProcessConstants.TemplateProperty
-
Packages that use ProcessConstants.TemplateProperty Package Description de.aristaflow.adept2.core.changeoperations de.aristaflow.adept2.model.globals -
-
Uses of ProcessConstants.TemplateProperty in de.aristaflow.adept2.core.changeoperations
Methods in de.aristaflow.adept2.core.changeoperations with parameters of type ProcessConstants.TemplateProperty Modifier and Type Method Description static boolean
UpdateTemplate. isPossible(UUID templateID, ProcessConstants.TemplateProperty... templateProperties)
Checks if it is valid for the template with the given id to update the properties given byProperties
.static boolean
UpdateTemplate. isPossible(UUID templateID, CheckReport checkReport, ProcessConstants.TemplateProperty... templateProperties)
Checks if it is valid for the template with the given id to update the properties given byProperties
.static void
UpdateTemplate. performOperation(ChangeableTemplate template, String newName, String newInstanceNameTemplate, QualifiedAgent newSupervisorAgent, Set<ProcessModelParameter> newInputParameters, Set<ProcessModelParameter> newOutputParameters, UpdateManager updateManager, ProcessConstants.TemplateProperty... templateProperties)
Updates the given template using those of the given attributes which are specified in template properties.static void
UpdateTemplate. performOperation(ChangeableTemplate template, String newName, String newInstanceNameTemplate, QualifiedAgent newSupervisorAgent, Set<ProcessModelParameter> newInputParameters, Set<ProcessModelParameter> newOutputParameters, ProcessConstants.TemplateProperty... templateProperties)
Updates the given template using those of the given attributes which are specified in template properties. -
Uses of ProcessConstants.TemplateProperty in de.aristaflow.adept2.model.globals
Methods in de.aristaflow.adept2.model.globals that return ProcessConstants.TemplateProperty Modifier and Type Method Description static ProcessConstants.TemplateProperty
ProcessConstants.TemplateProperty. valueOf(int code)
Returns the enum constant of this type with the specified name.static ProcessConstants.TemplateProperty
ProcessConstants.TemplateProperty. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProcessConstants.TemplateProperty[]
ProcessConstants.TemplateProperty. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-