|
|
|
_gettasks(self)
Accessor for 'tasks' property. |
source code
|
|
|
|
|
_getmode(self)
Get the mode used by the folder. |
source code
|
|
|
_getquery(self)
Get the query that populate the folder. |
source code
|
|
|
_getdescription(self)
Get the description associated with the folder. |
source code
|
|
|
remove(self,
task)
Remove task from this folder. |
source code
|
|
|
|
|
append(self,
task)
Associate an object to a task |
source code
|
|
|
copy(self,
existing_folder)
Copy the contents of existing_folder into this folder. |
source code
|
|
|
|
|
|
|
mode(self)
Get the mode used by the folder. |
source code
|
|
|
query(self)
Get the query that populate the folder. |
source code
|
|
|
description(self)
Get the description associated with the folder. |
source code
|
|
Inherited from CCMObject :
__getitem__ ,
__setitem__ ,
create_attribute ,
exists ,
finduse ,
is_predecessor_of ,
is_recursive_predecessor_of ,
is_recursive_predecessor_of_fast ,
is_recursive_successor_of_fast ,
is_recursive_sucessor_of ,
keys ,
predecessors ,
relate ,
session ,
successors
Inherited from FourPartName :
__eq__ ,
__ne__ ,
__repr__ ,
__str__ ,
family ,
instance ,
is_same_family ,
name ,
objectname ,
type ,
version
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__
|