TaskConfig

public class TaskConfig implements Serializable

Methods

add

public TaskConfig add(TaskConfigStep... configSteps)

addAll

public TaskConfig addAll(SortedSet<TaskConfigStep> set)

equals

public boolean equals(Object obj)

getDataSource

public DataSource getDataSource(Long providerId, Long objectId, String objectType)

getDataSources

public List<DataSource> getDataSources()

getDataSources

public SortedSet<DataSource> getDataSources(Long providerId)

getFilters

public List<FilterSet> getFilters()

getSteps

public SortedSet<TaskConfigStep> getSteps()

hashCode

public int hashCode()

removeAll

public TaskConfig removeAll()

removeDataSources

public TaskConfig removeDataSources()

removeFilterSets

public TaskConfig removeFilterSets()

setDataSources

public void setDataSources(List<DataSource> dataSources)

setFilters

public void setFilters(List<FilterSet> filters)

toString

public String toString()