public interface GraphLabelService
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String id)
删除标签别名
|
List<DsGraphLabel> |
list(String dsKey)
获取图库标签别名列表
|
Boolean |
tryAddLabel(DsGraphLabel graphLabel)
尝试添加标签别名
|
List<DsGraphLabel> list(String dsKey)
dsKey - 图库数据源标识Boolean tryAddLabel(DsGraphLabel graphLabel)
graphLabel - 标签别名void delete(String id)
id - 标签标识Copyright © 2025. All rights reserved.