com.ibm.task.api

Interface CustomProperty

  • All Superinterfaces:
    java.io.Serializable
    All Known Subinterfaces:
    InlineCustomProperty


    public interface CustomProperty
    extends java.io.Serializable
    Describes a named custom property.

    Custom properties allow a user to add additional properties to an object beyond those provided and managed by the Human Task Manager.

    Since:
    6.0
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getName()
      Returns the name of the custom property.
      java.lang.String getValue()
      Returns the value of the custom property.
    • Method Detail

      • getName

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

        java.lang.String getValue()
        Returns the value of the custom property.
        Returns:
        The value of the custom property.
IBM Business Process ManagerTM
Release 8