com.ibm.bpe.api
Interface CustomPropertyInfo
All Superinterfaces:
java.io.Serializable
- public interface CustomPropertyInfo
- extends java.io.Serializable
Custom properties allow a user to add additional properties to an object beyond those provided and managed by the Business Flow Manager.
Since:
6.1.2
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getAssociatedObjectType()
Returns the object type of the object the custom property is set for.
|
|
getName()
Returns the name of the custom property.
|
|
isBinary()
Indicates whether the custom property is a binary custom property or not.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getName
- java.lang.String getName()
Returns the name of the custom property.
Returns:
The name of the custom property.
getAssociatedObjectType
- int getAssociatedObjectType()
Returns the object type of the object the custom property is set for.
Returns:
The associated object type - refer to
ObjectType
. isBinary
- boolean isBinary()
Indicates whether the custom property is a binary custom property or not.
Returns:
True when the custom property is a binary custom property else false.