Jump to: navigation, search

Difference between revisions of "Injection Management"


m
m (Loaded Plugins)
Line 26: Line 26:
  
 
== Loaded Plugins ==
 
== Loaded Plugins ==
You can find a list of all currently loaded and available Plugins in {{UBIK Studio}} by accessing the [[Plugin Dialog]] via ''View → Plugins''
+
A list of all currently loaded and available Plugins in {{UBIK Studio}} is shown in the ''[[Plugins|View → Plugins]]'' dialog.
 +
 
 +
[[Category:2.4.0|Injection Management]]
 +
[[Category:Injecting|Injection Management]]
  
 
== See also ==
 
== See also ==

Revision as of 09:34, 3 August 2016

The Injection Manamgent in UBIK® provides the possibility to extend the standard functionality of UBIK® on demand. This extends the system to include project a/o customer specific implementations (like project specific Workflow activities) and supports the UBIK® admin to solve project/customer specific problems.

Supported Applications

Injection Management is supported by following UBIK® Applications:

Supported Plugin Types

The 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>

Loaded Plugins

A list of all currently loaded and available Plugins in UBIK® Studio is shown in the View → Plugins dialog.

See also