Package | Description |
---|---|
org.apache.sis.metadata.iso.identification |
Information to uniquely identify the data or service.
|
Modifier and Type | Method and Description |
---|---|
DefaultOperationMetadata |
DefaultCoupledResource.getOperation()
Returns the service operation.
|
Modifier and Type | Method and Description |
---|---|
Collection<DefaultOperationMetadata> |
DefaultServiceIdentification.getContainsOperations()
Provides information about the operations that comprise the service.
|
List<DefaultOperationMetadata> |
DefaultOperationMetadata.getDependsOn()
Returns the list of operation that must be completed immediately before current operation is invoked.
|
List<DefaultOperationMetadata> |
DefaultOperationChainMetadata.getOperations()
Returns information about the operations applied by the chain.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultCoupledResource.setOperation(DefaultOperationMetadata newValue)
Sets a new service operation.
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Constructor and Description |
---|
DefaultCoupledResource(ScopedName name,
Citation reference,
DataIdentification resource,
DefaultOperationMetadata operation)
Constructs a new coupled resource initialized to the specified values.
|
DefaultOperationMetadata(DefaultOperationMetadata object)
Constructs a new instance initialized with the values from the specified metadata object.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.