Uses of Class
de.aristaflow.adept2.model.globals.ProcessConstants.TemplateBuildtimeState
- 
- 
Uses of ProcessConstants.TemplateBuildtimeState in de.aristaflow.adept2.model.globalsMethods in de.aristaflow.adept2.model.globals that return ProcessConstants.TemplateBuildtimeState Modifier and Type Method Description static ProcessConstants.TemplateBuildtimeStateProcessConstants.TemplateBuildtimeState. valueOf(int code)Returns the enum constant of this type with the specified name.static ProcessConstants.TemplateBuildtimeStateProcessConstants.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.processmodelMethods in de.aristaflow.adept2.model.processmodel that return ProcessConstants.TemplateBuildtimeState Modifier and Type Method Description ProcessConstants.TemplateBuildtimeStateTemplateReference. getBuildtimeState()Gets the state of this process template while it may be modified and is not released.ProcessConstants.TemplateBuildtimeStateTemplateStatus. 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 TemplateReferenceProcessModelFactory. 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.TemplateStatusProcessModelFactory. 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.toolsMethods in de.aristaflow.adept2.model.processmodel.tools with parameters of type ProcessConstants.TemplateBuildtimeState Modifier and Type Method Description static 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.processmodelFields in de.aristaflow.ilm.model.processmodel declared as ProcessConstants.TemplateBuildtimeState Modifier and Type Field Description @NotNull ProcessConstants.TemplateBuildtimeStateTemplateReference. buildtimeState@NotNull ProcessConstants.TemplateBuildtimeStateTemplateStatus. buildtimeState
 
-