expanz_model_ActivityInstance Class Reference
Inherits from | NSObject |
Declared in | expanz_model_ActivityInstance.h |
Tasks
-
title
property -
handle
property -
persistentId
property -
fields
property -
messages
property -
dataSets
property -
– initWithTitle:handle:persistentId:
Initializes new instance with the supplied parameters.
-
– addField:
Adds a field to the instance.
-
– fieldWithId:
Returns the
expanz_model_Field
matching the supplied fieldId, or nil. -
– addMessage:
Adds a message to the instance.
-
– addData:
Adds a data set to the instance.
-
– dataWithId:
Returns the
expanz_model_DataSet
with the given id, or nil. -
– allowsMethodInvocations
Indicates weather the activity in progress currently allows method invocations. For this to occur the client model and server model must be syncrhonized – any field edits and value changes must be registered with the server.
Instance Methods
addData:
Adds a data set to the instance.
- (void)addData:(expanz_model_AbstractData *)data
Discussion
Adds a data set to the instance.
Declared In
expanz_model_ActivityInstance.h
addField:
Adds a field to the instance.
- (void)addField:(expanz_model_FieldInstance *)field
Discussion
Adds a field to the instance.
Declared In
expanz_model_ActivityInstance.h
addMessage:
Adds a message to the instance.
- (void)addMessage:(expanz_model_Message *)message
Discussion
Adds a message to the instance.
Declared In
expanz_model_ActivityInstance.h
allowsMethodInvocations
Indicates weather the activity in progress currently allows method invocations. For this to occur the client model and server model must be syncrhonized – any field edits and value changes must be registered with the server.
- (BOOL)allowsMethodInvocations
Discussion
Indicates weather the activity in progress currently allows method invocations. For this to occur the client model and server model must be syncrhonized – any field edits and value changes must be registered with the server.
Declared In
expanz_model_ActivityInstance.h
dataWithId:
Returns the expanz_model_DataSet
with the given id, or nil.
- (expanz_model_AbstractData *)dataWithId:(NSString *)dataSetId
Discussion
Returns the expanz_model_DataSet
with the given id, or nil.
Declared In
expanz_model_ActivityInstance.h
fieldWithId:
Returns the expanz_model_Field
matching the supplied fieldId, or nil.
- (expanz_model_FieldInstance *)fieldWithId:(NSString *)fieldId
Discussion
Returns the expanz_model_Field
matching the supplied fieldId, or nil.
Declared In
expanz_model_ActivityInstance.h
initWithTitle:handle:persistentId:
Initializes new instance with the supplied parameters.
- (id)initWithTitle:(NSString *)title handle:(NSString *)handle persistentId:(NSString *)persistentId
Discussion
Initializes new instance with the supplied parameters.
Declared In
expanz_model_ActivityInstance.h