|
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.sql.BaseDao com.esri.gpt.framework.request.DaoRequest<RequestDefinition<MmdCriteria,MmdResult>> com.esri.gpt.catalog.management.MmdRequest com.esri.gpt.catalog.management.MmdActionRequest
public class MmdActionRequest
Executes metadata management actions.
Actions keys:
Constructor Summary | |
---|---|
MmdActionRequest(RequestContext requestContext,
Publisher publisher,
MmdCriteria criteria,
MmdResult result)
Construct a metadata management query request. |
Method Summary | |
---|---|
void |
execute()
Executes the action request. |
void |
execute(MmdQueryCriteria queryCriteria)
Executes request for all records matching given query criteria. |
boolean |
getApplyToAll()
Gets flag if apply action to all records. |
boolean |
hadUnalteredDraftDocuments()
Gets the status indicating whether or not documents in draft mode were unaltered by an update. |
void |
setApplyToAll(boolean applyToAll)
Sets flag if apply action to all records. |
Methods inherited from class com.esri.gpt.catalog.management.MmdRequest |
---|
getActionCriteria, getActionResult, getPublisher, getQueryCriteria, getQueryResult, getResourceTableName |
Methods inherited from class com.esri.gpt.framework.request.DaoRequest |
---|
getRequestDefinition, setRequestDefinition |
Methods inherited from class com.esri.gpt.framework.sql.BaseDao |
---|
appendExpression, appendValueFilter, closeResultSet, closeStatement, getApplicationConfiguration, getRequestContext, logExpression, returnConnection, setRequestContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MmdActionRequest(RequestContext requestContext, Publisher publisher, MmdCriteria criteria, MmdResult result)
requestContext
- the request contextpublisher
- the publishercriteria
- the request criteriaresult
- the request resultMethod Detail |
---|
public boolean hadUnalteredDraftDocuments()
public boolean getApplyToAll()
public void setApplyToAll(boolean applyToAll)
applyToAll
- flag if apply action to all recordspublic void execute() throws Exception
ImsServiceException
- in an exception occurs while communication
with the ArcIMS metadata publishing service
Exception
- if an exception occurspublic void execute(MmdQueryCriteria queryCriteria) throws Exception
queryCriteria
- query criteria
Exception
- if executing request fails
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |