com.ibm.bpe.api

Interface InlineCustomProperty

All Superinterfaces:
CustomProperty, java.io.Serializable

  1. public interface InlineCustomProperty
  2. extends CustomProperty
Describes an inline custom property.

Inline custom properties allow a user to add additional properties to an object beyond those provided and managed by the Business Flow Manager. In contrast to non-inline custom properties, inline custom properties are an integral part of the associated object. This can result in more efficient queries.

Since:
7.5.1

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. java.lang.String
CUSTOM_TEXT_1
Constant to name the first inline custom property out of a set of eight.
  1. static
  2. java.lang.String
CUSTOM_TEXT_2
Constant to name the second inline custom property out of a set of eight.
  1. static
  2. java.lang.String
CUSTOM_TEXT_3
Constant to name the third inline custom property out of a set of eight.
  1. static
  2. java.lang.String
CUSTOM_TEXT_4
Constant to name the fourth inline custom property out of a set of eight.
  1. static
  2. java.lang.String
CUSTOM_TEXT_5
Constant to name the fifth inline custom property out of a set of eight.
  1. static
  2. java.lang.String
CUSTOM_TEXT_6
Constant to name the sixth inline custom property out of a set of eight.
  1. static
  2. java.lang.String
CUSTOM_TEXT_7
Constant to name the seventh inline custom property out of a set of eight.
  1. static
  2. java.lang.String
CUSTOM_TEXT_8
Constant to name the eighth inline custom property out of a set of eight.

Method Summary

Methods inherited from interface com.ibm.bpe.api.CustomProperty
getName, getValue

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

CUSTOM_TEXT_1

  1. static final java.lang.String CUSTOM_TEXT_1
Constant to name the first inline custom property out of a set of eight.
See Also:

CUSTOM_TEXT_2

  1. static final java.lang.String CUSTOM_TEXT_2
Constant to name the second inline custom property out of a set of eight.
See Also:

CUSTOM_TEXT_3

  1. static final java.lang.String CUSTOM_TEXT_3
Constant to name the third inline custom property out of a set of eight.
See Also:

CUSTOM_TEXT_4

  1. static final java.lang.String CUSTOM_TEXT_4
Constant to name the fourth inline custom property out of a set of eight.
See Also:

CUSTOM_TEXT_5

  1. static final java.lang.String CUSTOM_TEXT_5
Constant to name the fifth inline custom property out of a set of eight.
See Also:

CUSTOM_TEXT_6

  1. static final java.lang.String CUSTOM_TEXT_6
Constant to name the sixth inline custom property out of a set of eight.
See Also:

CUSTOM_TEXT_7

  1. static final java.lang.String CUSTOM_TEXT_7
Constant to name the seventh inline custom property out of a set of eight.
See Also:

CUSTOM_TEXT_8

  1. static final java.lang.String CUSTOM_TEXT_8
Constant to name the eighth inline custom property out of a set of eight.
See Also: