Skip navigation links
A B C D E F G H I J L M O Q R S T U V 

E

entIdForAttribute(String) - Method in class org.mozilla.mentat.Mentat
Get the the `Entid` of the attribute
entity_builder_add_boolean(JNA.EntityBuilder, String, int, RustError.ByReference) - Method in interface org.mozilla.mentat.JNA
 
entity_builder_add_double(JNA.EntityBuilder, String, double, RustError.ByReference) - Method in interface org.mozilla.mentat.JNA
 
entity_builder_add_keyword(JNA.EntityBuilder, String, String, RustError.ByReference) - Method in interface org.mozilla.mentat.JNA
 
entity_builder_add_long(JNA.EntityBuilder, String, long, RustError.ByReference) - Method in interface org.mozilla.mentat.JNA
 
entity_builder_add_ref(JNA.EntityBuilder, String, long, RustError.ByReference) - Method in interface org.mozilla.mentat.JNA
 
entity_builder_add_string(JNA.EntityBuilder, String, String, RustError.ByReference) - Method in interface org.mozilla.mentat.JNA
 
entity_builder_add_timestamp(JNA.EntityBuilder, String, long, RustError.ByReference) - Method in interface org.mozilla.mentat.JNA
 
entity_builder_add_uuid(JNA.EntityBuilder, String, Pointer, RustError.ByReference) - Method in interface org.mozilla.mentat.JNA
 
entity_builder_commit(JNA.EntityBuilder, RustError.ByReference) - Method in interface org.mozilla.mentat.JNA
 
entity_builder_destroy(JNA.EntityBuilder) - Method in interface org.mozilla.mentat.JNA
 
entity_builder_retract_boolean(JNA.EntityBuilder, String, int, RustError.ByReference) - Method in interface org.mozilla.mentat.JNA
 
entity_builder_retract_double(JNA.EntityBuilder, String, double, RustError.ByReference) - Method in interface org.mozilla.mentat.JNA
 
entity_builder_retract_keyword(JNA.EntityBuilder, String, String, RustError.ByReference) - Method in interface org.mozilla.mentat.JNA
 
entity_builder_retract_long(JNA.EntityBuilder, String, long, RustError.ByReference) - Method in interface org.mozilla.mentat.JNA
 
entity_builder_retract_ref(JNA.EntityBuilder, String, long, RustError.ByReference) - Method in interface org.mozilla.mentat.JNA
 
entity_builder_retract_string(JNA.EntityBuilder, String, String, RustError.ByReference) - Method in interface org.mozilla.mentat.JNA
 
entity_builder_retract_timestamp(JNA.EntityBuilder, String, long, RustError.ByReference) - Method in interface org.mozilla.mentat.JNA
 
entity_builder_retract_uuid(JNA.EntityBuilder, String, Pointer, RustError.ByReference) - Method in interface org.mozilla.mentat.JNA
 
entity_builder_transact(JNA.EntityBuilder) - Method in interface org.mozilla.mentat.JNA
 
EntityBuilder - Class in org.mozilla.mentat
This class wraps a raw pointer that points to a Rust `EntityBuilder` object.
EntityBuilder(JNA.EntityBuilder) - Constructor for class org.mozilla.mentat.EntityBuilder
 
EntityBuilder() - Constructor for class org.mozilla.mentat.JNA.EntityBuilder
 
entityBuilder() - Method in class org.mozilla.mentat.Mentat
Creates a new transaction (InProgress) and returns an InProgressBuilder for that transaction.
entityBuilder(long) - Method in class org.mozilla.mentat.Mentat
Creates a new transaction (InProgress) and returns an EntityBuilder for the entity with `entid` for that transaction.
entityBuilder(String) - Method in class org.mozilla.mentat.Mentat
Creates a new transaction (InProgress) and returns an EntityBuilder for a new entity with `tempId` for that transaction.
error - Variable in class org.mozilla.mentat.InProgressTransactionResult
 
A B C D E F G H I J L M O Q R S T U V 
Skip navigation links