Uses of Class
de.aristaflow.adept2.model.globals.ProcessConstants.TemplateBuildtimeState
-
-
Uses of ProcessConstants.TemplateBuildtimeState in de.aristaflow.adept2.model.globals
Methods in de.aristaflow.adept2.model.globals that return ProcessConstants.TemplateBuildtimeState Modifier and Type Method Description static ProcessConstants.TemplateBuildtimeState
ProcessConstants.TemplateBuildtimeState. valueOf(int code)
Returns the enum constant of this type with the specified name.static ProcessConstants.TemplateBuildtimeState
ProcessConstants.TemplateBuildtimeState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProcessConstants.TemplateBuildtimeState[]
ProcessConstants.TemplateBuildtimeState. values()
Returns an array containing the constants of this enum type, 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.TemplateBuildtimeState Modifier and Type Method Description ProcessConstants.TemplateBuildtimeState
TemplateReference. getBuildtimeState()
Gets the state of this process template while it may be modified and is not released.ProcessConstants.TemplateBuildtimeState
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.TemplateBuildtimeState 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. -
Uses of ProcessConstants.TemplateBuildtimeState in de.aristaflow.adept2.model.processmodel.tools
Methods in de.aristaflow.adept2.model.processmodel.tools with parameters of type ProcessConstants.TemplateBuildtimeState Modifier and Type Method Description static TemplateStatus
ProcessModelTools. 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 Modifier and Type Field Description @NotNull ProcessConstants.TemplateBuildtimeState
TemplateReference. buildtimeState
@NotNull ProcessConstants.TemplateBuildtimeState
TemplateStatus. buildtimeState
-