Interface WorkflowItemDocument

All Superinterfaces:
WorkflowItem

public interface WorkflowItemDocument extends WorkflowItem
Provides methods to retrieve metadata information of a document item in a workflow.
  • Method Details

    • getId

      String getId()
      Retrieves the id of the document associated with this item.
      Returns:
      the ID of the document
    • getMajorVersion

      BigDecimal getMajorVersion()
      Retrieves the major version of the document associated with this item.
      Returns:
      the major version of the document
    • getMinorVersion

      BigDecimal getMinorVersion()
      Retrieves the minor version of the document associated with this item.
      Returns:
      the minor version of the document