Interface Ptm_expandingIntegrator<T>


public interface Ptm_expandingIntegrator<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    process(String template, String bindings, Integer agent, String email, String time)
    TODO doc.
  • Method Details

    • process

      T process(String template, String bindings, Integer agent, String email, String time)
      TODO doc.
      Parameters:
      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)
      email - : The agent's email (expected type: xsd:string)
      time - : Time when the transformed file is created (expected type: xsd:dateTime)
      Returns:
      not specified