Methods
|
|
__init__
addContributor
addPilot
getDaysBeforeDeadlineExpr
grantOwnerManagerRole
setIdentifier
|
|
__init__
|
__init__ (
self,
id,
**kw,
)
BaseMailFolder constructor
Call the CPSDocument constructor
and then setup some attributes.
|
|
addContributor
|
addContributor (
self,
member_id,
context,
)
Add a contributor name.
All the people modifiying the reference documents.
The attribut is on the schema.
Called when reference documents are modified.
|
|
addPilot
|
addPilot (
self,
member_id,
context,
)
Add a pilot name.
Every pilots through the mail folder life cycle.
The attribut is on the schema.
|
|
getDaysBeforeDeadlineExpr
|
getDaysBeforeDeadlineExpr ( self )
Returns how many days before the deadline.
May be None if no delay.
|
|
grantOwnerManagerRole
|
grantOwnerManagerRole ( self, context=None )
Grants Owner Manager role
Owner is not enough in CPS.
|
|
setIdentifier
|
setIdentifier ( self, context )
Set unique identifier for mailfolders
|