Uses of Class
org.apache.sis.metadata.iso.identification.DefaultOperationMetadata
Packages that use DefaultOperationMetadata
Package
Description
Information to uniquely identify the data or service.
-
Uses of DefaultOperationMetadata in org.apache.sis.metadata.iso.identification
Methods in org.apache.sis.metadata.iso.identification that return DefaultOperationMetadataModifier and TypeMethodDescriptionDefaultCoupledResource.getOperation()
Returns the service operation.Methods in org.apache.sis.metadata.iso.identification that return types with arguments of type DefaultOperationMetadataModifier and TypeMethodDescriptionDefaultServiceIdentification.getContainsOperations()
Provides information about the operations that comprise the service.DefaultOperationMetadata.getDependsOn()
Returns the list of operation that must be completed immediately before current operation is invoked.DefaultOperationChainMetadata.getOperations()
Returns information about the operations applied by the chain.Methods in org.apache.sis.metadata.iso.identification with parameters of type DefaultOperationMetadataModifier and TypeMethodDescriptionvoid
DefaultCoupledResource.setOperation
(DefaultOperationMetadata newValue) Sets a new service operation.Method parameters in org.apache.sis.metadata.iso.identification with type arguments of type DefaultOperationMetadataModifier and TypeMethodDescriptionvoid
DefaultServiceIdentification.setContainsOperations
(Collection<? extends DefaultOperationMetadata> newValues) Sets information(s) about the operations that comprise the service.void
DefaultOperationMetadata.setDependsOn
(List<? extends DefaultOperationMetadata> newValues) Sets the list of operation that must be completed before current operation is invoked.void
DefaultOperationChainMetadata.setOperations
(List<? extends DefaultOperationMetadata> newValues) Sets the information about the operations applied by the chain.Constructors in org.apache.sis.metadata.iso.identification with parameters of type DefaultOperationMetadataModifierConstructorDescriptionDefaultCoupledResource
(ScopedName name, Citation reference, DataIdentification resource, DefaultOperationMetadata operation) Constructs a new coupled resource initialized to the specified values.Constructs a new instance initialized with the values from the specified metadata object.