Interface Ptm_mexpandingProcessor<T>
public interface Ptm_mexpandingProcessor<T>
-
Method Summary
-
Method Details
-
process
T process(String template, String provenance, String mtemplate, String bindings, Integer agent, Integer mexpanding, String email, String time) TODO doc.- Parameters:
template- : The template resulting from the mtemplate expansion (expected type: xsd:string)provenance- : The provenance of the document resulting from the template expansion (expected type: xsd:string)mtemplate- : The meta 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)mexpanding- : 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
-