|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.framework.resource.adapters.LimitedLengthResourcesAdapter
public class LimitedLengthResourcesAdapter
Limeited length resource adapter.
Constructor Summary | |
---|---|
LimitedLengthResourcesAdapter(Iterable<Resource> resources,
Integer maxRecs)
Creates instance of the adapter. |
|
LimitedLengthResourcesAdapter(Resource resource,
Integer maxRecs)
Creates instance of the adapter. |
Method Summary | |
---|---|
Iterator<Resource> |
iterator()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LimitedLengthResourcesAdapter(Resource resource, Integer maxRecs)
resource
- single resourcemaxRecs
- maximum recordspublic LimitedLengthResourcesAdapter(Iterable<Resource> resources, Integer maxRecs)
resources
- collection of resourcesmaxRecs
- maximum recordsMethod Detail |
---|
public Iterator<Resource> iterator()
iterator
in interface Iterable<Resource>
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |