Interface IProcessTaskCustomFieldDS

All Known Implementing Classes:
XmlProcessTaskCustomFieldDS, XmlProcessTaskCustomFieldDS

public interface IProcessTaskCustomFieldDS
Interface for ProcessTaskCustomField representations in datasources.
Since:
9.1
Author:
T. Middeldorp
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the expression for the custom field held by this datasource.
    Gets the name for the custom field held by this datasource.
  • Method Details

    • getName

      String getName()
      Gets the name for the custom field held by this datasource.
      Returns:
      Name of the custom field
    • getExpression

      String getExpression()
      Gets the expression for the custom field held by this datasource.
      Returns:
      Expression of the custom field