📄 imetadataawareactionhandler.java
字号:
package com.esri.solutions.jitk.web.tasks.search.csw.actions;
import com.esri.solutions.jitk.common.metadata.IMetadataCatalog;
import com.esri.solutions.jitk.common.metadata.IMetadataDocument;
public interface IMetadataAwareActionHandler extends IActionHandler {
/**
* Sets the reference to the {@link IMetadataCatalog} associated with the
* search result.
*
* @param catalog {@link IMetadataCatalog} reference.
*/
public void setMetadataCatalog(IMetadataCatalog catalog);
/**
* Sets the reference to the {@link IMetadataDocument} associated with the
* search result.
*
* @param document {@link IMetadataDocument} reference.
*/
public void setMetadataDocument(IMetadataDocument document);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -