Package org.kuali.rice.krad.document
Interface Copyable
public interface Copyable
Defines methods a Copyable document must implement.
-
Method Summary
Modifier and TypeMethodDescriptionvoidtoCopy()Converts this Document instance into a copy of itself.
-
Method Details
-
toCopy
void toCopy() throws org.kuali.rice.kew.api.exception.WorkflowExceptionConverts this Document instance into a copy of itself.- Throws:
org.kuali.rice.kew.api.exception.WorkflowException- If the copy operation fails.
-