Inherits from NSObject
Declared in expanz_model_ProcessArea.h

Tasks

Properties

activities

processId

title

Instance Methods

activityWithName:

Returns the activity with the supplied id, or nil if none matching.

- (expanz_model_ActivityMenuItem *)activityWithName:(NSString *)activityName

Discussion

Returns the activity with the supplied id, or nil if none matching.

Declared In

expanz_model_ProcessArea.h

addActivityDefinition:

Adds an activity to the process area.

- (void)addActivityDefinition:(expanz_model_ActivityMenuItem *)activity

Discussion

Adds an activity to the process area.

Declared In

expanz_model_ProcessArea.h

initWithProcessId:andTitle:

Initializes with the supplied processId and title parameters.

- (id)initWithProcessId:(NSString *)processId andTitle:(NSString *)title

Discussion

Initializes with the supplied processId and title parameters.

Declared In

expanz_model_ProcessArea.h