IFlowThreadApi class abstract
DO NOT MODIFY
GENERATED API OPERATIONS
- Inheritance
-
- Object
- Repository<
IFlowThread> - IFlowThreadApi
Constructors
Properties
Methods
-
clone(
IFlowThread source) → IFlowThread -
Copies values from one entity into another. This clone operation is important because it allows
inherited
-
create(
IFlowThread flowThread) → Future< IFlowThread> -
override
-
delete(
String id) → Future< DeleteResponse> -
override
-
executeFrame(
IExecuteFrameRequest executeFrameRequest) → Future< IFrameExecution> -
initialize(
IFlowThread entity) → IFlowThread -
inherited
-
instantiate(
[dynamic json]) → IFlowThread -
inherited
-
keyToId(
MKey? key) → String? -
inherited
-
list(
{double? limit, double? offset}) → Future< IFlowThreadList> -
override
-
load(
String id) → Future< IFlowThread> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startThread(
IStartThreadRequest startThreadRequest) → Future< IFlowThread> -
takeFrom(
IFlowThread source, IFlowThread 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 -
toggleThreadStatus(
IToggleThreadStatusRequest toggleThreadStatusRequest) → Future< IFlowInstallStatus> -
toString(
) → String -
A string representation of this object.
inherited
-
update(
String id, IFlowThread flowThread) → Future< ChangeResult> -
override
-
updateThreadStatus(
IFlowInstallStatus flowInstallStatus) → Future< IFlowThread>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited