com.ibm.task.api
Interface InlineCustomProperty
-
- All Superinterfaces:
- CustomProperty, java.io.Serializable
public interface InlineCustomProperty 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 Human Task 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
Fields Modifier and Type Field and Description static java.lang.StringCOPYRIGHTstatic java.lang.StringCUSTOM_TEXT_1Constant to name the first inline custom property out of a set of eight.static java.lang.StringCUSTOM_TEXT_2Constant to name the second inline custom property out of a set of eight.static java.lang.StringCUSTOM_TEXT_3Constant to name the third inline custom property out of a set of eight.static java.lang.StringCUSTOM_TEXT_4Constant to name the fourth inline custom property out of a set of eight.static java.lang.StringCUSTOM_TEXT_5Constant to name the fifth inline custom property out of a set of eight.static java.lang.StringCUSTOM_TEXT_6Constant to name the sixth inline custom property out of a set of eight.static java.lang.StringCUSTOM_TEXT_7Constant to name the seventh inline custom property out of a set of eight.static java.lang.StringCUSTOM_TEXT_8Constant to name the eighth inline custom property out of a set of eight.
-
Method Summary
-
Methods inherited from interface com.ibm.task.api.CustomProperty
getName, getValue
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
-
CUSTOM_TEXT_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:
- Constant Field Values
-
CUSTOM_TEXT_2
static final java.lang.String CUSTOM_TEXT_2
Constant to name the second inline custom property out of a set of eight.- See Also:
- Constant Field Values
-
CUSTOM_TEXT_3
static final java.lang.String CUSTOM_TEXT_3
Constant to name the third inline custom property out of a set of eight.- See Also:
- Constant Field Values
-
CUSTOM_TEXT_4
static final java.lang.String CUSTOM_TEXT_4
Constant to name the fourth inline custom property out of a set of eight.- See Also:
- Constant Field Values
-
CUSTOM_TEXT_5
static final java.lang.String CUSTOM_TEXT_5
Constant to name the fifth inline custom property out of a set of eight.- See Also:
- Constant Field Values
-
CUSTOM_TEXT_6
static final java.lang.String CUSTOM_TEXT_6
Constant to name the sixth inline custom property out of a set of eight.- See Also:
- Constant Field Values
-
CUSTOM_TEXT_7
static final java.lang.String CUSTOM_TEXT_7
Constant to name the seventh inline custom property out of a set of eight.- See Also:
- Constant Field Values
-
CUSTOM_TEXT_8
static final java.lang.String CUSTOM_TEXT_8
Constant to name the eighth inline custom property out of a set of eight.- See Also:
- Constant Field Values
-
-