Uses of Enum Class
de.aristaflow.adept2.model.globals.ProcessConstants.TemplateUsage
Packages that use ProcessConstants.TemplateUsage
Package
Description
-
Uses of ProcessConstants.TemplateUsage in de.aristaflow.adept2.model.globals
Methods in de.aristaflow.adept2.model.globals that return ProcessConstants.TemplateUsageModifier and TypeMethodDescriptionProcessConstants.TemplateUsage.valueOf(int code) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static ProcessConstants.TemplateUsage[]ProcessConstants.TemplateUsage.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ProcessConstants.TemplateUsage in de.aristaflow.adept2.model.processmodel
Methods in de.aristaflow.adept2.model.processmodel that return ProcessConstants.TemplateUsageModifier and TypeMethodDescriptionTemplateReference.getUsageAsSubprocess()Gets how the template may be used, that is whether the template may be used as a top-level process only, a copied subprocess, a referenced subprocess or both.TemplateStatus.getUsageAsSubprocess()Gets how the template may be used, that is whether the template may be used as a top-level process only, a copied subprocess, a referenced subprocess or both.Methods in de.aristaflow.adept2.model.processmodel with parameters of type ProcessConstants.TemplateUsageModifier and TypeMethodDescriptionProcessModelFactory.createTemplateReference(UUID templateID, String processType, String version, String name, String description, QualifiedAgent supervisorAgent, Set<ProcessModelParameter> inputParameters, Set<ProcessModelParameter> outputParameters, Map<String, Set<String>> supportedPlugins, Map<String, PluginData> pluginData, Map<String, String> userAttributes, boolean topLevelUsable, ProcessConstants.TemplateUsage usageAsSubprocess, ProcessConstants.TemplateBuildtimeState buildtimeState, boolean derivable, boolean spOutdated, boolean tlOutdated, boolean spInstantiable, boolean tlInstantiable, boolean spMigratable, boolean tlMigratable, boolean spChangeable, boolean tlChangeable) Create a TemplateReference.ProcessModelFactory.createTemplateStatus(UUID templateID, ProcessConstants.TemplateBuildtimeState buildtimeState, ProcessConstants.TemplateUsage subprocessUsage, boolean topLevelUsage, boolean derivable, String derivableComment, boolean tlOutdated, String tlOutdatedComment, boolean spOutdated, String spOutdatedComment, boolean tlInstantiable, String tlInstantiableComment, boolean spInstantiable, String spInstantiableComment, boolean tlInstancesMigratableTo, String tlInstancesMigratableComment, boolean spInstancesMigratableTo, String spInstancesMigratableComment, boolean tlInstancesChangeable, String tlInstancesChangeableComment, boolean spInstancesChangeable, String spInstancesChangeableComment, String starterRule) Create a TemplateStatus object with all comments set as provided.voidTemplateStatus.setSubprocessUsage(ProcessConstants.TemplateUsage usage) Sets how the designated template may be used as subprocess. -
Uses of ProcessConstants.TemplateUsage in de.aristaflow.ilm.model.processmodel
Fields in de.aristaflow.ilm.model.processmodel declared as ProcessConstants.TemplateUsageModifier and TypeFieldDescription@NotNull ProcessConstants.TemplateUsageTemplateReference.usageAsSubprocess@NotNull ProcessConstants.TemplateUsageTemplateStatus.usageAsSubprocess