Uses of Class
de.aristaflow.adept2.model.globals.ProcessConstants.TemplateUsage
-
Packages that use ProcessConstants.TemplateUsage Package Description de.aristaflow.adept2.model.globals de.aristaflow.adept2.model.processmodel de.aristaflow.ilm.model.processmodel -
-
Uses of ProcessConstants.TemplateUsage in de.aristaflow.adept2.model.globals
Methods in de.aristaflow.adept2.model.globals that return ProcessConstants.TemplateUsage Modifier and Type Method Description static ProcessConstants.TemplateUsage
ProcessConstants.TemplateUsage. valueOf(int code)
Returns the enum constant of this type with the specified name.static ProcessConstants.TemplateUsage
ProcessConstants.TemplateUsage. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProcessConstants.TemplateUsage[]
ProcessConstants.TemplateUsage. values()
Returns an array containing the constants of this enum type, 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.TemplateUsage Modifier and Type Method Description ProcessConstants.TemplateUsage
TemplateReference. 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.ProcessConstants.TemplateUsage
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.TemplateUsage Modifier and Type Method Description TemplateReference
ProcessModelFactory. 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.TemplateStatus
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.void
TemplateStatus. 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.TemplateUsage Modifier and Type Field Description @NotNull ProcessConstants.TemplateUsage
TemplateReference. usageAsSubprocess
@NotNull ProcessConstants.TemplateUsage
TemplateStatus. usageAsSubprocess
-