What’s New in the Orchestrator SDK
Applies To: System Center 2012 - Orchestrator, System Center 2012 R2 Orchestrator, System Center 2012 SP1 - Orchestrator
As part of the rebranding of Opalis to Orchestrator, a number of components of the SDK have changed. Please review the list below to ensure you are familiar with these changes. For more information about migrating existing Opalis-compatible source code to Orchestrator, please read Migrating Custom Activities.
General SDK Changes
Description | Opalis | Orchestrator |
---|---|---|
Help Files |
QuickIntegrationKit.CHM |
Content moved to TechNet Library |
OISIP024.CHM |
Content moved to TechNet Library |
|
OISIP035.CHM |
Content moved to TechNet Library |
|
OISIP023.CHM |
Content moved to TechNet Library |
|
Microsoft .NET Developer's Guide |
Content moved to TechNet Library |
|
Java Developer's Guide |
Content moved to TechNet Library |
|
.NET IP |
QIKNET30.OIP |
SCONetIntegration7.oip |
.NET SDK Changes
Description | Opalis | Orchestrator |
---|---|---|
Namespace |
Opalis.QuickIntegrationKit |
Microsoft.SystemCenter.Orchestrator.Integration |
Reference Assembly |
Opalis.QuickIntegrationKit.dll |
Microsoft.SystemCenter.Orchestrator.Integration.dll |
Compiled Examples |
Opalis.QuickIntegrationKit.Examples.dll |
Microsoft.SystemCenter.Orchestrator.Integration.Examples.dll |
Version |
3.0.0.0 |
7.0.xxxx.0 (where xxxx is the build number) |
Interfaces |
IOpalisDesigner |
IActivityFilter |
IOpalisFilter |
IActivityFilter |
|
IOpalisObject |
IActivity |
|
IOpalisOutput |
IActivityOutput |
|
IOpalisRequest |
IActivityRequest |
|
IOpalisResponse |
IActivityResponse |
|
Attributes |
OpalisConfigurationAttribute |
ActivityConfigurationAttribute |
OpalisDataAttribute |
ActivityDataAttribute |
|
OpalisDescriptionAttribute |
ActivityDescriptionAttribute |
|
OpalisFilterAttribute |
ActivityFilterAttribute |
|
OpalisInputAttribute |
ActivityInputAttribute |
|
OpalisMethodAttribute |
ActivityMethodAttribute |
|
OpalisMonitorAttribute |
ActivityMonitorAttribute |
|
OpalisObjectAttribute |
ActivityAttribute |
|
OpalisOutputAttribute |
ActivityOutputAttribute |
|
Warning Interface |
OpalisObjectWarning |
ActivityWarning |
Note
The Java SDK is no longer available in Orchestrator.