Skip to main content
Skip table of contents

t_Metadata_Mixins_Mixin

Mixin

Specifies another model to load along with this one

Description

All the resources of the mixed-in model will be loaded along with the parent model's resources. Mixins allow you to develop functionality in a modular way. Maintaining capabilities in different models along with augments and namespaces produces easier to maintain solutions.

Mixins may be specified at design-time in the .metadata file, or at deploy-time in an .environment file.

Properties

base : boolean

checksum : hex

The checksum of the model to mixin

If blank, the loader will look for the most recent published jar or folder
Valid values based on“string”.
[0-9A-fa-f]*
namespace : anyURI

The namespace of the model to mixin.

This is the unique namespace value specified in the mixed-in model's .metadata file.
Example


nexj:finance:events

override : boolean

If true, the elements in the mixin may be overridden in this model

upgradeChecksum : hex

During an upgrade you may specify the details of the new model version for merging

Specifying the upgrade model allows you to do a 3-way merge before completing the upgrade.
Valid values based on“string”.
[0-9A-fa-f]*
upgradeNamespace : anyURI

During an upgrade you may specify the details of the new model version for merging

Specifying the upgrade model allows you to do a 3-way merge before completing the upgrade.
upgradeVersion : string

During an upgrade you may specify the details of the new model version for merging

Specifying the upgrade model allows you to do a 3-way merge before completing the upgrade.
version : string

The version of the model to mixin

If blank, the loader will look for the most recent published jar or folder

Parents

  • t_Metadata_Mixins - A list of other models to import and load (mix in) along with this model's resources

Parent topic: t_Metadata_Mixins

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.