com.nedap.archie.flattener.OperationalTemplateProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tools Show documentation
Show all versions of tools Show documentation
tools that operate on the archie reference models and archetype object model
package com.nedap.archie.flattener;
import com.nedap.archie.aom.OperationalTemplate;
/**
* Interface to implement a custom OperationalTemplteProvider. Used for when OPTs are needed.
*/
public interface OperationalTemplateProvider {
OperationalTemplate getOperationalTemplate(String archetypeId);
}