org.geomajas.command.feature
Class SearchAttributesCommand
java.lang.Object
org.geomajas.command.feature.SearchAttributesCommand
- All Implemented Interfaces:
- Command<SearchAttributesRequest,SearchAttributesResponse>
@Component
@Transactional(readOnly=true,
rollbackFor=java.lang.Exception.class)
public class SearchAttributesCommand- extends Object
- implements Command<SearchAttributesRequest,SearchAttributesResponse>
Search for attribute values of a certain attribute within a certain vector layer. The response holds all possible
attribute values.
- Author:
- Pieter De Graef
SearchAttributesCommand
public SearchAttributesCommand()
getEmptyCommandResponse
public SearchAttributesResponse getEmptyCommandResponse()
- Specified by:
getEmptyCommandResponse in interface Command<SearchAttributesRequest,SearchAttributesResponse>
execute
public void execute(SearchAttributesRequest request,
SearchAttributesResponse response)
throws Exception
- Specified by:
execute in interface Command<SearchAttributesRequest,SearchAttributesResponse>
- Throws:
Exception
Copyright © 2014 Geosparc. All Rights Reserved.