org.kuali.rice.krad.document
Interface Copyable

All Known Implementing Classes:
RuleDocument

public interface Copyable

Defines methods a Copyable document must implement.


Method Summary
 void toCopy()
          Converts this Document instance into a copy of itself.
 

Method Detail

toCopy

void toCopy()
            throws WorkflowException
Converts this Document instance into a copy of itself.

Throws:
WorkflowException


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.