FMIceLinkConnectionCollection Class Reference

Inherits from FMIceLinkCollection : NSObject
Conforms to *
FMIceLinkConnection
FMIceLinkConnectionCollection
Declared in FMIceLinkConnectionCollection.h
FMIceLinkConnectionCollection.m

Overview

A collection of connections.

– addSuccess:

Invoked when an element is added to the collection.
- (void)addSuccess:(FMIceLinkConnection *)value

Parameters

value

The value.

Discussion

Invoked when an element is added to the collection.

Declared In

FMIceLinkConnectionCollection.h

– arrayFromList:

Creates an array from a list.
- (NSMutableArray *)arrayFromList:(NSMutableArray *)list

Parameters

list

The list.

Discussion

Creates an array from a list.

Declared In

FMIceLinkConnectionCollection.h

– createCollection

Creates a collection.
- (FMIceLinkConnectionCollection *)createCollection

Discussion

Creates a collection.

Declared In

FMIceLinkConnectionCollection.h

– getById:

Gets a connection by ID.
- (FMIceLinkConnection *)getById:(NSString *)idValue

Parameters

idValue

The identifier.

Return Value

The connection, or null if the connection does not exist.

Discussion

Gets a connection by ID.

Declared In

FMIceLinkConnectionCollection.h

– removeSuccess:

Invoked when an element is removed from the collection.
- (void)removeSuccess:(FMIceLinkConnection *)value

Parameters

value

The value.

Discussion

Invoked when an element is removed from the collection.

Declared In

FMIceLinkConnectionCollection.h

– tryGetById:connection:

Tries to get a connection by ID.
- (bool)tryGetById:(NSString *)idValue connection:(FMIceLinkConnection **)connection

Parameters

idValue

The identifier.

connection

The connection.

Return Value

The connection, or null if the connection does not exist.

Discussion

Tries to get a connection by ID.

Declared In

FMIceLinkConnectionCollection.h