Uses of Class
org.iirds.dita.ot.plugin.model.SubjectDef
Packages that use SubjectDef
Package
Description
Implementations of metadata and IRI handlers
Model classes
Implementation of modules to read maps and topics
-
Uses of SubjectDef in org.iirds.dita.ot.plugin.contrib
Methods in org.iirds.dita.ot.plugin.contrib that return SubjectDefModifier and TypeMethodDescription(package private) static SubjectDefSubjectSchemeDataMetadataHandler.findClassOf(SubjectDef subjectdef) Methods in org.iirds.dita.ot.plugin.contrib with parameters of type SubjectDefModifier and TypeMethodDescription(package private) static SubjectDefSubjectSchemeDataMetadataHandler.findClassOf(SubjectDef subjectdef) (package private) static booleanSubjectSchemeDataMetadataHandler.isClass(SubjectDef subjectdef) (package private) booleanSubjectSchemeDataMetadataHandler.isType(SubjectDef clazz, String classUri) -
Uses of SubjectDef in org.iirds.dita.ot.plugin.model
Fields in org.iirds.dita.ot.plugin.model with type parameters of type SubjectDefModifier and TypeFieldDescription(package private) Map<String,SubjectDef> SubjectDefinitions.keysToSubjectsdefsprotected Map<RelationType,SubjectDef> SubjectDef.relations(package private) List<SubjectDef>SubjectDefinitions.subjectdefsMethods in org.iirds.dita.ot.plugin.model that return SubjectDefMethods in org.iirds.dita.ot.plugin.model that return types with arguments of type SubjectDefModifier and TypeMethodDescriptionSubjectDef.getRelations()SubjectDefinitions.getSubjectDefByKey(String key) Get subject definition by keyMethods in org.iirds.dita.ot.plugin.model with parameters of type SubjectDefModifier and TypeMethodDescriptionvoidSubjectDef.addRelatedSubjectDef(RelationType relation, SubjectDef subject) voidSubjectDefinitions.register(SubjectDef subject) Register a subject definition -
Uses of SubjectDef in org.iirds.dita.ot.plugin.module
Methods in org.iirds.dita.ot.plugin.module that return types with arguments of type SubjectDefModifier and TypeMethodDescriptionprotected static Optional<SubjectDef>SubjectExtractor.subjectdefFromElement(Element element) Method parameters in org.iirds.dita.ot.plugin.module with type arguments of type SubjectDefModifier and TypeMethodDescriptionprotected voidSubjectExtractor.handleTopicref(Element topicref, Optional<SubjectDef> parentSubject, Optional<RelationType> parentRelation)