Package com.morpheusdata.model
Class ConfigurationWorkflow
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.ConfigurationWorkflow
- All Implemented Interfaces:
Serializable
Represents an configuration workflow workflow instance that maintains state
across
multiple configuration steps. The orchestrator is linked to a
SystemTypeLayout
and uses an ConfigurationWorkflowState object to track progress and
configuration
data
collected through a multi-step configuration workflow process.
- Since:
- 1.2.6
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Accountprotected Stringprotected Userprotected Dateprotected Stringprotected Dateprotected Stringprotected Accountprotected Longprotected Stringprotected List<ConfigurationWorkflowStep>protected SystemTypeLayoutFields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getName()getOwner()getRefId()getSteps()voidsetAccount(Account account) voidvoidsetCreatedBy(User createdBy) voidsetDateCreated(Date dateCreated) voidsetDescription(String description) voidsetLastUpdated(Date lastUpdated) voidvoidvoidvoidsetRefType(String refType) voidsetSteps(List<ConfigurationWorkflowStep> steps) voidsetSystemTypeLayout(SystemTypeLayout systemTypeLayout) Methods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
Field Details
-
owner
-
account
-
systemTypeLayout
-
createdBy
-
name
-
code
-
description
-
steps
-
dateCreated
-
lastUpdated
-
refType
-
refId
-
-
Constructor Details
-
ConfigurationWorkflow
public ConfigurationWorkflow()
-
-
Method Details
-
getOwner
-
setOwner
-
getAccount
-
setAccount
-
getSystemTypeLayout
-
setSystemTypeLayout
-
getCreatedBy
-
setCreatedBy
-
getName
-
setName
-
getCode
-
setCode
-
getDescription
-
setDescription
-
getSteps
-
setSteps
-
getDateCreated
-
setDateCreated
-
getLastUpdated
-
setLastUpdated
-
getRefType
-
setRefType
-
getRefId
-
setRefId
-