Interface SubjectAreaClient<T>

Type Parameters:
T - Glossary Artifact type for supplied and return. Interface describing common methods to client working with Subject area resources. This is the Subject Area client API, for use by the subject area expert. This API exposes SCRUD (search, create, read ,update, delete) operations that can be performed on a Glossary Artifact.
All Known Subinterfaces:
SubjectAreaNodeClient<E>, SubjectAreaRelationshipClient<L>
All Known Implementing Classes:
AbstractSubjectArea, AbstractSubjectAreaNode, AbstractSubjectAreaRelationship, SubjectAreaCategoryClient, SubjectAreaGlossaryClient, SubjectAreaProjectClient, SubjectAreaTermClient

public interface SubjectAreaClient<T>