ClassificationBasicPlatformApi class
Constructors
- ClassificationBasicPlatformApi(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
-
deleteClassification(
String sdkId, String entityId) → Future< DocIdentifier> -
deleteClassifications(
String sdkId, List< String> entityIds) → Future<List< DocIdentifier> > -
filterClassificationsBy(
String sdkId, BaseFilterOptions< Classification> filter) → Future<PaginatedListIterator< EncryptedClassification> > -
filterClassificationsBySorted(
String sdkId, BaseSortableFilterOptions< Classification> filter) → Future<PaginatedListIterator< EncryptedClassification> > -
getClassification(
String sdkId, String entityId) → Future< EncryptedClassification> -
getClassifications(
String sdkId, List< String> entityIds) → Future<List< EncryptedClassification> > -
matchClassificationsBy(
String sdkId, BaseFilterOptions< Classification> filter) → Future<List< String> > -
matchClassificationsBySorted(
String sdkId, BaseSortableFilterOptions< Classification> filter) → Future<List< String> > -
modifyClassification(
String sdkId, EncryptedClassification entity) → Future< EncryptedClassification> -
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