| 程序包 | 说明 |
|---|---|
| org.xmeta | |
| org.xmeta.codes | |
| org.xmeta.index | |
| org.xmeta.thingManagers |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ThingIndex> |
Category.getThingIndexs()
返回当前目录下的所有事物的索引列表,不包含子目录。
|
List<ThingIndex> |
ThingManager.getThingIndexs(String categoryName)
返回指定目录下的事物索引列表。
|
List<ThingIndex> |
Category.getThingIndexs(String descriptor)
根据描述返回事物索引列表。
|
List<ThingIndex> |
ThingManager.getThingIndexs(String categoryName,
String descriptorPath)
根据描述者获取指定目录下的事物索引列表。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ThingCoder.decodeIndex(ThingIndex thingIndex,
InputStream in,
long lastModifyed)
只解码用于索引事物的部分,事物索引通常用于UI的导航中。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
XmlThingCoder.decodeIndex(ThingIndex thingIndex,
InputStream in,
long lastModified) |
void |
XerThingCoder.decodeIndex(ThingIndex thingIndex,
InputStream in,
long lastModifyed) |
void |
TxtThingCoder.decodeIndex(ThingIndex thingIndex,
InputStream in,
long lastModifyed) |
void |
PropertyThingCoder.decodeIndex(ThingIndex thingIndex,
InputStream in,
long lastModifyed) |
void |
JsonThingCoder.decodeIndex(ThingIndex thingIndex,
InputStream in,
long lastModifyed) |
void |
DmlThingCoder.decodeIndex(ThingIndex thingIndex,
InputStream in,
long lastModifyed) |
| 构造器和说明 |
|---|
ThingIndexIndex(Index parent,
ThingIndex thing) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<ThingIndex> |
CachedCategory.thingIndexs
事物索引列表
|
| 限定符和类型 | 方法和说明 |
|---|---|
ThingIndex |
TransientThingManager.getThingIndex(String thingName) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ThingIndex> |
TransientCategory.getThingIndexs() |
List<ThingIndex> |
ClassCategory.getThingIndexs() |
List<ThingIndex> |
CachedCategory.getThingIndexs() |
List<ThingIndex> |
TransientThingManager.getThingIndexs(String categoryName) |
List<ThingIndex> |
TransientCategory.getThingIndexs(String descriptorPath) |
List<ThingIndex> |
ClassThingManager.getThingIndexs(String categoryName) |
List<ThingIndex> |
ClassCategory.getThingIndexs(String descriptor) |
List<ThingIndex> |
CachedCategory.getThingIndexs(String descriptor) |
List<ThingIndex> |
AbstractThingManager.getThingIndexs(String categoryName) |
List<ThingIndex> |
TransientThingManager.getThingIndexs(String categoryName,
String descriptorPath) |
List<ThingIndex> |
ClassThingManager.getThingIndexs(String categoryName,
String descriptorPath) |
List<ThingIndex> |
AbstractThingManager.getThingIndexs(String categoryName,
String descriptorPath) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CachedCategory.addThingIndex(ThingIndex thingIndex)
添加事物索引。
|
Copyright © 2022 xworker.org. All rights reserved.