com.esri.adf.web.tasks
Class QueryAttributesTaskInfo

java.lang.Object
  extended by com.esri.adf.web.data.tasks.SimpleTaskInfo
      extended by com.esri.adf.web.tasks.QueryAttributesTaskInfo
All Implemented Interfaces:
TaskInfo, Serializable

public class QueryAttributesTaskInfo
extends SimpleTaskInfo

See Also:
Serialized Form

Field Summary
static String DEFAULT_DISPLAY_NAME
           
static String DEFAULT_FIND_BUTTON_TEXT
           
static String DEFAULT_FIND_BUTTON_TOOL_TIP
           
static String DEFAULT_LABEL_TEXT
           
 
Constructor Summary
QueryAttributesTaskInfo()
           
 
Method Summary
 TaskActionDescriptorModel[] getActionDescriptors()
          Claims there are no custom task action descriptors provided.
 TaskParamDescriptorModel[] getParamDescriptors()
          Claims there are no custom task param descriptors provided.
 TaskDescriptor getTaskDescriptor()
          Claims there is no custom TaskDescriptor provided.
 TaskLayout[] getTaskLayout()
          Claims there are no custom task layouts provided.
 void refresh(QueryAttributesTask task)
          Refresh the task info object based on the specified task object.
 void setTaskConfig(QueryAttributesTaskConfig config)
          Deprecated. As of ArcGIS Java Server 9.3, instead use QueryAttributesTask to set all properties
 
Methods inherited from class com.esri.adf.web.data.tasks.SimpleTaskInfo
getToolDescriptors, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_DISPLAY_NAME

public static final String DEFAULT_DISPLAY_NAME

DEFAULT_LABEL_TEXT

public static final String DEFAULT_LABEL_TEXT

DEFAULT_FIND_BUTTON_TEXT

public static final String DEFAULT_FIND_BUTTON_TEXT

DEFAULT_FIND_BUTTON_TOOL_TIP

public static final String DEFAULT_FIND_BUTTON_TOOL_TIP
Constructor Detail

QueryAttributesTaskInfo

public QueryAttributesTaskInfo()
Method Detail

getTaskDescriptor

public TaskDescriptor getTaskDescriptor()
Description copied from class: SimpleTaskInfo
Claims there is no custom TaskDescriptor provided. You can override this if you wish to provide an explicit descriptor.

Specified by:
getTaskDescriptor in interface TaskInfo
Overrides:
getTaskDescriptor in class SimpleTaskInfo
Returns:
null

getParamDescriptors

public TaskParamDescriptorModel[] getParamDescriptors()
Description copied from class: SimpleTaskInfo
Claims there are no custom task param descriptors provided. You can override this if you wish to provide explicit descriptors.

Specified by:
getParamDescriptors in interface TaskInfo
Overrides:
getParamDescriptors in class SimpleTaskInfo
Returns:
null

getActionDescriptors

public TaskActionDescriptorModel[] getActionDescriptors()
Description copied from class: SimpleTaskInfo
Claims there are no custom task action descriptors provided. You can override this if you wish to provide explicit descriptors.

Specified by:
getActionDescriptors in interface TaskInfo
Overrides:
getActionDescriptors in class SimpleTaskInfo
Returns:
null

getTaskLayout

public TaskLayout[] getTaskLayout()
Description copied from class: SimpleTaskInfo
Claims there are no custom task layouts provided. You can override this if you wish to provide explicit layouts.

Specified by:
getTaskLayout in interface TaskInfo
Overrides:
getTaskLayout in class SimpleTaskInfo
Returns:
null

refresh

public void refresh(QueryAttributesTask task)
Refresh the task info object based on the specified task object.

Parameters:
task - the query task object

setTaskConfig

@Deprecated
public void setTaskConfig(QueryAttributesTaskConfig config)
Deprecated. As of ArcGIS Java Server 9.3, instead use QueryAttributesTask to set all properties

Sets the query attributes task config object.

Parameters:
config - the query attributes task config object