Interface WorkflowDocumentPrototype

All Superinterfaces:
DocumentContract, WorkflowDocument
All Known Implementing Classes:
WorkflowDocumentImpl

public interface WorkflowDocumentPrototype extends WorkflowDocument
An implementation/framework interface that extends WorkflowDocument with an initialization method used internally for construction.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Method Details

    • init

      void init(String principalId, Document document)
      Initialize the WorkflowDocument
      Parameters:
      principalId - the interacting/consuming user principal id
      document - the DTO of the document this WorkflowDocument represents