Table of Contents

Search

  1. Preface
  2. RulePoint Interfaces
  3. RulePoint Services
  4. Custom Service API
  5. Java Adapter for REST API
  6. RulePoint REST API
  7. Sample XML and JSON Requests and Responses
  8. RulePoint Pluggable Authentication Module
  9. HTTP Request and Response Attributes

Developer Guide

Developer Guide

com.informatica.cep.sdk.annotations.ServiceProperty

com.informatica.cep.sdk.annotations.ServiceProperty

The following table describes the attributes of the ServiceProperty annotation:
Attribute
Description
name
Internal name of the property. Ensure that this property does not conflict with any other configurable property within the service.
displayName
The display name for the service on the user interface.
description
Optional. A short description for the property.
propertyEditor
The fully qualified property editor class name to use for this property. For more information on property editors and how to use them in the SDK, refer to Property Editor Classes.
fieldType
Indicates the type of field. Default is Text.
order
A unique ordinal number for this field for user interface ordering. Ensure that this order number does not conflict with any other configurable field in the service.
hidden
Indicates whether to show this field in the user interface. Default is false.
optional
Indicates if this is an optional field. Provide a value for this field if optional is false. Default is true.
overrides
Applies only to responders. Indicates if this field can be overridden in the response or rule. Default is true.
defaultValue
The default value of the property in the string.

0 COMMENTS

We’d like to hear from you!