Microsoft.SystemCenter.Orchestrator.Integration Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The System Center 2012 - Orchestrator Software Development Kit (SDK), previously named the Opalis API, is a way for developers to create custom integrations with Orchestrator by using their own custom code and adding on an easy-to-understand interface layer that enables the integration with Orchestrator activities. Using the SDK, developers create custom assemblies, which can then be used by Orchestrator as individual assemblies using the activities in the Integration Toolkit .NET or Java Integration Packs, or by creating new Integration Packs using the Integration Pack Wizard.
Activity |
This attribute declares that a class defines an Orchestrator Activity. |
Activity |
Marks a specific property in an Activity class as one that can be used to inject configuration data. |
Activity |
Marks a class that can be used to encapsulate filter, input and output properties for an Activity class. |
Activity |
Marks a property in an Activity class as one that supports filtering. |
Activity |
Marks a property in an Activity class as one that receives input from the Orchestrator data bus. |
Activity |
Marks a method inside an Activity class as one that should be run when the activity is invoked by Orchestrator. |
Activity |
This attribute declares that an Activity class should be run as a monitor activity. |
Activity |
Marks a specific property inside an Activity class as one that publishes its value to the Orchestrator data bus. |
Activity |
Use ActivityWarning to throw an exception from an Activity that will notify Orchestrator that although the object did not run successfully, the failure should be reported as a warning instead of an error. |
IActivity |
Use this interface to implement an Activity. |
IActivity |
Use the IActivityDesigner interface to specify the filters, inputs and outputs supported by an Activity. |
IActivity |
Use the IActivityFilter interface to design a specific filter for an Activity. |
IActivity |
Use the IActivityInput interface to design a specific input for an Activity. |
IActivity |
Interface used to design a specific output for an Activity. |
IActivity |
Use this interface to retrieve the details of a request from Orchestrator to run a specific Activity. |
IActivity |
Use this interface to publish the results generated by an Activity when it is executed as part of an Orchestrator runbook. |
IActivity |
|
IFilter |
Use this interface to programatically access the filter conditions provided by Orchestrator when the Activity is invoked as part of a running workflow. |
IFilter |
Use the IFilterCriteria interface to programmatically access to a single filter condition. |
IInput |
Use the IInputCollection interface to access the input values provided by Orchestrator as part of a request to execute an Activity. |
IRedesign |
|
IRuntime |
Use the IRuntimeValue interface to programmatically access the value assigned to a specific filter or input by the Orchestrator data bus. |
Configuration |
Indicates that the configuration specified by an ActivityConfiguration property is required either at design time and runtime, or runtime only. |
Relation |
A filter Relation indicates the test to be performed when evaluating whether a value satisfies a filter condition. |