IAssistedTaskApi class abstract
DO NOT MODIFY
GENERATED API OPERATIONS
- Inheritance
-
- Object
- Repository<
IAssistedTask> - IAssistedTaskApi
Constructors
Properties
Methods
-
clone(
IAssistedTask source) → IAssistedTask -
Copies values from one entity into another. This clone operation is important because it allows
inherited
-
create(
IAssistedTask assistedTask) → Future< IAssistedTask> -
override
-
delete(
String id) → Future< DeleteResponse> -
override
-
initialize(
IAssistedTask entity) → IAssistedTask -
inherited
-
instantiate(
[dynamic json]) → IAssistedTask -
inherited
-
keyToId(
MKey? key) → String? -
inherited
-
list(
{double? limit, double? offset}) → Future< IAssistedTaskList> -
override
-
listPendingTasks(
) → Future< IAssistedTasks> -
load(
String id) → Future< IAssistedTask> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
takeFrom(
IAssistedTask source, IAssistedTask target) → void -
Copies all data from
source
intotarget
. Used when you want to maintain a reference totarget
, but want to inject new values fromsource
inherited -
toString(
) → String -
A string representation of this object.
inherited
-
update(
String id, IAssistedTask assistedTask) → Future< ChangeResult> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited