Package cubicweb :: Package entities :: Module wfobjs
[hide private]
[frames] | no frames]

Module wfobjs

source code

workflow handling:

Classes [hide private]
  WorkflowException
  Workflow
  BaseTransition
customized class for abstract transition
  Transition
customized class for Transition entities
  WorkflowTransition
customized class for WorkflowTransition entities
  SubWorkflowExitPoint
customized class for SubWorkflowExitPoint entities
  State
customized class for State entities
  TrInfo
customized class for Transition information entities
  WorkflowableMixIn
base mixin providing workflow helper methods for workflowable entities. This mixin will be automatically set on class supporting the 'in_state' relation (which implies supporting 'wf_info_for' as well)
  IWorkflowableAdapter
base adapter providing workflow helper methods for workflowable entities.