Uses of Class
org.apache.creadur.whisker.model.Organisation
Packages that use Organisation
Package
Description
Models the domain, linking expected distribution contents to
licensing meta-data.
-
Uses of Organisation in org.apache.creadur.whisker.fromxml
Methods in org.apache.creadur.whisker.fromxml that return OrganisationModifier and TypeMethodDescriptionJDomBuilder.organisation(org.jdom2.Element element) Builds an organisation model from xml.JDomBuilder.organisation(org.jdom2.Element element, Map<String, Organisation> organisationsById) Methods in org.apache.creadur.whisker.fromxml that return types with arguments of type OrganisationModifier and TypeMethodDescriptionJDomBuilder.mapOrganisations(org.jdom2.Document document) Collects organisation definitions within document.Methods in org.apache.creadur.whisker.fromxml with parameters of type OrganisationModifier and TypeMethodDescriptionJDomBuilder.byOrganisation(org.jdom2.Element element, Organisation organisation) Builds a by-organisation model from xml.Method parameters in org.apache.creadur.whisker.fromxml with type arguments of type OrganisationModifier and TypeMethodDescriptionJDomBuilder.byOrganisation(org.jdom2.Element byOrganisation, Map<String, Organisation> organisationsById) Builds a by-organisation model from xml.JDomBuilder.collectByOrganisations(org.jdom2.Element parent, Map<String, Organisation> map) Collects by-organisation children.JDomBuilder.organisation(org.jdom2.Element element, Map<String, Organisation> organisationsById) JDomBuilder.publicDomain(Map<String, Organisation> organisations, org.jdom2.Element parent) Collects child organisations of public domain. -
Uses of Organisation in org.apache.creadur.whisker.model
Classes in org.apache.creadur.whisker.model that implement interfaces with type arguments of type OrganisationModifier and TypeClassDescriptionclassDescribes a group or individual with responsibility for upstream distributions.Methods in org.apache.creadur.whisker.model that return OrganisationModifier and TypeMethodDescriptionByOrganisation.getOrganisation()Gets the organisation representing the individual or group responible for the linked resources.Organisation.storeIn(Map<String, Organisation> organisationsById) Stores this organisation by id.Methods in org.apache.creadur.whisker.model that return types with arguments of type OrganisationModifier and TypeMethodDescriptionLicenseAndOrganisationCollator.getOrganisation()Gets the organisations collected.Descriptor.getOrganisations()Gets the organisations described.Methods in org.apache.creadur.whisker.model with parameters of type OrganisationMethod parameters in org.apache.creadur.whisker.model with type arguments of type OrganisationModifier and TypeMethodDescriptionOrganisation.storeIn(Map<String, Organisation> organisationsById) Stores this organisation by id.Constructors in org.apache.creadur.whisker.model with parameters of type OrganisationModifierConstructorDescriptionByOrganisation(Organisation organisation, Collection<Resource> resources) Links an individual or group to the resources for which they have responsibility.