Uses of Class
de.aristaflow.adept2.model.logmanagement.Schema
-
Packages that use Schema Package Description de.aristaflow.adept2.core.logmanager de.aristaflow.adept2.core.logmanager.logs de.aristaflow.adept2.model.logmanagement -
-
Uses of Schema in de.aristaflow.adept2.core.logmanager
Methods in de.aristaflow.adept2.core.logmanager that return Schema Modifier and Type Method Description Schema
Log. getSchema()
Returns the schema of this log. -
Uses of Schema in de.aristaflow.adept2.core.logmanager.logs
Fields in de.aristaflow.adept2.core.logmanager.logs declared as Schema Modifier and Type Field Description static Schema
ExecutionHistory. SCHEMA
The schema of the execution history. -
Uses of Schema in de.aristaflow.adept2.model.logmanagement
Methods in de.aristaflow.adept2.model.logmanagement that return Schema Modifier and Type Method Description Schema
LogEntry. getSchema()
Returns the schema of this log entry.Schema
LogEntrySet. getSchema()
Returns the schema of this log entry.Schema
Column. getSubSchema()
Returns the subschema of this column ornull
if the data type of this column is something else thanDataType.COMPLEX
.Constructors in de.aristaflow.adept2.model.logmanagement with parameters of type Schema Constructor Description Column(String name, Schema subSchema)
Constructs acomplex column
with the specified subschema.
-