Interface Ptm_expandingProcessor<T>


public interface Ptm_expandingProcessor<T>
  • Method Details

    • process

      T process(String document, String provenance, String template, String bindings, Integer agent, Integer expanding, String email, String time)
      TODO doc.
      Parameters:
      document - : The document resulting from template expansion (expected type: xsd:string)
      provenance - : The provenance of the document resulting from the template expansion (expected type: xsd:string)
      template - : The template to be expanded (expected type: xsd:string)
      bindings - : The bindings used in expansion (expected type: xsd:string)
      agent - : The agent controlling the expansion (expected type: xsd:int)
      expanding - : The activity of expanding the template (expected type: xsd:int)
      email - : The agent's email (expected type: xsd:string)
      time - : Time when the transformed file is created (expected type: xsd:dateTime)
      Returns:
      not specified