Esri Geoportal Server
1.2.9

com.esri.gpt.control.webharvest.engine
Class Task

java.lang.Object
  extended by com.esri.gpt.control.webharvest.engine.Task

public class Task
extends Object

Task.


Constructor Summary
Task(HjRecord record)
          Creates instance of the task.
Task(HrRecord resource, Criteria criteria)
          Creates instance of the task.
 
Method Summary
 Criteria getCriteria()
          Gets criteria.
 HrRecord getResource()
          Gets resource to harvest.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Task

public Task(HrRecord resource,
            Criteria criteria)
Creates instance of the task.

Parameters:
resource - resource
criteria - criteria

Task

public Task(HjRecord record)
Creates instance of the task.

Parameters:
record - job record
Method Detail

getResource

public HrRecord getResource()
Gets resource to harvest.

Returns:
resource

getCriteria

public Criteria getCriteria()
Gets criteria.

Returns:
criteria

Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.