EntityTemplateApi class

Constructors

EntityTemplateApi(String _sdkId)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createEntityTemplate(EntityTemplate applicationSettings) Future<EntityTemplate>
createEntityTemplates(List<EntityTemplate> entityTemplates) Future<List<EntityTemplate>>
deleteEntityTemplates(List<IdWithMandatoryRev> entityTemplateIds) Future<List<DocIdentifier>>
findAllEntityTemplatesByKeyword(String type, String keyword, bool? includeEntities) Future<List<EntityTemplate>>
getEntityTemplate(String documentTemplateId) Future<EntityTemplate>
getEntityTemplates(List<String> entityTemplateIds) Future<List<EntityTemplate>>
listAllEntityTemplatesBy(String type, {String? searchString, bool? includeEntities}) Future<List<EntityTemplate>>
listEntityTemplatesBy(String userId, String type, {String? searchString, bool? includeEntities}) Future<List<EntityTemplate>>
listEntityTemplatesByKeyword(String userId, String type, String keyword, {bool? includeEntities}) Future<List<EntityTemplate>>
modifyEntityTemplate(EntityTemplate documentTemplate) Future<EntityTemplate>
modifyEntityTemplates(List<EntityTemplate> entityTemplates) Future<List<EntityTemplate>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited