|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.control.webharvest.engine.ExecutionUnit
public abstract class ExecutionUnit
Execution unit.
Constructor Summary | |
---|---|
ExecutionUnit(Task task)
Creates instance of the execution unit. |
Method Summary | |
---|---|
Object |
getAttribute(String name)
Gets attribute. |
boolean |
getCleanupFlag()
Gets cleanup flag. |
Criteria |
getCriteria()
Gets criteria. |
Publishable |
getNative()
Gets native resource. |
Publisher |
getPublisher()
Gets publisher. |
Query |
getQuery()
Gets query. |
HrRecord |
getRepository()
Gets repository. |
Set<String> |
getRestrictions()
Gets restrictions. |
protected abstract void |
onIteratonException(Exception ex)
|
void |
setAttribute(String name,
Object value)
Sets attribute. |
void |
setCleanupFlag(boolean cleanup)
Sets cleanup flag. |
void |
setPublisher(Publisher publisher)
Sets publisher. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExecutionUnit(Task task)
task
- taskMethod Detail |
---|
protected abstract void onIteratonException(Exception ex)
public Query getQuery()
public Publishable getNative()
public Criteria getCriteria()
public HrRecord getRepository()
public boolean getCleanupFlag()
true
to perform cleanuppublic void setCleanupFlag(boolean cleanup)
cleanup
- cleanup flagpublic Publisher getPublisher()
public void setPublisher(Publisher publisher)
publisher
- publisherpublic void setAttribute(String name, Object value)
name
- namevalue
- valuepublic Object getAttribute(String name)
name
- name
public Set<String> getRestrictions()
public String toString()
toString
in class Object
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |