| 程序包 | 说明 |
|---|---|
| org.xmeta | |
| org.xmeta.index | |
| org.xmeta.util |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
static Index |
Index.getIndexById(String id) |
通过标识获取索引。
|
static Index |
Index.getInstance() |
取实例。
|
abstract Index |
Index.getParent() |
取索引的父索引。
|
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
abstract List<Index> |
Index.getChilds() |
取子索引列表。
|
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
static String |
Index.getIndexId(Index index) |
通过Index生成一个ID,使用这个ID可以通过getIndexById方法获取。
|
| 修饰符和类型 | 类 | 说明 |
|---|---|---|
class |
CategoryIndex |
|
class |
FileIndex |
|
class |
ParentIndex |
|
class |
ThingIndexIndex |
|
class |
ThingManagerIndex |
|
class |
WorkingSetIndex |
|
class |
WorldIndex |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
abstract Index |
IndexFactory.createIndex(Index parent,
Object obj) |
|
Index |
CategoryIndex.getParent() |
|
Index |
FileIndex.getParent() |
|
Index |
ParentIndex.getParent() |
|
Index |
ThingIndexIndex.getParent() |
|
Index |
ThingManagerIndex.getParent() |
|
Index |
WorkingSetIndex.getParent() |
|
Index |
WorldIndex.getParent() |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
List<Index> |
CategoryIndex.getChilds() |
|
List<Index> |
FileIndex.getChilds() |
|
List<Index> |
ParentIndex.getChilds() |
|
List<Index> |
ThingIndexIndex.getChilds() |
|
List<Index> |
ThingManagerIndex.getChilds() |
|
List<Index> |
WorkingSetIndex.getChilds() |
|
List<Index> |
WorldIndex.getChilds() |
|
List<Index> |
WorldIndex.getThingManagerIndexs() |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
static void |
IndexFactory.addOrRemoveChilds(Index parent,
List<Index> childs,
List indexObjects,
IndexFactory indexFactory,
String type) |
|
abstract Index |
IndexFactory.createIndex(Index parent,
Object obj) |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
static void |
IndexFactory.addOrRemoveChilds(Index parent,
List<Index> childs,
List indexObjects,
IndexFactory indexFactory,
String type) |
|
static void |
WorldIndex.sort(List<Index> indexs) |
| 构造器 | 说明 |
|---|---|
CategoryIndex(Index parent,
Category category) |
|
FileIndex(Index parent,
File file) |
|
ParentIndex(Index parent) |
|
ThingIndexIndex(Index parent,
ThingIndex thing) |
|
ThingManagerIndex(Index parent,
ThingManager thingManager) |
|
WorkingSetIndex(Index parent,
Thing thing) |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
static void |
RefactorUtil.getAllThingIndexs(List<Index> thingIndexs,
Index index) |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
static void |
RefactorUtil.getAllThingIndexs(List<Index> thingIndexs,
Index index) |
Copyright © 2021 xworker.org. All rights reserved.