public interface OutputFactory
It should register with the OutputService.
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCreateOutput(Schema schema)
returns true if the factory can create an output.
|
Output |
createOutput(Schema schema,
Aggregate aggregate)
create an output object, populating it with default values.
|
List<Output> |
createOutputs(Schema schema,
List<Aggregate> aggregates)
create a list of output objects, populating them with default values.
|
Class<? extends Output> |
getOutputClass()
this is the output implementation class this factory generates.
|
boolean canCreateOutput(Schema schema)
schema - the current schema objectClass<? extends Output> getOutputClass()
Output createOutput(Schema schema, Aggregate aggregate)
schema - schema objectaggregate - aggregate objectCopyright © 2006–2016 Julian Hyde. All rights reserved.