Modifier and Type | Method and Description |
---|---|
ComponentInterface |
ComponentManager.getComponentInstance(String componentName)
根据组件名称获取组件实例
|
Modifier and Type | Method and Description |
---|---|
ComponentInterface |
ComponentContainers.getComponentInstance(String componentName)
根据流程组件名称得到组件实例
|
Modifier and Type | Method and Description |
---|---|
ComponentInterface |
AbstractOldFlowExecutorImpl.getComponentInstance(String componentName) |
ComponentInterface |
ComponentManagerImpl.getComponentInstance(String componentName) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractFlowExecutorImpl.setProperties(Node node,
ComponentInterface componentInstance,
Context context)
把配置的参数注入进去
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTinydbService |
class |
CallEl |
class |
CallMethod |
class |
Context2Object |
class |
KeyChange |
class |
QueryAllFlow |
class |
TinydbAddService
tinydb的增删改查服务组件之添加服务
|
class |
TinydbDeleteService
删除操作服务
|
class |
TinydbPageQueryService
分页查询记录的流程组件
|
class |
TinydbQueryService
查询操作服务
|
class |
TinydbQueryServiceWithId<T>
根据主键值查询
|
class |
TinydbSqlQueryService
sql查询服务 querySql的参数值需要存在于上下文中
例如:select * from aaa where name=@name,上下文要存在name的参数。
|
class |
TinydbUpdateService
修改操作服务
|
Modifier and Type | Class and Description |
---|---|
class |
AssertComponent |
class |
ElExcutorComponent
EL表达式执行组件
|
class |
SubStrComponent
数据元素处理,字符串剪切
|
Modifier and Type | Class and Description |
---|---|
class |
ThrowExceptionComponent
异常抛出组件
|
Modifier and Type | Class and Description |
---|---|
class |
File2ObjectComponent
文件转对象
|
class |
FileIsExistComponent
文件是否存在判断
|
class |
FileMergeComponent
文件合并,将文件1和文件2合并到文件3中,如果文件3路径为空,则将文件2合并到文件1
|
class |
GetFileSizeComponent
文件大小获取组件
|
class |
Object2FileComponent
对象转文件
|
class |
ObjectAttr2FileComponent
对象属性转文件
|
Modifier and Type | Class and Description |
---|---|
class |
DateCalculateComponent
根据参数生成新的日期
|
class |
EnAndDecryptionComponent
加解密组件
|
class |
EnumConvertComponent<B>
枚举转换组件
|
class |
EnumSimpleConvertComponent
枚举转换组件
|
class |
IniOperatorComponent
获取ini文件属性
|
class |
InitializationPropertiesComponent
枚举和响应码配置初始化组件
|
class |
LoggerPrintComponent
输出日志组件
|
class |
MonitorPrintComponent
写监控组件
|
class |
NewInstanceComponent
根据类路径创建相对应的实例
|
class |
ResponseCodeConvertComponent
工具类实现001转换成002模式,规则可以动态添加
|
class |
ResponseCodeSimpleConvertComponent
工具类实现001转换成002模式
|
class |
ThreadSleepComponent
线程休眠组件
|
Modifier and Type | Class and Description |
---|---|
class |
AppendValueComponent
xml追加内容组件 在指定路径下面加入追加传入的值
|
class |
CopyNodeComponent
将节点内容复制到另外一个节点
|
class |
DeleteByNodeNameComponent
xml删除节点 删除xml指定路径的 指定节点名的 子节点,指定的名称可能有多个同名节点,这里删除所有该名称节点
|
class |
DeleteNodeComponent
xml删除节点 删除指定节点,包括节点下面的内容
|
class |
DeleteSubNodeComponent
xml删除节点 删除指定节点下面的子节点,但不删除该节点
如
|
class |
ExportXmlComponent
导出xml树到指定文件
|
class |
ImportXmlComponent
导入文件到xml树
|
class |
InsertNodeComponent
xml追加内容组件 在指定路径下面加入追加传入的值
|
class |
ModifyValueComponent
xml节点内容修改
|
class |
MoveNodeComponent
将节点从一个位置移动到另外一个位置
|
class |
PrintXmlComponent
xml树打印
|
class |
QueryByNodeNameComponent
获取xml指定路径的节点 指定节点名的 子节点列表,指定的名称可能有多个同名节点,这里返回所有该名称节点列表
|
class |
QueryNodeComponent
获取xml指定路径的节点 获取该节点及其子节点
|
class |
QuerySubNodeComponent
获取xml指定路径的节点 获取该节点的子节点
|
class |
RepalceNodeComponent
xml追加内容组件 在指定路径下面写入传入的值,覆盖原节点下的内容
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJdbcTemplateComponent
Created by wangwy11342 on 2016/8/21.
|
class |
AbstractTransactionComponent
Created by wangwy11342 on 2016/8/21.
|
class |
JdbcTemplateUpdateComponent
Created by wangwy11342 on 2016/8/21.
|
class |
QueryForMapListComponent
Created by wangwy11342 on 2016/8/21.
|
class |
QueryForNumberComponent
Created by wangwy11342 on 2016/8/21.
|
class |
QueryForObjectListComponent
Created by wangwy11342 on 2016/8/21.
|
class |
QueryForOneObjectComponent
Created by wangwy11342 on 2016/8/21.
|
class |
QueryForSqlRowSetComponent
Created by wangwy11342 on 2016/8/21.
|
class |
TransactionBeginComponent
Created by wangwy11342 on 2016/8/21.
|
class |
TransactionCommitComponent
Created by wangwy11342 on 2016/8/21.
|
class |
TransactionRollbackComponent
Created by wangwy11342 on 2016/8/21.
|
Modifier and Type | Class and Description |
---|---|
class |
DBData2FileComponent
数据库查询数据导出到文件
|
class |
File2DBDataComponent
导入文件到数据库
|
Modifier and Type | Class and Description |
---|---|
class |
SerialNumberCreateComponent
生成流水号
|
Modifier and Type | Class and Description |
---|---|
class |
CallFlow |
class |
CallPageFlow |
class |
CallServiceComponent |
Modifier and Type | Class and Description |
---|---|
class |
HelloWorldComponent |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWriteComponent |
class |
Forward
功能说明: 请求转发组件
开发时间: 2013-5-2 功能描述: 用于Forward到指定的URL |
class |
FullContextUrlRedirect |
class |
ParserContext2Object |
class |
Redirect
功能说明:重定向组件
|
class |
SessionOperate
功能说明: 对象session操作组件
|
class |
SessionRemoveOperate
功能说明: 对象session移除操作组件
|
class |
WriteJsonComponent |
class |
WriteTextComponent |
class |
WriteXmlComponent |
Modifier and Type | Class and Description |
---|---|
class |
ValidateComponent
校验组件
|
Copyright © 2006–2018 TinyGroup. All rights reserved.