com.esri.adf.web.tasks
Class SearchAttributesTaskInfo

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

public class SearchAttributesTaskInfo
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
SearchAttributesTaskInfo()
           
 
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.
 TaskToolDescriptorModel[] getToolDescriptors()
          Claims there are no custom task tool descriptors provided.
 void refresh(SearchAttributesTask task)
           
 void setConfig(SearchAttributesTaskConfig config)
          Deprecated. As of ArcGIS Java Server 9.3, instead use SearchAttributesTask
 
Methods inherited from class com.esri.adf.web.data.tasks.SimpleTaskInfo
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

SearchAttributesTaskInfo

public SearchAttributesTaskInfo()
Method Detail

setConfig

@Deprecated
public void setConfig(SearchAttributesTaskConfig config)
Deprecated. As of ArcGIS Java Server 9.3, instead use SearchAttributesTask

Sets the search attributes task config bean.

Parameters:
config - the configuration bean for search attributes task

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

getToolDescriptors

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

Specified by:
getToolDescriptors in interface TaskInfo
Overrides:
getToolDescriptors 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(SearchAttributesTask task)