EntityTemplatePlatformApi class

Constructors

EntityTemplatePlatformApi(MethodChannel _methodChannel)

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(String sdkId, EntityTemplate applicationSettings) Future<EntityTemplate>
createEntityTemplates(String sdkId, List<EntityTemplate> entityTemplates) Future<List<EntityTemplate>>
deleteEntityTemplates(String sdkId, List<IdWithMandatoryRev> entityTemplateIds) Future<List<DocIdentifier>>
findAllEntityTemplatesByKeyword(String sdkId, String type, String keyword, bool? includeEntities) Future<List<EntityTemplate>>
getEntityTemplate(String sdkId, String documentTemplateId) Future<EntityTemplate>
getEntityTemplates(String sdkId, List<String> entityTemplateIds) Future<List<EntityTemplate>>
listAllEntityTemplatesBy(String sdkId, String type, String? searchString, bool? includeEntities) Future<List<EntityTemplate>>
listEntityTemplatesBy(String sdkId, String userId, String type, String? searchString, bool? includeEntities) Future<List<EntityTemplate>>
listEntityTemplatesByKeyword(String sdkId, String userId, String type, String keyword, bool? includeEntities) Future<List<EntityTemplate>>
modifyEntityTemplate(String sdkId, EntityTemplate documentTemplate) Future<EntityTemplate>
modifyEntityTemplates(String sdkId, 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