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 Human Task Manager.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
int |
getAssociatedObjectType()
Returns the object type of the object the custom property is set for.
|
java.lang.String |
getName()
Returns the name of the custom property.
|
boolean |
isBinary()
Indicates whether the custom property is a binary custom property or not.
|
static final java.lang.String COPYRIGHT
java.lang.String getName()
int getAssociatedObjectType()
ObjectType
.boolean isBinary()