Uses of Enum Class
de.aristaflow.adept2.model.globals.ProcessConstants.TemplateBuildtimeState
Packages that use ProcessConstants.TemplateBuildtimeState
Package
Description
-
Uses of ProcessConstants.TemplateBuildtimeState in de.aristaflow.adept2.model.globals
Methods in de.aristaflow.adept2.model.globals that return ProcessConstants.TemplateBuildtimeStateModifier and TypeMethodDescriptionProcessConstants.TemplateBuildtimeState.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.ProcessConstants.TemplateBuildtimeState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ProcessConstants.TemplateBuildtimeState in de.aristaflow.adept2.model.processmodel
Methods in de.aristaflow.adept2.model.processmodel that return ProcessConstants.TemplateBuildtimeStateModifier and TypeMethodDescriptionTemplateReference.getBuildtimeState()Gets the state of this process template while it may be modified and is not released.TemplateStatus.getBuildtimeState()Gets the state of this process template while it may be modified and is not released.Methods in de.aristaflow.adept2.model.processmodel with parameters of type ProcessConstants.TemplateBuildtimeStateModifier 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. -
Uses of ProcessConstants.TemplateBuildtimeState in de.aristaflow.adept2.model.processmodel.tools
Methods in de.aristaflow.adept2.model.processmodel.tools with parameters of type ProcessConstants.TemplateBuildtimeStateModifier and TypeMethodDescriptionstatic TemplateStatusProcessModelTools.updateTemplateStatus(TemplateStatus status, ProcessConstants.TemplateBuildtimeState buildtimeState, ProcessModelFactory pmf) Since the template status interface is missing a setter for the build time state, this method clones the status while changing the build time state. -
Uses of ProcessConstants.TemplateBuildtimeState in de.aristaflow.ilm.model.processmodel
Fields in de.aristaflow.ilm.model.processmodel declared as ProcessConstants.TemplateBuildtimeState