索引
All Classes and Interfaces|常量字段值|所有程序包|序列化表格
A
- AbstractApiEngine - com.iplatform.core.httpapi中的类
- AbstractApiEngine() - 类的构造器 com.iplatform.core.httpapi.AbstractApiEngine
- AbstractApiExecute<P,
V> - com.iplatform.core.httpapi中的类 - AbstractApiExecute() - 类的构造器 com.iplatform.core.httpapi.AbstractApiExecute
- AbstractApiManager - com.iplatform.core.httpapi中的类
- AbstractApiManager() - 类的构造器 com.iplatform.core.httpapi.AbstractApiManager
- AbstractContext - com.iplatform.core.workflow中的类
-
抽象的流程上下文对象。
- AbstractContext() - 类的构造器 com.iplatform.core.workflow.AbstractContext
- AbstractHttpApiExecute<P,
V> - com.iplatform.core.httpapi中的类 - AbstractHttpApiExecute() - 类的构造器 com.iplatform.core.httpapi.AbstractHttpApiExecute
- AbstractTranslate - com.iplatform.core.httpapi中的类
- AbstractTranslate() - 类的构造器 com.iplatform.core.httpapi.AbstractTranslate
- acquireApiExecuteList() - 类中的方法 com.iplatform.core.httpapi.AbstractApiManager
-
从业务中获取配置的接口集合数据。
- acquireError() - 接口中的方法 com.iplatform.core.LoginStrategy
-
如果不允许,返回错误提示
- acquireGzipContent(byte[]) - 类中的方法 com.iplatform.core.httpapi.AbstractHttpApiExecute
-
把给定内容使用 GZIP 解压,返回解压后字符串,有些API会返回压缩内容以降低流量。
- acquireResponseType(String) - 类中的方法 com.iplatform.core.httpapi.AbstractApiManager
-
返回给定字符串的响应对象类型。
- acquireResponseType(String) - 接口中的方法 com.iplatform.core.httpapi.ApiManager
-
根据配置class获取相应对象类型。
- acquireSentence(ResponseValue) - 接口中的方法 com.iplatform.core.httpapi.RequestTranslate
-
把调用返回结果转成成可描述语言,如果返回 null 表示不可被转换。
- acquireTranslate(String) - 类中的方法 com.iplatform.core.httpapi.AbstractApiManager
- ACTOR_TYPE_CREATOR - 类中的静态变量 com.iplatform.core.workflow.Constants
-
创建人
- ACTOR_TYPE_DEPT_MANAGER - 类中的静态变量 com.iplatform.core.workflow.Constants
-
部门领导(单人)
- ACTOR_TYPE_FIX - 类中的静态变量 com.iplatform.core.workflow.Constants
-
固定指派人员(单人)
- ACTOR_TYPE_GROUP - 类中的静态变量 com.iplatform.core.workflow.Constants
-
指定的工作组
- ACTOR_TYPE_POST - 类中的静态变量 com.iplatform.core.workflow.Constants
-
指定的岗位
- ACTOR_TYPE_ROLE - 类中的静态变量 com.iplatform.core.workflow.Constants
-
指定的角色
- Actorable - com.iplatform.core.workflow中的接口
-
流程参与者定义。
- Administrator - enum class 中的枚举常量 com.iplatform.core.UserMerchantType
-
系统管理员
- AESUtils - com.iplatform.core.util中的类
-
AES对称加密、解密工具。
- AESUtils() - 类的构造器 com.iplatform.core.util.AESUtils
- allowLogin(String, String) - 接口中的方法 com.iplatform.core.LoginStrategy
-
是否允许登录
- ApiEngine - com.iplatform.core.httpapi中的接口
- ApiException - com.iplatform.core.httpapi中的Exception Class
- ApiException(String, String, Throwable) - exception class的构造器 com.iplatform.core.httpapi.ApiException
- ApiException(String, Throwable) - exception class的构造器 com.iplatform.core.httpapi.ApiException
- ApiExecute<P,
V> - com.iplatform.core.httpapi中的接口 -
定义http调用抽象接口,应用层可使用,并屏蔽底层http繁琐代码。
- ApiInfo - com.iplatform.core.httpapi中的类
-
远程接口定义记录。
- ApiInfo() - 类的构造器 com.iplatform.core.httpapi.ApiInfo
- ApiManager - com.iplatform.core.httpapi中的接口
- apiMethod - 类中的变量 com.iplatform.core.httpapi.AbstractApiExecute
- ApiMethod - com.iplatform.core.httpapi中的Enum Class
- ApiParam - com.iplatform.core.httpapi中的类
-
接口参数定义表。
- ApiParam() - 类的构造器 com.iplatform.core.httpapi.ApiParam
- ApiRequest - com.iplatform.core.httpapi中的类
-
总接口请求参数对象,引擎会通过该对象组装具体请求信息。
- ApiRequest() - 类的构造器 com.iplatform.core.httpapi.ApiRequest
- ApiUtils - com.iplatform.core.httpapi中的类
- ApiUtils() - 类的构造器 com.iplatform.core.httpapi.ApiUtils
B
- BasicConfig - com.iplatform.core.config中的类
- BasicConfig() - 类的构造器 com.iplatform.core.config.BasicConfig
- beanContextAware(ApplicationContext, LoadBalanceProperties) - 类中的方法 com.iplatform.core.config.BasicConfig
- BeanContextAware - com.iplatform.core中的类
-
获取系统定义的 Bean 实例。
- BeanContextAware() - 类的构造器 com.iplatform.core.BeanContextAware
C
- CHINESE - 类中的静态变量 com.iplatform.core.RegularConstants
- clearCurrentToken() - 类中的静态方法 com.iplatform.core.TokenAwareContext
- com.iplatform.core - 程序包 com.iplatform.core
- com.iplatform.core.config - 程序包 com.iplatform.core.config
- com.iplatform.core.config.enc - 程序包 com.iplatform.core.config.enc
- com.iplatform.core.httpapi - 程序包 com.iplatform.core.httpapi
- com.iplatform.core.util - 程序包 com.iplatform.core.util
- com.iplatform.core.workflow - 程序包 com.iplatform.core.workflow
- combineUrlParameters(Map<String, String>) - 类中的静态方法 com.iplatform.core.httpapi.ApiUtils
-
把Map参数拼接成URL问号中的参数字符串。
- Constants - com.iplatform.core.workflow中的类
-
流程常量定义。
- Constants() - 类的构造器 com.iplatform.core.workflow.Constants
- Context - com.iplatform.core.workflow中的接口
-
流程上下文对象定义。
D
- DAY - 类中的静态变量 com.iplatform.core.RegularConstants
- decrypt(byte[], byte[], byte[]) - 类中的静态方法 com.iplatform.core.util.AESUtils
-
AES解密,目前微信解密授权手机号使用。
- decryptByteAES(byte[], String) - 类中的静态方法 com.iplatform.core.util.AESUtils
- decryptStrAES(String) - 类中的静态方法 com.iplatform.core.util.AESUtils
- decryptStrAES(String, String) - 类中的静态方法 com.iplatform.core.util.AESUtils
- detected(String) - 类中的方法 com.iplatform.core.config.enc.EncryptionWrapperDetector
-
检测配置参数值,是否带有加密前缀,如果是返回:true
- doInvokeEmail(Map<String, String>, ApiExecute, String) - 类中的方法 com.iplatform.core.httpapi.AbstractApiEngine
-
提交发送邮件的抽象方法,子类实现。
E
- Email - enum class 中的枚举常量 com.iplatform.core.httpapi.ApiMethod
- EMAIL - 类中的静态变量 com.iplatform.core.RegularConstants
- EMPTY_LINE - 类中的静态变量 com.iplatform.core.RegularConstants
- encryptByteAES(byte[], String) - 类中的静态方法 com.iplatform.core.util.AESUtils
- EncryptionWrapperDetector - com.iplatform.core.config.enc中的类
- EncryptionWrapperDetector(String, String) - 类的构造器 com.iplatform.core.config.enc.EncryptionWrapperDetector
- EncryptPropertySource - com.iplatform.core.config.enc中的类
-
已过时。
- EncryptPropertySource(MapPropertySource) - 类的构造器 com.iplatform.core.config.enc.EncryptPropertySource
-
已过时。
- encryptStrAES(String) - 类中的静态方法 com.iplatform.core.util.AESUtils
- encryptStrAES(String, String) - 类中的静态方法 com.iplatform.core.util.AESUtils
- execute(ApiRequest) - 类中的方法 com.iplatform.core.httpapi.AbstractApiEngine
- execute(ApiRequest) - 接口中的方法 com.iplatform.core.httpapi.ApiEngine
F
- FLOAT_LEN_RANGE - 类中的静态变量 com.iplatform.core.RegularConstants
- FLOAT_TWO_LEN - 类中的静态变量 com.iplatform.core.RegularConstants
G
- generateIV(byte[]) - 类中的静态方法 com.iplatform.core.util.AESUtils
- Get - enum class 中的枚举常量 com.iplatform.core.httpapi.ApiMethod
- getActor() - 类中的方法 com.iplatform.core.workflow.AbstractContext
- getActor() - 接口中的方法 com.iplatform.core.workflow.Context
-
返回当前任务参与者对象定义。
- getActor(Context) - 接口中的方法 com.iplatform.core.workflow.Actorable
-
返回当个参与者ID。
- getActorList(Context) - 接口中的方法 com.iplatform.core.workflow.Actorable
-
返回多个参与者集合。
- getActorValue() - 类中的方法 com.iplatform.core.workflow.AbstractContext
- getActorValue() - 接口中的方法 com.iplatform.core.workflow.Context
-
返回参与者模型对应的值,监听器上变量名为:actorValue
- getAESCipher(String, int) - 类中的静态方法 com.iplatform.core.util.AESUtils
- getApiExecute(String) - 类中的方法 com.iplatform.core.httpapi.AbstractApiManager
- getApiExecute(String) - 接口中的方法 com.iplatform.core.httpapi.ApiManager
- getApiInfoId() - 类中的方法 com.iplatform.core.httpapi.ApiRequest
- getApiManager() - 类中的方法 com.iplatform.core.httpapi.AbstractApiEngine
- getApiManager() - 接口中的方法 com.iplatform.core.httpapi.ApiEngine
- getApiParamList() - 类中的方法 com.iplatform.core.httpapi.AbstractApiExecute
- getApiParamList() - 接口中的方法 com.iplatform.core.httpapi.ApiExecute
- getAppId() - 类中的方法 com.iplatform.core.httpapi.ApiRequest
- getAppKey() - 类中的方法 com.iplatform.core.httpapi.ApiRequest
-
该密钥不是调用方传入的,是引擎根据:appId查询出来的,用于确认调用方权限。
- getApproveResult() - 类中的方法 com.iplatform.core.workflow.WorkflowForm
-
返回审批标志,同意/不同意。
- getApproveSummary() - 类中的方法 com.iplatform.core.workflow.WorkflowForm
-
返回审批意见
- getApproveTime() - 类中的方法 com.iplatform.core.workflow.WorkflowForm
-
返回审批时间,字符串类型,格式:yyyy-MM-dd hh:mm:ss
- getAssignee() - 接口中的方法 com.iplatform.core.workflow.Context
-
返回当前任务执行人(登录ID),如果不存在返回 null
- getAssignee() - 类中的方法 com.iplatform.core.workflow.WorkflowForm
-
返回当前任务执行人,登录id或者用户id,只要统一就行。
- getAssignNextActor() - 类中的方法 com.iplatform.core.workflow.WorkflowForm
-
返回指定的下一步参与者人员(登录ID)
- getAssignNextTask() - 类中的方法 com.iplatform.core.workflow.WorkflowForm
-
返回指定的下一步任务环节标识。
- getBeanByName(String) - 类中的静态方法 com.iplatform.core.BeanContextAware
- getBeanByType(Class<T>) - 类中的静态方法 com.iplatform.core.BeanContextAware
- getBeanNamesForType(Class<?>) - 类中的静态方法 com.iplatform.core.BeanContextAware
- getBooleanValue() - 类中的方法 com.iplatform.core.SimpleVariable
- getBusinessKey() - 类中的方法 com.iplatform.core.workflow.AbstractContext
- getBusinessKey() - 接口中的方法 com.iplatform.core.workflow.Context
-
返回当前流程对应的业务ID。
- getBusinessKey() - 类中的方法 com.iplatform.core.workflow.WorkflowForm
-
返回业务ID
- getCreateTime() - 类中的方法 com.iplatform.core.httpapi.ApiInfo
- getCreator() - 类中的方法 com.iplatform.core.workflow.AbstractContext
- getCreator() - 接口中的方法 com.iplatform.core.workflow.Context
-
返回流程创建人登录ID(或者id),也就是流程第一步发起人。
- getCurrentToken() - 类中的静态方法 com.iplatform.core.TokenAwareContext
- getData() - 类中的方法 com.iplatform.core.httpapi.ApiRequest
- getDataType() - 类中的方法 com.iplatform.core.SimpleVariable
- getDefaultValue() - 类中的方法 com.iplatform.core.SimpleVariable
- getDescription() - 类中的方法 com.iplatform.core.SimpleVariable
- getDoubleValue() - 类中的方法 com.iplatform.core.SimpleVariable
- getFloatValue() - 类中的方法 com.iplatform.core.SimpleVariable
- getGzip() - 类中的方法 com.iplatform.core.httpapi.AbstractApiExecute
- getGzip() - 接口中的方法 com.iplatform.core.httpapi.ApiExecute
- getId() - 类中的方法 com.iplatform.core.httpapi.AbstractApiExecute
- getId() - 接口中的方法 com.iplatform.core.httpapi.ApiExecute
- getId() - 类中的方法 com.iplatform.core.httpapi.ApiInfo
- getId() - 类中的方法 com.iplatform.core.httpapi.ApiParam
- getId() - 类中的方法 com.iplatform.core.SimpleVariable
- getId() - 接口中的方法 com.iplatform.core.workflow.Actorable
-
参与者标识,如:actor.creator
- getIndex() - enum class中的方法 com.iplatform.core.httpapi.ApiMethod
- getIndex() - enum class中的方法 com.iplatform.core.UserMerchantType
- getIntegerValue() - 类中的方法 com.iplatform.core.SimpleVariable
- getInvoke(String, P, Class<V>) - 类中的方法 com.iplatform.core.httpapi.AbstractHttpApiExecute
- getLoginId() - 类中的方法 com.iplatform.core.TokenEntity
- getLongValue() - 类中的方法 com.iplatform.core.SimpleVariable
- getMethod() - 类中的方法 com.iplatform.core.httpapi.AbstractApiExecute
- getMethod() - 接口中的方法 com.iplatform.core.httpapi.ApiExecute
- getMethod() - 类中的方法 com.iplatform.core.httpapi.ApiInfo
- getName() - 接口中的方法 com.iplatform.core.LoginStrategy
-
策略定义名字,便于界面管理
- getName() - 接口中的方法 com.iplatform.core.workflow.Actorable
-
参与者展示名字,如:创建人
- getNeedTranslate() - 类中的方法 com.iplatform.core.httpapi.ApiParam
- getNextAllTaskActorList() - 类中的方法 com.iplatform.core.workflow.WorkflowForm
-
返回后续所有任务环节参与人与任务节点集合。
- getOrder() - 类中的方法 com.iplatform.core.BeanContextAware
- getOrder() - 类中的方法 com.iplatform.core.config.enc.PropertySourcePostProcessor
- getParamFix() - 类中的方法 com.iplatform.core.httpapi.ApiParam
- getParamKey() - 类中的方法 com.iplatform.core.httpapi.ApiParam
- getParamName() - 类中的方法 com.iplatform.core.httpapi.ApiParam
- getParamType() - 类中的方法 com.iplatform.core.httpapi.ApiParam
- getPid() - 类中的方法 com.iplatform.core.httpapi.ApiParam
- getProcessDefinitionId() - 类中的方法 com.iplatform.core.workflow.AbstractContext
- getProcessDefinitionId() - 接口中的方法 com.iplatform.core.workflow.Context
- getProcessDefinitionKey() - 类中的方法 com.iplatform.core.workflow.AbstractContext
- getProcessDefinitionKey() - 接口中的方法 com.iplatform.core.workflow.Context
-
返回流程定义标识,如:demo_gongwen
- getProcessDefinitionKey() - 接口中的方法 com.iplatform.core.workflow.WorkflowCallback
-
返回流程定义标识,标记是哪个业务流程定义,如:demo_qingjia。
- getProcessDefinitionKey() - 类中的方法 com.iplatform.core.workflow.WorkflowForm
-
返回流程定义标识,如:demo_gongwen
- getProcessInstanceId() - 类中的方法 com.iplatform.core.workflow.AbstractContext
- getProcessInstanceId() - 接口中的方法 com.iplatform.core.workflow.Context
- getProperty(String) - 类中的方法 com.iplatform.core.config.enc.EncryptPropertySource
-
已过时。
- getProperty(String) - 类中的方法 com.iplatform.core.config.enc.PropertySourceWrapper
- getRequestAsText() - 类中的方法 com.iplatform.core.httpapi.AbstractHttpApiExecute
- getRequestAsText() - 接口中的方法 com.iplatform.core.httpapi.ApiExecute
-
是否请求是get拼接字符串参数方式:true 是,false 否
- getRequestAsText() - 类中的方法 com.iplatform.core.httpapi.ApiInfo
- getRequestTransClass() - 类中的方法 com.iplatform.core.httpapi.ApiInfo
- getResponseGzip() - 类中的方法 com.iplatform.core.httpapi.ApiInfo
- getResponseTypeClass() - 类中的方法 com.iplatform.core.httpapi.ApiInfo
- getResponseTypeClazz() - 类中的方法 com.iplatform.core.httpapi.AbstractApiExecute
- getResponseTypeClazz() - 接口中的方法 com.iplatform.core.httpapi.ApiExecute
- getServerId() - 类中的方法 com.iplatform.core.config.LoadBalanceProperties
-
每个主机节点唯一数字编号,从1开始
- getStringValue() - 类中的方法 com.iplatform.core.SimpleVariable
- getSummary() - 类中的方法 com.iplatform.core.httpapi.ApiInfo
- getTaskDefinitionId() - 类中的方法 com.iplatform.core.workflow.AbstractContext
- getTaskDefinitionId() - 接口中的方法 com.iplatform.core.workflow.Context
- getTaskInstanceId() - 类中的方法 com.iplatform.core.workflow.AbstractContext
- getTaskInstanceId() - 接口中的方法 com.iplatform.core.workflow.Context
- getTaskInstanceId() - 类中的方法 com.iplatform.core.workflow.WorkflowForm
-
返回任务实例ID
- getTitle() - 类中的方法 com.iplatform.core.httpapi.ApiInfo
- getTranslate() - 类中的方法 com.iplatform.core.httpapi.AbstractApiExecute
- getTranslate() - 接口中的方法 com.iplatform.core.httpapi.ApiExecute
- getType() - 类中的方法 com.iplatform.core.SimpleVariable
- getType(int) - enum class中的方法 com.iplatform.core.UserMerchantType
- getType(String) - enum class中的静态方法 com.iplatform.core.httpapi.ApiMethod
- getUrl() - 类中的方法 com.iplatform.core.httpapi.AbstractApiExecute
- getUrl() - exception class中的方法 com.iplatform.core.httpapi.ApiException
- getUrl() - 接口中的方法 com.iplatform.core.httpapi.ApiExecute
- getUrl() - 类中的方法 com.iplatform.core.httpapi.ApiInfo
- getUuid() - 类中的方法 com.iplatform.core.TokenEntity
- getVariable(String) - 类中的方法 com.iplatform.core.workflow.AbstractContext
- getVariable(String) - 接口中的方法 com.iplatform.core.workflow.Context
-
返回当前任务环节变量值。
- getWorkflowForm() - 类中的方法 com.iplatform.core.workflow.AbstractContext
- getWorkflowForm() - 接口中的方法 com.iplatform.core.workflow.Context
-
返回业务表单对象,对于任务上下文暂时还无法获得。
H
- HTML_TAG - 类中的静态变量 com.iplatform.core.RegularConstants
I
- ID_CARD - 类中的静态变量 com.iplatform.core.RegularConstants
- INDEX_ADMINISTRATOR - enum class中的静态变量 com.iplatform.core.UserMerchantType
- INDEX_EMAIL - enum class中的静态变量 com.iplatform.core.httpapi.ApiMethod
- INDEX_GET - enum class中的静态变量 com.iplatform.core.httpapi.ApiMethod
- INDEX_MERCHANT_ADMIN - enum class中的静态变量 com.iplatform.core.UserMerchantType
- INDEX_MERCHANT_SUPER - enum class中的静态变量 com.iplatform.core.UserMerchantType
- INDEX_NORMAL - enum class中的静态变量 com.iplatform.core.UserMerchantType
- INDEX_PLATFORM_SUPER - enum class中的静态变量 com.iplatform.core.UserMerchantType
- INDEX_POST - enum class中的静态变量 com.iplatform.core.httpapi.ApiMethod
- initialize() - 类中的静态方法 com.iplatform.core.util.AESUtils
- initialized - 类中的静态变量 com.iplatform.core.util.AESUtils
- INTEGER_OR_FLOAT - 类中的静态变量 com.iplatform.core.RegularConstants
- invoke(P, Class<V>) - 类中的方法 com.iplatform.core.httpapi.AbstractHttpApiExecute
- invoke(P, Class<V>) - 接口中的方法 com.iplatform.core.httpapi.ApiExecute
- isCandidate() - 接口中的方法 com.iplatform.core.workflow.Actorable
-
是否候选用户,如果是则表明该参与者'允许指定多个人,其中1人完成就OK'
- isEnabled() - 接口中的方法 com.iplatform.core.LoginStrategy
-
是否启用
- isMultipleActor() - 接口中的方法 com.iplatform.core.workflow.Actorable
-
是否返回多个参与人。
K
L
- load() - 类中的方法 com.iplatform.core.httpapi.AbstractApiManager
- load() - 接口中的方法 com.iplatform.core.httpapi.ApiManager
-
加载持久化的ApiInfo定义信息。
- loadBalanceProperties() - 类中的方法 com.iplatform.core.config.BasicConfig
-
平台集群模式,配置核心参数。
- LoadBalanceProperties - com.iplatform.core.config中的类
-
支持集群配置。
- LoadBalanceProperties() - 类的构造器 com.iplatform.core.config.LoadBalanceProperties
- logger - 类中的变量 com.iplatform.core.config.enc.PropertySourcePostProcessor
- logger - 类中的变量 com.iplatform.core.config.enc.PropertySourceWrapper
- logger - 类中的变量 com.iplatform.core.httpapi.AbstractApiEngine
- logger - 类中的变量 com.iplatform.core.httpapi.AbstractApiExecute
- logger - 类中的变量 com.iplatform.core.httpapi.AbstractApiManager
- logger - 类中的变量 com.iplatform.core.httpapi.AbstractTranslate
- logger - 类中的变量 com.iplatform.core.PlatformConfiguration
- logger - 类中的变量 com.iplatform.core.workflow.AbstractContext
- LoginStrategy - com.iplatform.core中的接口
-
登录策略定义。
M
- main(String[]) - 类中的静态方法 com.iplatform.core.util.AESUtils
- MerchantAdmin - enum class 中的枚举常量 com.iplatform.core.UserMerchantType
-
商户管理员
- MerchantSuper - enum class 中的枚举常量 com.iplatform.core.UserMerchantType
-
商户超管
- MONTH - 类中的静态变量 com.iplatform.core.RegularConstants
N
- NAME_ACTOR_TYPE - 类中的静态变量 com.iplatform.core.workflow.Constants
-
已过时。
- NAME_ACTOR_VALUE - 类中的静态变量 com.iplatform.core.workflow.Constants
-
已过时。
- NAME_ASSIGNEE_CANDIDATE - 类中的静态变量 com.iplatform.core.workflow.Constants
-
候选人界面绑定变量名字。
- NAME_ASSIGNEE_COUNTER_SIGN_LIST - 类中的静态变量 com.iplatform.core.workflow.Constants
-
会签人集合界面绑定变量名。
- NAME_ASSIGNEE_CREATOR - 类中的静态变量 com.iplatform.core.workflow.Constants
-
SQL查询流程创建人,数据库返回的字段名字。
- NAME_CONDITION_RESULT - 类中的静态变量 com.iplatform.core.workflow.Constants
-
流转条件结果的名字,用于流程分支条件变量的名字定义。
- NAME_CURRENT_USER - 类中的静态变量 com.iplatform.core.workflow.Constants
-
已过时。
- NAME_NO - 类中的静态变量 com.iplatform.core.workflow.Constants
- NAME_TASK_START - 类中的静态变量 com.iplatform.core.workflow.Constants
-
流程任务定义的第一步标识,必须使用:start
- NAME_YES - 类中的静态变量 com.iplatform.core.workflow.Constants
- Normal - enum class 中的枚举常量 com.iplatform.core.UserMerchantType
-
普通用户
- NUMBER - 类中的静态变量 com.iplatform.core.RegularConstants
- NUMBER_LEN - 类中的静态变量 com.iplatform.core.RegularConstants
- NUMBER_LEN_RANGE - 类中的静态变量 com.iplatform.core.RegularConstants
- NUMBER_LEN_UNSIGNED_CONTAINS_ZERO - 类中的静态变量 com.iplatform.core.RegularConstants
- NUMBER_MIN_LEN - 类中的静态变量 com.iplatform.core.RegularConstants
- NUMBER_NOT_UNSIGNED - 类中的静态变量 com.iplatform.core.RegularConstants
- NUMBER_UNSIGNED - 类中的静态变量 com.iplatform.core.RegularConstants
O
- onTransitionNext(String, Context) - 接口中的方法 com.iplatform.core.workflow.WorkflowCallback
-
当任务执行提交(下一步)时,回调业务方法,实现表单等业务处理。
P
- PASSWORD - 类中的静态变量 com.iplatform.core.RegularConstants
- PHONE - 类中的静态变量 com.iplatform.core.RegularConstants
- PHONE_TWO - 类中的静态变量 com.iplatform.core.RegularConstants
- PlatformConfiguration - com.iplatform.core中的类
-
所有模块的配置文件对象都要继承平台配置。
- PlatformConfiguration() - 类的构造器 com.iplatform.core.PlatformConfiguration
- PlatformException - com.iplatform.core中的Exception Class
-
平台定义检查异常,后续业务类异常都要继承该对象。
- PlatformException(String, Throwable) - exception class的构造器 com.iplatform.core.PlatformException
- PlatformSuper - enum class 中的枚举常量 com.iplatform.core.UserMerchantType
-
平台超管
- Post - enum class 中的枚举常量 com.iplatform.core.httpapi.ApiMethod
- postInvoke(P, Class<V>) - 类中的方法 com.iplatform.core.httpapi.AbstractHttpApiExecute
- postProcessBeanFactory(ConfigurableListableBeanFactory) - 类中的方法 com.iplatform.core.config.enc.PropertySourcePostProcessor
- printException(Runnable, Throwable) - 类中的静态方法 com.iplatform.core.util.ThreadUtils
-
打印线程异常信息
- PropertyPostProcessorConfig - com.iplatform.core.config中的类
- PropertyPostProcessorConfig() - 类的构造器 com.iplatform.core.config.PropertyPostProcessorConfig
- propertySourcePostProcessor(ConfigurableEnvironment) - 类中的方法 com.iplatform.core.config.PropertyPostProcessorConfig
- PropertySourcePostProcessor - com.iplatform.core.config.enc中的类
-
测试,实现配置文件自动加解密。
- PropertySourcePostProcessor(ConfigurableEnvironment) - 类的构造器 com.iplatform.core.config.enc.PropertySourcePostProcessor
- PropertySourceWrapper<T> - com.iplatform.core.config.enc中的类
- PropertySourceWrapper(PropertySource<T>, EncryptionWrapperDetector) - 类的构造器 com.iplatform.core.config.enc.PropertySourceWrapper
- publishEvent(ApplicationEvent) - 类中的静态方法 com.iplatform.core.BeanContextAware
-
发送Spring事件,目前只有角色(功能)权限变更,通知Security重新加载资源。
R
- RegularConstants - com.iplatform.core中的类
- RegularConstants() - 类的构造器 com.iplatform.core.RegularConstants
- RequestTranslate - com.iplatform.core.httpapi中的接口
-
参数请求转换器定义。
S
- setActor(Actorable) - 类中的方法 com.iplatform.core.workflow.AbstractContext
- setActorValue(String) - 类中的方法 com.iplatform.core.workflow.AbstractContext
- setApiInfoId(String) - 类中的方法 com.iplatform.core.httpapi.ApiRequest
- setApiManager(ApiManager) - 类中的方法 com.iplatform.core.httpapi.AbstractApiEngine
- setApiManager(ApiManager) - 接口中的方法 com.iplatform.core.httpapi.ApiEngine
- setApiParamList(List<ApiParam>) - 类中的方法 com.iplatform.core.httpapi.AbstractApiExecute
- setAppId(String) - 类中的方法 com.iplatform.core.httpapi.ApiRequest
- setAppKey(String) - 类中的方法 com.iplatform.core.httpapi.ApiRequest
- setApplicationContext(ApplicationContext) - 类中的方法 com.iplatform.core.BeanContextAware
- setApproveResult(String) - 类中的方法 com.iplatform.core.workflow.WorkflowForm
- setApproveSummary(String) - 类中的方法 com.iplatform.core.workflow.WorkflowForm
- setApproveTime(String) - 类中的方法 com.iplatform.core.workflow.WorkflowForm
- setAssignee(String) - 类中的方法 com.iplatform.core.workflow.WorkflowForm
- setAssigner(String) - 接口中的方法 com.iplatform.core.workflow.Context
-
设置当前任务'执行人'(登录id或userId)
- setAssignNextActor(String) - 类中的方法 com.iplatform.core.workflow.WorkflowForm
- setAssignNextTask(String) - 类中的方法 com.iplatform.core.workflow.WorkflowForm
- setBusinessKey(String) - 类中的方法 com.iplatform.core.workflow.AbstractContext
- setBusinessKey(String) - 类中的方法 com.iplatform.core.workflow.WorkflowForm
- setCreateTime(long) - 类中的方法 com.iplatform.core.httpapi.ApiInfo
- setCreator(String) - 类中的方法 com.iplatform.core.workflow.AbstractContext
- setCurrentToken(TokenEntity) - 类中的静态方法 com.iplatform.core.TokenAwareContext
- setData(Map<String, String>) - 类中的方法 com.iplatform.core.httpapi.ApiRequest
- setDataType(String) - 类中的方法 com.iplatform.core.SimpleVariable
- setGzip(boolean) - 类中的方法 com.iplatform.core.httpapi.AbstractApiExecute
- setGzip(boolean) - 接口中的方法 com.iplatform.core.httpapi.ApiExecute
-
设置远程服务返回结果是否使用Gzip压缩
- setId(String) - 类中的方法 com.iplatform.core.httpapi.AbstractApiExecute
- setId(String) - 接口中的方法 com.iplatform.core.httpapi.ApiExecute
-
设置接口标识(唯一)
- setId(String) - 类中的方法 com.iplatform.core.httpapi.ApiInfo
- setId(String) - 类中的方法 com.iplatform.core.httpapi.ApiParam
- setId(String) - 类中的方法 com.iplatform.core.SimpleVariable
- setLoginId(String) - 类中的方法 com.iplatform.core.TokenEntity
- setMethod(ApiMethod) - 类中的方法 com.iplatform.core.httpapi.AbstractApiExecute
- setMethod(ApiMethod) - 接口中的方法 com.iplatform.core.httpapi.ApiExecute
- setMethod(String) - 类中的方法 com.iplatform.core.httpapi.ApiInfo
- setNeedTranslate(int) - 类中的方法 com.iplatform.core.httpapi.ApiParam
- setNextAllTaskActorList(List<KeyValue<String, String>>) - 类中的方法 com.iplatform.core.workflow.WorkflowForm
-
设置后续所有任务环节参与人与任务节点集合,只有第一步才能提交该参数。
- setParamFix(String) - 类中的方法 com.iplatform.core.httpapi.ApiParam
- setParamKey(String) - 类中的方法 com.iplatform.core.httpapi.ApiParam
- setParamName(String) - 类中的方法 com.iplatform.core.httpapi.ApiParam
- setParamType(int) - 类中的方法 com.iplatform.core.httpapi.ApiParam
- setPid(String) - 类中的方法 com.iplatform.core.httpapi.ApiParam
- setProcessDefinitionId(String) - 类中的方法 com.iplatform.core.workflow.AbstractContext
- setProcessDefinitionKey(String) - 类中的方法 com.iplatform.core.workflow.AbstractContext
- setProcessDefinitionKey(String) - 类中的方法 com.iplatform.core.workflow.WorkflowForm
- setProcessInstanceId(String) - 类中的方法 com.iplatform.core.workflow.AbstractContext
- setRequestAsText(boolean) - 类中的方法 com.iplatform.core.httpapi.AbstractHttpApiExecute
- setRequestAsText(int) - 类中的方法 com.iplatform.core.httpapi.ApiInfo
- setRequestTransClass(String) - 类中的方法 com.iplatform.core.httpapi.ApiInfo
- setResponseGzip(int) - 类中的方法 com.iplatform.core.httpapi.ApiInfo
- setResponseTypeClass(String) - 类中的方法 com.iplatform.core.httpapi.ApiInfo
- setResponseTypeClazz(String) - 类中的方法 com.iplatform.core.httpapi.AbstractApiExecute
- setServerId(String) - 类中的方法 com.iplatform.core.config.LoadBalanceProperties
- setStringValue(String) - 类中的方法 com.iplatform.core.SimpleVariable
- setSummary(String) - 类中的方法 com.iplatform.core.httpapi.ApiInfo
- setTaskDefinitionId(String) - 类中的方法 com.iplatform.core.workflow.AbstractContext
- setTaskInstanceId(String) - 类中的方法 com.iplatform.core.workflow.AbstractContext
- setTaskInstanceId(String) - 类中的方法 com.iplatform.core.workflow.WorkflowForm
- setTitle(String) - 类中的方法 com.iplatform.core.httpapi.ApiInfo
- setTranslate(RequestTranslate) - 类中的方法 com.iplatform.core.httpapi.AbstractApiExecute
- setTranslate(RequestTranslate) - 接口中的方法 com.iplatform.core.httpapi.ApiExecute
-
设置请求转换器对象,对输入参数或输出变换适配。
- setupSentence(ResponseValue, ApiExecute) - 类中的方法 com.iplatform.core.httpapi.AbstractApiEngine
-
如果存在转换器,而且实现了句子转换函数,则可以设置到响应的 msg 属性中,作为服务调用结果的描述句子使用。
- setUrl(String) - 类中的方法 com.iplatform.core.httpapi.AbstractApiExecute
- setUrl(String) - 接口中的方法 com.iplatform.core.httpapi.ApiExecute
-
设置访问地址,无论get或post,url地址是确定的,不带问号之后的参数。
- setUrl(String) - 类中的方法 com.iplatform.core.httpapi.ApiInfo
- setUuid(String) - 类中的方法 com.iplatform.core.TokenEntity
- setVariable(String, Object) - 接口中的方法 com.iplatform.core.workflow.Context
-
设置任务变量值。
- setWorkflowForm(WorkflowForm) - 类中的方法 com.iplatform.core.workflow.AbstractContext
- shutdownAndAwaitTermination(ExecutorService) - 类中的静态方法 com.iplatform.core.util.ThreadUtils
-
停止线程池 先使用shutdown, 停止接收新任务并尝试完成所有已存在任务.
- SimpleVariable - com.iplatform.core中的类
-
在 Redis 中使用的并存储的参数变量对象。
- SimpleVariable() - 类的构造器 com.iplatform.core.SimpleVariable
- SimpleVariable(String, String) - 类的构造器 com.iplatform.core.SimpleVariable
- sleep(long) - 类中的静态方法 com.iplatform.core.util.ThreadUtils
-
sleep等待,单位为毫秒
- SMS_VALIDATE_CODE_NUM - 类中的静态变量 com.iplatform.core.RegularConstants
- STRING_ALL_EN_CHARS - 类中的静态变量 com.iplatform.core.RegularConstants
- STRING_ALL_EN_CHARS_AND_NUMBER - 类中的静态变量 com.iplatform.core.RegularConstants
- STRING_ALL_EN_CHARS_AND_UNDER_LINE - 类中的静态变量 com.iplatform.core.RegularConstants
- STRING_LOWER_EN_CHARS - 类中的静态变量 com.iplatform.core.RegularConstants
- STRING_THREE_LEN - 类中的静态变量 com.iplatform.core.RegularConstants
- STRING_UPPER_EN_CHARS - 类中的静态变量 com.iplatform.core.RegularConstants
- supportSelectAssignee() - 接口中的方法 com.iplatform.core.workflow.Actorable
-
是否支持前端选择下一步指定人员。
T
- TEL - 类中的静态变量 com.iplatform.core.RegularConstants
- ThreadUtils - com.iplatform.core.util中的类
-
线程相关工具类.
- ThreadUtils() - 类的构造器 com.iplatform.core.util.ThreadUtils
- TokenAwareContext - com.iplatform.core中的类
-
Token拦截请求后,会把解析的token中关键信息放入上下文,供后续程序使用,请求完成后销毁对象。
- TokenAwareContext() - 类的构造器 com.iplatform.core.TokenAwareContext
- TokenEntity - com.iplatform.core中的类
-
系统拦截请求后,获取token中有用信息,存入线程上下文,让程序可以获取。
- TokenEntity(String, String) - 类的构造器 com.iplatform.core.TokenEntity
- toString() - 类中的方法 com.iplatform.core.TokenEntity
- translateTo(String, String) - 接口中的方法 com.iplatform.core.httpapi.RequestTranslate
-
把一个请求参数转换成需要的值
- TRIM - 类中的静态变量 com.iplatform.core.RegularConstants
U
- unWrapper(String) - 类中的方法 com.iplatform.core.config.enc.EncryptionWrapperDetector
-
去掉加密函数,返回密文内容。
- url - 类中的变量 com.iplatform.core.httpapi.AbstractApiExecute
- URL - 类中的静态变量 com.iplatform.core.RegularConstants
- UserMerchantType - com.iplatform.core中的Enum Class
-
商户管理员类型定义,对应:s_user_core type字段
V
- VALIDATE_CODE_NUM_SIX - 类中的静态变量 com.iplatform.core.RegularConstants
- validateRequest(Map<String, String>) - 类中的方法 com.iplatform.core.httpapi.AbstractApiEngine
-
验证请求参数,或验签,解密等。
- valueOf(String) - enum class中的静态方法 com.iplatform.core.httpapi.ApiMethod
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 com.iplatform.core.UserMerchantType
-
Returns the enum constant of this class with the specified name.
- values() - enum class中的静态方法 com.iplatform.core.httpapi.ApiMethod
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 com.iplatform.core.UserMerchantType
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WorkflowCallback - com.iplatform.core.workflow中的接口
-
流程业务回调接口定义。
- WorkflowForm - com.iplatform.core.workflow中的类
-
流程表单基础对象,业务表单对象需要继承该类。
- WorkflowForm() - 类的构造器 com.iplatform.core.workflow.WorkflowForm
- wrapper(String) - 类中的方法 com.iplatform.core.config.enc.EncryptionWrapperDetector
-
把属性值包装上加密函数
All Classes and Interfaces|常量字段值|所有程序包|序列化表格