Interface Copyable


public interface Copyable
Defines methods a Copyable document must implement.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Converts this Document instance into a copy of itself.
  • Method Details

    • toCopy

      void toCopy() throws org.kuali.rice.kew.api.exception.WorkflowException
      Converts this Document instance into a copy of itself.
      Throws:
      org.kuali.rice.kew.api.exception.WorkflowException - If the copy operation fails.