projectal.entities.skill
View Source
from projectal.entity import Entity from projectal.linkers import * class Skill(Entity, StaffLinker, TaskLinker, TaskTemplateLinker, TagLinker): """ Implementation of the [Skill](https://projectal.com/docs/latest/#tag/Skill) API. """ _path = 'skill' _name = 'skill' _links = [TagLinker] # TODO: note? _links_reverse = [StaffLinker, TaskLinker, TaskTemplateLinker]
#  
class
Skill(projectal.entity.Entity, projectal.linkers.StaffLinker, projectal.linkers.TaskLinker, projectal.linkers.TaskTemplateLinker, projectal.linkers.TagLinker):
View Source
class Skill(Entity, StaffLinker, TaskLinker, TaskTemplateLinker, TagLinker): """ Implementation of the [Skill](https://projectal.com/docs/latest/#tag/Skill) API. """ _path = 'skill' _name = 'skill' _links = [TagLinker] # TODO: note? _links_reverse = [StaffLinker, TaskLinker, TaskTemplateLinker]
Implementation of the Skill API.
Inherited Members
- projectal.entity.Entity
- Entity
- get
- update
- delete
- history
- create
- save
- clone
- list
- match
- match_startswith
- match_endswith
- match_one
- match_startswith_one
- match_endswith_one
- search
- query
- profile_get
- profile_set
- changes
- set_readonly
- get_link_definitions
- entity_name
- builtins.dict
- setdefault
- pop
- popitem
- keys
- items
- values
- fromkeys
- clear
- copy