Home | Trees | Indices | Help |
|
---|
|
Products.ATContentTypes.content.base.ATCTContent --+ | StagingAddOnConfiguration
|
|||
| exclude_from_nav(self) | ||
|
Title(self) Return a semi-static i18n-ed title. |
||
|
getWorkflowTitleAndId(self,
wf_id=None) Return the title and the id of wf_id as a single string. |
||
|
processForm(self,
*args,
**kwargs) Reinstall the configuration in case it has been modified. |
||
|
manage_beforeDelete(self,
item,
container) Uninstall configuration when item is removed. |
||
|
isInstalled(self) Return True iff the configuration has been installed. |
||
|
install(self) Install needed scripts and transitions in the workflow. |
||
|
installWorkflowScripts(self,
wf) Install workflow scripts on workflow wf. |
||
|
installTransition(self,
wf) Install "create new version" transition and "attach" it to configured "published" states of workflow wf. |
||
|
installScriptOnPublish(self,
wf) Install script on configured "publish" transitions of workflow wf. |
||
|
uninstall(self) Uninstall scripts and transitions from the workflow. |
||
|
uninstallWorkflowScripts(self,
wf) Uninstall workflow scripts on workflow wf. |
||
|
uninstallTransition(self,
wf) Uninstall "create new version" transition and "detach" it from configured "published" states. |
||
|
uninstallScriptOnPublish(self,
wf) Uninstall script from configured "publish" transitions of workflow wf. |
||
|
getPossibleWorkflowIds(self) Return ids of workflows on which StagingAddOn can be installed. |
||
|
getPossiblePublishedStateIds(self) Return id of the states of the selected workflow. |
||
|
getPossiblePublishTransitionId(self) Return id of the transitions of the selected workflow. |
||
|
getPossibleArchiveTransitionId(self) Return id of the transitions of the selected workflow. |
|
|||
|
__implements__ = ATCTContent.__implements__
|
||
|
portal_type = 'StagingAddOnConfiguration'
|
||
|
meta_type = 'StagingAddOnConfiguration'
|
||
|
archetype_name = 'StagingAddOn configuration'
|
||
|
content_icon = 'sao_config_icon.gif'
|
||
|
default_view = 'configuration_view'
|
||
|
immediate_view = 'configuration_view'
|
||
|
_at_rename_after_creation = False
|
||
|
global_allow = False
|
||
|
allow_discussion = False
|
||
|
actions = tuple(actions)
|
||
|
security = ClassSecurityInfo()
|
||
|
decPrivate = security.declarePrivate
|
||
|
decProtected = security.declareProtected
|
||
|
decPublic = security.declarePublic
|
||
|
schema = BaseSchema.copy()+ Schema((StringField('id', require...
|
|
|
|
Return the title and the id of wf_id as a single string. The returned string is built like this: <id> (<title>) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__implements__None
|
portal_typeNone
|
meta_typeNone
|
archetype_nameNone
|
content_iconNone
|
default_viewNone
|
immediate_viewNone
|
_at_rename_after_creationNone
|
global_allowNone
|
allow_discussionNone
|
actionsNone
|
securityNone
|
decPrivateNone
|
decProtectedNone
|
decPublicNone
|
schemaNone
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Tue Oct 31 19:29:54 2006 | http://epydoc.sourceforge.net |