Opalis Quick Integration Kit 3.0
 

Classes

  Class Description
OpalisConfigurationAttribute
Marks a specific property in a class already marked as an OpalisObject as a property that can be used to inject configuration data.
OpalisDataAttribute
Marks a class that can be used to encapsulate filter, input and output properties for an OpalisObject class.
OpalisDescriptionAttribute
Used in conjunction with the [OpalisOutput]attribute to provide a description of the output.
OpalisFilterAttribute
The OpalisFilter attribute marks a property in a class already marked as an OpalisObject, as a property that supports filtering.
OpalisInputAttribute
The OpalisInput attribute marks a property in a class that has already been marked as an OpalisObject, as a property that receives input from the Opalis Integration Server data bus.
OpalisMethodAttribute
The OpalisMethod attribute marks a method inside a class that has already been marked as an OpalisObject, as a method that should be run when the object is invoked by Opalis Integration Server.
OpalisMonitorAttribute
This attribute declares that a class that has already been marked as an OpalisObject should be run as a monitor object.
OpalisObjectAttribute
This attribute declares that a class supports integration with Opalis Integration Server.
OpalisObjectWarning
Use the OpalisObjectWarning to throw an exception from an OpalisObject that will notify Opalis Integration Server that although the object did not run successfully, the failure should be reported as a warning instead of an error.
OpalisOutputAttribute
The OpalisOutput attribute marks a specific property inside a class that has already been marked as an OpalisObject, as a property that publishes its value to the Opalis Integration Server data bus.

Interfaces

  Interface Description
IFilterCollection
Use this interface to programatically access the filter conditions provided by Opalis Integration Server when the OpalisObject is invoked as part of a running workflow.
IFilterCriteria
The IFilterCriteria interface provides programmatic access to a single filter condition.
IInputCollection
Use the IInputCollection interface to access the input values provided by Opalis Integration Server as part of a request to execute an OpalisObject.
IOpalisDesigner
Use the IOpalisDesigner interface to specify the filters, inputs and outputs supported by an OpalisObject.
IOpalisFilter
Use the IOpalisFilter interface to design a specific filter for an OpalisObject.
IOpalisInput
Use the IOpalisInput interface to design a specific input for an OpalisObject.
IOpalisObject
Use this interface to implement an OpalisObject.
IOpalisOutput
Interface used to design a specific output for an OpalisObject.
IOpalisRequest
Use this interface to retrieve the details of a request from Opalis Integration Server to run a specific OpalisObject.
IOpalisResponse
Use this interface to publish the results generated by an OpalisObject when it is executed as part of an Opalis Integration Server policy.
IRuntimeValue
Use the IRuntimeValue interface to programatically acess the value assigned to a specific filter or input by the Opalis Integration Server database bus.

Enumerations

  Enumeration Description
ConfigurationUsage
Relation
A filter Relation indicates the test to be performed when evaluating whether a value satisfies a filter condition.