Tag
class flow_api.tag.Tag
(select=None, init=None, by=name, **kwargs
)
Base class: Resource
The Tag class represents a tag. Functions from the Tag class allow interaction with Tag objects.
A tag can be created with system.tag('tagname').save()
inside the
handler
function of a flow script using the system
reference.
See the corresponding Resources class at Tag
Parameters
Name | Type | Description |
---|---|---|
**kwargs | ||
by | ||
init | ||
select |
Constants
RESOURCE = tagMethods
add_tag (tag)
archive ()
clone (update=None, **kwargs)
delete (permanently=False)
exists ()
export ()
get (*fields, default=None)
get_dict (*fields, default=None)
get_identity_created_by ()
get_identity_modified_by ()
get_tags (limit=1000, offset=0, order=None)
load (*fields)
remove_tag (tag)
restore ()
save (update=None, **kwargs)
set (key, value)