loops/xmlrpc/configure.zcml
helmutm 53810c1a19 restrict attributes provided by the XML-RPC interface to plain TextField-s; bind the flash UI to the ManageConcepts permission
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1653 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-03-18 14:50:21 +00:00

20 lines
612 B
XML

<!-- $Id$ -->
<configure
xmlns:zope="http://namespaces.zope.org/zope"
xmlns="http://namespaces.zope.org/xmlrpc"
i18n_domain="zope">
<view
name="xrf"
for="loops.interfaces.ILoops"
class="loops.xmlrpc.common.LoopsMethods"
methods="getStartObject getObjectById getObjectByName
getDefaultPredicate getTypePredicate getTypeConcept
getConceptTypes getPredicates
getChildren getParents getResources
assignChild deassignChild createConcept editConcept"
permission="loops.xmlrpc.ManageConcepts"
/>
</configure>