Holds information for the 'contains' sections of a View's metadata section.
The contains metadata allows pipelines (planners or composers) to determine the contents of a ProcessingStep without having to traverse the contents of the annotations list.Type | Name and description |
---|---|
void |
dependency(String view, String type) |
void |
dependency(Dependency dependency) |
List<Dependency> |
getDependsOn() |
String |
getProducer() |
String |
getTagSet() |
String |
getType() |
String |
getUrl() |
void |
setDependsOn(List<Dependency> dependsOn) |
void |
setProducer(String producer) |
void |
setTagSet(String value) |
void |
setType(String type) |
void |
setUrl(String url) |