Uses of Class
org.apache.creadur.whisker.model.ByOrganisation
Packages that use ByOrganisation
Package
Description
Models the domain, linking expected distribution contents to
licensing meta-data.
Uses Apache Velocity
templating engine to generate reports.
-
Uses of ByOrganisation in org.apache.creadur.whisker.fromxml
Methods in org.apache.creadur.whisker.fromxml that return ByOrganisationModifier and TypeMethodDescriptionJDomBuilder.byOrganisation(org.jdom2.Element byOrganisation, Map<String, Organisation> organisationsById) Builds a by-organisation model from xml.JDomBuilder.byOrganisation(org.jdom2.Element element, Organisation organisation) Builds a by-organisation model from xml.Methods in org.apache.creadur.whisker.fromxml that return types with arguments of type ByOrganisationModifier and TypeMethodDescriptionJDomBuilder.collectByOrganisations(org.jdom2.Element parent, Map<String, Organisation> map) Collects by-organisation children.JDomBuilder.publicDomain(Map<String, Organisation> organisations, org.jdom2.Element parent) Collects child organisations of public domain. -
Uses of ByOrganisation in org.apache.creadur.whisker.model
Classes in org.apache.creadur.whisker.model that implement interfaces with type arguments of type ByOrganisationModifier and TypeClassDescriptionclassRelates the responsible group or individual to one or more resources.Methods in org.apache.creadur.whisker.model that return types with arguments of type ByOrganisationModifier and TypeMethodDescriptionWithLicense.getOrganisations()Gets resources grouped by responsible organisation.WithinDirectory.getPublicDomain()Gets resources in the public domain, grouped by the organisation responsible.Methods in org.apache.creadur.whisker.model with parameters of type ByOrganisationModifier and TypeMethodDescriptionintByOrganisation.compareTo(ByOrganisation other) Delegates to organisation.booleanDescriptor.isPrimary(ByOrganisation byOrganisation) Is the given individual or group the principle organisation with responsibility for the main work.voidLicenseAndOrganisationCollator.visit(ByOrganisation byOrganisation) VisitsByOrganisation.voidVisitor.visit(ByOrganisation byOrganisation) VisitsByOrganisation.Constructor parameters in org.apache.creadur.whisker.model with type arguments of type ByOrganisationModifierConstructorDescriptionWithLicense(License license, String copyrightNotice, Map<String, String> parameters, Collection<ByOrganisation> organisations) Groups resources sharing a license and copyright claim. -
Uses of ByOrganisation in org.apache.creadur.whisker.out.velocity
Methods in org.apache.creadur.whisker.out.velocity with parameters of type ByOrganisationModifier and TypeMethodDescriptionbooleanRenderingHelper.renderResources(ByOrganisation organisation, WithLicense license) Should resources with the given license by the given organisation be rendered?