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 SchemaLog. 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 SchemaExecutionHistory. SCHEMAThe 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 SchemaLogEntry. getSchema()Returns the schema of this log entry.SchemaLogEntrySet. getSchema()Returns the schema of this log entry.SchemaColumn. getSubSchema()Returns the subschema of this column ornullif 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 columnwith the specified subschema.
-