索引
所有程序包|所有类和接口
A
- appendLine(String, LogLevel, boolean, boolean, String...) - 接口中的方法 com.grapecity.forguncy.commands.ILog
-
追加一行日志
- appendLine(String, LogLevel, boolean, String...) - 接口中的方法 com.grapecity.forguncy.commands.ILog
-
追加一行日志
- appendLine(String, LogLevel, String...) - 接口中的方法 com.grapecity.forguncy.commands.ILog
-
追加一行日志
- appendLine(String, String...) - 接口中的方法 com.grapecity.forguncy.commands.ILog
-
追加一行日志
B
- BreakLoopAndContinue - 枚举 中的枚举常量 com.grapecity.forguncy.commands.enumeration.ProcessControl
-
跳过当前循环并继续执行
C
- canEqual(Object) - 类中的方法 com.grapecity.forguncy.commands.entity.GenerateListParam
- canEqual(Object) - 类中的方法 com.grapecity.forguncy.commands.entity.GenerateObjectParam
- canEqual(Object) - 类中的方法 com.grapecity.forguncy.commands.entity.GenerateParam
- Category - com.grapecity.forguncy.commands.annotation.common中的批注类型
-
命令分组信息
- checkCommandErrors() - 接口中的方法 com.grapecity.forguncy.commands.designer.ICommandChecker
-
验证错误信息
- com.grapecity.forguncy.commands - 程序包 com.grapecity.forguncy.commands
- com.grapecity.forguncy.commands.annotation - 程序包 com.grapecity.forguncy.commands.annotation
- com.grapecity.forguncy.commands.annotation.common - 程序包 com.grapecity.forguncy.commands.annotation.common
- com.grapecity.forguncy.commands.designer - 程序包 com.grapecity.forguncy.commands.designer
- com.grapecity.forguncy.commands.entity - 程序包 com.grapecity.forguncy.commands.entity
- com.grapecity.forguncy.commands.enumeration - 程序包 com.grapecity.forguncy.commands.enumeration
- Command - com.grapecity.forguncy.commands.entity中的类
-
命令类型插件的父类定义
- Command() - 类的构造器 com.grapecity.forguncy.commands.entity.Command
- commandScope() - 批注类型 中的元素 com.grapecity.forguncy.commands.annotation.ResultToProperty
-
活字格打开编辑命令窗口时会根据使用范围的不同显示不同的命令集合
- CommandScope - com.grapecity.forguncy.commands.enumeration中的枚举
-
活字格打开编辑命令窗口时会根据使用范围的不同显示不同的命令集合,该Flags枚举列出了以下几种范围。
- containsKey(K) - 接口中的方法 com.grapecity.forguncy.commands.Parameters
- Continue - 枚举 中的枚举常量 com.grapecity.forguncy.commands.enumeration.ProcessControl
-
继续执行
- ContinueLoop - 枚举 中的枚举常量 com.grapecity.forguncy.commands.enumeration.ProcessControl
-
跳过当前循环进入下一次循环
D
- decreaseIndent() - 接口中的方法 com.grapecity.forguncy.commands.ILog
-
减少缩进
- description - 类中的变量 com.grapecity.forguncy.commands.entity.GenerateParam
-
变量描述
- Detail - 枚举 中的枚举常量 com.grapecity.forguncy.commands.enumeration.LogLevel
-
详细记录日志
E
- entrySet() - 接口中的方法 com.grapecity.forguncy.commands.Parameters
- equals(Object) - 类中的方法 com.grapecity.forguncy.commands.entity.GenerateListParam
- equals(Object) - 类中的方法 com.grapecity.forguncy.commands.entity.GenerateObjectParam
- equals(Object) - 类中的方法 com.grapecity.forguncy.commands.entity.GenerateParam
- ExecutableInServer - 枚举 中的枚举常量 com.grapecity.forguncy.commands.enumeration.CommandScope
-
可以在服务端执行
- execute(IServerCommandExecuteContext) - 接口中的方法 com.grapecity.forguncy.commands.ICommandExecutableInServerSide
-
命令执行方法
- ExecuteResult - com.grapecity.forguncy.commands.entity中的类
-
命令的执行结果
- ExecuteResult() - 类的构造器 com.grapecity.forguncy.commands.entity.ExecuteResult
-
默认构造函数
- ExecuteResult(int, String) - 类的构造器 com.grapecity.forguncy.commands.entity.ExecuteResult
-
构造函数
F
- fromCode(Object) - 枚举中的静态方法 com.grapecity.forguncy.commands.enumeration.CommandScope
-
从枚举值创建枚举
- fromCode(Object) - 枚举中的静态方法 com.grapecity.forguncy.commands.enumeration.LogLevel
-
从枚举值生成枚举
G
- GenerateListParam - com.grapecity.forguncy.commands.entity中的类
-
数组类型返回值
- GenerateListParam() - 类的构造器 com.grapecity.forguncy.commands.entity.GenerateListParam
- GenerateNormalParam - com.grapecity.forguncy.commands.entity中的类
-
简单类型返回值
- GenerateNormalParam() - 类的构造器 com.grapecity.forguncy.commands.entity.GenerateNormalParam
- GenerateObjectParam - com.grapecity.forguncy.commands.entity中的类
-
对象类型返回值
- GenerateObjectParam() - 类的构造器 com.grapecity.forguncy.commands.entity.GenerateObjectParam
- GenerateParam - com.grapecity.forguncy.commands.entity中的类
-
返回值类型基类
- GenerateParam() - 类的构造器 com.grapecity.forguncy.commands.entity.GenerateParam
- get(K) - 接口中的方法 com.grapecity.forguncy.commands.Parameters
- getAppBaseUrl() - 接口中的方法 com.grapecity.forguncy.commands.IServerCommandExecuteContext
-
应用的Base Url。
- getAppFolder() - 接口中的方法 com.grapecity.forguncy.commands.IServerCommandExecuteContext
-
应用的目录
- getApplicationInformationService() - 接口中的方法 com.grapecity.forguncy.commands.IServerCommandExecuteContext
-
获取应用程序信息服务接口
- getAppLocalBaseUrl() - 接口中的方法 com.grapecity.forguncy.commands.IServerCommandExecuteContext
-
应用的AppLocalBaseUrl
- getCacheService() - 接口中的方法 com.grapecity.forguncy.commands.IServerCommandExecuteContext
-
缓存服务
- getCode() - 枚举中的方法 com.grapecity.forguncy.commands.enumeration.CommandScope
- getCode() - 枚举中的方法 com.grapecity.forguncy.commands.enumeration.LogLevel
-
获取枚举值
- getCode() - 枚举中的方法 com.grapecity.forguncy.commands.enumeration.ProcessControl
-
获取枚举值
- getCommandScope() - 类中的方法 com.grapecity.forguncy.commands.entity.Command
-
获取命令支持的范围
- getContext() - 接口中的方法 com.grapecity.forguncy.commands.IServerCommandExecuteContext
-
返回HttpContext类的实例
- getCurrentServerCommandName() - 接口中的方法 com.grapecity.forguncy.commands.IServerCommandExecuteContext
-
服务端命令的名称
- getCurrentUserName() - 接口中的方法 com.grapecity.forguncy.commands.IServerCommandExecuteContext
-
当前登陆用户名称
- getDataAccess() - 接口中的方法 com.grapecity.forguncy.commands.IServerCommandExecuteContext
-
用于操作数据库的上下文信息
- getDescription() - 类中的方法 com.grapecity.forguncy.commands.entity.GenerateParam
-
变量描述
- getDesignerPropertyVisible(String, CommandScope) - 类中的方法 com.grapecity.forguncy.commands.entity.Command
-
如果需要动态改变属性编辑器的可见性,可以重写该函数。
- getDisplayName() - 类中的方法 com.grapecity.forguncy.commands.entity.Command
-
获取命令展示名称
- getErrCode() - 类中的方法 com.grapecity.forguncy.commands.entity.ExecuteResult
-
返回码
- getFileService() - 接口中的方法 com.grapecity.forguncy.commands.IServerCommandExecuteContext
-
用于操作文件的上下文信息
- getGenerateParams() - 接口中的方法 com.grapecity.forguncy.commands.IServerCommandParamGenerator
-
获取此命令之后命令的返回值变量
- getItemProperties() - 类中的方法 com.grapecity.forguncy.commands.entity.GenerateListParam
-
列表中的每一项的属性列表
- getItemPropertiesDescription() - 类中的方法 com.grapecity.forguncy.commands.entity.GenerateListParam
-
列表中每一项的属性描述
- getLog() - 类中的方法 com.grapecity.forguncy.commands.entity.ExecuteResult
-
服务端命令的执行日志
- getLog() - 接口中的方法 com.grapecity.forguncy.commands.IServerCommandExecuteContext
-
用于记录日志的上下文环境。
- getLogLevel() - 接口中的方法 com.grapecity.forguncy.commands.ILog
-
日志详细程度
- getMessage() - 类中的方法 com.grapecity.forguncy.commands.entity.ExecuteResult
-
返回信息
- getOrDefault(Object, V) - 接口中的方法 com.grapecity.forguncy.commands.Parameters
- getParameters() - 接口中的方法 com.grapecity.forguncy.commands.IServerCommandExecuteContext
-
当前上下文中可用参数
- getParamName() - 类中的方法 com.grapecity.forguncy.commands.entity.GenerateParam
-
变量名称
- getParamScope() - 类中的方法 com.grapecity.forguncy.commands.entity.GenerateParam
-
变量范围
- getProcessControl() - 类中的方法 com.grapecity.forguncy.commands.entity.ExecuteResult
-
执行该命令后的流程控制信息
- getReturnValues() - 类中的方法 com.grapecity.forguncy.commands.entity.ExecuteResult
- getSubProperties() - 类中的方法 com.grapecity.forguncy.commands.entity.GenerateObjectParam
-
对象的子属性列表
- getSubPropertiesDescription() - 类中的方法 com.grapecity.forguncy.commands.entity.GenerateObjectParam
-
对象的子属性列表及其描述
- getUpdatingDatabaseConnectionStrings(IServerCommandExecuteContext) - 接口中的方法 com.grapecity.forguncy.commands.IUpdateDatabaseCommand
-
从服务端命令上下文环境获取待更新数据库的连接字符串数组。
- getUserInfoService() - 接口中的方法 com.grapecity.forguncy.commands.IServerCommandExecuteContext
-
用于操作用户的上下文环境
H
- hashCode() - 类中的方法 com.grapecity.forguncy.commands.entity.GenerateListParam
- hashCode() - 类中的方法 com.grapecity.forguncy.commands.entity.GenerateObjectParam
- hashCode() - 类中的方法 com.grapecity.forguncy.commands.entity.GenerateParam
I
- ICommandChecker - com.grapecity.forguncy.commands.designer中的接口
-
自定义命令验证接口
- ICommandExecutableInServerSide - com.grapecity.forguncy.commands中的接口
-
具有可独立执行能力的命令需要实现这个接口。
- ILog - com.grapecity.forguncy.commands中的接口
-
提供打印日志的方法
- increaseIndent() - 接口中的方法 com.grapecity.forguncy.commands.ILog
-
增加缩进
- initDefaultPropertyValues() - 类中的方法 com.grapecity.forguncy.commands.entity.Command
-
初始化默认属性值。
- isAllowWriteResultToResponse() - 类中的方法 com.grapecity.forguncy.commands.entity.ExecuteResult
-
是否允许将命令执行结果写入响应信息
- IServerCommandExecuteContext - com.grapecity.forguncy.commands中的接口
-
当在服务器端执行实现了ICommandExecutableInServerSide接口的命令时,从服务器端传递的上下文信息。
- IServerCommandParamGenerator - com.grapecity.forguncy.commands中的接口
-
实现此接口可以在命令的后续命令中提示返回值变量 如果希望生成复杂的对象类型返回结果,或者生成数组类型的返回结果,并且再后续的命令中可以选择返回值的子属性,可以通过 IServerCommandParamGenerator 实现。
- itemProperties - 类中的变量 com.grapecity.forguncy.commands.entity.GenerateListParam
-
列表中的每一项的属性列表
- itemPropertiesDescription - 类中的变量 com.grapecity.forguncy.commands.entity.GenerateListParam
-
列表中每一项的属性描述
- IUpdateDatabaseCommand - com.grapecity.forguncy.commands中的接口
-
提供更新数据库的方法
K
- keySet() - 接口中的方法 com.grapecity.forguncy.commands.Parameters
L
- LogLevel - com.grapecity.forguncy.commands.enumeration中的枚举
-
日志详细程度。
N
- None - 枚举 中的枚举常量 com.grapecity.forguncy.commands.enumeration.LogLevel
-
无日志
- Normal - 枚举 中的枚举常量 com.grapecity.forguncy.commands.enumeration.LogLevel
-
普通等级
P
- Parameters<K,
V> - com.grapecity.forguncy.commands中的接口 -
命令执行期间,命令上下文中的参数key 与value 的集合,map 结构
- paramName - 类中的变量 com.grapecity.forguncy.commands.entity.GenerateParam
-
变量名称
- paramScope - 类中的变量 com.grapecity.forguncy.commands.entity.GenerateParam
-
变量范围
- ProcessControl - com.grapecity.forguncy.commands.enumeration中的枚举
-
流程控制信息
- put(K, V) - 接口中的方法 com.grapecity.forguncy.commands.Parameters
- putAll(Map<? extends K, ? extends V>) - 接口中的方法 com.grapecity.forguncy.commands.Parameters
R
- refreshPropertyValues(String, Object) - 类中的方法 com.grapecity.forguncy.commands.entity.Command
-
刷新属性值
- replaceKeyWord(String) - 接口中的方法 com.grapecity.forguncy.commands.IServerCommandExecuteContext
-
更换邮件中相关属性关键字的工具方法,返回更换过关键字后的字符串。
- ResultToProperty - com.grapecity.forguncy.commands.annotation中的批注类型
-
声明属性的值表示命令执行后存入变量的变量名称。
- Return - 枚举 中的枚举常量 com.grapecity.forguncy.commands.enumeration.ProcessControl
-
返回
S
- ServerSide - 枚举 中的枚举常量 com.grapecity.forguncy.commands.enumeration.CommandScope
-
服务器命令
- setAllowWriteResultToResponse(boolean) - 类中的方法 com.grapecity.forguncy.commands.entity.ExecuteResult
-
是否允许将命令执行结果写入响应信息
- setDescription(String) - 类中的方法 com.grapecity.forguncy.commands.entity.GenerateParam
-
变量描述
- setErrCode(int) - 类中的方法 com.grapecity.forguncy.commands.entity.ExecuteResult
-
返回码
- setItemProperties(List<String>) - 类中的方法 com.grapecity.forguncy.commands.entity.GenerateListParam
-
列表中的每一项的属性列表
- setItemPropertiesDescription(Map<String, String>) - 类中的方法 com.grapecity.forguncy.commands.entity.GenerateListParam
-
列表中每一项的属性描述
- setLog(String) - 类中的方法 com.grapecity.forguncy.commands.entity.ExecuteResult
-
服务端命令的执行日志
- setMessage(String) - 类中的方法 com.grapecity.forguncy.commands.entity.ExecuteResult
-
返回信息
- setParamName(String) - 类中的方法 com.grapecity.forguncy.commands.entity.GenerateParam
-
变量名称
- setParamScope(CommandScope) - 类中的方法 com.grapecity.forguncy.commands.entity.GenerateParam
-
变量范围
- setProcessControl(ProcessControl) - 类中的方法 com.grapecity.forguncy.commands.entity.ExecuteResult
-
执行该命令后的流程控制信息
- setSubProperties(List<String>) - 类中的方法 com.grapecity.forguncy.commands.entity.GenerateObjectParam
-
对象的子属性列表
- setSubPropertiesDescription(Map<String, String>) - 类中的方法 com.grapecity.forguncy.commands.entity.GenerateObjectParam
-
对象的子属性列表及其描述
- Simple - 枚举 中的枚举常量 com.grapecity.forguncy.commands.enumeration.LogLevel
-
简单等级
- subProperties - 类中的变量 com.grapecity.forguncy.commands.entity.GenerateObjectParam
-
对象的子属性列表
- subPropertiesDescription - 类中的变量 com.grapecity.forguncy.commands.entity.GenerateObjectParam
-
对象的子属性列表及其描述
T
- TaskSchedule - 枚举 中的枚举常量 com.grapecity.forguncy.commands.enumeration.CommandScope
-
计划任务
- toString() - 类中的方法 com.grapecity.forguncy.commands.entity.Command
-
命令插件的显示名称,默认与插件定义的类名一样。
- toString() - 类中的方法 com.grapecity.forguncy.commands.entity.GenerateListParam
- toString() - 类中的方法 com.grapecity.forguncy.commands.entity.GenerateObjectParam
- toString() - 类中的方法 com.grapecity.forguncy.commands.entity.GenerateParam
V
- validate() - 类中的方法 com.grapecity.forguncy.commands.entity.Command
-
这个方法等于c#命令的CommandDesigner public override string Validate()
- value() - 批注类型 中的元素 com.grapecity.forguncy.commands.annotation.common.Category
-
分组名称
- valueOf(String) - 枚举中的静态方法 com.grapecity.forguncy.commands.enumeration.CommandScope
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举中的静态方法 com.grapecity.forguncy.commands.enumeration.LogLevel
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举中的静态方法 com.grapecity.forguncy.commands.enumeration.ProcessControl
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举中的静态方法 com.grapecity.forguncy.commands.enumeration.CommandScope
-
返回包含该枚举类型的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举中的静态方法 com.grapecity.forguncy.commands.enumeration.LogLevel
-
返回包含该枚举类型的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举中的静态方法 com.grapecity.forguncy.commands.enumeration.ProcessControl
-
返回包含该枚举类型的常量的数组, 顺序与声明这些常量的顺序相同
所有程序包|所有类和接口