org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.task
Class IncrementalFWIndexUpdaterGenerationTaskType
java.lang.Object
org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.ExecutionEntity
org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.task.CustomTaskType
org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.task.IncrementalFWIndexUpdaterGenerationTaskType
- All Implemented Interfaces:
- Cloneable, Evaluable
public class IncrementalFWIndexUpdaterGenerationTaskType
- extends CustomTaskType
- Author:
- Spyros Boutsis, NKUA
| Methods inherited from class org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.task.CustomTaskType |
cancel, clone, evaluate, execute, getAttributeValue, getInput, getOutput, getTypeName, initialize, initializeWithDataInScope, newInstance, toXML, willRun |
| Methods inherited from class org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.ExecutionEntity |
assignRandomUID, createExecutionLog, getExecutionLogger, getExecutionState, getName, getParent, getScope, getUID, isFulfilled, setExecutionState, setIsFulfilled, setParent, setScope |
IncrementalFWIndexUpdaterGenerationTaskType
public IncrementalFWIndexUpdaterGenerationTaskType()
- Class constructor
getUIDescription
public String getUIDescription()
- Description copied from class:
ExecutionEntity
- Returns a string which will be displayed in the user interface as a
description for this entity.
- Specified by:
getUIDescription in class ExecutionEntity
- Returns:
- the entity description
executeTask
public void executeTask(TaskExecutionData execData)
- Description copied from class:
CustomTaskType
- Executes the task. No exceptions can be thrown by this method. In case
of errors or warnings, the task implementation should log an appropriate
message to the execution log.
- Specified by:
executeTask in class CustomTaskType
- Parameters:
execData - a TaskExecutionData object containing useful information that
can be used during the task's execution
getXMLTaskDefinitionDocument
public Document getXMLTaskDefinitionDocument()
throws Exception
- Description copied from class:
CustomTaskType
- Returns a
Document object defining the XML structure of this task's contents.
- Specified by:
getXMLTaskDefinitionDocument in class CustomTaskType
- Returns:
- the XML task definition document
- Throws:
Exception
Copyright © 2013. All Rights Reserved.