euphorie.content.risk

interface euphorie.content.risk.IRisk

Extends: plone.directives.form.schema.Schema, euphorie.content.behaviour.richdescription.IRichDescription, plone.app.dexterity.behaviors.metadata.IBasic

A possible risk that can be present in an organisation.

class euphorie.content.risk.Risk(id=None, **kwargs)

Base class for folderish items

class euphorie.content.risk.ConstructionFilter(fti, container)
FTI construction filter for Risk objects. This filter
prevents creating of modules if the current container already contains a module.

This multi adapter requires the use of the conditional FTI as implemented by euphorie.content.fti.ConditionalDexterityFTI.

checkForModules()

Check if the container already contains a module. If so refuse to allow creation of a risk.

Views

class euphorie.content.risk.View(context, request)

Table Of Contents

Previous topic

euphorie.content.module

Next topic

euphorie.content.sector

This Page