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