Difference between revisions of "Injection Management"
m (→Loaded Plugins) |
m |
||
Line 1: | Line 1: | ||
− | The Injection Manamgent in {{UBIK}} | + | The Injection Manamgent in {{UBIK}} features the possibility to extend the standard functionality of {{UBIK}} if necessary. The system can include project a/o customer specific implementations (like own [[:Category:Activities|Workflow activities]]) and supports a {{UBIK}} administrator to manage project a/o customer specific requirements. |
== Supported Applications == | == Supported Applications == | ||
− | + | Following {{UBIK}} Applications support the Injection Management: | |
* [[UBIK Studio Basics|Studio]] | * [[UBIK Studio Basics|Studio]] | ||
* [[Enterprise Service|Enterprise Service]] | * [[Enterprise Service|Enterprise Service]] | ||
Line 8: | Line 8: | ||
== Supported Plugin Types == | == Supported Plugin Types == | ||
− | + | Following plugin types are supported: | |
* [[HowTo:Create_UBIK_Workflow_Activity_Plugin|UBIK Workflow Activities]] | * [[HowTo:Create_UBIK_Workflow_Activity_Plugin|UBIK Workflow Activities]] | ||
Line 28: | Line 28: | ||
A list of all currently loaded and available Plugins in {{UBIK Studio}} is shown in the ''[[Plugins|View → Plugins]]'' dialog. | A list of all currently loaded and available Plugins in {{UBIK Studio}} is shown in the ''[[Plugins|View → Plugins]]'' dialog. | ||
− | + | ||
− | + | ||
== See also == | == See also == | ||
Line 37: | Line 37: | ||
{{Category/Version|2.4.0}} | {{Category/Version|2.4.0}} | ||
+ | [[Category:2.4.0|Injection Management]] | ||
[[Category:Injecting|Injection Management]] | [[Category:Injecting|Injection Management]] |
Revision as of 10:56, 3 August 2016
The Injection Manamgent in UBIK® features the possibility to extend the standard functionality of UBIK® if necessary. The system can include project a/o customer specific implementations (like own Workflow activities) and supports a UBIK® administrator to manage project a/o customer specific requirements.
Contents
Supported Applications
Following UBIK® Applications support the Injection Management:
Supported Plugin Types
Following plugin types are supported:
Plugin Folders
Following folders are scanned for available plugins:
- [UBIK Installation Folder]\Injection
- %LocalAppData%\Augmensys\UBIK\CUSTOM\[Project Folder]\Injection
These folders must be set in the privatePath parameter of the probing element in the config file:
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="lib;Injection"/>
<assemblyBinding
</runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="lib;Injection"/>
<assemblyBinding
</runtime>
Loaded Plugins
A list of all currently loaded and available Plugins in UBIK® Studio is shown in the View → Plugins dialog.