new module()
- Copyright:
- (c) Copyright 2013 - 2016 AV Digital Media Ltd. All Rights Reserved. No unauthorized copying, distribution or modification to this code in whole or in part is permitted without the express permission of AV Digital Media Ltd (UK).
This is the main module class that module are required to extend
Methods
(static) map({int})
Mapping Allowed for Modules
Parameters:
Name | Type | Description |
---|---|---|
|
Objects | The object reference item to map |
|
String | The event name to map against |
{int} |
String | The reference which is either a name reference or an instance Id reference |
Returns:
The mapped object
(static) mappings()
Handle the module mappings, modules are effectively view components that are extensions of the AIM.Context functionality and have the same permissions as commands to map and unmap objects that were instantiated as part of their modular behaviour
(static) unmap(name)
UnMapping Allowed for Modules
Parameters:
Name | Type | Description |
---|---|---|
name |
object | The name or object reference for the item to unmap |
Returns:
The result of the unmap