new AxStandardEntityDispatcher()
Creates a new entity dispatcher for the standard entities in Axis
The entity dispatcher creates instances of all the AxResource descendant classes by providing the respective classId
Methods
CreateEntity(context, typeId) → {AxEntity}
Creates an entity of the given typeId
Parameters:
Name | Type | Description |
---|---|---|
context |
Axis | Context to use for the creation of the entity |
typeId |
Integer | Identificator for the entity type to create |
Returns:
The created entity object
- Type
- AxEntity