Uses of Class
org.apache.sis.metadata.iso.citation.DefaultResponsibility
Packages that use DefaultResponsibility
Package
Description
Reference to the data or service (citation, responsible party, contact information).
Information about legal and security constraints placed on data.
-
Uses of DefaultResponsibility in org.apache.sis.metadata.iso.citation
Subclasses of DefaultResponsibility in org.apache.sis.metadata.iso.citationModifier and TypeClassDescriptionclass
Identification of, and means of communication with, person(s) and organizations associated with the dataset.Constructors in org.apache.sis.metadata.iso.citation with parameters of type DefaultResponsibilityModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object.Constructs a new instance initialized with the values from the specified metadata object. -
Uses of DefaultResponsibility in org.apache.sis.metadata.iso.constraint
Methods in org.apache.sis.metadata.iso.constraint that return types with arguments of type DefaultResponsibilityModifier and TypeMethodDescriptionDefaultReleasability.getAddressees()
Returns the parties to which the release statement applies.DefaultConstraints.getResponsibleParties()
Returns the parties responsible for the resource constraints.Method parameters in org.apache.sis.metadata.iso.constraint with type arguments of type DefaultResponsibilityModifier and TypeMethodDescriptionvoid
DefaultReleasability.getAddressees
(Collection<? extends DefaultResponsibility> newValues) Deprecated.void
DefaultReleasability.setAddressees
(Collection<? extends DefaultResponsibility> newValues) Sets the parties to which the release statement applies.void
DefaultConstraints.setResponsibleParties
(Collection<? extends DefaultResponsibility> newValues) Sets the parties responsible for the resource constraints.
DefaultReleasability.setAddressees(Collection)
.