Class ConfigurationWorkflow

java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.ConfigurationWorkflow
All Implemented Interfaces:
Serializable

public class ConfigurationWorkflow extends MorpheusModel
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 Details

  • Constructor Details

    • ConfigurationWorkflow

      public ConfigurationWorkflow()
  • Method Details

    • getOwner

      public Account getOwner()
    • setOwner

      public void setOwner(Account owner)
    • getAccount

      public Account getAccount()
    • setAccount

      public void setAccount(Account account)
    • getSystemTypeLayout

      public SystemTypeLayout getSystemTypeLayout()
    • setSystemTypeLayout

      public void setSystemTypeLayout(SystemTypeLayout systemTypeLayout)
    • getCreatedBy

      public User getCreatedBy()
    • setCreatedBy

      public void setCreatedBy(User createdBy)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getSteps

      public List<ConfigurationWorkflowStep> getSteps()
    • setSteps

      public void setSteps(List<ConfigurationWorkflowStep> steps)
    • getDateCreated

      public Date getDateCreated()
    • setDateCreated

      public void setDateCreated(Date dateCreated)
    • getLastUpdated

      public Date getLastUpdated()
    • setLastUpdated

      public void setLastUpdated(Date lastUpdated)
    • getRefType

      public String getRefType()
    • setRefType

      public void setRefType(String refType)
    • getRefId

      public Long getRefId()
    • setRefId

      public void setRefId(Long refId)