= Products.ShortMessage.Extensions.Sm_Workflow = {{{ #!html
Package Products :: Package ShortMessage :: Package Extensions :: Module Sm_Workflow

Module Products.ShortMessage.Extensions.Sm_Workflow

This is workflow for ShortMessage type that sends SMS upon object publishing. This module define the following functions:


Function Summary
  addWorkflowScripts(wf)
add ExternalMethod named send_publishedMessage to the workflow
  createWorkflow(id)
create new workflow
  fillWorkflow(wf)
takes created workflow and add to it state, transitions, permissions and etc
  send_publishedMessage(self, state_change)
Send message if it is published
  setupWorkflow(portal)

Function Details

addWorkflowScripts(wf)

add ExternalMethod named send_publishedMessage to the workflow

createWorkflow(id)

create new workflow

fillWorkflow(wf)

takes created workflow and add to it state, transitions, permissions and etc

send_publishedMessage(self, state_change)

Send message if it is published


Generated by Epydoc 2.1 on Fri Dec 23 14:49:35 2005 http://epydoc.sf.net
}}}