public abstract class FormulationCommon extends BasicDataAbstract
Modifier and Type | Class and Description |
---|---|
static class |
FormulationCommon.TaskType |
Modifier and Type | Field and Description |
---|---|
protected List<InputType> |
inputs |
protected List<OutputType> |
outputs |
protected DependencyList |
runtimeTopology |
protected DependencyList |
taskDependencies |
protected List<FormulationCommon.TaskType> |
taskTypes |
protected Date |
timeEnd |
protected Date |
timeStart |
protected Trigger |
trigger |
protected List<Workspace> |
workspaces |
bomRef, description, name, properties, resourceReferences, uid
Constructor and Description |
---|
FormulationCommon() |
Modifier and Type | Method and Description |
---|---|
List<InputType> |
getInputs() |
List<OutputType> |
getOutputs() |
List<Dependency> |
getRuntimeTopology() |
List<Step> |
getSteps() |
List<Dependency> |
getTaskDependencies() |
List<FormulationCommon.TaskType> |
getTaskTypes() |
Date |
getTimeEnd() |
Date |
getTimeStart() |
Trigger |
getTrigger() |
List<Workspace> |
getWorkspaces() |
void |
setInputs(List<InputType> inputTypes) |
void |
setOutputs(List<OutputType> outputTypes) |
void |
setRuntimeTopology(List<Dependency> runtimeTopology) |
void |
setSteps(List<Step> steps) |
void |
setTaskDependencies(List<Dependency> taskDependencies) |
void |
setTaskTypes(List<FormulationCommon.TaskType> taskTypes) |
void |
setTimeEnd(Date timeEnd) |
void |
setTimeStart(Date timeStart) |
void |
setTrigger(Trigger trigger) |
void |
setWorkspaces(List<Workspace> workspaces) |
getBomRef, getDescription, getName, getProperties, getResourceReferences, getUid, setBomRef, setDescription, setName, setProperties, setResourceReferences, setUid
add, addExtensibleType, getExtensibleTypes, getExtensions, setExtensibleTypes, setExtensions
protected Trigger trigger
protected List<FormulationCommon.TaskType> taskTypes
protected List<OutputType> outputs
protected Date timeStart
protected Date timeEnd
protected DependencyList runtimeTopology
protected DependencyList taskDependencies
public List<Dependency> getTaskDependencies()
public void setTaskDependencies(List<Dependency> taskDependencies)
public List<Dependency> getRuntimeTopology()
public void setRuntimeTopology(List<Dependency> runtimeTopology)
public Trigger getTrigger()
public void setTrigger(Trigger trigger)
public List<FormulationCommon.TaskType> getTaskTypes()
public void setTaskTypes(List<FormulationCommon.TaskType> taskTypes)
public List<OutputType> getOutputs()
public void setOutputs(List<OutputType> outputTypes)
public Date getTimeStart()
public void setTimeStart(Date timeStart)
public Date getTimeEnd()
public void setTimeEnd(Date timeEnd)
Copyright © 2017–2025 OWASP Foundation. All rights reserved.