com.ibm.bpe.api

Interface CustomPropertyInfo

All Superinterfaces:
java.io.Serializable

  1. public interface CustomPropertyInfo
  2. extends java.io.Serializable
Provides information about a custom property.

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
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. int
getAssociatedObjectType()
Returns the object type of the object the custom property is set for.
  1. java.lang.String
getName()
Returns the name of the custom property.
  1. boolean
isBinary()
Indicates whether the custom property is a binary custom property or not.

Field Detail

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

Method Detail

getName

  1. java.lang.String getName()
Returns the name of the custom property.
Returns:
The name of the custom property.

getAssociatedObjectType

  1. int getAssociatedObjectType()
Returns the object type of the object the custom property is set for.
Returns:
The associated object type - refer to ObjectType.

isBinary

  1. 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.