Uses of Class
com.pushtechnology.diffusion.datatype.recordv2.schema.SchemaViolationException
Packages that use SchemaViolationException
Package
Description
RecordV2 Data Type : Data Model.
RecordV2 Data Type : Schemas.
-
Uses of SchemaViolationException in com.pushtechnology.diffusion.datatype.recordv2.model
Methods in com.pushtechnology.diffusion.datatype.recordv2.model that throw SchemaViolationExceptionModifier and TypeMethodDescriptionAdds new values to the end of a variable length field list.Adds new values to the end of a variable length field list.MutableRecordModel.addRecord()Adds a new initialized record occurrence to the end of a variable multiplicity record list.MutableRecordModel.clearVariableFields(String recordName, int recordIndex) Remove all optional instances of a variable multiplicity field.intRecordModel.fieldCount(String recordName, int recordIndex, String fieldName) Returns the actual number of occurrences of a named field within a specified record occurrences.Get a field value.Get a field value.intRecordModel.recordCount(String recordName) Returns the actual number of occurrences of a named record.MutableRecordModel.removeField(String recordName, int recordIndex, int fieldIndex) Removes the specified occurrence of a variable multiplicity field.MutableRecordModel.removeRecord(int index) Removes the specified occurrence of a variable multiplicity record.MutableRecordModel.set(String recordName, int recordIndex, String fieldName, int fieldIndex, String value) Sets a specified field value.Sets a specified field value. -
Uses of SchemaViolationException in com.pushtechnology.diffusion.datatype.recordv2.schema
Methods in com.pushtechnology.diffusion.datatype.recordv2.schema that throw SchemaViolationExceptionModifier and TypeMethodDescriptionSchemaBuilder.build()Build an immutable Schema.Add a single occurrence decimal field to the current record.Add a fixed multiplicity decimal field to the current record.Add a decimal field to the current record.Add a single occurrence integer field to the current record.Add a fixed multiplicity integer field to the current record.Add an integer field to the current record.Add a new single occurrence record to the schema.Add a new fixed multiplicity record to the schema.Add a new record to the schema.Add a single occurrence string field to the current record.Add a fixed multiplicity string field to the current record.Add a string field to the current record.