|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface IModuleService
节点和操作服务
方法摘要 | |
---|---|
List<ModuleAttach> |
getModuleAttachList()
获取所有@Attach标注的模块附件类型集定义 |
List<Module> |
getModuleByBundleAddAction(String bundleName,
String actionName)
得到某个Bundle下的某个Action下的所有Module |
List<Module> |
getModuleListByBundleName(String bundleName)
得到某一个Bundle下的所有Module |
List<Module> |
getModules()
|
List<Module> |
getModules(String queryString)
查询符合条件的Module |
List<Opera> |
getOperaByAction(String actionName)
获取某个Action下所有需要校验的Opera对象 |
List<Opera> |
getOperaByBundleAddAction(String bundleName,
String actionName)
得到某个Bundle下某个Action的所有操作 TODO |
List<PreferenceDefinition> |
getPreferences()
获取所有@Preference对应的首选项 |
方法详细信息 |
---|
List<Module> getModules()
List<Module> getModules(String queryString)
queryString
- 可以是bundleName,className,节点名称,支持模糊查询
List<Module> getModuleListByBundleName(String bundleName)
bundleName
- bundle名称
List<Module> getModuleByBundleAddAction(String bundleName, String actionName)
bundleName
- bundle名称actionName
- action名称
List<Opera> getOperaByBundleAddAction(String bundleName, String actionName)
bundleName
- bundle名称actionName
- action名称
List<Opera> getOperaByAction(String actionName)
actionName
- Action全名
List<PreferenceDefinition> getPreferences()
List<ModuleAttach> getModuleAttachList()
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |