Package | Description |
---|---|
com.streamscape.sef.service | |
com.streamscape.service.osf.config |
Modifier and Type | Method and Description |
---|---|
ServicePropertyType |
ServiceContext.getPropertyType(java.lang.String property)
Returns a type of the specified property.
|
Modifier and Type | Field and Description |
---|---|
static ServicePropertyType |
ServicePropertyType.BOOLEAN
A boolean that is true/false
|
static ServicePropertyType |
ServicePropertyType.CLIENT_FACTORY
Property type represents a
Client Connection Factory parameter. |
static ServicePropertyType |
ServicePropertyType.DECIMAL
A basic integer that MUST have a decimal point
|
static ServicePropertyType |
ServicePropertyType.ENUMERATION
Implies this is a Comma Delimited list of possible values where only one is possible
|
static ServicePropertyType |
ServicePropertyType.JDBC_FACTORY
Property type represents a
JDBC Factory parameter. |
static ServicePropertyType |
ServicePropertyType.LIST
Property that presents a list of values or an array of properties.
|
static ServicePropertyType |
ServicePropertyType.NUMERIC
A basic numeric (java.lang.Long)
|
static ServicePropertyType |
ServicePropertyType.OBJECT
A general object reference that allows arbitrary User-defined types to be made into parameters.
|
static ServicePropertyType |
ServicePropertyType.OTHER
User defined property type.
|
static ServicePropertyType |
ServicePropertyType.PASSWORD
A string that denotes a password that should not be displayed.
|
static ServicePropertyType |
ServicePropertyType.SQL
A text string that may hold an SQL command object.
|
static ServicePropertyType |
ServicePropertyType.STRING
An arbitrary, single-line string
|
static ServicePropertyType |
ServicePropertyType.TABLE
Property that presents a table (map) of properties.
|
static ServicePropertyType |
ServicePropertyType.TEXT
A text area that may result in a vertical/horizontal scroll bar in the Editor
|
static ServicePropertyType |
ServicePropertyType.TRANSPORT_FACTORY
Property represents a
Transport Factory parameter. |
static ServicePropertyType |
ServicePropertyType.URL
A basic URI of the form
|
static ServicePropertyType |
ServicePropertyType.XML
An XML doc that may force XML validation in a Editor
|
Modifier and Type | Method and Description |
---|---|
ServicePropertyType |
ServiceConfigurationProperty.getType() |
static ServicePropertyType |
ServicePropertyType.valueOf(java.lang.String name) |
static ServicePropertyType[] |
ServicePropertyType.values() |
Modifier and Type | Method and Description |
---|---|
ServiceConfigurationProperty |
AbstractServiceConfigurationObject.createProperty(java.lang.String propertyName,
ServicePropertyType propertyType,
java.lang.String propertyGroup)
Create an instance of a
Service Configuration Property . |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.