ZCML File
testobject.zcml
[top]
/
zope
/
app
/
workflow
/
stateful
/ testobject.zcml
<
configure
xmlns
="
http://namespaces.zope.org/zope
"
>
<
interface
interface
="
.testobject.IWorkflowData
"
/>
<
class
class
="
.testobject.TestObject
"
>
<
implements
interface
="
zope.annotation.interfaces.IAttributeAnnotatable
"
/>
<
implements
interface
="
zope.app.workflow.interfaces.IProcessInstanceContainerAdaptable
"
/>
<
factory
id
="
zope.app.workflow.TestObject
"
title
="
Test Object
"
description
="
Test Object
"
/>
<
require
permission
="
zope.View
"
interface
="
.testobject.ITestObject
"
set_schema
="
.testobject.ITestObject
"
/>
</
class
>
</
configure
>