com.ibm.task.api
Interface InlineCustomProperty
All Superinterfaces:
CustomProperty, java.io.Serializable
- public interface InlineCustomProperty
- extends CustomProperty
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
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
|
CUSTOM_TEXT_1
Constant to name the first inline custom property out of a set of eight.
|
|
CUSTOM_TEXT_2
Constant to name the second inline custom property out of a set of eight.
|
|
CUSTOM_TEXT_3
Constant to name the third inline custom property out of a set of eight.
|
|
CUSTOM_TEXT_4
Constant to name the fourth inline custom property out of a set of eight.
|
|
CUSTOM_TEXT_5
Constant to name the fifth inline custom property out of a set of eight.
|
|
CUSTOM_TEXT_6
Constant to name the sixth inline custom property out of a set of eight.
|
|
CUSTOM_TEXT_7
Constant to name the seventh inline custom property out of a set of eight.
|
|
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.task.api.CustomProperty |
---|
getName, getValue |
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
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:
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:
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:
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:
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:
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:
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:
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: