Operation
class flow_api.operation.Operation
(select=None, cls=None, init=None, by='id', allow_normal=True, allow_deleted=False, commit=False, execution_id=<class 'flow_api.system.NotSet'>, is_recursive=<class 'flow_api.system.NotSet'>, operation=<class 'flow_api.system.NotSet'>, debug=False
)
Base class: Row
An operation object.
Parameters
Name | Type | Description |
---|---|---|
allow_deleted | bool | |
allow_normal | bool | |
by | str | |
cls | typing.Union[ type, NoneType ] | |
commit | bool | |
debug | bool | |
execution_id | typing.Union[ flow_api.system.NotSet, str ] | |
init | typing.Union[ dict, NoneType ] | |
is_recursive | typing.Union[ flow_api.system.NotSet, bool ] | |
operation | typing.Union[ flow_api.system.NotSet, typing.Any ] | |
select | typing.Union[ str, NoneType ] |
Constants
RESOURCE = operationMethods
clone
details
delete
details
execution
details
exists
details
export
details
get
details
get_dict
details
restore
details
save
details