Class R.a.activity(CatalogPathAware, SimpleItem):

Part of Reportek.activity View In Hierarchy

Each activity is responsible for doing something and then forwarding the instance
Line # Kind Name Docs
45 Method __init__ constructor
79 Method __setstate__ Undocumented
90 Method edit changes the activity settings
141 Method title_or_id Undocumented
148 Method getIncomingTransitionsNumber returns all the process transition objects that go to the specified activity
154 Method isAutoStart returns true if the activity start mode is automatic
160 Method isSelfAssignable returns true if the activity is assignable to self
166 Method isAutoFinish returns true if the activity finish mode is automatic
172 Method isStandard returns true if the activity is of 'standard' kind
178 Method isSubflow returns true if the activity is a subflow
184 Method isDummy returns true if the activity is a dummy
189 Method isAutoPush returns true if the activity push mode is automatic
def __init__(self, id, split_mode='and', join_mode='and', self_assignable=1, start_mode=0, finish_mode=1, subflow='', push_application='', application='', parameters='{}', title='', description='', kind='standard', complete_automatically=1):
constructor
def __setstate__(self, state):
Undocumented
def edit(self, split_mode=None, join_mode=None, self_assignable=None, start_mode=None, finish_mode=None, subflow=None, push_application=None, application=None, title=None, description=None, kind=None, complete_automatically=None, REQUEST=None):
changes the activity settings
def title_or_id(self):
Undocumented
def getIncomingTransitionsNumber(self):
returns all the process transition objects that go to the specified activity
def isAutoStart(self):
returns true if the activity start mode is automatic
def isSelfAssignable(self):
returns true if the activity is assignable to self
def isAutoFinish(self):
returns true if the activity finish mode is automatic
def isStandard(self):
returns true if the activity is of 'standard' kind
def isSubflow(self):
returns true if the activity is a subflow
def isDummy(self):
returns true if the activity is a dummy
def isAutoPush(self):
returns true if the activity push mode is automatic
API Documentation for Reportek, generated by pydoctor at 2007-12-19 11:27:55.