FormEncryptedApi class
Constructors
- FormEncryptedApi(String _sdkId, Object _dartSdk)
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
- 
  createForm(EncryptedForm entity) → Future< EncryptedForm> 
- 
  createForms(List< EncryptedForm> entities) → Future<List< EncryptedForm> >
- 
  filterFormsBy(FilterOptions< Form> filter) → Future<PaginatedListIterator< EncryptedForm> >
- 
  filterFormsBySorted(SortableFilterOptions< Form> filter) → Future<PaginatedListIterator< EncryptedForm> >
- 
  getForm(String entityId) → Future< EncryptedForm?> 
- 
  getForms(List< String> entityIds) → Future<List< EncryptedForm> >
- 
  getLatestFormByLogicalUuid(String logicalUuid) → Future< EncryptedForm> 
- 
  getLatestFormByUniqueId(String uniqueId) → Future< EncryptedForm> 
- 
  modifyForm(EncryptedForm entity) → Future< EncryptedForm> 
- 
  modifyForms(List< EncryptedForm> entities) → Future<List< EncryptedForm> >
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  undeleteForm(Form form) → Future< EncryptedForm> 
- 
  undeleteFormById(String id, String rev) → Future< EncryptedForm> 
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited