- abs() - 类 中的方法com.ds.common.expression.type.Complex
-
Returns the absolute value of the complex number.
- abs2() - 类 中的方法com.ds.common.expression.type.Complex
-
Returns the square of the absolute value (re*re+im*im).
- AbstracRepearEventFunction - com.ds.engine.event中的类
-
- AbstracRepearEventFunction() - 类 的构造器com.ds.engine.event.AbstracRepearEventFunction
-
- AbstractAnnotationtExpressionTempManager - com.ds.esb.config.annotation中的类
-
- AbstractAnnotationtExpressionTempManager() - 类 的构造器com.ds.esb.config.annotation.AbstractAnnotationtExpressionTempManager
-
- AbstractFileAdapter - com.ds.vfs.adapter中的类
-
- AbstractFileAdapter(String) - 类 的构造器com.ds.vfs.adapter.AbstractFileAdapter
-
- AbstractFilter - com.ds.esb.util.filter中的类
-
Title: JDS总线查询过滤器实现
Description: 查询结果过滤器实现,用于对总线返回结果进行过滤。
- AbstractFilter() - 类 的构造器com.ds.esb.util.filter.AbstractFilter
-
- AbstractFunction<T> - com.ds.common.expression.function中的类
-
总线注入的Abstract实现
- AbstractFunction() - 类 的构造器com.ds.common.expression.function.AbstractFunction
-
默认构造函数:
读取实现类的所有方法[ Method ] 并找到 perform 方法,记录其引用到
- AbstractInvocationHandler - com.ds.esb.config.invocation中的类
-
- AbstractInvocationHandler() - 类 的构造器com.ds.esb.config.invocation.AbstractInvocationHandler
-
- Access - com.ds.enums.security中的注释类型
-
接口访问级别注解
- Accesslevel - com.ds.enums.security中的枚举
-
日志等级
- acos() - 类 中的方法com.ds.common.expression.type.Complex
-
- acosh() - 类 中的方法com.ds.common.expression.type.Complex
-
- ACTION_INVOCATION - 类 中的静态变量com.ds.jds.core.esb.util.ActionContext
-
Constant for the action's invocation context.
- ACTION_NAME - 类 中的静态变量com.ds.jds.core.esb.util.ActionContext
-
Constant for the name of the action being executed.
- ActionContext - com.ds.jds.core.esb.util中的类
-
The ActionContext is the context in which an Action is executed.
- ActionContext(Map) - 类 的构造器com.ds.jds.core.esb.util.ActionContext
-
Creates a new ActionContext initialized with another context.
- activeSession(JDSSessionHandle) - 类 中的静态方法com.ds.server.JDSServer
-
- ACTIVITY_LISTENER_EVENT - 接口 中的静态变量com.ds.engine.event.Listener
-
- ACTIVITY_MAPDAO_LISTENER_EVENT - 接口 中的静态变量com.ds.engine.event.Listener
-
- ActivityDefImpl - com.ds.config中的枚举
-
- ACTIVITYDEFINITIONERROR - 异常错误 中的静态变量com.ds.common.JDSException
-
- ACTIVITYDEFINITIONERROR - 异常错误 中的静态变量com.ds.vfs.VFSException
-
- activityInited(EIFunctionEvent) - 接口 中的方法com.ds.esb.event.EIFunctionListener
-
活动初始化完毕,进入inactive状态
- activityRouting(EIFunctionEvent) - 接口 中的方法com.ds.esb.event.EIFunctionListener
-
活动开始执行路由操作
- Add - com.ds.common.expression.function.math中的类
-
Title: 常用代码打包
Description: 表达式解析器
字符串,数字相加函数, 能够对String与String, String与Number, Number与String,
Number与Number, List与String, String与List, List与List(长度要相等)
, Number与List, List与Number等类型的对象进行相加。
- Add() - 类 的构造器com.ds.common.expression.function.math.Add
-
- add(Object, Object) - 类 中的方法com.ds.common.expression.function.math.Add
-
- add(int, Object) - 类 中的方法com.ds.jds.core.esb.util.JDSList
-
Inserts the specified element at the specified position in this list.
- add(Object) - 类 中的方法com.ds.jds.core.esb.util.JDSList
-
Appends the specified element to the end of this list.
- add_escapes(String) - 异常错误 中的方法com.ds.common.expression.ParseException
-
Used to convert raw characters to their escaped version
when these raw version cannot be used as part of an ASCII
string literal.
- addActivityListener(CListener) - 类 中的方法com.ds.config.BPDProjectConfig
-
- addAll(Collection) - 类 中的方法com.ds.jds.core.esb.util.JDSList
-
Appends all of the elements in the specified Collection to the end of this list, in the order
that they are returned by the specified Collection's Iterator.
- addAll(int, Collection) - 类 中的方法com.ds.jds.core.esb.util.JDSList
-
Inserts all of the elements in the specified Collection into this list, starting at the
specified position.
- addBPDListener(CListener) - 类 中的方法com.ds.config.BPDProjectConfig
-
- addCheckTimes() - 类 中的方法com.ds.cluster.ServerNode
-
- addClass(Class) - 类 中的方法com.ds.jds.core.esb.mvel.JDSClassVariableResolverFactory
-
- addClassCache(String, Class<?>) - 类 中的静态方法com.ds.esb.config.manager.EsbBeanFactory
-
- addClasspath(String) - 类 中的方法com.ds.server.Classpath
-
- addComponent(String) - 类 中的方法com.ds.server.Classpath
-
- addComponent(File) - 类 中的方法com.ds.server.Classpath
-
- addCondition(Condition<T, V>, JoinOperator) - 类 中的方法com.ds.common.query.Condition
-
在当前条件中添加一个子条件,将使用joinType中定义的方法连接到主查询上
- addCtx(String, Object) - 类 中的方法com.ds.config.ListResultModel
-
- addEnumeration(Enumeration<E>) - 类 中的方法com.ds.jds.core.esb.util.ClassLoaderUtil.AggregateIterator
-
- addEscapes(String) - 错误 中的静态方法com.ds.common.expression.TokenMgrError
-
Replaces unprintable characters by their espaced (or unicode escaped)
equivalents in the given string
- addFilter(Filter) - 类 中的方法com.ds.esb.util.filter.AbstractFilter
-
添加下级过滤器, 实现类需要在FilterObject方法中调用 processChildFilter()方法才能使下级过滤器正常运行
- addFirst(LinkedListNode) - 类 中的方法com.ds.common.cache.LinkedList
-
Adds a node to the beginning of the list.
- addFirst(Object) - 类 中的方法com.ds.common.cache.LinkedList
-
Adds an object to the beginning of the list by automatically creating a
a new node and adding it to the beginning of the list.
- addFunction(String, Function) - 接口 中的方法com.ds.common.expression.ExpressionParser
-
加入函数
- addFunction(String, FunctionI) - 类 中的方法com.ds.common.expression.JEP
-
Adds a new function to the parser.
- addFunction(String, Function) - 类 中的方法com.ds.common.expression.JEP
-
- addFuntionTable(FunctionTable) - 接口 中的方法com.ds.common.expression.ExpressionParser
-
加入函数表
- addFuntionTable(FunctionTable) - 类 中的方法com.ds.common.expression.JEP
-
加入函数表
- AdditiveExpression() - 类 中的方法com.ds.common.expression.Parser
-
- addJar(ServiceEvent) - 接口 中的方法com.ds.cluster.event.ServiceListener
-
- addLast(Object) - 类 中的方法com.ds.common.cache.LinkedList
-
Adds an object to the end of the list by automatically creating a
a new node and adding it to the end of the list.
- addModule2Person(String, String) - 接口 中的方法com.ds.app.AppManager
-
为用户添加服务
- addOrderBy(Order<T>) - 类 中的方法com.ds.common.query.Condition
-
添加一个排序条件,将向Sql语句中添加一个Order By子句
注意:只有最上级的Condition主查询可以添加Order,子查询上是不能添加的
- addParameter(CParameter) - 类 中的方法com.ds.config.CPDTElement
-
- addProcessListener(CListener) - 类 中的方法com.ds.config.BPDProjectConfig
-
- addRightListener(CListener) - 类 中的方法com.ds.config.BPDProjectConfig
-
- addService(ServiceEvent) - 接口 中的方法com.ds.cluster.event.ServiceListener
-
- addStandardConstants() - 接口 中的方法com.ds.common.expression.ExpressionParser
-
加入常数
- addStandardConstants() - 类 中的方法com.ds.common.expression.JEP
-
Adds the constants pi and e to the parser.
- addStandardFunctions() - 接口 中的方法com.ds.common.expression.ExpressionParser
-
加入标准函数
- addStandardFunctions() - 类 中的方法com.ds.common.expression.JEP
-
Adds the standard functions to the parser.
- addTask(Runnable) - 类 中的静态方法com.ds.common.util.TaskEngine
-
Adds a task to the task queue.
- addTask(int, Runnable) - 类 中的静态方法com.ds.common.util.TaskEngine
-
Adds a task to the task queue.
- addVariable(String, double) - 类 中的方法com.ds.common.expression.JEP
-
Adds a new variable to the parser, or updates the value of an existing
variable.
- addVariableAsObject(String, Object) - 接口 中的方法com.ds.common.expression.ExpressionParser
-
加入变量值
- addVariableAsObject(String, Object) - 类 中的方法com.ds.common.expression.JEP
-
Adds a new variable to the parser as an object, or updates the value of
an existing variable.
- addVariableNames(String[]) - 接口 中的方法com.ds.common.expression.ExpressionParser
-
加入变量名,用于解析表达式用。
- addVariableNames(String[]) - 类 中的方法com.ds.common.expression.JEP
-
- adjustBeginLineColumn(int, int) - 类 中的方法com.ds.common.expression.JavaCharStream
-
Method to adjust line and column numbers for the start of a token.
- adminAddress() - 类 中的静态方法com.ds.config.JDSConfig.Config
-
- adminKey() - 类 中的静态方法com.ds.config.JDSConfig.Config
-
- adminPersonIds - 类 中的变量com.ds.cluster.ServerNode
-
- adminPort() - 类 中的静态方法com.ds.config.JDSConfig.Config
-
- AFTERWEBINIT - 类 中的静态变量com.ds.engine.event.JDSEvent
-
- AFTERWEBINIT - 类 中的静态变量com.ds.esb.event.ESBEvent
-
活动初始化完毕,进入inactive状态
- ageList - 类 中的变量com.ds.common.cache.DefaultCache
-
Linked list to maintain time that cache objects were initially added
to the cache, most recently added to oldest added.
- ageListNode - 类 中的变量com.ds.common.cache.CacheObject
-
A reference to the node in the age order list.
- AggregateIterator() - 类 的构造器com.ds.jds.core.esb.util.ClassLoaderUtil.AggregateIterator
-
- Aggregation - com.ds.web.annotation中的注释类型
-
- AggregationBean - com.ds.web.annotation中的类
-
- AggregationBean() - 类 的构造器com.ds.web.annotation.AggregationBean
-
- AggregationBean(Aggregation) - 类 的构造器com.ds.web.annotation.AggregationBean
-
- AggregationType - com.ds.web.annotation中的枚举
-
- ajaxlogin() - 类 中的方法com.ds.cluster.udp.UDPClient
-
- AlarmMsg<T> - com.ds.msg中的接口
-
- allowUndeclared - 类 中的变量com.ds.common.expression.JEP
-
Allow undeclared variables option
- ALREADYLOGINEDERROR - 异常错误 中的静态变量com.ds.common.JDSException
-
- ALREADYLOGINEDERROR - 异常错误 中的静态变量com.ds.vfs.VFSException
-
- AND - 接口 中的静态变量com.ds.common.expression.ParserConstants
-
- AndExpression() - 类 中的方法com.ds.common.expression.Parser
-
- AnnotationCnName - com.ds.enums.db中的注释类型
-
- AnnotationType - com.ds.web.annotation中的注释类型
-
- AnnotationUtil - com.ds.web.util中的类
-
- AnnotationUtil() - 类 的构造器com.ds.web.util.AnnotationUtil
-
- AnyConstant() - 类 中的方法com.ds.common.expression.Parser
-
- APIConfig - com.ds.web中的类
-
- APIConfigFactory - com.ds.web中的类
-
- App - com.ds.app中的接口
-
应用接口。
- AppConfig - com.ds.config中的类
-
Title: 应用配置解析类
Description: 应用配置文件解析类
Copyright: Copyright (c) 2006
Company: www.justdos.net
- AppConfig(InputSource) - 类 的构造器com.ds.config.AppConfig
-
Creates a new application configuration object.
- APPLICATION - 类 中的静态变量com.ds.jds.core.esb.util.ActionContext
-
Constant for the action's application context.
- APPLICATION_CLEAREVENTKEYS - 类 中的静态变量com.ds.cluster.service.ServerEventFactory
-
- APPLICATION_CONFIGFILE_NAME - 类 中的静态变量com.ds.cluster.udp.ClusterClientImpl
-
- APPLICATION_ESBSYS_URL - 类 中的静态变量com.ds.server.JDSServer
-
- APPLICATION_GETALLREGISTEREVENT - 类 中的静态变量com.ds.cluster.service.ServerEventFactory
-
- APPLICATION_GETALLSYSTEMURL - 类 中的静态变量com.ds.cluster.udp.ClusterClientImpl
-
- APPLICATION_GETALLSYSTEMURL - 类 中的静态变量com.ds.server.LocalOrgManagerFactory
-
- APPLICATION_GETAPPCONFIG - 类 中的静态变量com.ds.cluster.udp.ClusterClientImpl
-
- APPLICATION_GETREGISTEREVENTBYCODE - 类 中的静态变量com.ds.cluster.service.ServerEventFactory
-
- APPLICATION_GETSERVERS - 类 中的静态变量com.ds.cluster.udp.ClusterClientImpl
-
- APPLICATION_GETSYSTEMSTATUS - 类 中的静态变量com.ds.cluster.udp.ClusterClientImpl
-
- APPLICATION_REGISTEREVENT - 类 中的静态变量com.ds.cluster.service.ServerEventFactory
-
- APPLICATION_REGISTERJSONEVENT - 类 中的静态变量com.ds.cluster.service.ServerEventFactory
-
- APPLICATION_REMOVEENENT - 类 中的静态变量com.ds.cluster.service.ServerEventFactory
-
- APPLICATION_SERVERCONFIG_NAME - 类 中的静态变量com.ds.cluster.udp.ClusterClientImpl
-
- applicationHome() - 类 中的静态方法com.ds.config.JDSConfig.Config
-
- APPLICATIONNOTFOUNDERROR - 异常错误 中的静态变量com.ds.common.JDSException
-
- APPLICATIONNOTFOUNDERROR - 异常错误 中的静态变量com.ds.vfs.VFSException
-
- AppManager - com.ds.app中的接口
-
应用模块管理器。
- AppNotFoundException - com.ds.app中的异常错误
-
组织机构不存在的异常类。
- AppNotFoundException() - 异常错误 的构造器com.ds.app.AppNotFoundException
-
- AppNotFoundException(String) - 异常错误 的构造器com.ds.app.AppNotFoundException
-
- AppNotFoundException(Throwable) - 异常错误 的构造器com.ds.app.AppNotFoundException
-
- AppNotFoundException(String, Throwable) - 异常错误 的构造器com.ds.app.AppNotFoundException
-
- appUrlParams(String, String[]) - 类 中的静态方法com.ds.web.util.PageUtil
-
- arg() - 类 中的方法com.ds.common.expression.type.Complex
-
Returns the argument of this complex number (Math.atan2(re,im))
- ArgumentList(int, String) - 类 中的方法com.ds.common.expression.Parser
-
- Array() - 类 中的方法com.ds.common.expression.Parser
-
- asc - 类 中的变量com.ds.common.query.Order
-
- asin() - 类 中的方法com.ds.common.expression.type.Complex
-
- asinh() - 类 中的方法com.ds.common.expression.type.Complex
-
- ASTConstant - com.ds.common.expression中的类
-
Constant Node
- ASTConstant(int) - 类 的构造器com.ds.common.expression.ASTConstant
-
- ASTConstant(Parser, int) - 类 的构造器com.ds.common.expression.ASTConstant
-
- ASTFunNode - com.ds.common.expression中的类
-
Function Node
- ASTFunNode(int) - 类 的构造器com.ds.common.expression.ASTFunNode
-
Creates a new ASTFunNode
- ASTFunNode(Parser, int) - 类 的构造器com.ds.common.expression.ASTFunNode
-
Creates a new ASTFunNode
- ASTStart - com.ds.common.expression中的类
-
Start Node
- ASTStart(int) - 类 的构造器com.ds.common.expression.ASTStart
-
- ASTStart(Parser, int) - 类 的构造器com.ds.common.expression.ASTStart
-
- ASTVarNode - com.ds.common.expression中的类
-
Variable Node
- ASTVarNode(int) - 类 的构造器com.ds.common.expression.ASTVarNode
-
- ASTVarNode(Parser, int) - 类 的构造器com.ds.common.expression.ASTVarNode
-
- atan() - 类 中的方法com.ds.common.expression.type.Complex
-
- atanh() - 类 中的方法com.ds.common.expression.type.Complex
-
- AttributeInterpretClass - com.ds.enums.attribute中的枚举
-
- AttributeName<T> - com.ds.enums.attribute中的接口
-
- Attributetype - com.ds.enums.attribute中的枚举
-
- AttributeValue - com.ds.enums.attribute中的接口
-
- Cache<K,V> - com.ds.common.cache中的接口
-
Title: 常用代码打包
Description:
General purpose cache.
- Cacheable - com.ds.common.cache中的接口
-
Title: 常用代码打包
Description:
Interface that defines the necessary behavior for objects added to a Cache.
- CacheConfig - com.ds.cluster中的类
-
- cacheDbPassword() - 类 中的静态方法com.ds.config.JDSConfig.Config
-
- cacheDbServerProps() - 类 中的静态方法com.ds.config.JDSConfig.Config
-
- cacheDbURL() - 类 中的静态方法com.ds.config.JDSConfig.Config
-
- cacheDbUser() - 类 中的静态方法com.ds.config.JDSConfig.Config
-
- CacheFactory - com.ds.common.cache中的类
-
Title: 常用代码打包
Description: 缓存工厂类
Copyright: Copyright (c) 2006
Company: www.justdos.net
- CacheFactory() - 类 的构造器com.ds.common.cache.CacheFactory
-
- cacheHits - 类 中的变量com.ds.common.cache.DefaultCache
-
Maintain the number of cache hits and misses.
- cacheHits - 类 中的变量com.ds.common.cache.redis.RedisCache
-
Maintain the number of cache hits and misses.
- cacheHits - 类 中的变量com.ds.hsql.HsqlDbCache
-
Maintain the number of cache hits and misses.
- CacheManager - com.ds.common.cache中的接口
-
Title: 常用代码打包
Description: Central cache management of all caches used by diferent application.
- CacheManagerFactory - com.ds.common.cache中的类
-
Title: 常用代码打包
Description: 缓存管理器工厂类
Copyright: Copyright (c) 2013
Company: www.justdos.net
- cacheMisses - 类 中的变量com.ds.common.cache.DefaultCache
-
Maintain the number of cache hits and misses.
- cacheMisses - 类 中的变量com.ds.common.cache.redis.RedisCache
-
Maintain the number of cache hits and misses.
- cacheMisses - 类 中的变量com.ds.hsql.HsqlDbCache
-
Maintain the number of cache hits and misses.
- CacheObject - com.ds.common.cache中的类
-
Title: 常用代码打包
Description:
Wrapper for all objects put into cache.
- CacheObject(Object, int) - 类 的构造器com.ds.common.cache.CacheObject
-
Creates a new cache object wrapper.
- cacheSize - 类 中的变量com.ds.common.cache.DefaultCache
-
Maintains the current size of the cache in bytes.
- cacheSize - 类 中的变量com.ds.common.cache.redis.RedisCache
-
Maintains the current size of the cache in bytes.
- cacheSize - 类 中的变量com.ds.hsql.HsqlDbCache
-
Maintains the current size of the cache in bytes.
- CacheSizes - com.ds.common.cache中的类
-
Title: 常用代码打包
Description:
Utility class for determining the sizes in bytes of commonly used objects.
- CacheSizes() - 类 的构造器com.ds.common.cache.CacheSizes
-
- cacheType - 接口 中的静态变量com.ds.esb.util.ESBConstants
-
- CAJDSService - com.ds.config中的类
-
Title: JDS系统管理系统
Description: 对应应用配置文件中的RightEngine元素
Copyright: Copyright (c) 2006
Company: www.justdos.net
- CAJDSService() - 类 的构造器com.ds.config.CAJDSService
-
- calculateSize(Object) - 类 中的方法com.ds.common.cache.DefaultCache
-
Returns the size of an object in bytes.
- calculateSize(Object) - 类 中的方法com.ds.common.cache.redis.RedisCache
-
Returns the size of an object in bytes.
- calculateSize(Object) - 类 中的方法com.ds.hsql.HsqlDbCache
-
Returns the size of an object in bytes.
- call() - 类 中的方法com.ds.cluster.udp.CMDControl
-
- call() - 类 中的方法com.ds.jds.core.esb.task.ExcuteExpression
-
- CallBackInvocationHandler - com.ds.web中的类
-
- CallBackInvocationHandler(Class) - 类 的构造器com.ds.web.CallBackInvocationHandler
-
- callMethod(Map, Object, String, Object[]) - 类 中的方法com.ds.jds.core.esb.util.CompoundRootAccessor
-
- callMethod(Map, Object, String, Object[]) - 类 中的方法com.ds.jds.core.esb.util.JDSMethodAccessor
-
- callStaticMethod(Map, Class, String, Object[]) - 类 中的方法com.ds.jds.core.esb.util.CompoundRootAccessor
-
- callStaticMethod(Map, Class, String, Object[]) - 类 中的方法com.ds.jds.core.esb.util.JDSMethodAccessor
-
- cancel(boolean) - 类 中的方法com.ds.config.ResultModel
-
- cancel(boolean) - 类 中的方法com.ds.web.invocation.RemoteListResultModel
-
- cancel(boolean) - 类 中的方法com.ds.web.invocation.RemoteResultModel
-
- canRead(Class, MediaType) - 类 中的方法com.ds.web.Base64JsonHttpMessageConverter
-
- canWrite(Class, MediaType) - 类 中的方法com.ds.web.Base64JsonHttpMessageConverter
-
- CApplication - com.ds.config中的类
-
Title: JDS系统管理系统
Description: 对应应用配置文件中的Application元素
Copyright: Copyright (c) 2006
Company: www.justdos.net
- CApplication() - 类 的构造器com.ds.config.CApplication
-
- Caption - com.ds.web.annotation中的注释类型
-
- CaselessStringKeyHashMap<T,K> - com.ds.common.util中的类
-
不区分字符串键的大小写的HashMap。
- CaselessStringKeyHashMap() - 类 的构造器com.ds.common.util.CaselessStringKeyHashMap
-
- catPath(String, String) - 类 中的静态方法com.ds.common.util.FileUtility
-
Will concatenate 2 paths, dealing with ..
- cause - 异常错误 中的变量com.ds.common.logging.LogConfigurationException
-
The underlying cause of this exception.
- CBPDBrowserElement - com.ds.config中的类
-
Title: JDS系统管理系统
Description: 对应应用配置文件中的BPDElement元素
Copyright: Copyright (c) 2005
Company: 基督山BPM
- CBPDBrowserElement() - 类 的构造器com.ds.config.CBPDBrowserElement
-
- CExtendedAttribute - com.ds.config中的类
-
Title: JDS系统管理系统
Description: 对应应用配置文件中的扩展元素
Copyright: Copyright (c) 2010
Company: 基督山BPM
- CExtendedAttribute() - 类 的构造器com.ds.config.CExtendedAttribute
-
- CFormula - com.ds.config中的类
-
Title: JDS系统管理系统
Description: 对应应用配置文件中的Parameter元素
Copyright: Copyright (c) 2006
Company: www.justdos.net
- CFormula() - 类 的构造器com.ds.config.CFormula
-
- changeDateFormat(String) - 类 中的静态方法com.ds.common.util.DateUtility
-
Change date format.
- changPageList(ListResultModel<List<K>>, Class<T>) - 类 中的静态方法com.ds.web.util.PageUtil
-
- charsetName - 类 中的静态变量com.ds.vfs.adapter.AbstractFileAdapter
-
- charToByte(char) - 类 中的静态方法com.ds.common.util.StringUtility
-
- checkOfficeType(String) - 类 中的静态方法com.ds.common.util.FileUtility
-
检测文件类型,是否是 office文档
- checkPictureType(String) - 类 中的静态方法com.ds.common.util.FileUtility
-
检测文件类型,是否是 picture
- checkStack(Stack) - 类 中的方法com.ds.common.expression.function.Function
-
Check whether the stack is not null, throw a ParseException if it is.
- checkTimes - 类 中的变量com.ds.cluster.ServerNode
-
- checkType(String) - 类 中的静态方法com.ds.web.util.MethodUtil
-
- checkVideoFileType(String) - 类 中的静态方法com.ds.common.util.FileUtility
-
检测文件类型是否是视频文件
- childConditionList - 类 中的变量com.ds.common.query.Condition
-
- childFilterList - 类 中的变量com.ds.esb.util.filter.AbstractFilter
-
- childJoinTypeList - 类 中的变量com.ds.common.query.Condition
-
- children - 类 中的变量com.ds.common.expression.SimpleNode
-
- childrenAccept(ParserVisitor, Object) - 类 中的方法com.ds.common.expression.SimpleNode
-
Accept the visitor.
- ChromeProxy - com.ds.common.logging中的接口
-
- class2Map - 类 中的静态变量com.ds.esb.config.manager.JDSExpressionParserManager
-
- ClassEnumstype - com.ds.enums中的接口
-
- classForName(String, Map) - 类 中的方法com.ds.jds.core.esb.util.CompoundRootAccessor
-
- classList - 类 中的变量com.ds.esb.config.annotation.AbstractAnnotationtExpressionTempManager
-
- classLoaderMap - 类 中的静态变量com.ds.common.util.ClassUtility
-
- ClassLoaderUtil - com.ds.jds.core.esb.util中的类
-
This class is extremely useful for loading resources and classes in a fault tolerant manner
that works across different applications servers.
- ClassLoaderUtil() - 类 的构造器com.ds.jds.core.esb.util.ClassLoaderUtil
-
- ClassLoaderUtil.AggregateIterator<E> - com.ds.jds.core.esb.util中的类
-
Aggregates Enumeration instances into one iterator and filters out duplicates.
- ClassMappingAnnotation - com.ds.esb.config中的注释类型
-
- className() - 接口 中的方法com.ds.enums.ClassEnumstype
-
- className - 类 中的变量com.ds.web.ConstructorBean
-
- className - 类 中的变量com.ds.web.RequestMethodBean
-
- classPath - 类 中的变量com.ds.common.util.FileClassLoader
-
- Classpath - com.ds.server中的类
-
Title: JDS系统管理系统
Description:
Copyright: Copyright (c) 2006
Company: www.justdos.net
- Classpath() - 类 的构造器com.ds.server.Classpath
-
- Classpath(String) - 类 的构造器com.ds.server.Classpath
-
- ClassUtility - com.ds.common.util中的类
-
Title: 常用代码打包
Description:
A utility class to assist with loading classes by name.
- cleanDirectory(String) - 类 中的静态方法com.ds.common.util.FileUtility
-
Clean a directory without deleting it.
- cleanDirectory(File) - 类 中的静态方法com.ds.common.util.FileUtility
-
Clean a directory without deleting it.
- clear() - 接口 中的方法com.ds.common.cache.Cache
-
Removes all cached datas from this cache (optional operation).
- clear() - 类 中的方法com.ds.common.cache.DefaultCache
-
- clear() - 类 中的方法com.ds.common.cache.LinkedList
-
Erases all elements in the list and re-initializes it.
- clear() - 类 中的方法com.ds.common.cache.redis.RedisCache
-
- clear(String) - 类 中的静态方法com.ds.common.util.ClassUtility
-
- clear() - 类 中的静态方法com.ds.esb.config.xml.ServiceConfig
-
- clear() - 类 中的方法com.ds.hsql.HsqlDbCache
-
- clear() - 类 中的方法com.ds.jds.core.esb.mvel.JDSClassVariableResolverFactory
-
- clear(Map) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlContextState
-
- clear(String) - 类 中的方法com.ds.web.APIConfigFactory
-
- clear(String) - 类 中的方法com.ds.web.ConnectionLogFactory
-
- clearAllCache() - 类 中的方法com.ds.hsql.HsqlDbCacheManager
-
- clearCache() - 类 中的方法com.ds.server.JDSServer
-
- clearCurrentPropertyPath(Map) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlContextState
-
- clearEvent() - 类 中的方法com.ds.cluster.service.ServerEventFactory
-
- clearEventKeys(String) - 接口 中的方法com.ds.cluster.service.SysEventWebManager
-
- ClearSessionCheckTask - com.ds.server中的类
-
- ClearSessionCheckTask(long) - 类 的构造器com.ds.server.ClearSessionCheckTask
-
- ClearSessionCheckTask(long, String) - 类 的构造器com.ds.server.ClearSessionCheckTask
-
- clearUser(String) - 类 中的方法com.ds.cluster.ClusterManagerImpl
-
- clearUser(String) - 接口 中的方法com.ds.cluster.ClusterMananer
-
- clearUser(String) - 类 中的方法com.ds.web.client.WebClusterManagerImpl
-
- clearUserInfo() - 类 中的方法com.ds.config.UserBean
-
- client - 类 中的变量com.ds.esb.event.ESBEvent
-
- ClientConfig - com.ds.org.conf中的类
-
- ClientConfig() - 类 的构造器com.ds.org.conf.ClientConfig
-
- clientLogin(UserBean) - 类 中的方法com.ds.cluster.udp.UDPClient
-
- clientPath - 类 中的静态变量com.ds.config.UserBean
-
- ClientVersion - com.ds.cluster中的类
-
- ClientVersion() - 类 的构造器com.ds.cluster.ClientVersion
-
- CListener - com.ds.config中的类
-
Title: JDS系统管理系统
Description: 对应应用配置文件中的Listener元素
Copyright: Copyright (c) 2006
Company: www.justdos.net
- CListener() - 类 的构造器com.ds.config.CListener
-
- clone() - 类 中的方法com.ds.cluster.udp.ClusterCommand
-
- clone() - 类 中的方法com.ds.cluster.udp.ClusterEvent
-
- clone() - 类 中的方法com.ds.config.BPDProjectConfig
-
- clone() - 类 中的方法com.ds.web.RequestParamBean
-
- closeConn(Jedis) - 类 中的方法com.ds.common.cache.redis.RedisPoolUtil
-
返回给连接池
- ClusterClient - com.ds.cluster.udp中的接口
-
- ClusterClientImpl - com.ds.cluster.udp中的类
-
- ClusterClientImpl() - 类 的构造器com.ds.cluster.udp.ClusterClientImpl
-
- ClusterCommand - com.ds.cluster.udp中的类
-
集群监听器参数传递
- ClusterCommand() - 类 的构造器com.ds.cluster.udp.ClusterCommand
-
- ClusterConfig - com.ds.cluster中的类
-
- ClusterConfig() - 类 的构造器com.ds.cluster.ClusterConfig
-
- CLUSTERCONFIG_KEY - 类 中的静态变量com.ds.org.conf.OrgConstants
-
- ClusterEvent - com.ds.cluster.udp中的类
-
集群监听器参数传递
- ClusterEvent() - 类 的构造器com.ds.cluster.udp.ClusterEvent
-
- ClusterEventControl - com.ds.cluster.event中的类
-
Title: JDS系统管理系统
Description: 服务系统事件控制核心,所有引擎事件都在这里中转处理
Copyright: Copyright (c) 2020
Company: www.justdos.net
- ClusterEventControl() - 类 的构造器com.ds.cluster.event.ClusterEventControl
-
- ClusterEventTypeEnums - com.ds.cluster.event中的枚举
-
- ClusterExeCMDControl - com.ds.cluster.udp中的类
-
- ClusterExeEventControl - com.ds.cluster.udp中的类
-
- ClusterListener - com.ds.cluster.event中的类
-
- ClusterListener() - 类 的构造器com.ds.cluster.event.ClusterListener
-
- ClusterManagerImpl - com.ds.cluster中的类
-
- ClusterManagerImpl() - 类 的构造器com.ds.cluster.ClusterManagerImpl
-
- ClusterMananer - com.ds.cluster中的接口
-
- ClusterMananerFactory - com.ds.cluster中的类
-
- ClusterMananerFactory() - 类 的构造器com.ds.cluster.ClusterMananerFactory
-
- CMAILROOTPATH - 类 中的静态变量com.ds.org.conf.OrgConstants
-
- CMDControl - com.ds.cluster.udp中的类
-
- CMDControl(Msg) - 类 的构造器com.ds.cluster.udp.CMDControl
-
- cmp(Object, Object) - 类 中的方法com.ds.common.expression.function.logical.Comparative
-
- cmp(double, double) - 类 中的方法com.ds.common.expression.function.logical.Comparative
-
- cmp(String, String) - 类 中的方法com.ds.common.expression.function.logical.Comparative
-
- cmp(List, String) - 类 中的方法com.ds.common.expression.function.logical.Comparative
-
- cmp(String, List) - 类 中的方法com.ds.common.expression.function.logical.Comparative
-
- cmp(List, double) - 类 中的方法com.ds.common.expression.function.logical.Comparative
-
- cmp(double, List) - 类 中的方法com.ds.common.expression.function.logical.Comparative
-
- cmp(List, List) - 类 中的方法com.ds.common.expression.function.logical.Comparative
-
- cname - 类 中的变量com.ds.enums.db.MethodChinaBean
-
- CnToSpell - com.ds.common.util中的类
-
- CnToSpell() - 类 的构造器com.ds.common.util.CnToSpell
-
- ColType - com.ds.enums.db中的枚举
-
- ColumnMapping() - 类 的构造器com.ds.org.conf.Query.ColumnMapping
-
- com.ds.app - 程序包 com.ds.app
-
- com.ds.bpm.client - 程序包 com.ds.bpm.client
-
- com.ds.client - 程序包 com.ds.client
-
- com.ds.cluster - 程序包 com.ds.cluster
-
- com.ds.cluster.event - 程序包 com.ds.cluster.event
-
- com.ds.cluster.service - 程序包 com.ds.cluster.service
-
- com.ds.cluster.udp - 程序包 com.ds.cluster.udp
-
- com.ds.command - 程序包 com.ds.command
-
- com.ds.common - 程序包 com.ds.common
-
- com.ds.common.cache - 程序包 com.ds.common.cache
-
- com.ds.common.cache.redis - 程序包 com.ds.common.cache.redis
-
- com.ds.common.expression - 程序包 com.ds.common.expression
-
- com.ds.common.expression.function - 程序包 com.ds.common.expression.function
-
- com.ds.common.expression.function.logical - 程序包 com.ds.common.expression.function.logical
-
- com.ds.common.expression.function.math - 程序包 com.ds.common.expression.function.math
-
- com.ds.common.expression.type - 程序包 com.ds.common.expression.type
-
- com.ds.common.logging - 程序包 com.ds.common.logging
-
Simple wrapper API around multiple logging APIs.
- com.ds.common.logging.impl - 程序包 com.ds.common.logging.impl
-
- com.ds.common.md5 - 程序包 com.ds.common.md5
-
- com.ds.common.property - 程序包 com.ds.common.property
-
- com.ds.common.query - 程序包 com.ds.common.query
-
- com.ds.common.util - 程序包 com.ds.common.util
-
- com.ds.common.util.java - 程序包 com.ds.common.util.java
-
- com.ds.config - 程序包 com.ds.config
-
- com.ds.context - 程序包 com.ds.context
-
- com.ds.engine - 程序包 com.ds.engine
-
- com.ds.engine.event - 程序包 com.ds.engine.event
-
- com.ds.enums - 程序包 com.ds.enums
-
- com.ds.enums.attribute - 程序包 com.ds.enums.attribute
-
- com.ds.enums.db - 程序包 com.ds.enums.db
-
- com.ds.enums.security - 程序包 com.ds.enums.security
-
- com.ds.enums.service - 程序包 com.ds.enums.service
-
- com.ds.enums.vfs - 程序包 com.ds.enums.vfs
-
- com.ds.esb.config - 程序包 com.ds.esb.config
-
- com.ds.esb.config.annotation - 程序包 com.ds.esb.config.annotation
-
- com.ds.esb.config.formula - 程序包 com.ds.esb.config.formula
-
- com.ds.esb.config.invocation - 程序包 com.ds.esb.config.invocation
-
- com.ds.esb.config.manager - 程序包 com.ds.esb.config.manager
-
- com.ds.esb.config.xml - 程序包 com.ds.esb.config.xml
-
- com.ds.esb.event - 程序包 com.ds.esb.event
-
- com.ds.esb.expression - 程序包 com.ds.esb.expression
-
- com.ds.esb.service - 程序包 com.ds.esb.service
-
- com.ds.esb.util - 程序包 com.ds.esb.util
-
- com.ds.esb.util.filter - 程序包 com.ds.esb.util.filter
-
- com.ds.esb.util.function - 程序包 com.ds.esb.util.function
-
- com.ds.hsql - 程序包 com.ds.hsql
-
- com.ds.jds.core - 程序包 com.ds.jds.core
-
- com.ds.jds.core.esb - 程序包 com.ds.jds.core.esb
-
- com.ds.jds.core.esb.mvel - 程序包 com.ds.jds.core.esb.mvel
-
- com.ds.jds.core.esb.task - 程序包 com.ds.jds.core.esb.task
-
- com.ds.jds.core.esb.util - 程序包 com.ds.jds.core.esb.util
-
- com.ds.msg - 程序包 com.ds.msg
-
- com.ds.org - 程序包 com.ds.org
-
- com.ds.org.conf - 程序包 com.ds.org.conf
-
- com.ds.server - 程序包 com.ds.server
-
- com.ds.server.ct - 程序包 com.ds.server.ct
-
- com.ds.server.eumus - 程序包 com.ds.server.eumus
-
- com.ds.service - 程序包 com.ds.service
-
- com.ds.service.app - 程序包 com.ds.service.app
-
- com.ds.service.org - 程序包 com.ds.service.org
-
- com.ds.template - 程序包 com.ds.template
-
- com.ds.thread - 程序包 com.ds.thread
-
- com.ds.vfs - 程序包 com.ds.vfs
-
- com.ds.vfs.adapter - 程序包 com.ds.vfs.adapter
-
- com.ds.web - 程序包 com.ds.web
-
- com.ds.web.annotation - 程序包 com.ds.web.annotation
-
- com.ds.web.client - 程序包 com.ds.web.client
-
- com.ds.web.invocation - 程序包 com.ds.web.invocation
-
- com.ds.web.json - 程序包 com.ds.web.json
-
- com.ds.web.util - 程序包 com.ds.web.util
-
- COMMAND_CONFIGKEY - 类 中的静态变量com.ds.common.util.Constants
-
- COMMAND_FAIL - 类 中的静态变量com.ds.server.JDSServer
-
- COMMAND_SUCCESS - 类 中的静态变量com.ds.server.JDSServer
-
- CommandEventEnums - com.ds.enums中的枚举
-
- COMMON_CONFIGKEY - 类 中的静态变量com.ds.common.util.Constants
-
- CommonConfig - com.ds.common中的类
-
Title: 常用代码打包
Description: Get configuration properties used by this common package.
- CommonConfig() - 类 的构造器com.ds.common.CommonConfig
-
- Commonyesno - com.ds.enums中的枚举
-
- CommonYesNoEnum - com.ds.enums中的枚举
-
- Comparative - com.ds.common.expression.function.logical中的类
-
Title: ETCL
Description: 数据更新工具(抽取,转换,清洗,装载)
比较函数。
- Comparative(int) - 类 的构造器com.ds.common.expression.function.logical.Comparative
-
- compareDate(String, String) - 类 中的静态方法com.ds.common.util.DateUtility
-
比较两个日期 返回值为两个日期的差
- compareTo(App) - 接口 中的方法com.ds.app.App
-
- compareTo(Module) - 接口 中的方法com.ds.app.Module
-
- compareTo(RuntimeLog) - 类 中的方法com.ds.web.RuntimeLog
-
- compile(Set<File>, Set<String>, Set<String>, ChromeProxy) - 类 中的静态方法com.ds.common.util.CompileJava
-
- compile(File, Set<String>, ChromeProxy) - 类 中的静态方法com.ds.common.util.CompileJava
-
- compile(File, Set<String>, Set<String>, ChromeProxy) - 类 中的静态方法com.ds.common.util.CompileJava
-
- compile(String, Set<String>, ChromeProxy) - 类 中的静态方法com.ds.common.util.CompileJava
-
- compile(String, Set<String>, Set<String>, ChromeProxy) - 类 中的静态方法com.ds.common.util.CompileJava
-
- compile(String) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlUtil
-
- compileAndZip(String, String, String, File, List<String>, ChromeProxy) - 类 中的静态方法com.ds.common.util.JarCompile
-
- compileAndZip(String, String, String, String, List<String>, ChromeProxy) - 类 中的静态方法com.ds.common.util.JarCompile
-
把指定目录src下的所有文件压缩生成名字为name的.jar文件,放到des目录下,如果src中有.java文件,则编译后再压缩
- CompileJava - com.ds.common.util中的类
-
- CompileJava() - 类 的构造器com.ds.common.util.CompileJava
-
- Complex - com.ds.common.expression.type中的类
-
Represents a complex number with double precision real and imaginary
components.
- Complex() - 类 的构造器com.ds.common.expression.type.Complex
-
Default constructor.
- Complex(double) - 类 的构造器com.ds.common.expression.type.Complex
-
Constructor from a single double value.
- Complex(Number) - 类 的构造器com.ds.common.expression.type.Complex
-
Construct from a Number.
- Complex(Complex) - 类 的构造器com.ds.common.expression.type.Complex
-
Copy constructor
- Complex(double, double) - 类 的构造器com.ds.common.expression.type.Complex
-
Initialize the real and imaginary components to the values given
by the parameters.
- CompoundRoot - com.ds.jds.core.esb.util中的类
-
A Stack that is implemented using a List.
- CompoundRoot() - 类 的构造器com.ds.jds.core.esb.util.CompoundRoot
-
- CompoundRoot(List) - 类 的构造器com.ds.jds.core.esb.util.CompoundRoot
-
- CompoundRootAccessor - com.ds.jds.core.esb.util中的类
-
A stack that is able to call methods on objects in the stack.
- CompoundRootAccessor() - 类 的构造器com.ds.jds.core.esb.util.CompoundRootAccessor
-
- Condition<T extends ConditionKey,V extends JLuceneIndex> - com.ds.common.query中的类
-
Title: JDS系统管理系统
Description: 用于封装对引擎内部数据进行查询的条件以及对结果集的排序,并 在引擎内部将其作为SQL查询WHERE子句的一部分。
- Condition() - 类 的构造器com.ds.common.query.Condition
-
- Condition(T, V, Operator) - 类 的构造器com.ds.common.query.Condition
-
条件构造函数,该方法主要用于对条件主键进行是否可空的条件操作。
- Condition(T, Operator) - 类 的构造器com.ds.common.query.Condition
-
- Condition(T, V, Operator, Object) - 类 的构造器com.ds.common.query.Condition
-
条件构造函数,该方法主要用于对条件主键和某个值进行指定 操作符比较的操作。
- Condition(T, Operator, Object) - 类 的构造器com.ds.common.query.Condition
-
- conditionKey - 类 中的变量com.ds.common.query.Condition
-
条件类型包括:活动状态、活动开始时间、结束时间
- ConditionKey<T> - com.ds.common.query中的接口
-
Title: JDS系统管理系统
Description: 可以进行查询或排序的数据库字段。
- Config() - 类 的构造器com.ds.config.JDSConfig.Config
-
- config - 类 中的变量com.ds.vfs.adapter.AbstractFileAdapter
-
- CONFIG_CACHE_KEY - 类 中的静态变量com.ds.org.conf.OrgConstants
-
- CONFIG_FILENAME - 类 中的静态变量com.ds.common.CommonConfig
-
- CONFIG_FILENAME - 类 中的静态变量com.ds.org.conf.ClientConfig
-
- CONFIG_KEY - 类 中的静态变量com.ds.common.JDSConstants
-
- CONFIG_KEY - 类 中的静态变量com.ds.common.util.Constants
-
- CONFIG_KEY - 接口 中的静态变量com.ds.esb.util.ESBConstants
-
- CONFIG_KEY - 类 中的静态变量com.ds.org.conf.OrgConstants
-
- CONFIG_SERVLET_CONTEXT_KEY - 类 中的静态变量com.ds.template.JDSFreemarkerManager
-
- ConfigCode - com.ds.server.eumus中的枚举
-
- ConfigFactory - com.ds.common.property中的类
-
- ConfigFactory() - 类 的构造器com.ds.common.property.ConfigFactory
-
- configKey - 类 中的变量com.ds.common.logging.LogFactory
-
- configListMap - 类 中的变量com.ds.esb.config.manager.EsbBeanFactory
-
- configPath() - 类 中的静态方法com.ds.config.JDSConfig.Config
-
- configuration - 类 中的变量com.ds.template.JDSFreemarkerResult
-
- conn - 类 中的变量com.ds.hsql.HsqlDbCache
-
- connect(JDSContext) - 接口 中的方法com.ds.engine.ConnectionHandle
-
挂接链接
- connect(JDSContext) - 类 中的方法com.ds.engine.DefaultConnectionHandle
-
- connect(ConnectInfo) - 接口 中的方法com.ds.server.JDSClientService
-
登陆
- connect(ConnectInfo) - 类 中的方法com.ds.server.JDSClientServiceImpl
-
- connect(RunableActionContextImpl) - 类 中的方法com.ds.server.JDSLocalServer
-
- connect(JDSClientService) - 类 中的方法com.ds.server.JDSServer
-
处理登陆JDS服务器的方法
- ConnectInfo - com.ds.engine中的类
-
Title: JDS系统管理系统
Description: 客户端连接信息,这些信息在应用调用 WorkflowClientService.connect(ConnectInfo conInfo)
方法时传入,并缓存在WorkflowClientService实例对象中。
- ConnectInfo(String, String, String) - 类 的构造器com.ds.engine.ConnectInfo
-
- ConnectionHandle - com.ds.engine中的接口
-
- ConnectionLogFactory - com.ds.web中的类
-
- connectionProfile() - 类 中的静态方法com.ds.config.JDSConfig.Config
-
- connectTimeCache - 类 中的静态变量com.ds.server.JDSServer
-
- CONSTANST_BOOLEAN_FALSE - 类 中的静态变量com.ds.esb.config.manager.JDSExpressionParserManager
-
- CONSTANST_BOOLEAN_TRUE - 类 中的静态变量com.ds.esb.config.manager.JDSExpressionParserManager
-
- CONSTANST_CURRENT_DATE - 类 中的静态变量com.ds.esb.config.manager.JDSExpressionParserManager
-
当前日期(字符串,如2004-03-31)
- CONSTANST_CURRENT_TIME - 类 中的静态变量com.ds.esb.config.manager.JDSExpressionParserManager
-
系统时间
- CONSTANST_JDS_CONTEXT - 类 中的静态变量com.ds.esb.config.manager.JDSExpressionParserManager
-
环境上下文
- Constants - com.ds.common.util中的类
-
Title: 常用代码打包
Description: Contains constant values representing various objects.
- Constants() - 类 的构造器com.ds.common.util.Constants
-
- constructDate(String, String, String, String) - 类 中的静态方法com.ds.common.util.DateUtility
-
由日期和时分秒来构成一个java.sql.Date
- constructDate(String) - 类 中的静态方法com.ds.common.util.DateUtility
-
- constructor - 类 中的变量com.ds.web.ConstructorBean
-
- ConstructorBean<T> - com.ds.web中的类
-
- ConstructorBean() - 类 的构造器com.ds.web.ConstructorBean
-
- ConstructorBean(String, RequestParamBean...) - 类 的构造器com.ds.web.ConstructorBean
-
- ConstructorBean(Constructor<T>) - 类 的构造器com.ds.web.ConstructorBean
-
- constructTimestamp(String, String, String, String) - 类 中的静态方法com.ds.common.util.DateUtility
-
由日期和时分秒来构成一个java.sql.Timestamp
- constructTimestamp(String) - 类 中的静态方法com.ds.common.util.DateUtility
-
由带时分秒的日期来构成一个java.sql.Timestamp
- consume() - 类 中的方法com.ds.engine.event.JDSEvent
-
消耗掉当前事件,阻止事件继续在事件处理链中继续传递 如果事件可以被其中一个事件处理中止传递,则需要将此方法公开(public)
- consume() - 类 中的方法com.ds.esb.event.ESBEvent
-
消耗掉当前事件,阻止事件继续在事件处理链中继续传递 如果事件可以被其中一个事件处理中止传递,则需要将此方法公开(public)
- consumed - 类 中的变量com.ds.engine.event.JDSEvent
-
- consumed - 类 中的变量com.ds.esb.event.ESBEvent
-
- contains(Object) - 类 中的方法com.ds.jds.core.esb.util.JDSList
-
- containsKey(Object) - 类 中的方法com.ds.common.cache.DefaultCache
-
- containsKey(Object) - 类 中的方法com.ds.common.cache.redis.RedisCache
-
- containsKey(Object) - 类 中的方法com.ds.common.expression.FunctionTable
-
- containsKey(Object) - 类 中的方法com.ds.common.expression.SymbolTable
-
- containsKey(Object) - 类 中的方法com.ds.common.util.CaselessStringKeyHashMap
-
- containsKey(Object) - 类 中的方法com.ds.hsql.HsqlDbCache
-
- containsValue(Object) - 类 中的方法com.ds.common.cache.DefaultCache
-
- containsValue(Object) - 类 中的方法com.ds.common.cache.redis.RedisCache
-
- containsValue(Object) - 类 中的方法com.ds.hsql.HsqlDbCache
-
- contentEquals(File, File) - 类 中的静态方法com.ds.common.util.FileUtility
-
Compare the contents of two files to determine if they are equal or not.
- context - 类 中的变量com.ds.engine.event.JDSEvent
-
- context - 类 中的变量com.ds.esb.event.ESBEvent
-
- contextClassPath - 类 中的静态变量com.ds.common.util.ClassUtility
-
- ContextType - com.ds.esb.config中的枚举
-
- CONVERSION_COLLECTION_PREFIX - 类 中的静态变量com.ds.jds.core.esb.util.JDSConverter
-
- CONVERSION_ERROR_PROPERTY_PREFIX - 类 中的静态变量com.ds.jds.core.esb.util.JDSConverter
-
- CONVERSION_ERRORS - 类 中的静态变量com.ds.jds.core.esb.util.ActionContext
-
Constant for the map of type conversion errors.
- CONVERSION_PROPERTY_FULLNAME - 类 中的静态变量com.ds.jds.core.esb.util.JDSConverter
-
- convertCastChar(String) - 类 中的静态方法com.ds.common.util.StringUtility
-
转义数据库通配字符:'%','_' Creation date: (2000-12-20 14:49:55)
- convertForHtml(String) - 类 中的静态方法com.ds.common.util.StringUtility
-
转换常见的Html符号 Creation date: (2000-12-20 14:58:19)
- convertForXml(String) - 类 中的静态方法com.ds.common.util.StringUtility
-
Insert the method's description here.
- convertSingleQuot(String) - 类 中的静态方法com.ds.common.util.StringUtility
-
转义单引号 Creation date: (2000-12-20 14:43:29)
- convertValue(Map, Object, Member, String, Object, Class) - 类 中的方法com.ds.jds.core.esb.util.JDSBasicConverter
-
- convertValue(Map, Object, Class) - 类 中的方法com.ds.jds.core.esb.util.JDSConverter
-
- convertValue(Map, Object, Member, String, Object, Class) - 类 中的方法com.ds.jds.core.esb.util.JDSConverter
-
Convert value from one form to another.
- copy(InputStream, OutputStream) - 类 中的静态方法com.ds.common.util.IOUtility
-
Copy bytes from an InputStream to an OutputStream.
- copy(InputStream, OutputStream, int) - 类 中的静态方法com.ds.common.util.IOUtility
-
Copy bytes from an InputStream to an OutputStream.
- copy(Reader, Writer) - 类 中的静态方法com.ds.common.util.IOUtility
-
Copy chars from a Reader to a Writer.
- copy(Reader, Writer, int) - 类 中的静态方法com.ds.common.util.IOUtility
-
Copy chars from a Reader to a Writer.
- copy(InputStream, Writer) - 类 中的静态方法com.ds.common.util.IOUtility
-
Copy and convert bytes from an InputStream to chars on a Writer.
- copy(InputStream, File) - 类 中的静态方法com.ds.common.util.IOUtility
-
- copy(InputStream, Writer, int) - 类 中的静态方法com.ds.common.util.IOUtility
-
Copy and convert bytes from an InputStream to chars on a Writer.
- copy(InputStream, Writer, String) - 类 中的静态方法com.ds.common.util.IOUtility
-
Copy and convert bytes from an InputStream to chars on a Writer, using the specified
encoding.
- copy(InputStream, Writer, String, int) - 类 中的静态方法com.ds.common.util.IOUtility
-
Copy and convert bytes from an InputStream to chars on a Writer, using the specified
encoding.
- copy(Reader, OutputStream) - 类 中的静态方法com.ds.common.util.IOUtility
-
Serialize chars from a Reader to bytes on an OutputStream, and flush the
OutputStream.
- copy(Reader, OutputStream, int) - 类 中的静态方法com.ds.common.util.IOUtility
-
Serialize chars from a Reader to bytes on an OutputStream, and flush the
OutputStream.
- copy(String, OutputStream) - 类 中的静态方法com.ds.common.util.IOUtility
-
Serialize chars from a String to bytes on an OutputStream, and flush the
OutputStream.
- copy(String, OutputStream, int) - 类 中的静态方法com.ds.common.util.IOUtility
-
Serialize chars from a String to bytes on an OutputStream, and flush the
OutputStream.
- copy(String, Writer) - 类 中的静态方法com.ds.common.util.IOUtility
-
Copy chars from a String to a Writer.
- copy(byte[], Writer) - 类 中的静态方法com.ds.common.util.IOUtility
-
Copy and convert bytes from a byte[] to chars on a Writer.
- copy(byte[], Writer, int) - 类 中的静态方法com.ds.common.util.IOUtility
-
Copy and convert bytes from a byte[] to chars on a Writer.
- copy(byte[], Writer, String) - 类 中的静态方法com.ds.common.util.IOUtility
-
Copy and convert bytes from a byte[] to chars on a Writer, using the specified
encoding.
- copy(byte[], Writer, String, int) - 类 中的静态方法com.ds.common.util.IOUtility
-
Copy and convert bytes from a byte[] to chars on a Writer, using the specified
encoding.
- copy(byte[], OutputStream) - 类 中的静态方法com.ds.common.util.IOUtility
-
Copy bytes from a byte[] to an OutputStream.
- copy(byte[], OutputStream, int) - 类 中的静态方法com.ds.common.util.IOUtility
-
Copy bytes from a byte[] to an OutputStream.
- copy(File, File) - 类 中的静态方法com.ds.common.util.IOUtility
-
Copy bytes from a File to an File.
- copy(Object, Object, Map, Collection, Collection) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlUtil
-
Copies the properties in the object "from" and sets them in the object "to"
using specified type converter, or
JDSMethodAccessor if none
is specified.
- copy(Object, Object, Map) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlUtil
-
Copies the properties in the object "from" and sets them in the object "to"
using specified type converter, or
JDSMethodAccessor if none
is specified.
- copy(RequestParamBean) - 类 中的方法com.ds.web.RequestParamBean
-
- copyFile(File, File) - 类 中的静态方法com.ds.common.util.FileUtility
-
Copy file from source to destination.
- copyFile(File, File) - 类 中的静态方法com.ds.common.util.IOUtility
-
- copyFileToDirectory(String, String) - 类 中的静态方法com.ds.common.util.FileUtility
-
Copy file from source to destination.
- copyFileToDirectory(File, File) - 类 中的静态方法com.ds.common.util.FileUtility
-
Copy file from source to destination.
- copyURLToFile(URL, File) - 类 中的静态方法com.ds.common.util.FileUtility
-
Copies bytes from the URL source to a file destination.
- coreServerEventListeners - 类 中的变量com.ds.engine.event.EventControl
-
- cos() - 类 中的方法com.ds.common.expression.type.Complex
-
Returns the cosine of this complex number.
- cosh() - 类 中的方法com.ds.common.expression.type.Complex
-
- CParameter - com.ds.config中的类
-
Title: JDS系统管理系统
Description: 对应应用配置文件中的Parameter元素
Copyright: Copyright (c) 2006
Company: www.justdos.net
- CParameter() - 类 的构造器com.ds.config.CParameter
-
- CPDTElement - com.ds.config中的类
-
Title: JDS系统管理系统
Description: 对应应用配置文件中的PDTElement元素
Copyright: Copyright (c) 2006
Company: www.justdos.net
- CPDTElement() - 类 的构造器com.ds.config.CPDTElement
-
- CREATE_CACHETABLE_SQL - 类 中的静态变量com.ds.hsql.HsqlDbCacheManager
-
- CREATE_IF_NULL_PREFIX - 类 中的静态变量com.ds.jds.core.esb.util.DefaultObjectTypeDeterminer
-
- CREATE_INDEX_SQL - 类 中的静态变量com.ds.hsql.HsqlDbCacheManager
-
- CREATE_INDEX_SQL2 - 类 中的静态变量com.ds.hsql.HsqlDbCacheManager
-
- CREATE_NULL_OBJECTS - 类 中的静态变量com.ds.jds.core.esb.util.InstantiatingNullHandler
-
- createCache(String, int, long) - 类 中的静态方法com.ds.common.cache.CacheFactory
-
- createCache(String, int, long) - 接口 中的方法com.ds.common.cache.CacheManager
-
- createCache(String, String) - 类 中的静态方法com.ds.common.cache.CacheManagerFactory
-
- createCache(String, String, int, long) - 类 中的静态方法com.ds.common.cache.CacheManagerFactory
-
- createCache(String, int, long) - 类 中的方法com.ds.common.cache.MemCacheManager
-
create cache with specified cacheSize and lifeTime
- createCache(String, int, long) - 类 中的方法com.ds.common.cache.redis.RedisCacheManager
-
- createCache(String, int, long, HsqlDbServer) - 类 中的静态方法com.ds.hsql.HsqlDbCacheFactory
-
- createChildFolder(String, String) - 接口 中的方法com.ds.vfs.Folder
-
- createChildFolder(String, String, String) - 接口 中的方法com.ds.vfs.Folder
-
- createConfiguration(String) - 类 中的方法com.ds.template.JDSFreemarkerManager
-
- createFile(String, String) - 接口 中的方法com.ds.vfs.Folder
-
- createFile(String, String, String) - 接口 中的方法com.ds.vfs.Folder
-
- createFolderPath() - 接口 中的方法com.ds.vfs.adapter.FileAdapter
-
- createLog(String, String, String, String) - 类 中的方法com.ds.web.ConnectionLogFactory
-
- createModel() - 类 中的方法com.ds.template.JDSFreemarkerResult
-
- createNewFile(File) - 类 中的静态方法com.ds.common.util.IOUtility
-
- createNumber(double) - 类 中的方法com.ds.common.expression.type.DoubleNumberFactory
-
Creates a Double object initialized to the value of the parameter.
- createNumber(double) - 接口 中的方法com.ds.common.expression.type.NumberFactory
-
Creates a number object and initializes its value.
- CREATEPROCESSINSTANCEERROR - 异常错误 中的静态变量com.ds.common.JDSException
-
- CREATEPROCESSINSTANCEERROR - 异常错误 中的静态变量com.ds.vfs.VFSException
-
- createRandom(boolean, int) - 类 中的静态方法com.ds.common.util.StringUtility
-
创建指定数量的随机字符串
- createSessionHandle() - 类 中的方法com.ds.client.JDSSessionFactory
-
创建一个SessionHandle
- createValueStack() - 类 中的方法com.ds.jds.core.esb.util.OgnlValueStackFactory
-
- createValueStack(ValueStack) - 类 中的方法com.ds.jds.core.esb.util.OgnlValueStackFactory
-
- createValueStack() - 类 中的方法com.ds.jds.core.esb.util.ValueStackFactory
-
- createValueStack(ValueStack) - 类 中的方法com.ds.jds.core.esb.util.ValueStackFactory
-
- createVariable(String, Object) - 类 中的方法com.ds.jds.core.esb.mvel.JDSClassVariableResolverFactory
-
- createVariable(String, Object, Class) - 类 中的方法com.ds.jds.core.esb.mvel.JDSClassVariableResolverFactory
-
- createVariable(String, Object) - 类 中的方法com.ds.jds.core.esb.mvel.JDSEsbVariableResolverFactory
-
- createVariable(String, Object, Class<?>) - 类 中的方法com.ds.jds.core.esb.mvel.JDSEsbVariableResolverFactory
-
- createView(String, Integer) - 接口 中的方法com.ds.vfs.FileVersion
-
- creatStaticBean(boolean) - 类 中的静态方法com.ds.esb.util.EsbFactory
-
- ctmethod - 类 中的变量com.ds.web.RequestMethodBean
-
- CtSubSystem - com.ds.server.ct中的类
-
- CtSubSystem() - 类 的构造器com.ds.server.ct.CtSubSystem
-
- CtSubSystem(SubSystem) - 类 的构造器com.ds.server.ct.CtSubSystem
-
- ctx - 类 中的变量com.ds.config.ListResultModel
-
- CTXContext - com.ds.enums中的接口
-
- CTXMacro - com.ds.esb.expression中的类
-
- CTXMacro(String) - 类 的构造器com.ds.esb.expression.CTXMacro
-
- cullCache() - 类 中的方法com.ds.common.cache.DefaultCache
-
Removes objects from cache if the cache is too full.
- cullCache() - 类 中的方法com.ds.hsql.HsqlDbCache
-
Removes objects from cache if the cache is too full.
- curChar - 类 中的变量com.ds.common.expression.ParserTokenManager
-
- curNumberOfParameters - 类 中的变量com.ds.common.expression.function.Function
-
Number of parameters to be used for the next run() invocation.
- CURRENT_PROPERTY_PATH - 类 中的静态变量com.ds.jds.core.esb.util.OgnlContextState
-
- currentLogLevel - 类 中的变量com.ds.common.logging.impl.SimpleLog
-
The current log level
- currentToken - 异常错误 中的变量com.ds.common.expression.ParseException
-
This is the last token that has been consumed successfully.
- currServerHome() - 类 中的静态方法com.ds.config.JDSConfig.Config
-
- CurrTime - com.ds.service中的类
-
- CurrTime() - 类 的构造器com.ds.service.CurrTime
-
- CustomBean - com.ds.enums中的接口
-
- CustomMacro - com.ds.esb.expression中的类
-
- CustomMacro(String) - 类 的构造器com.ds.esb.expression.CustomMacro
-
- cutStack(int) - 类 中的方法com.ds.jds.core.esb.util.CompoundRoot
-
- GE - 接口 中的静态变量com.ds.common.expression.ParserConstants
-
- generateMyTOTP(String, String) - 类 中的静态方法com.ds.common.md5.TOTP
-
生成一次性密码
- generateParseException() - 类 中的方法com.ds.common.expression.Parser
-
- get(Object) - 类 中的方法com.ds.common.cache.DefaultCache
-
- get(Object) - 类 中的方法com.ds.common.cache.redis.RedisCache
-
- get(Object) - 类 中的方法com.ds.common.expression.FunctionTable
-
- get(Object) - 类 中的方法com.ds.common.expression.SymbolTable
-
- get(Object) - 类 中的方法com.ds.common.util.CaselessStringKeyHashMap
-
- get() - 类 中的方法com.ds.config.ErrorListResultModel
-
- get() - 类 中的方法com.ds.config.ErrorResultModel
-
- get() - 类 中的方法com.ds.config.ListResultModel
-
- get() - 类 中的方法com.ds.config.ResultModel
-
- get(long, TimeUnit) - 类 中的方法com.ds.config.ResultModel
-
- get(Object) - 类 中的方法com.ds.hsql.HsqlDbCache
-
- get(Object) - 类 中的方法com.ds.jds.core.esb.util.ActionContext
-
Returns a value that is stored in the current ActionContext by doing a lookup using the value's key.
- get(int) - 类 中的方法com.ds.jds.core.esb.util.JDSList
-
Returns the element at the specified position in this list.
- get(String) - 类 中的方法com.ds.template.JDSScopesHashModel
-
- get(long, TimeUnit) - 类 中的方法com.ds.web.invocation.RemoteListResultModel
-
- get() - 类 中的方法com.ds.web.invocation.RemoteListResultModel
-
- get(long, TimeUnit) - 类 中的方法com.ds.web.invocation.RemoteResultModel
-
- get() - 类 中的方法com.ds.web.invocation.RemoteResultModel
-
- getAbsoluteLibPath() - 类 中的静态方法com.ds.config.JDSConfig
-
- getAbsolutePath(String) - 类 中的静态方法com.ds.common.util.CompileJava
-
- getAbsolutePath(String) - 类 中的静态方法com.ds.config.JDSConfig
-
- getAbsolutePath(String, Class) - 类 中的静态方法com.ds.config.JDSConfig
-
- getAccessor() - 类 中的静态方法com.ds.jds.core.esb.util.OgnlValueStack
-
- getAccount() - 类 中的方法com.ds.jds.core.User
-
- getAccount() - 接口 中的方法com.ds.org.Person
-
取得人员的帐号
- getActionContext() - 类 中的静态方法com.ds.context.JDSActionContext
-
- getActionContextClass() - 类 中的方法com.ds.esb.config.manager.EsbBeanConfig
-
- GETACTIVITYINSTLISTERROR - 异常错误 中的静态变量com.ds.common.JDSException
-
- GETACTIVITYINSTLISTERROR - 异常错误 中的静态变量com.ds.vfs.VFSException
-
- getActivityListeners() - 类 中的方法com.ds.config.BPDProjectConfig
-
- getActivityType() - 类 中的方法com.ds.config.BPDPlugin
-
- getAdapter() - 接口 中的方法com.ds.vfs.FileObject
-
- getAdminClient() - 类 中的方法com.ds.server.JDSServer
-
- getAdminId() - 类 中的方法com.ds.server.ct.CtSubSystem
-
- getAdminId() - 接口 中的方法com.ds.server.SubSystem
-
获取管理员ID
- getAdminPerson(String) - 接口 中的方法com.ds.cluster.udp.ClusterClient
-
- getAdminPerson(String) - 类 中的方法com.ds.cluster.udp.ClusterClientImpl
-
- getAdminPersonId() - 类 中的方法com.ds.cluster.ServerNode
-
- getAdminPersonIds() - 类 中的方法com.ds.cluster.ServerNode
-
- getAdminService() - 类 中的方法com.ds.config.AppConfig
-
- getAdminService() - 类 中的方法com.ds.config.CApplication
-
- getAdminUser() - 类 中的方法com.ds.server.JDSServer
-
- getAggClass() - 类 中的方法com.ds.web.annotation.ViewBean
-
- getAllAnnotationClass(Annotation, Set<String>) - 类 中的静态方法com.ds.web.util.MethodUtil
-
- getAllAnnotations(Method) - 类 中的静态方法com.ds.web.util.AnnotationUtil
-
- getAllAnnotations(Method, Class<T>) - 类 中的静态方法com.ds.web.util.AnnotationUtil
-
- getAllCache() - 接口 中的方法com.ds.common.cache.CacheManager
-
Returns all caches that this this manager contained.
- getAllCache() - 类 中的方法com.ds.common.cache.MemCacheManager
-
Returns all caches that this this manager contained.
- getAllCache() - 类 中的方法com.ds.common.cache.redis.RedisCacheManager
-
- getAllCache() - 类 中的静态方法com.ds.hsql.HsqlDbCacheManager
-
- getAllCacheNS() - 类 中的方法com.ds.common.cache.redis.RedisCacheManager
-
Returns all CACHES that this this manager contained.
- getAllCacheNS() - 类 中的方法com.ds.hsql.HsqlDbCacheManager
-
Returns all caches that this this manager contained.
- getAllClass() - 类 中的方法com.ds.esb.config.manager.EsbBeanFactory
-
- getAllClassAnnotations(Class, Class<T>) - 类 中的静态方法com.ds.web.util.AnnotationUtil
-
- getAllClassBykey(String) - 类 中的方法com.ds.esb.config.manager.EsbBeanFactory
-
- getAllClassByPackage() - 类 中的方法com.ds.common.util.JarLoader
-
- getAllClassByPackage(boolean) - 类 中的方法com.ds.common.util.JarLoader
-
- getAllConnectInfo() - 类 中的静态方法com.ds.server.JDSServer
-
非缓存方法小心调用
- getAllConstructorAnnotations(Constructor) - 类 中的静态方法com.ds.web.util.AnnotationUtil
-
- getAllDynPacks() - 类 中的静态方法com.ds.common.util.ClassUtility
-
- getAllImports(Set<Class>, Set<String>) - 类 中的静态方法com.ds.web.util.MethodUtil
-
- getAllImports(Class, Set<String>) - 类 中的静态方法com.ds.web.util.MethodUtil
-
- getAllInnerReturnType(Field, Set<Class>) - 类 中的静态方法com.ds.web.util.JSONGenUtil
-
- getAllInnerReturnType(Method, Set<Class>) - 类 中的静态方法com.ds.web.util.JSONGenUtil
-
- getAllIpMap() - 类 中的方法com.ds.cluster.ClusterManagerImpl
-
- getAllIpMap() - 类 中的方法com.ds.web.client.WebClusterManagerImpl
-
- getAllJavaFile(File) - 类 中的静态方法com.ds.common.util.CompileJava
-
- getAllListener() - 接口 中的方法com.ds.esb.event.ListenerLoad
-
- GetAllOrgs - com.ds.service.org中的类
-
- GetAllOrgs() - 类 的构造器com.ds.service.org.GetAllOrgs
-
- getAllParamList() - 类 中的方法com.ds.web.ConstructorBean
-
- getAllParent() - 接口 中的方法com.ds.app.App
-
取得指定APP的直接上级和间接上级的APP(递归)
- getAllRegisterEvent() - 类 中的方法com.ds.cluster.service.ServerEventFactory
-
- getAllRegisterEvent() - 接口 中的方法com.ds.cluster.service.SysEventWebManager
-
- getAllRightPerson() - 接口 中的方法com.ds.app.Module
-
- getAllRoles() - 接口 中的方法com.ds.org.OrgManager
-
取得所有的角色
- getAllRoles(String) - 接口 中的方法com.ds.org.OrgManager
-
取得所有的角色
- getAllServer() - 接口 中的方法com.ds.cluster.udp.ClusterClient
-
- getAllServer() - 类 中的方法com.ds.cluster.udp.ClusterClientImpl
-
- getAllServerMap() - 接口 中的方法com.ds.cluster.udp.ClusterClient
-
- getAllServerMap() - 类 中的方法com.ds.cluster.udp.ClusterClientImpl
-
- getAllServiceBeanByEsbKey(String) - 类 中的方法com.ds.esb.config.manager.EsbBeanFactory
-
- getAllServiceBeanByType() - 类 中的方法com.ds.esb.config.manager.EsbBeanFactory
-
- getAllSystem() - 接口 中的方法com.ds.cluster.udp.ClusterClient
-
- getAllSystem() - 类 中的方法com.ds.cluster.udp.ClusterClientImpl
-
- getAnnotation(Class, String, Class<T>) - 类 中的方法com.ds.jds.core.esb.util.DefaultObjectTypeDeterminer
-
Retrieves an annotation for the specified property of field, setter or getter.
- getAnnotationClass() - 类 中的方法com.ds.enums.SimpleCustomBean
-
- getAnnotationMap(Object) - 类 中的静态方法com.ds.web.util.AnnotationUtil
-
- getAnnotationOtherValue(Annotation) - 类 中的静态方法com.ds.web.util.AnnotationUtil
-
- getAnnotations() - 类 中的方法com.ds.web.RequestParamBean
-
- getAPIConfig(String) - 类 中的方法com.ds.web.APIConfigFactory
-
- getAPIConfig(CtClass) - 类 中的方法com.ds.web.APIConfigFactory
-
- getAPIConfigByEsbId(String) - 类 中的方法com.ds.web.APIConfigFactory
-
- getAPIConfigs(String) - 类 中的方法com.ds.web.APIConfigFactory
-
- getAppByID(String) - 接口 中的方法com.ds.app.AppManager
-
根据应用的ID(标识)取得该应用的实例。
- GetAppClient - com.ds.service.app中的类
-
- GetAppClient() - 类 的构造器com.ds.service.app.GetAppClient
-
- getApplication(ConfigCode) - 接口 中的方法com.ds.cluster.udp.ClusterClient
-
- getApplication(ConfigCode) - 类 中的方法com.ds.cluster.udp.ClusterClientImpl
-
- getApplication() - 类 中的方法com.ds.config.AppConfig
-
- getApplication() - 类 中的方法com.ds.jds.core.esb.util.ActionContext
-
Returns a Map of the ServletContext when in a servlet environment or a generic application level Map otherwise.
- getApplicationConfig(String) - 类 中的方法com.ds.cluster.udp.ClusterClientImpl
-
获取指定应用的配置文件字符串
- getApplicationMap() - 接口 中的方法com.ds.cluster.udp.ClusterClient
-
- getApplicationMap() - 类 中的方法com.ds.cluster.udp.ClusterClientImpl
-
- getApplications() - 接口 中的方法com.ds.cluster.udp.ClusterClient
-
- getApplications() - 类 中的方法com.ds.cluster.udp.ClusterClientImpl
-
- getAppList() - 接口 中的方法com.ds.app.AppManager
-
取得所有应用菜单,只取得菜单的基本信息,忽略其他等信息
- getAppList() - 接口 中的方法com.ds.app.Module
-
取得该模块所属所有应用
- getAppManager(ConfigCode) - 类 中的方法com.ds.server.OrgManagerFactory
-
- getAppService() - 类 中的方法com.ds.config.CApplication
-
- getArrivedTime() - 接口 中的方法com.ds.msg.Msg
-
- getArrivedTime() - 类 中的方法com.ds.web.RuntimeLog
-
- getAttribute(AttributeName) - 类 中的静态方法com.ds.enums.EnumsUtil
-
- getAttributeId() - 类 中的方法com.ds.config.CExtendedAttribute
-
- getAttributes() - 类 中的方法com.ds.enums.EnumsAttribute
-
- getAttributetype() - 枚举 中的方法com.ds.esb.config.formula.FormulaParams
-
- getBaseType() - 枚举 中的方法com.ds.esb.config.formula.FormulaType
-
- getBaseurl() - 类 中的方法com.ds.config.CBPDBrowserElement
-
- getBean(Class) - 类 中的方法com.ds.esb.config.invocation.AbstractInvocationHandler
-
- getBean(Class, Class[], Object[]) - 类 中的方法com.ds.esb.config.invocation.AbstractInvocationHandler
-
- getBean(Class) - 接口 中的方法com.ds.esb.event.EsbInvocation
-
- getBean(Class, Class[], Object[]) - 接口 中的方法com.ds.esb.event.EsbInvocation
-
- getBeanInfo(Object) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlUtil
-
Get's the java bean info for the given source.
- getBeanMap(Object) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlUtil
-
Creates a Map with read properties for the given source object.
- getBeginColumn() - 类 中的方法com.ds.common.expression.JavaCharStream
-
- getBeginLine() - 类 中的方法com.ds.common.expression.JavaCharStream
-
- getBody() - 接口 中的方法com.ds.msg.Msg
-
- getBodyJson() - 类 中的方法com.ds.web.RuntimeLog
-
- getBoolean(String, boolean) - 类 中的方法com.ds.common.property.ResourceBundle
-
Retrieve a boolean from bundle.
- getBoolean(String) - 类 中的方法com.ds.common.property.ResourceBundle
-
Retrieve a boolean from bundle.
- getBpdElementsList() - 类 中的方法com.ds.config.BPDProjectConfig
-
- getBpdListeners() - 类 中的方法com.ds.config.BPDProjectConfig
-
- getBPDProjectConfigMap() - 类 中的方法com.ds.config.CApplication
-
- getBrief() - 接口 中的方法com.ds.app.App
-
取得该应用的简要描述
- getBrief() - 接口 中的方法com.ds.org.Org
-
取得该机构的简要描述
- getBrowserElements() - 类 中的方法com.ds.config.BPDPlugin
-
- getBrowserId() - 类 中的方法com.ds.config.CBPDBrowserElement
-
- getBundle(String) - 类 中的静态方法com.ds.common.property.ResourceBundle
-
Gets a resource bundle using the specified base name, the default locale,
and the caller's class loader.
- getBundle(String, Locale) - 类 中的静态方法com.ds.common.property.ResourceBundle
-
Gets a resource bundle using the specified base name and locale, and the
caller's class loader.
- getBundle(String, Locale, ClassLoader) - 类 中的静态方法com.ds.common.property.ResourceBundle
-
- getByte(String, byte) - 类 中的方法com.ds.common.property.ResourceBundle
-
Retrieve a byte from bundle.
- getByte(String) - 类 中的方法com.ds.common.property.ResourceBundle
-
Retrieve a byte from bundle.
- getBytes() - 类 中的方法com.ds.web.LocalMultipartFile
-
- getBytesFromInputStream(InputStream) - 类 中的静态方法com.ds.common.util.IOUtility
-
- getBytesFromJar(String, String) - 类 中的静态方法com.ds.common.util.ZipUtil
-
- getCache(String) - 接口 中的方法com.ds.common.cache.CacheManager
-
Gets Cache object for certain application with cacheKey
- getCache(String, String) - 类 中的静态方法com.ds.common.cache.CacheManagerFactory
-
- getCache(String) - 类 中的方法com.ds.common.cache.MemCacheManager
-
Gets Cache object for certain application with cacheKey
- getCache(String) - 类 中的方法com.ds.common.cache.redis.RedisCacheManager
-
- getCache(String) - 类 中的静态方法com.ds.hsql.HsqlDbCacheManager
-
- getCachedSize() - 接口 中的方法com.ds.common.cache.Cacheable
-
Returns the approximate size of the Object in bytes.
- getCachedSize() - 类 中的方法com.ds.common.util.CaselessStringKeyHashMap
-
- getCachedSize() - 类 中的方法com.ds.org.conf.Query.ColumnMapping
-
- getCachedSize() - 类 中的方法com.ds.org.conf.Query
-
- getCachedSize() - 类 中的方法com.ds.org.conf.Query.SqlClause
-
- getCachedSize() - 接口 中的方法com.ds.vfs.FileCopy
-
- getCachedSize() - 接口 中的方法com.ds.vfs.Folder
-
- getCachedSize() - 类 中的方法com.ds.web.RuntimeLog
-
- getCacheHits() - 接口 中的方法com.ds.common.cache.Cache
-
Returns the number of cache hits.
- getCacheHits() - 类 中的方法com.ds.common.cache.DefaultCache
-
- getCacheHits() - 类 中的方法com.ds.common.cache.redis.RedisCache
-
- getCacheHits() - 类 中的方法com.ds.hsql.HsqlDbCache
-
- getCacheManager(String) - 类 中的方法com.ds.common.cache.CacheManagerFactory
-
- getCacheManagerMap() - 类 中的方法com.ds.common.cache.CacheManagerFactory
-
- getCacheMisses() - 接口 中的方法com.ds.common.cache.Cache
-
Returns the number of cache misses.
- getCacheMisses() - 类 中的方法com.ds.common.cache.DefaultCache
-
- getCacheMisses() - 类 中的方法com.ds.common.cache.redis.RedisCache
-
- getCacheMisses() - 类 中的方法com.ds.hsql.HsqlDbCache
-
- getCacheNS(String) - 类 中的方法com.ds.common.cache.redis.RedisCacheManager
-
- getCacheNS(String) - 类 中的方法com.ds.hsql.HsqlDbCacheManager
-
Gets Cache object for certain application with cacheKey
- getCacheSize() - 接口 中的方法com.ds.common.cache.Cache
-
Returns the size of the cache contents in bytes.
- getCacheSize() - 类 中的方法com.ds.common.cache.DefaultCache
-
- getCacheSize() - 类 中的方法com.ds.common.cache.redis.RedisCache
-
- getCacheSize() - 类 中的方法com.ds.hsql.HsqlDbCache
-
- getCause() - 异常错误 中的方法com.ds.common.JDSException
-
Returns the nested exception, if any.
- getCause() - 异常错误 中的方法com.ds.common.logging.LogConfigurationException
-
Return the underlying cause of this exception (if any).
- getCause() - 异常错误 中的方法com.ds.esb.config.JDSBusException
-
Returns the nested exception, if any.
- getCause() - 异常错误 中的方法com.ds.vfs.VFSException
-
Returns the nested exception, if any.
- getChar(String, char) - 类 中的方法com.ds.common.property.ResourceBundle
-
Retrieve a char from bundle.
- getChar(String) - 类 中的方法com.ds.common.property.ResourceBundle
-
Retrieve a char from bundle.
- getCharContent(boolean) - 类 中的方法com.ds.common.util.java.TmpJavaFileObject
-
- getCheckIdlePeriod() - 类 中的方法com.ds.cluster.DBConfig
-
- getCheckoutTimeout() - 类 中的方法com.ds.cluster.DBConfig
-
- getCheckTimes() - 类 中的方法com.ds.cluster.ServerNode
-
- getChildConditionList() - 类 中的方法com.ds.common.query.Condition
-
- getChildIdList() - 接口 中的方法com.ds.org.Org
-
- getChildJoinTypeList() - 类 中的方法com.ds.common.query.Condition
-
- getChildNodes(Node, short) - 类 中的静态方法com.ds.common.util.XMLUtility
-
取得一个父节点下指定类型的所有子节点
- getChildrenIdList() - 接口 中的方法com.ds.vfs.Folder
-
- getChildrenList() - 接口 中的方法com.ds.app.App
-
取得该应用的所有直接子应用
- getChildrenList() - 接口 中的方法com.ds.org.Org
-
- getChildrenList() - 接口 中的方法com.ds.vfs.Folder
-
- getChildrenProperties(String) - 类 中的方法com.ds.common.property.XMLProperties
-
Return all children property names of a parent property as a String array, or an empty array if the if there are
no children.
- getChildrenProperties(String) - 类 中的静态方法com.ds.config.JDSConfig
-
- getChildrenRecursivelyList() - 接口 中的方法com.ds.app.App
-
取得该应用的所有子应用(包括间接子应用)
- getChildrenRecursivelyList() - 接口 中的方法com.ds.org.Org
-
- getChildrenRecursivelyList() - 接口 中的方法com.ds.vfs.Folder
-
- getChildValue(Element, String) - 类 中的静态方法com.ds.common.util.XMLUtility
-
取得一个xml节点下某个子节点的值
参数: node -- 父节点
strChild -- 子节点名称
返回值: 此子节点上的值,如果子节点不存在值,返回""
如果同名子节点存在多余一个,返回遇到的第一个子节点的值
- getChinaName() - 类 中的方法com.ds.web.APIConfig
-
- getCity() - 接口 中的方法com.ds.org.Org
-
部门所在城市
- getClass2Map() - 类 中的静态方法com.ds.esb.config.manager.JDSExpressionParserManager
-
- getClassAnnotation(Class, Class<T>) - 类 中的静态方法com.ds.web.util.AnnotationUtil
-
- getClassAnnotation(CtClass, Class<T>) - 类 中的静态方法com.ds.web.util.AnnotationUtil
-
- getClassByPackage(String) - 类 中的方法com.ds.common.util.JarLoader
-
- getClassByPackage(String, boolean) - 类 中的方法com.ds.common.util.JarLoader
-
获取jar文件中的指定包名前缀的所有类
- getClassInstance(String) - 类 中的方法com.ds.jds.core.esb.util.ObjectFactory
-
Utility method to obtain the class matched to className.
- getClassLoader() - 类 中的方法com.ds.server.Classpath
-
- getClassname() - 类 中的方法com.ds.esb.config.manager.ExpressionTempFtlBean
-
- getClassName() - 类 中的方法com.ds.web.APIConfig
-
- getClassName() - 类 中的方法com.ds.web.ConstructorBean
-
- getClassName() - 类 中的方法com.ds.web.RequestMethodBean
-
- getClazz() - 接口 中的方法com.ds.enums.attribute.AttributeName
-
- getClazz() - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- getClazz() - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- getClazz() - 接口 中的方法com.ds.esb.config.manager.ServiceBean
-
- getClazz() - 类 中的方法com.ds.jds.core.esb.task.ExcuteObj
-
- getClient() - 类 中的方法com.ds.common.cache.redis.RedisCache
-
- getClient() - 类 中的方法com.ds.common.cache.redis.RedisPoolUtil
-
获取jedis实例
- getClient() - 接口 中的方法com.ds.context.JDSUDPContext
-
- getClient() - 类 中的方法com.ds.context.UDPActionContextImpl
-
- getClient() - 接口 中的方法com.ds.engine.ConnectionHandle
-
获取应用客户端
- getClient() - 类 中的方法com.ds.engine.DefaultConnectionHandle
-
- getClient(JDSContext) - 类 中的方法com.ds.server.JDSLocalServer
-
- getClientOrgManager(ConfigCode) - 类 中的静态方法com.ds.server.OrgManagerFactory
-
取得组织机构管理器
- getClientreloadtime() - 类 中的方法com.ds.cluster.ServerNodeList
-
- getClientService(ConfigCode) - 类 中的方法com.ds.client.JDSSessionFactory
-
根据request请求信息及应用信息获取已有客户端接口
- getClientService() - 类 中的方法com.ds.esb.event.ESBEvent
-
取得发生事件时的WorkflowClientService对象!
- GetClientService - com.ds.web.client中的类
-
- GetClientService() - 类 的构造器com.ds.web.client.GetClientService
-
- getClientServiceMap() - 类 中的方法com.ds.server.JDSServer
-
- getClientSocket() - 类 中的方法com.ds.cluster.udp.UDPClient
-
- getClientVersion() - 类 中的静态方法com.ds.cluster.ClientVersion
-
读取服务器地址
- getClitentLoginUrl() - 类 中的方法com.ds.config.UserBean
-
- getCloudDiskPath() - 接口 中的方法com.ds.org.Person
-
- getClusterClient() - 类 中的静态方法com.ds.server.JDSServer
-
- getClusterManager(ConfigCode) - 类 中的静态方法com.ds.cluster.ClusterMananerFactory
-
- getClusterManagerClass() - 类 中的方法com.ds.cluster.ServerNodeList
-
- getClusterSevice() - 类 中的方法com.ds.server.JDSServer
-
- getCname() - 类 中的方法com.ds.enums.db.DBTableBean
-
- getCname() - 类 中的方法com.ds.enums.db.MethodChinaBean
-
- getCnName() - 类 中的方法com.ds.enums.db.DBFieldBean
-
- getCnname() - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- getCode() - 类 中的方法com.ds.config.BPDProjectConfig
-
- getCode() - 枚举 中的方法com.ds.enums.CommandEventEnums
-
- getCode() - 类 中的方法com.ds.enums.EnumsAttribute
-
- getCode() - 类 中的方法com.ds.jds.core.User
-
- getColumn() - 类 中的方法com.ds.common.expression.JavaCharStream
-
已过时。
- getColumn() - 异常错误 中的方法com.ds.common.expression.ParseException
-
Returns the column number of the token in which the error occured
- getColumn() - 类 中的方法com.ds.org.conf.Query.ColumnMapping
-
- getColumnAlias() - 类 中的方法com.ds.org.conf.Query.ColumnMapping
-
- getColumnMappings() - 类 中的方法com.ds.org.conf.Query.SqlClause
-
- getCommand() - 类 中的方法com.ds.cluster.udp.ClusterCommand
-
- getCommandId() - 接口 中的方法com.ds.command.JDSCommand
-
- getCommandJson() - 类 中的方法com.ds.cluster.udp.ClusterCommand
-
- getCompile() - 类 中的方法com.ds.esb.config.manager.EsbBeanConfig
-
- getCompiledBytes() - 类 中的方法com.ds.common.util.java.TmpJavaFileObject
-
- getConditionKey() - 类 中的方法com.ds.common.query.Condition
-
- getConfigCode() - 类 中的方法com.ds.cluster.ServerNode
-
- getConfigCode() - 类 中的方法com.ds.config.CApplication
-
- getConfigCode() - 类 中的方法com.ds.context.JDSActionContext
-
- getConfigCode() - 接口 中的方法com.ds.context.JDSContext
-
- getConfigCode() - 类 中的方法com.ds.context.RunableActionContextImpl
-
- getConfigCode() - 类 中的方法com.ds.context.UDPActionContextImpl
-
- getConfigCode() - 接口 中的方法com.ds.server.JDSClientService
-
取得系统标识
- getConfigCode() - 类 中的方法com.ds.server.JDSClientServiceImpl
-
- getConfigKey() - 类 中的方法com.ds.cluster.DBConfig
-
- getConfigKey() - 类 中的方法com.ds.enums.db.DBTableBean
-
- getConfigListMap() - 类 中的方法com.ds.esb.config.manager.EsbBeanFactory
-
- getConfigName() - 类 中的静态方法com.ds.config.JDSConfig
-
- getConfigName() - 类 中的方法com.ds.config.UserBean
-
- getConfigName() - 类 中的方法com.ds.jds.core.User
-
- getConfigname() - 类 中的方法com.ds.server.ct.CtSubSystem
-
- getConfigname() - 接口 中的方法com.ds.server.SubSystem
-
获取对应的Org_Common.xml文件名
- getConfigPath() - 类 中的方法com.ds.config.CApplication
-
- getConfiguration(String) - 类 中的方法com.ds.template.JDSFreemarkerManager
-
- getConfiguration(String) - 类 中的方法com.ds.template.JDSFreemarkerResult
-
- getConnectInfo() - 接口 中的方法com.ds.engine.ConnectionHandle
-
获取链接用户信息
- getConnectInfo() - 类 中的方法com.ds.engine.DefaultConnectionHandle
-
- getConnectInfo() - 接口 中的方法com.ds.server.JDSClientService
-
取得登录人信息
- getConnectInfo() - 类 中的方法com.ds.server.JDSClientServiceImpl
-
- getConnectInfo(JDSSessionHandle) - 类 中的方法com.ds.server.JDSServer
-
- getConnectionHandle() - 类 中的方法com.ds.config.CApplication
-
- getConnectionHandle() - 接口 中的方法com.ds.server.JDSClientService
-
获得UDP控制器
- getConnectionHandle() - 类 中的方法com.ds.server.JDSClientServiceImpl
-
- getConnectionProvider() - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- getConnectionTimeout() - 类 中的方法com.ds.cluster.DBConfig
-
- getConnectTimeCache() - 类 中的方法com.ds.server.JDSServer
-
- getConntctionService(String) - 类 中的静态方法com.ds.web.RemoteConnectionManager
-
- getConstructorAnnotation(Constructor, Class<T>) - 类 中的静态方法com.ds.web.util.AnnotationUtil
-
- getConstructorInfo() - 类 中的方法com.ds.web.ConstructorBean
-
- getConsumes() - 类 中的方法com.ds.web.RequestMappingBean
-
- getContentType() - 类 中的方法com.ds.template.JDSFreemarkerResult
-
- getContentType() - 类 中的方法com.ds.web.LocalMultipartFile
-
- getContext() - 接口 中的方法com.ds.context.JDSContext
-
- getContext() - 类 中的方法com.ds.context.LocalServerActionContextImpl
-
- getContext() - 类 中的方法com.ds.context.MinServerActionContextImpl
-
- getContext() - 类 中的方法com.ds.context.RunableActionContextImpl
-
- getContext() - 类 中的方法com.ds.context.UDPActionContextImpl
-
- getContext() - 类 中的方法com.ds.jds.core.esb.task.ExcuteObj
-
- getContext() - 类 中的静态方法com.ds.jds.core.esb.util.ActionContext
-
Returns the ActionContext specific to the current thread.
- getContext() - 类 中的方法com.ds.jds.core.esb.util.OgnlValueStack
-
- getContext() - 接口 中的方法com.ds.jds.core.esb.util.ValueStack
-
- getContext() - 接口 中的方法com.ds.server.JDSClientService
-
取得当前环境
- getContext() - 类 中的方法com.ds.server.JDSClientServiceImpl
-
- getContextClassLoader() - 类 中的静态方法com.ds.common.logging.LogFactory
-
Return the thread context class loader if available.
- getContextClassPath() - 类 中的静态方法com.ds.common.util.ClassUtility
-
- getContextMap() - 类 中的方法com.ds.context.LocalServerActionContextImpl
-
- getContextMap() - 类 中的方法com.ds.context.MinServerActionContextImpl
-
- getContextMap() - 类 中的方法com.ds.context.RunableActionContextImpl
-
- getContextMap() - 类 中的方法com.ds.context.UDPActionContextImpl
-
- getContextMap() - 类 中的方法com.ds.engine.event.JDSEvent
-
- getContextMap() - 类 中的方法com.ds.esb.event.ESBEvent
-
- getContextMap() - 类 中的方法com.ds.jds.core.esb.util.ActionContext
-
Gets the context map.
- getContextRoot(boolean) - 类 中的静态方法com.ds.esb.util.EsbFactory
-
get the context root
- getConversionErrorMessage(String, ValueStack) - 类 中的静态方法com.ds.jds.core.esb.util.JDSConverter
-
- getConversionErrors() - 类 中的方法com.ds.jds.core.esb.util.ActionContext
-
Gets the map of conversion errors which occurred when executing the action.
- getConverter(Class, String) - 类 中的方法com.ds.jds.core.esb.util.JDSConverter
-
- getCreateTime() - 接口 中的方法com.ds.vfs.FileCopy
-
- getCreateTime() - 接口 中的方法com.ds.vfs.FileInfo
-
- getCreateTime() - 接口 中的方法com.ds.vfs.FileLink
-
- getCreateTime() - 接口 中的方法com.ds.vfs.FileObject
-
- getCreateTime() - 接口 中的方法com.ds.vfs.FileVersion
-
- getCreateTime() - 接口 中的方法com.ds.vfs.Folder
-
- getCreatTime() - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- getCreatTime() - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- getCreatTime() - 接口 中的方法com.ds.esb.config.manager.ServiceBean
-
- getCtMethod(Method) - 类 中的静态方法com.ds.web.util.MethodUtil
-
- getCtParams(CtMethod) - 类 中的静态方法com.ds.web.util.MethodUtil
-
- getCtx() - 类 中的方法com.ds.config.ListResultModel
-
- getCtx() - 接口 中的方法com.ds.esb.config.StaticBean
-
- GetCTX - com.ds.esb.expression中的类
-
- GetCTX() - 类 的构造器com.ds.esb.expression.GetCTX
-
- getCurrApplication() - 类 中的方法com.ds.server.JDSServer
-
- getCurrDate() - 类 中的方法com.ds.service.CurrTime
-
- getCurrDateS() - 类 中的方法com.ds.service.CurrTime
-
- getCurrent() - 类 中的方法com.ds.web.util.Pager
-
- getCurrentDate() - 类 中的静态方法com.ds.common.util.DateUtility
-
获取当前日期 格式为YYYY-MM-DD
- getCurrentDateTime() - 类 中的静态方法com.ds.common.util.DateUtility
-
获取当前日期及时间 格式为YYYY-MM-DD HH:mm
- getCurrentDay() - 类 中的静态方法com.ds.common.util.DateUtility
-
获取当前日期中的日
- getCurrentMonth() - 类 中的静态方法com.ds.common.util.DateUtility
-
获取当前日期中的月
- getCurrentPropertyPath(Map) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlContextState
-
Gets the current property path but not completely.
- getCurrentQuarter() - 类 中的静态方法com.ds.common.util.DateUtility
-
获取当前季度
- getCurrentTime() - 类 中的静态方法com.ds.common.util.DateUtility
-
获取当前时间 格式为YYYY-MM-DD HH:MM:SS
- getCurrentVersion() - 接口 中的方法com.ds.vfs.FileInfo
-
- getCurrentVersonFileHash() - 接口 中的方法com.ds.vfs.FileInfo
-
- getCurrentVersonId() - 接口 中的方法com.ds.vfs.FileInfo
-
- getCurrentVersonInputStream() - 接口 中的方法com.ds.vfs.FileInfo
-
- getCurrentViewIds() - 接口 中的方法com.ds.vfs.FileInfo
-
- getCurrentViews() - 接口 中的方法com.ds.vfs.FileInfo
-
- getCurrentYear() - 类 中的静态方法com.ds.common.util.DateUtility
-
获取当前日期中的年
- getCurrJDSClient() - 类 中的方法com.ds.web.invocation.HttpClientInvocationHandler
-
- GetCurrPerson - com.ds.service.org中的类
-
- GetCurrPerson() - 类 的构造器com.ds.service.org.GetCurrPerson
-
- getCurrServerBean() - 类 中的方法com.ds.server.JDSServer
-
- getCurrTimeToS() - 类 中的方法com.ds.service.CurrTime
-
- getData() - 类 中的方法com.ds.config.ErrorListResultModel
-
- getData() - 类 中的方法com.ds.config.ErrorResultModel
-
- getData() - 类 中的方法com.ds.config.ListResultModel
-
- getData() - 接口 中的方法com.ds.config.Result
-
- getData() - 类 中的方法com.ds.config.ResultModel
-
- getData() - 类 中的方法com.ds.config.TreeListResultModel
-
- getData() - 类 中的方法com.ds.web.invocation.RemoteListResultModel
-
- getData() - 类 中的方法com.ds.web.invocation.RemoteResultModel
-
- getDataEngine() - 类 中的方法com.ds.config.AppConfig
-
- getDataEngine() - 类 中的方法com.ds.config.CApplication
-
- getDataObj() - 类 中的方法com.ds.web.invocation.RemoteListResultModel
-
- getDataObj() - 类 中的方法com.ds.web.invocation.RemoteResultModel
-
- getDataType() - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- getDataType() - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- getDataType() - 接口 中的方法com.ds.esb.config.manager.ServiceBean
-
- getDate(String, Date) - 类 中的方法com.ds.common.property.ResourceBundle
-
Retrieve a date from bundle.
- getDate(String) - 类 中的方法com.ds.common.property.ResourceBundle
-
Retrieve a date from bundle.
- getDate(int, String, String) - 类 中的静态方法com.ds.common.util.DateUtility
-
获取指定季度或月的起止日期
- getDate(int) - 类 中的静态方法com.ds.common.util.DateUtility
-
获取与当前日期相差若干天的日期
- getDate(String, int) - 类 中的静态方法com.ds.common.util.DateUtility
-
获取与指定日期相差若干天的日期
- getDate(String) - 类 中的静态方法com.ds.common.util.DateUtility
-
将日期由字符串转成日期型
- getDateAfterAMonth() - 类 中的静态方法com.ds.common.util.DateUtility
-
获取一个月后的一天
- getDateAfterMonth(String) - 类 中的静态方法com.ds.common.util.DateUtility
-
获取指定日期下个月的同一天
- getDateAfterMonth(String, int) - 类 中的静态方法com.ds.common.util.DateUtility
-
获取指定日期下个月的某一天
- getDateBeforeAMonth() - 类 中的静态方法com.ds.common.util.DateUtility
-
获取一个月前的一天
- getDateBeforeAMonth(String) - 类 中的静态方法com.ds.common.util.DateUtility
-
获取指定日期一个月前的一天
- getDateTime(String, Date) - 类 中的方法com.ds.common.property.ResourceBundle
-
Retrieve a time from bundle.
- getDateTime(String) - 类 中的方法com.ds.common.property.ResourceBundle
-
Retrieve a date + time from bundle.
- getDay(String) - 类 中的静态方法com.ds.common.util.DateUtility
-
由日期获得星期(String)
- getDay() - 类 中的方法com.ds.service.CurrTime
-
- getDayD(String) - 类 中的静态方法com.ds.common.util.DateUtility
-
将星期由字符串转成日期型
- getDbFieldName() - 类 中的方法com.ds.enums.db.DBFieldBean
-
- getDbType() - 类 中的方法com.ds.enums.db.DBFieldBean
-
- getDeadLine() - 类 中的方法com.ds.cluster.udp.ClusterCommand
-
- getDeadLine() - 类 中的方法com.ds.cluster.udp.ClusterEvent
-
- getDefauleRoot() - 类 中的静态方法com.ds.esb.util.EsbFactory
-
- getDefaultIndex() - 类 中的方法com.ds.enums.EnumsAttribute
-
- getDefaultPageList(List<T>) - 类 中的静态方法com.ds.web.util.PageUtil
-
- getDefaultPageList(Set<T>) - 类 中的静态方法com.ds.web.util.PageUtil
-
- getDefaultPageList(Set<K>, Class<T>) - 类 中的静态方法com.ds.web.util.PageUtil
-
- getDefaultPageList(ListResultModel<List<K>>, Class<T>) - 类 中的静态方法com.ds.web.util.PageUtil
-
- getDefaultPageList(List<K>, Class<T>) - 类 中的静态方法com.ds.web.util.PageUtil
-
- getDefaultParamsValueMap() - 类 中的方法com.ds.web.RequestMethodBean
-
- getDefaultServiceBean(Class) - 类 中的方法com.ds.esb.config.manager.EsbBeanFactory
-
- getDefaultValue(Class<? extends Annotation>, String) - 类 中的静态方法com.ds.web.util.AnnotationUtil
-
- getDefaultValues(Class<? extends Annotation>, String) - 类 中的静态方法com.ds.web.util.AnnotationUtil
-
- getDefPersonIds() - 类 中的方法com.ds.cluster.ServerNode
-
- getDeleteClause() - 类 中的方法com.ds.org.conf.Query.SqlClause
-
- getDesc() - 类 中的方法com.ds.cluster.ServerNode
-
- getDesc() - 类 中的方法com.ds.config.CApplication
-
- getDesc() - 类 中的方法com.ds.config.CFormula
-
- getDesc() - 类 中的方法com.ds.config.CParameter
-
- getDesc() - 枚举 中的方法com.ds.enums.security.Accesslevel
-
数据域访问方法
- getDesc() - 枚举 中的方法com.ds.enums.security.LogLevel
-
数据域访问方法
- getDesc() - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- getDesc() - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- getDesc() - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- getDesc() - 类 中的方法com.ds.web.APIConfig
-
- getDescrition() - 接口 中的方法com.ds.vfs.FileInfo
-
- getDescrition() - 接口 中的方法com.ds.vfs.Folder
-
- getDisablePersonList() - 接口 中的方法com.ds.app.Module
-
- getDisplay() - 类 中的方法com.ds.enums.db.MethodChinaBean
-
- getDisplayname() - 类 中的方法com.ds.config.BPDPlugin
-
- getDisplayname() - 类 中的方法com.ds.config.CBPDBrowserElement
-
- getDisplayName() - 接口 中的方法com.ds.enums.attribute.AttributeName
-
- getDisplayName() - 类 中的方法com.ds.enums.EnumsAttribute
-
- getDomainId() - 类 中的方法com.ds.web.annotation.AggregationBean
-
- getDomainId() - 类 中的方法com.ds.web.annotation.ViewBean
-
- getDomainId() - 类 中的方法com.ds.web.APIConfig
-
- getDomainId() - 类 中的方法com.ds.web.RequestParamBean
-
- getDouble(String, double) - 类 中的方法com.ds.common.property.ResourceBundle
-
Retrieve a double from bundle.
- getDouble(String) - 类 中的方法com.ds.common.property.ResourceBundle
-
Retrieve a double from bundle.
- getDriver() - 类 中的方法com.ds.cluster.DBConfig
-
- getDriver() - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- getDs() - 类 中的方法com.ds.cluster.udp.HeartThread
-
- getDynamicClassLoader(String, TmpJavaFileObject, Boolean) - 类 中的静态方法com.ds.common.util.ClassUtility
-
- getDynClassMap() - 类 中的静态方法com.ds.common.util.ClassUtility
-
- getElementByName(String) - 类 中的方法com.ds.config.BPDProjectConfig
-
- getElementClass(Class, String, Object) - 类 中的方法com.ds.jds.core.esb.util.DefaultObjectTypeDeterminer
-
Determines the element class by looking for the value of @Element annotation for the given
class.
- getElementClass(Class, String, Object) - 接口 中的方法com.ds.jds.core.esb.util.ObjectTypeDeterminer
-
- getEmail() - 类 中的方法com.ds.jds.core.User
-
- getEmail() - 接口 中的方法com.ds.org.Person
-
取得人员的Email地址
- getEnabled() - 接口 中的方法com.ds.app.Module
-
该模块是否可用
- getEncoding() - 类 中的方法com.ds.cluster.DBConfig
-
- getEnd() - 类 中的方法com.ds.web.util.Pager
-
- getEndColumn() - 类 中的方法com.ds.common.expression.JavaCharStream
-
- getEndLine() - 类 中的方法com.ds.common.expression.JavaCharStream
-
- getEndTime() - 类 中的方法com.ds.esb.util.Debug
-
- getEndTime() - 类 中的方法com.ds.web.RuntimeLog
-
- getEngineType() - 枚举 中的方法com.ds.enums.attribute.Attributetype
-
- getEnName() - 接口 中的方法com.ds.app.Module
-
- getEnname() - 类 中的方法com.ds.server.ct.CtSubSystem
-
- getEnname() - 接口 中的方法com.ds.server.SubSystem
-
获取子系统英文名称
- getEntityClass() - 类 中的方法com.ds.web.annotation.AggregationBean
-
- getEntityClass() - 类 中的方法com.ds.web.annotation.RepositoryBean
-
- getEntityClass() - 类 中的方法com.ds.web.annotation.ViewBean
-
- getEnums(Class<T>, String) - 类 中的静态方法com.ds.enums.EnumsUtil
-
- getEnums(Class<T>) - 类 中的静态方法com.ds.enums.EnumsUtil
-
- getErrcode() - 类 中的方法com.ds.config.ErrorListResultModel
-
- getErrcode() - 类 中的方法com.ds.config.ErrorResultModel
-
- getErrdes() - 类 中的方法com.ds.config.ErrorListResultModel
-
- getErrdes() - 类 中的方法com.ds.config.ErrorResultModel
-
- getErrorCode() - 异常错误 中的方法com.ds.common.JDSException
-
Retrieves the BPM exception code for this BPMException
object.
- getErrorCode() - 异常错误 中的方法com.ds.vfs.VFSException
-
Retrieves the VFS exception code for this VFSException
object.
- getErrorInfo() - 接口 中的方法com.ds.common.expression.ExpressionParser
-
取得错误信息
- getErrorInfo() - 类 中的方法com.ds.common.expression.JEP
-
Reports information on the errors that occured during the most recent
action.
- getErrorInfo() - 异常错误 中的方法com.ds.common.expression.ParseException
-
getErrorInfo() was added to the parser generated code to provide clean
output instead of the standard format of Exception.toString().
- getEsbBean() - 类 中的方法com.ds.esb.config.annotation.AbstractAnnotationtExpressionTempManager
-
- getEsbBeanById(String) - 类 中的方法com.ds.esb.config.manager.EsbBeanFactory
-
- getEsbBeanConfig() - 类 中的方法com.ds.esb.config.manager.EsbBeanFactory
-
- getEsbBeanList(String, SubSystem) - 类 中的静态方法com.ds.cluster.ServerBeanManager
-
- getEsbBeanList() - 类 中的方法com.ds.esb.config.manager.EsbBeanFactory
-
- getEsbBeanMap() - 类 中的方法com.ds.cluster.ServerNodeList
-
- getEsbBeanMap() - 类 中的方法com.ds.esb.config.manager.EsbBeanConfig
-
- getEsbBeans() - 类 中的方法com.ds.esb.service.EsbWebService
-
- getEsbContext() - 类 中的静态方法com.ds.esb.util.EsbFactory
-
- getEsbkeylist() - 类 中的方法com.ds.config.BPDProjectConfig
-
- getESBMethod(Class) - 类 中的静态方法com.ds.esb.util.EsbFactory
-
- getESBMethod(String) - 类 中的静态方法com.ds.esb.util.EsbFactory
-
- getEsbtype() - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- getEsdServerPort() - 类 中的方法com.ds.config.UserBean
-
- getEuClassName() - 类 中的方法com.ds.config.TreeListResultModel
-
- getEvent() - 接口 中的方法com.ds.msg.LogMsg
-
- getEvent() - 接口 中的方法com.ds.msg.SensorMsg
-
- getEvent() - 接口 中的方法com.ds.msg.SmsMsg
-
- getEventClass() - 枚举 中的方法com.ds.cluster.event.ClusterEventTypeEnums
-
- getEventClass() - 接口 中的方法com.ds.enums.EventTypeEnums
-
- getEventContext(String) - 类 中的方法com.ds.engine.event.JDSEvent
-
取得事件的上下文参数
- getEventContext(String) - 类 中的方法com.ds.esb.event.ESBEvent
-
取得事件的上下文参数
- getEventId() - 类 中的方法com.ds.cluster.udp.ClusterCommand
-
- getEventId() - 类 中的方法com.ds.cluster.udp.ClusterEvent
-
- getEventName() - 枚举 中的方法com.ds.cluster.event.ClusterEventTypeEnums
-
- getEventName() - 类 中的方法com.ds.cluster.udp.ClusterEvent
-
- getEventName() - 接口 中的方法com.ds.enums.EventTypeEnums
-
- getEventService() - 类 中的方法com.ds.cluster.event.RegistEventBean
-
- getEventTime() - 接口 中的方法com.ds.msg.Msg
-
- getException() - 异常错误 中的方法com.ds.common.JDSException
-
Returns the nested exception, if any.
- getException() - 异常错误 中的方法com.ds.esb.config.JDSBusException
-
Returns the nested exception, if any.
- getException() - 异常错误 中的方法com.ds.vfs.VFSException
-
Returns the nested exception, if any.
- getExetime() - 类 中的方法com.ds.web.RuntimeLog
-
- getExpression() - 枚举 中的方法com.ds.bpm.client.RouteToType
-
- getExpression() - 类 中的方法com.ds.cluster.udp.ClusterCommand
-
- getExpression() - 类 中的方法com.ds.cluster.udp.ClusterEvent
-
- getExpression() - 接口 中的方法com.ds.common.expression.ExpressionParser
-
取得Parser中当前的表达式
- getExpression() - 类 中的方法com.ds.common.expression.JEP
-
- getExpression() - 类 中的方法com.ds.config.BPDProjectConfig
-
- getExpression() - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- getExpression() - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- getExpression() - 接口 中的方法com.ds.esb.config.manager.ServiceBean
-
- getExpression() - 类 中的方法com.ds.jds.core.esb.task.ExcuteObj
-
- getExpressionArr() - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- getExpressionArr() - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- getExpressionEventType() - 接口 中的方法com.ds.engine.event.Listener
-
- getExpressionListenerType() - 接口 中的方法com.ds.engine.event.Listener
-
- getExpressionParser() - 类 中的静态方法com.ds.common.expression.ExpressionParserManager
-
- getExpressionParser(Map) - 类 中的静态方法com.ds.esb.config.manager.JDSExpressionParserManager
-
- getExpressionStr() - 接口 中的方法com.ds.engine.event.Listener
-
- getExpressionTemManager() - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- getExpressionTypeMap() - 类 中的静态方法com.ds.esb.config.manager.JDSExpressionParserManager
-
- getExprOverrides() - 类 中的方法com.ds.jds.core.esb.util.OgnlValueStack
-
- getExprOverrides() - 接口 中的方法com.ds.jds.core.esb.util.ValueStack
-
- getExtendedAttributes() - 类 中的方法com.ds.config.BPDPlugin
-
- getExtendedAttributes() - 类 中的方法com.ds.config.CBPDBrowserElement
-
- getExtension(String) - 类 中的静态方法com.ds.common.util.FileUtility
-
Get extension from filename.
- getFactory(String) - 类 中的静态方法com.ds.common.logging.LogFactory
-
Construct (if necessary) and return a LogFactory instance.
- getFactory() - 类 中的静态方法com.ds.jds.core.esb.util.ValueStackFactory
-
- getFieldName(Method) - 类 中的静态方法com.ds.web.util.MethodUtil
-
- getFileAdapter() - 类 中的方法com.ds.org.conf.OrgConfig
-
- getFileAdapter(String) - 类 中的方法com.ds.org.conf.OrgConfig
-
- getFileAdapterMap() - 类 中的方法com.ds.org.conf.OrgConfig
-
- getFileEngine() - 类 中的方法com.ds.config.AppConfig
-
- getFileEngine() - 类 中的方法com.ds.config.CApplication
-
- getFileId() - 接口 中的方法com.ds.vfs.FileCopy
-
- getFileId() - 接口 中的方法com.ds.vfs.FileLink
-
- getFileId() - 接口 中的方法com.ds.vfs.FileVersion
-
- getFileIdList() - 接口 中的方法com.ds.vfs.Folder
-
- getFileIndex() - 接口 中的方法com.ds.vfs.FileView
-
- getFileList() - 接口 中的方法com.ds.vfs.Folder
-
- getFileListRecursively() - 接口 中的方法com.ds.vfs.Folder
-
- getFileName() - 类 中的方法com.ds.cluster.ServerServiceConfig
-
- getFileName() - 接口 中的方法com.ds.vfs.FileVersion
-
- getFileObject() - 接口 中的方法com.ds.vfs.FileVersion
-
- getFileObject() - 接口 中的方法com.ds.vfs.FileView
-
- getFileObjectId() - 接口 中的方法com.ds.vfs.FileVersion
-
- getFileObjectId() - 接口 中的方法com.ds.vfs.FileView
-
- getFileObjectMap() - 类 中的静态方法com.ds.common.util.ClassUtility
-
- getFileObjectMap() - 类 中的方法com.ds.common.util.java.TmpJavaFileManager
-
- getFilePort() - 类 中的方法com.ds.config.UserBean
-
- getFileType(String) - 类 中的静态方法com.ds.common.util.FileUtility
-
根据文件后缀名得到文件类型
- getFileType() - 接口 中的方法com.ds.vfs.FileInfo
-
- getFileType() - 接口 中的方法com.ds.vfs.FileView
-
- getFilter() - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- getFilter() - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- getFirst() - 类 中的方法com.ds.common.cache.LinkedList
-
Returns the first linked list node in the list.
- getFirstChild(Node, String) - 类 中的静态方法com.ds.common.util.XMLUtility
-
取得一个父节点下指定名称的子节点
- getFirstChild(Node, short) - 类 中的静态方法com.ds.common.util.XMLUtility
-
取得一个父节点下指定类型的第一个子节点
- getFirstDateOfLastMonth() - 类 中的静态方法com.ds.common.util.DateUtility
-
由日期来构成一个java.sql.Timestamp
获取上个月的第一天
- getFirstDateOfMonth() - 类 中的静态方法com.ds.common.util.DateUtility
-
获取当前月的第一天
- getFirstSpell(String) - 类 中的静态方法com.ds.common.util.CnToSpell
-
- getFk() - 类 中的方法com.ds.web.annotation.RefBean
-
- getFlags() - 类 中的方法com.ds.jds.core.esb.mvel.JDSClassVariableResolver
-
- getFlags() - 类 中的方法com.ds.jds.core.esb.mvel.JDSMapVariableResolver
-
- getFloat(String, float) - 类 中的方法com.ds.common.property.ResourceBundle
-
Retrieve a float from bundle.
- getFloat(String) - 类 中的方法com.ds.common.property.ResourceBundle
-
Retrieve a float from bundle.
- getFlowType() - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- getFlowType() - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- getFlowType() - 接口 中的方法com.ds.esb.config.manager.ServiceBean
-
- getFolder() - 接口 中的方法com.ds.vfs.FileInfo
-
- getFolderId() - 接口 中的方法com.ds.vfs.FileCopy
-
- getFolderId() - 接口 中的方法com.ds.vfs.FileInfo
-
- getFolderSize() - 接口 中的方法com.ds.vfs.Folder
-
- getFolderType() - 接口 中的方法com.ds.vfs.Folder
-
- getFormClassManager() - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- getFormulaTypeMap() - 类 中的方法com.ds.config.BPDPlugin
-
- getFristParam() - 类 中的方法com.ds.web.ConstructorBean
-
- getFristUrl() - 类 中的方法com.ds.web.RequestMappingBean
-
- getFristValue() - 类 中的方法com.ds.web.RequestMappingBean
-
- getFrom() - 接口 中的方法com.ds.msg.Msg
-
- getFtlpath() - 类 中的方法com.ds.esb.config.manager.ExpressionTempFtlBean
-
- getFullPropertyPath(Map) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlContextState
-
- getFullSpell(String) - 类 中的静态方法com.ds.common.util.CnToSpell
-
get full spell of chinese
- getFun2Map() - 类 中的静态方法com.ds.esb.config.manager.JDSExpressionParserManager
-
- getFunction() - 类 中的方法com.ds.esb.event.EIFunctionEvent
-
取得触发此流程事件的一个或多个活动实例
- getFunctionTable() - 接口 中的方法com.ds.common.expression.ExpressionParser
-
- getFunctionTable() - 类 中的方法com.ds.common.expression.JEP
-
Returns the function table (the list of all functions that the parser
recognizes).
- getFuns() - 类 中的方法com.ds.config.DSMResultModel
-
- getFuture(String, File) - 类 中的方法com.ds.jds.core.esb.util.DownLoadPageTask
-
- getGatewayId() - 接口 中的方法com.ds.msg.LogMsg
-
- getGatewayId() - 接口 中的方法com.ds.msg.SensorMsg
-
- getGetMethodName(String) - 类 中的静态方法com.ds.common.util.StringUtility
-
- getGroupType() - 枚举 中的方法com.ds.web.annotation.ViewType
-
- getGroupView(ViewGroupType) - 枚举 中的静态方法com.ds.web.annotation.ViewType
-
- getGwEngine() - 类 中的方法com.ds.config.CApplication
-
- getGwService() - 类 中的方法com.ds.config.CApplication
-
- getHandle() - 类 中的方法com.ds.context.JDSActionContext
-
- getHandle() - 接口 中的方法com.ds.context.JDSContext
-
- getHandle() - 类 中的方法com.ds.context.MinServerActionContextImpl
-
- getHandle() - 类 中的方法com.ds.context.RunableActionContextImpl
-
- getHandle() - 类 中的方法com.ds.context.UDPActionContextImpl
-
- getHandler() - 类 中的方法com.ds.config.MenuCfg
-
- getHash() - 类 中的方法com.ds.common.md5.MD5
-
Gets this hash sum as an array of 16 bytes.
- getHash(byte[]) - 类 中的静态方法com.ds.common.md5.MD5
-
Gets the MD5 hash of the given byte array.
- getHash(InputStream) - 类 中的静态方法com.ds.common.md5.MD5
-
Gets the MD5 hash the data on the given InputStream.
- getHash(File) - 类 中的静态方法com.ds.common.md5.MD5
-
Gets the MD5 hash of the given file.
- getHash(String) - 类 中的静态方法com.ds.common.md5.MD5
-
Gets the MD5 hash of the given String.
- getHash(String, String) - 类 中的静态方法com.ds.common.md5.MD5
-
Gets the MD5 hash of the given String.
- getHash() - 类 中的方法com.ds.common.md5.MD5InputStream
-
Returns array of bytes representing hash of the stream so far.
- getHash() - 类 中的方法com.ds.common.md5.MD5OutputStream
-
Returns array of bytes representing hash of the stream so far.
- getHash() - 接口 中的方法com.ds.vfs.FileObject
-
- getHashString() - 类 中的方法com.ds.common.md5.MD5
-
Returns 32-character hex representation of this hash.
- getHashString(byte[]) - 类 中的静态方法com.ds.common.md5.MD5
-
Gets the MD5 hash of the given byte array.
- getHashString(InputStream) - 类 中的静态方法com.ds.common.md5.MD5
-
Gets the MD5 hash the data on the given InputStream.
- getHashString(File) - 类 中的静态方法com.ds.common.md5.MD5
-
Gets the MD5 hash of the given file.
- getHashString(String) - 类 中的静态方法com.ds.common.md5.MD5
-
Gets the MD5 hash of the given String.
- getHashString(String, String) - 类 中的静态方法com.ds.common.md5.MD5
-
Gets the MD5 hash of the given String.
- getHashString() - 类 中的方法com.ds.common.md5.MD5InputStream
-
Get a 32-character hex representation representing hash of the stream so far.
- getHashString() - 类 中的方法com.ds.common.md5.MD5OutputStream
-
Get a 32-character hex representation representing hash of the stream so far.
- getHeaders() - 类 中的方法com.ds.web.RequestMappingBean
-
- getHeight() - 类 中的方法com.ds.config.BPDPlugin
-
- getHit() - 接口 中的方法com.ds.vfs.Folder
-
- getHost() - 接口 中的方法com.ds.context.JDSContext
-
- getHost() - 类 中的方法com.ds.context.LocalServerActionContextImpl
-
- getHost() - 类 中的方法com.ds.context.MinServerActionContextImpl
-
- getHost() - 类 中的方法com.ds.context.RunableActionContextImpl
-
- getHost() - 类 中的方法com.ds.context.UDPActionContextImpl
-
- getHttpRequest() - 接口 中的方法com.ds.context.JDSContext
-
- getHttpRequest() - 类 中的方法com.ds.context.LocalServerActionContextImpl
-
- getHttpRequest() - 类 中的方法com.ds.context.MinServerActionContextImpl
-
- getHttpRequest() - 类 中的方法com.ds.context.RunableActionContextImpl
-
- getHttpRequest() - 类 中的方法com.ds.context.UDPActionContextImpl
-
- GetHttpRequest - com.ds.service中的类
-
- GetHttpRequest() - 类 的构造器com.ds.service.GetHttpRequest
-
- getHttpResponse() - 接口 中的方法com.ds.context.JDSCometContext
-
- getIcon() - 接口 中的方法com.ds.app.App
-
取得该应用图标
- getIcon() - 接口 中的方法com.ds.app.Module
-
取得模块图标
- getIcon() - 类 中的方法com.ds.config.MenuCfg
-
- getIcon() - 类 中的方法com.ds.server.ct.CtSubSystem
-
- getIcon() - 接口 中的方法com.ds.server.SubSystem
-
获取显示图标
- getIconCls() - 类 中的方法com.ds.config.MenuCfg
-
- getIconImag(String) - 类 中的静态方法com.ds.config.JDSUtil
-
- getID() - 接口 中的方法com.ds.app.App
-
取得该应用的标识
- getID() - 接口 中的方法com.ds.app.Module
-
取得模块标识
- getID() - 类 中的方法com.ds.cluster.event.ServerEvent
-
- getID() - 类 中的方法com.ds.cluster.event.ServiceEvent
-
- getId() - 类 中的方法com.ds.cluster.ServerNode
-
- getId() - 类 中的方法com.ds.common.expression.SimpleNode
-
Returns the id of the node (for simpler identification).
- getId() - 类 中的方法com.ds.config.MenuCfg
-
- getID() - 类 中的方法com.ds.engine.event.EIServerEvent
-
- getID() - 类 中的方法com.ds.engine.event.JDSEvent
-
取得当前事件的ID
- getId() - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- getId() - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- getId() - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- getId() - 类 中的方法com.ds.esb.config.manager.ExpressionTempFtlBean
-
- getId() - 接口 中的方法com.ds.esb.config.manager.ServiceBean
-
- getID() - 类 中的方法com.ds.esb.event.ESBEvent
-
取得当前事件的ID
- getId() - 类 中的方法com.ds.jds.core.User
-
- getId() - 接口 中的方法com.ds.msg.Msg
-
- getID() - 接口 中的方法com.ds.msg.PersonPrivateGroup
-
取得人员个人组的标识
- getID() - 接口 中的方法com.ds.org.Person
-
取得人员的标识
- getId() - 类 中的方法com.ds.server.ServerStatus
-
- getID() - 接口 中的方法com.ds.vfs.FileCopy
-
- getID() - 接口 中的方法com.ds.vfs.FileInfo
-
- getID() - 接口 中的方法com.ds.vfs.FileLink
-
- getID() - 接口 中的方法com.ds.vfs.FileObject
-
- getID() - 接口 中的方法com.ds.vfs.FileView
-
- getID() - 接口 中的方法com.ds.vfs.Folder
-
- getIdMap() - 类 中的方法com.ds.esb.config.manager.EsbBeanFactory
-
- getIds() - 类 中的方法com.ds.config.TreeListResultModel
-
- GetImage() - 类 中的方法com.ds.common.expression.JavaCharStream
-
- getImageClass() - 枚举 中的方法com.ds.bpm.client.RouteToType
-
- getImageClass() - 枚举 中的方法com.ds.config.ActivityDefImpl
-
- getImageClass() - 枚举 中的方法com.ds.config.ListenerType
-
- getImageClass() - 枚举 中的方法com.ds.config.PluginType
-
- getImageClass() - 枚举 中的方法com.ds.enums.attribute.Attributetype
-
- getImageClass() - 类 中的方法com.ds.enums.db.MethodChinaBean
-
- getImageClass() - 接口 中的方法com.ds.enums.IconEnumstype
-
- getImageClass() - 枚举 中的方法com.ds.enums.ServiceStatus
-
- getImageClass() - 枚举 中的方法com.ds.esb.config.formula.EngineType
-
- getImageClass() - 枚举 中的方法com.ds.esb.config.formula.FormulaParams
-
- getImageClass() - 枚举 中的方法com.ds.esb.config.formula.FormulaType
-
- getImageClass() - 枚举 中的方法com.ds.org.OrgRoleType
-
- getImageClass() - 枚举 中的方法com.ds.org.PersonRoleType
-
- getImageClass() - 枚举 中的方法com.ds.org.RoleOtherType
-
- getImageClass() - 枚举 中的方法com.ds.org.RoleType
-
- getImageClass() - 枚举 中的方法com.ds.web.annotation.AggregationType
-
- getImageClass() - 枚举 中的方法com.ds.web.annotation.RefType
-
- getImageClass() - 类 中的方法com.ds.web.annotation.RepositoryBean
-
- getImageClass() - 类 中的方法com.ds.web.annotation.ViewBean
-
- getImageClass() - 枚举 中的方法com.ds.web.annotation.ViewGroupType
-
- getImageClass() - 枚举 中的方法com.ds.web.annotation.ViewType
-
- getImageClass() - 类 中的方法com.ds.web.APIConfig
-
- getImei() - 类 中的方法com.ds.jds.core.User
-
- getImplementation() - 类 中的方法com.ds.config.BPDPlugin
-
- getImplementation() - 类 中的方法com.ds.config.CAJDSService
-
- getImplementation() - 类 中的方法com.ds.config.CListener
-
- getImplementation() - 类 中的方法com.ds.config.CPDTElement
-
- getImportedClasses() - 类 中的方法com.ds.jds.core.esb.mvel.JDSClassVariableResolverFactory
-
- getIndex() - 接口 中的方法com.ds.app.App
-
取得该应用的标识
- getIndex() - 接口 中的方法com.ds.app.Module
-
- getIndex() - 类 中的方法com.ds.common.query.Condition
-
- getIndex() - 类 中的方法com.ds.config.UserBean
-
- getIndex() - 接口 中的方法com.ds.org.Org
-
- getIndex() - 接口 中的方法com.ds.org.Person
-
取得人员的序列
- getIndex() - 接口 中的方法com.ds.vfs.FileVersion
-
- getIndex() - 接口 中的方法com.ds.vfs.Folder
-
- getInnerClass(String, Class) - 类 中的静态方法com.ds.esb.config.annotation.AbstractAnnotationtExpressionTempManager
-
- getInnerClass() - 类 中的方法com.ds.web.RequestMethodBean
-
- getInnerRequestClass(RequestMethodBean) - 类 中的静态方法com.ds.web.util.JSONGenUtil
-
- getInnerReturnType(Field) - 类 中的静态方法com.ds.web.util.JSONGenUtil
-
- getInnerReturnType(RequestMethodBean) - 类 中的静态方法com.ds.web.util.JSONGenUtil
-
- getInnerReturnType(Method) - 类 中的静态方法com.ds.web.util.JSONGenUtil
-
- getInnerReturnType(Class) - 类 中的静态方法com.ds.web.util.JSONGenUtil
-
- getInnerType(Type, Set<Class>) - 类 中的静态方法com.ds.web.util.JSONGenUtil
-
- getInnerType(Type) - 类 中的静态方法com.ds.web.util.JSONGenUtil
-
- getInputStream(String) - 类 中的方法com.ds.vfs.adapter.AbstractFileAdapter
-
- getInputStream(String) - 接口 中的方法com.ds.vfs.adapter.FileAdapter
-
- getInputStream() - 接口 中的方法com.ds.vfs.FileVersion
-
- getInputStream() - 类 中的方法com.ds.web.LocalMultipartFile
-
- getInsertClause() - 类 中的方法com.ds.org.conf.Query.SqlClause
-
- getInstance() - 类 中的静态方法com.ds.cluster.event.ClusterEventControl
-
- getInstance() - 类 中的静态方法com.ds.cluster.service.ServerEventFactory
-
- getInstance() - 类 中的静态方法com.ds.common.cache.CacheManagerFactory
-
- getInstance(String) - 类 中的静态方法com.ds.common.cache.redis.RedisPoolUtil
-
- getInstance(Class) - 类 中的方法com.ds.common.logging.impl.LogFactoryImpl
-
Convenience method to derive a name from the specified class and
call getInstance(String) with it.
- getInstance(String) - 类 中的方法com.ds.common.logging.impl.LogFactoryImpl
-
Construct (if necessary) and return a Log instance,
using the factory's current set of configuration attributes.
- getInstance(Class) - 类 中的方法com.ds.common.logging.LogFactory
-
Convenience method to derive a name from the specified class and
call getInstance(String) with it.
- getInstance(String) - 类 中的方法com.ds.common.logging.LogFactory
-
Construct (if necessary) and return a Log instance,
using the factory's current set of configuration attributes.
- getInstance() - 类 中的静态方法com.ds.config.UserBean
-
- getInstance() - 类 中的静态方法com.ds.engine.event.EventControl
-
- getInstance() - 类 中的静态方法com.ds.esb.config.manager.EsbBeanFactory
-
Important Entrance
- getInstance() - 类 中的静态方法com.ds.hsql.HsqlDbCacheManager
-
- getInstance() - 类 中的静态方法com.ds.jds.core.esb.util.DownLoadPageTask
-
- getInstance() - 类 中的静态方法com.ds.jds.core.esb.util.JDSConverter
-
- getInstance() - 类 中的静态方法com.ds.jds.core.esb.util.ObjectTypeDeterminerFactory
-
Gets the instance of ObjectTypeDeterminer to be used.
- getInstance() - 类 中的静态方法com.ds.org.conf.OrgConfig
-
- getInstance(ConfigCode) - 类 中的静态方法com.ds.org.conf.OrgConfig
-
- getInstance() - 类 中的静态方法com.ds.server.JDSLocalServer
-
取得JDSServer服务器的单例实现
- getInstance() - 类 中的静态方法com.ds.server.JDSServer
-
取得JDSServer服务器的单例实现
- getInstance() - 类 中的静态方法com.ds.server.OrgManagerFactory
-
取得组织机构工厂类的实例
- getInstance() - 类 中的静态方法com.ds.web.APIConfigFactory
-
- getInstance() - 类 中的静态方法com.ds.web.ConnectionLogFactory
-
- getInteger(String, int) - 类 中的方法com.ds.common.property.ResourceBundle
-
Retrieve a integer from bundle.
- getInteger(String) - 类 中的方法com.ds.common.property.ResourceBundle
-
Retrieve a integer from bundle.
- getIp() - 类 中的方法com.ds.engine.JDSSessionHandle
-
- getIpAddr() - 接口 中的方法com.ds.context.JDSContext
-
- getIpAddr() - 类 中的方法com.ds.context.LocalServerActionContextImpl
-
- getIpAddr() - 类 中的方法com.ds.context.MinServerActionContextImpl
-
- getIpAddr() - 类 中的方法com.ds.context.RunableActionContextImpl
-
- getIpAddr() - 类 中的方法com.ds.context.UDPActionContextImpl
-
- getIsMethodName(String) - 类 中的静态方法com.ds.common.util.StringUtility
-
- getJarContentToFile(String, String, File) - 类 中的静态方法com.ds.common.util.ZipUtil
-
取jar中的指定内容,生成指定的文件
- getJavabeanclasspath() - 类 中的方法com.ds.esb.config.manager.EsbBeanConfig
-
- getJavabeansrcpath() - 类 中的方法com.ds.esb.config.manager.EsbBeanConfig
-
- getJavaFileForInput(JavaFileManager.Location, String, JavaFileObject.Kind) - 类 中的方法com.ds.common.util.java.TmpJavaFileManager
-
- getJavaFileForOutput(JavaFileManager.Location, String, JavaFileObject.Kind, FileObject) - 类 中的方法com.ds.common.util.java.TmpJavaFileManager
-
- GetJDSClient - com.ds.client中的类
-
- GetJDSClient() - 类 的构造器com.ds.client.GetJDSClient
-
- getJDSClientBySessionId(String, ConfigCode) - 类 中的方法com.ds.client.JDSSessionFactory
-
创建一个SessionHandle
- getJDSClientService(JDSSessionHandle, ConfigCode) - 类 中的方法com.ds.server.JDSServer
-
用于根据连接的Session信息以及应用的标识取得JDSClientService实例的方法。
- getJDSHomeAbsolutePath(String) - 类 中的静态方法com.ds.config.JDSConfig
-
- getJdsPath() - 类 中的静态方法com.ds.config.JDSUtil
-
- getJdsPath(Class) - 类 中的静态方法com.ds.config.JDSUtil
-
- getJdsRealPath() - 类 中的静态方法com.ds.config.JDSUtil
-
- getJdsRealPath(Class) - 类 中的静态方法com.ds.config.JDSUtil
-
- getJdsService() - 类 中的方法com.ds.config.CApplication
-
- getJDSSessionHandlist(ConnectInfo) - 类 中的方法com.ds.server.JDSServer
-
- getJosnObj() - 类 中的方法com.ds.web.JSONGenSetInvocationHandler
-
- getJsonData() - 类 中的方法com.ds.web.RequestParamBean
-
- getJspsrcpath() - 类 中的方法com.ds.esb.config.manager.EsbBeanConfig
-
- getJspUrl() - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- getJspUrl() - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- getKey() - 类 中的方法com.ds.common.query.Order
-
- getKeyClass(Class, String) - 类 中的方法com.ds.jds.core.esb.util.DefaultObjectTypeDeterminer
-
Determines the key class by looking for the value of @Key annotation for the given class.
- getKeyClass(Class, String) - 接口 中的方法com.ds.jds.core.esb.util.ObjectTypeDeterminer
-
- getKeyProperty(Class, String) - 类 中的方法com.ds.jds.core.esb.util.DefaultObjectTypeDeterminer
-
Determines the key property for a Collection by getting it from the @KeyProperty annotation.
- getKeyProperty(Class, String) - 接口 中的方法com.ds.jds.core.esb.util.ObjectTypeDeterminer
-
- getKeys() - 类 中的方法com.ds.common.cache.redis.RedisCache
-
- getKeys() - 类 中的方法com.ds.common.property.PropertyResourceBundle
-
Implementation of ResourceBundle.getKeys.
- getKeys() - 类 中的方法com.ds.common.property.ResourceBundle
-
Returns an enumeration of the keys.
- getKnownVariables() - 类 中的方法com.ds.jds.core.esb.mvel.JDSEsbVariableResolverFactory
-
- getLast() - 类 中的方法com.ds.common.cache.LinkedList
-
Returns the last linked list node in the list.
- getLastBeanClassAccessed(Map) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlContextState
-
- getLastBeanPropertyAccessed(Map) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlContextState
-
- getLastClassAccessed() - 类 中的方法com.ds.jds.core.esb.util.ObjectProxy
-
- getLastDate(String) - 类 中的静态方法com.ds.common.util.DateUtility
-
获取指定日期所在月的最后一天
- getLastDateOfLastMonth() - 类 中的静态方法com.ds.common.util.DateUtility
-
获取上个月的最后一天
- getLastPropertyAccessed() - 类 中的方法com.ds.jds.core.esb.util.ObjectProxy
-
- getLeader() - 接口 中的方法com.ds.org.Org
-
取得该机构领导人的对象
- getLeaderId() - 接口 中的方法com.ds.org.Org
-
取得该机构领导人的对象ID
- getLength() - 类 中的方法com.ds.enums.db.DBFieldBean
-
- getLength(String) - 接口 中的方法com.ds.vfs.adapter.FileAdapter
-
- getLength() - 接口 中的方法com.ds.vfs.FileObject
-
- getLength() - 接口 中的方法com.ds.vfs.FileVersion
-
- getLength() - 类 中的方法com.ds.web.util.Pager
-
- getLevel() - 类 中的方法com.ds.common.logging.impl.SimpleLog
-
Get logging level.
- getLine() - 类 中的方法com.ds.common.expression.JavaCharStream
-
已过时。
- getLine() - 异常错误 中的方法com.ds.common.expression.ParseException
-
Returns the line number of the token in which the error occured
- getLinkIds() - 接口 中的方法com.ds.vfs.FileInfo
-
- getLinks() - 接口 中的方法com.ds.vfs.FileInfo
-
- getListener() - 类 中的方法com.ds.engine.event.JDSEvent
-
- getListener() - 类 中的方法com.ds.esb.event.ESBEvent
-
- getListenerBeanMap() - 类 中的静态方法com.ds.engine.event.ListenerTempAnnotationProxy
-
- getListenerBeanMap() - 类 中的静态方法com.ds.web.client.ListenerTempAnnotationProxy
-
- getListenerByType(Class<T>) - 接口 中的方法com.ds.esb.event.ListenerLoad
-
- getListenerEvent() - 接口 中的方法com.ds.engine.event.Listener
-
Getter method for listenerregistevent
- getListenerId() - 类 中的方法com.ds.config.CListener
-
- getListenerId() - 接口 中的方法com.ds.engine.event.Listener
-
Getter method for listenerId
- getListenerName() - 接口 中的方法com.ds.engine.event.Listener
-
Getter method for listenername
- getListeners() - 类 中的方法com.ds.esb.service.EsbWebService
-
- getListenerTempBeanByType(Class<? extends EventListener>) - 类 中的静态方法com.ds.cluster.event.ClusterEventControl
-
- getListenerType() - 类 中的方法com.ds.config.CListener
-
- getListReturnType(Method) - 类 中的静态方法com.ds.web.util.JSONGenUtil
-
- getLocalBeanList() - 类 中的方法com.ds.esb.config.manager.EsbBeanFactory
-
- getLocale() - 类 中的方法com.ds.common.property.ResourceBundle
-
Returns the locale of this resource bundle.
- getLocale() - 类 中的方法com.ds.jds.core.esb.util.ActionContext
-
Gets the Locale of the current action.
- getLocalIp() - 类 中的方法com.ds.cluster.ClusterManagerImpl
-
- getLocalIp() - 类 中的方法com.ds.web.client.WebClusterManagerImpl
-
- getLocalProxyUrl() - 类 中的方法com.ds.config.UserBean
-
- getLocalRegisterEvent() - 类 中的方法com.ds.cluster.service.ServerEventFactory
-
- getLocalServiceBeanList() - 类 中的方法com.ds.esb.service.EsbWebService
-
- getLog(String, Class) - 类 中的静态方法com.ds.common.logging.LogFactory
-
Convenience method to return a named logger, without the application
having to care about factories.
- getLog(String, String) - 类 中的静态方法com.ds.common.logging.LogFactory
-
Convenience method to return a named logger, without the application
having to care about factories.
- getLog(String) - 类 中的方法com.ds.web.ConnectionLogFactory
-
- getLogClassName() - 类 中的方法com.ds.common.logging.impl.LogFactoryImpl
-
Return the fully qualified Java classname of the
Log
implementation we will be using.
- getLogConstructor() - 类 中的方法com.ds.common.logging.impl.LogFactoryImpl
-
Return the
Constructor that can be called to instantiate
new
Log instances.
- getLogger() - 类 中的方法com.ds.common.logging.impl.Jdk14Logger
-
Return the native Logger instance we are using.
- getLogger() - 类 中的方法com.ds.common.logging.impl.Log4JLogger
-
Return the native Logger instance we are using.
- getLoginName() - 类 中的方法com.ds.engine.ConnectInfo
-
- getLoginUrl() - 类 中的方法com.ds.config.UserBean
-
- getLogLevel() - 类 中的方法com.ds.enums.db.MethodChinaBean
-
- getLong(String, long) - 类 中的方法com.ds.common.property.ResourceBundle
-
Retrieve a long from bundle.
- getLong(String) - 类 中的方法com.ds.common.property.ResourceBundle
-
Retrieve a long from bundle.
- getMainClass() - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- getMainClass() - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- getMainClause() - 类 中的方法com.ds.org.conf.Query.SqlClause
-
- getMainCode() - 类 中的方法com.ds.common.ReturnType
-
- getManager() - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- getMapping(Method, CtClass) - 类 中的方法com.ds.web.APIConfigFactory
-
- getMappingBean() - 类 中的方法com.ds.web.RequestMethodBean
-
- getMaxCacheSize() - 接口 中的方法com.ds.common.cache.Cache
-
Returns the maximum size of the cache in bytes.
- getMaxCacheSize() - 类 中的方法com.ds.common.cache.DefaultCache
-
- getMaxCacheSize() - 类 中的方法com.ds.common.cache.redis.RedisCache
-
- getMaxCacheSize() - 类 中的方法com.ds.hsql.HsqlDbCache
-
- getMaxconnection() - 类 中的方法com.ds.cluster.ServerNode
-
- getMaxconnection() - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- getMaxConnections() - 类 中的方法com.ds.cluster.DBConfig
-
- getMaxIdleTime() - 类 中的方法com.ds.cluster.DBConfig
-
- getMaxLifetime() - 接口 中的方法com.ds.common.cache.Cache
-
Returns the maximum number of milleseconds that any object can live
in cache.
- getMaxLifetime() - 类 中的方法com.ds.common.cache.DefaultCache
-
- getMaxLifetime() - 类 中的方法com.ds.common.cache.redis.RedisCache
-
- getMaxLifetime() - 类 中的方法com.ds.hsql.HsqlDbCache
-
- getMaxRight() - 接口 中的方法com.ds.vfs.FileCopy
-
- getMaxtimes() - 类 中的方法com.ds.cluster.udp.ClusterCommand
-
- getMaxtimes() - 类 中的方法com.ds.cluster.udp.ClusterEvent
-
- getMD5Hash(String) - 类 中的方法com.ds.vfs.adapter.AbstractFileAdapter
-
- getMD5Hash(String) - 接口 中的方法com.ds.vfs.adapter.FileAdapter
-
- getMD5InputStream(String) - 类 中的方法com.ds.vfs.adapter.AbstractFileAdapter
-
- getMD5InputStream(String) - 接口 中的方法com.ds.vfs.adapter.FileAdapter
-
- getMenu() - 类 中的方法com.ds.config.MenuCfg
-
- getMenuCfg(Class<? extends Enums>) - 类 中的静态方法com.ds.enums.EnumsUtil
-
- getMessage() - 异常错误 中的方法com.ds.common.expression.ParseException
-
This method has the standard behavior when this object has been
created using the standard constructors.
- getMessage() - 错误 中的方法com.ds.common.expression.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - 类 中的方法com.ds.common.ReturnType
-
- getMethod() - 枚举 中的方法com.ds.cluster.event.ServiceEventEnums
-
- getMethod() - 枚举 中的方法com.ds.enums.CommandEventEnums
-
- getMethod() - 接口 中的方法com.ds.enums.EventEnums
-
- getMethod() - 枚举 中的方法com.ds.enums.ServerEventEnums
-
- getMethod() - 类 中的方法com.ds.web.RequestMappingBean
-
- getMethodAnnotation(Method, Class<T>) - 类 中的静态方法com.ds.web.util.AnnotationUtil
-
- getMethodAnnotation(CtMethod, Class<T>) - 类 中的静态方法com.ds.web.util.AnnotationUtil
-
- getMethodByName(String) - 类 中的方法com.ds.web.APIConfig
-
- getMethodChinaName() - 类 中的方法com.ds.web.ConstructorBean
-
- getMethodChinaName() - 类 中的方法com.ds.web.RequestMethodBean
-
- getMethodMap() - 类 中的方法com.ds.web.APIConfig
-
- getMethodName() - 类 中的方法com.ds.web.RequestMethodBean
-
- getMethodName() - 类 中的方法com.ds.web.RequestParamBean
-
- getMethods() - 类 中的方法com.ds.web.APIConfig
-
- getMinconnection() - 类 中的方法com.ds.cluster.ServerNode
-
- getMinconnection() - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- getMinConnections() - 类 中的方法com.ds.cluster.DBConfig
-
- getMobile() - 接口 中的方法com.ds.org.Person
-
取得人员的移动电话号码
- getModel() - 类 中的方法com.ds.web.invocation.RemoteListResultModel
-
- getModel() - 类 中的方法com.ds.web.invocation.RemoteResultModel
-
- getModuleByID(String) - 接口 中的方法com.ds.app.AppManager
-
根据模块的ID(标识)取得该模块的实例。
- getModuleByServiceID(String) - 接口 中的方法com.ds.app.AppManager
-
根据模块的ID(标识)取得该模块的实例。
- getModuleList() - 接口 中的方法com.ds.app.App
-
- getModuleList() - 接口 中的方法com.ds.app.AppManager
-
- getModuleListRecursively() - 接口 中的方法com.ds.app.App
-
取得该机构(包括其所有子机构)下的所有人员
- getMonth() - 类 中的方法com.ds.service.CurrTime
-
- getMoreString(String, int, String) - 类 中的静态方法com.ds.common.util.StringUtility
-
获得截取到指定字节长度后的字符串,多出部分用指定字符串代替。
- getMsgdapter() - 类 中的方法com.ds.org.conf.OrgConfig
-
- getMsgEngine() - 类 中的方法com.ds.config.CApplication
-
- getMsgId() - 类 中的方法com.ds.cluster.udp.ClusterCommand
-
- getMsgId() - 类 中的方法com.ds.cluster.udp.ClusterEvent
-
- getMsgport() - 类 中的方法com.ds.config.UserBean
-
- getMsgService() - 类 中的方法com.ds.config.CApplication
-
- getMysqlUseUnicode() - 类 中的方法com.ds.cluster.DBConfig
-
- getName() - 接口 中的方法com.ds.app.App
-
取得该应用的名称
- getName() - 接口 中的方法com.ds.app.Module
-
取得模块名称
- getName() - 枚举 中的方法com.ds.bpm.client.RouteToType
-
- getName() - 枚举 中的方法com.ds.cluster.event.ServiceEventEnums
-
- getName() - 类 中的方法com.ds.cluster.ServerNode
-
- getName() - 枚举 中的方法com.ds.cluster.udp.DeadLine
-
- getName() - 枚举 中的方法com.ds.cluster.udp.PerformSequence
-
- getName() - 接口 中的方法com.ds.common.cache.Cache
-
Returns the name of the cache.
- getName() - 类 中的方法com.ds.common.cache.DefaultCache
-
Implementation methods of Cache interface
- getName() - 类 中的方法com.ds.common.cache.redis.RedisCache
-
- getName() - 类 中的方法com.ds.common.expression.ASTFunNode
-
Returns the name of the node (operator symbol or function name).
- getName() - 类 中的方法com.ds.common.expression.ASTVarNode
-
Returns the name of the variable.
- getName() - 枚举 中的方法com.ds.config.ActivityDefImpl
-
- getName() - 类 中的方法com.ds.config.BPDPlugin
-
- getName() - 类 中的方法com.ds.config.BPDProjectConfig
-
- getName() - 类 中的方法com.ds.config.CApplication
-
- getName() - 类 中的方法com.ds.config.CBPDBrowserElement
-
- getName() - 类 中的方法com.ds.config.CExtendedAttribute
-
- getName() - 类 中的方法com.ds.config.CFormula
-
- getName() - 类 中的方法com.ds.config.CListener
-
- getName() - 类 中的方法com.ds.config.CParameter
-
- getName() - 类 中的方法com.ds.config.CPDTElement
-
- getName() - 枚举 中的方法com.ds.config.ListenerType
-
- getName() - 枚举 中的方法com.ds.config.PluginType
-
- getName() - 枚举 中的方法com.ds.enums.attribute.AttributeInterpretClass
-
- getName() - 枚举 中的方法com.ds.enums.attribute.Attributetype
-
- getName() - 枚举 中的方法com.ds.enums.CommandEventEnums
-
- getName() - 枚举 中的方法com.ds.enums.CommonYesNoEnum
-
- getName() - 枚举 中的方法com.ds.enums.db.ColType
-
- getName() - 枚举 中的方法com.ds.enums.DurationUnit
-
- getName() - 类 中的方法com.ds.enums.EnumsAttribute
-
- getName() - 接口 中的方法com.ds.enums.Enumstype
-
- getName() - 接口 中的方法com.ds.enums.IconEnumstype
-
- getName() - 枚举 中的方法com.ds.enums.MsgStatus
-
- getName() - 枚举 中的方法com.ds.enums.ServerEventEnums
-
- getName() - 枚举 中的方法com.ds.enums.service.HttpMethod
-
- getName() - 枚举 中的方法com.ds.enums.service.ProxyType
-
- getName() - 枚举 中的方法com.ds.enums.service.RequestType
-
- getName() - 枚举 中的方法com.ds.enums.service.ResponseType
-
- getName() - 枚举 中的方法com.ds.enums.ServiceStatus
-
- getName() - 枚举 中的方法com.ds.enums.SimpleEnum
-
- getName() - 枚举 中的方法com.ds.enums.vfs.FolderState
-
- getName() - 枚举 中的方法com.ds.enums.vfs.FolderType
-
- getName() - 接口 中的方法com.ds.enums.vfs.VFSEnumstype
-
- getName() - 枚举 中的方法com.ds.esb.config.ContextType
-
- getName() - 枚举 中的方法com.ds.esb.config.EsbBeanType
-
- getName() - 枚举 中的方法com.ds.esb.config.EsbFlowType
-
- getName() - 枚举 中的方法com.ds.esb.config.formula.EngineType
-
- getName() - 枚举 中的方法com.ds.esb.config.formula.FormulaParams
-
- getName() - 枚举 中的方法com.ds.esb.config.formula.FormulaType
-
- getName() - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- getName() - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- getName() - 类 中的方法com.ds.esb.config.manager.ExpressionTempFtlBean
-
- getName() - 接口 中的方法com.ds.esb.config.manager.ServiceBean
-
- getName() - 枚举 中的方法com.ds.esb.config.TokenType
-
- getName() - 类 中的方法com.ds.esb.util.Debug
-
- getName() - 类 中的方法com.ds.hsql.HsqlDbCache
-
Implementation methods of Cache interface
- getName() - 类 中的方法com.ds.jds.core.esb.mvel.JDSClassVariableResolver
-
- getName() - 类 中的方法com.ds.jds.core.esb.mvel.JDSMapVariableResolver
-
- getName() - 类 中的方法com.ds.jds.core.esb.util.ActionContext
-
Gets the name of the current Action.
- getName() - 类 中的方法com.ds.jds.core.User
-
- getName() - 接口 中的方法com.ds.msg.PersonPrivateGroup
-
取得人员个人组的名称
- getName() - 接口 中的方法com.ds.org.Org
-
取得该机构的名称
- getName() - 枚举 中的方法com.ds.org.OrgRoleType
-
- getName() - 接口 中的方法com.ds.org.Person
-
取得人员的名字
- getName() - 枚举 中的方法com.ds.org.PersonRoleType
-
- getName() - 接口 中的方法com.ds.org.Role
-
取得该人员角色的名称
- getName() - 枚举 中的方法com.ds.org.RoleOtherType
-
- getName() - 枚举 中的方法com.ds.org.RoleType
-
- getName() - 类 中的方法com.ds.server.ct.CtSubSystem
-
- getName() - 枚举 中的方法com.ds.server.eumus.ConfigCode
-
- getName() - 枚举 中的方法com.ds.server.eumus.SystemNodeType
-
- getName() - 枚举 中的方法com.ds.server.eumus.SystemStatus
-
- getName() - 枚举 中的方法com.ds.server.eumus.SystemType
-
- getName() - 类 中的方法com.ds.server.ServerStatus
-
- getName() - 接口 中的方法com.ds.server.SubSystem
-
获取子系统中文名称
A
- getName() - 接口 中的方法com.ds.vfs.FileCopy
-
- getName() - 接口 中的方法com.ds.vfs.FileInfo
-
- getName() - 接口 中的方法com.ds.vfs.FileLink
-
- getName() - 接口 中的方法com.ds.vfs.FileObject
-
- getName() - 接口 中的方法com.ds.vfs.FileView
-
- getName() - 接口 中的方法com.ds.vfs.Folder
-
- getName() - 枚举 中的方法com.ds.web.annotation.AggregationType
-
- getName() - 枚举 中的方法com.ds.web.annotation.RefType
-
- getName() - 枚举 中的方法com.ds.web.annotation.ViewGroupType
-
- getName() - 枚举 中的方法com.ds.web.annotation.ViewType
-
- getName() - 类 中的方法com.ds.web.APIConfig
-
- getName() - 类 中的方法com.ds.web.ConstructorBean
-
- getName() - 类 中的方法com.ds.web.LocalMultipartFile
-
- getName() - 类 中的方法com.ds.web.RequestMappingBean
-
- getName() - 类 中的方法com.ds.web.RequestMethodBean
-
- getName2functionMap() - 类 中的静态方法com.ds.esb.config.manager.JDSExpressionParserManager
-
- getNeedRight() - 接口 中的方法com.ds.app.Module
-
该模块是否授权访问
- getNewExpressionTempBean(String) - 类 中的方法com.ds.esb.config.xml.ExpressionTempXmlProxy
-
- getNewPassword() - 类 中的方法com.ds.jds.core.User
-
- getNextDate() - 类 中的静态方法com.ds.common.util.DateUtility
-
获取当前日期后的一天
- getNextToken() - 类 中的方法com.ds.common.expression.Parser
-
- getNextToken() - 类 中的方法com.ds.common.expression.ParserTokenManager
-
- getNickName() - 接口 中的方法com.ds.org.Person
-
昵称
- getNodeValue(Node) - 类 中的静态方法com.ds.common.util.XMLUtility
-
取得一个xml节点上的值
参数: node -- 节点
返回值: 此节点上的值,如果节点不存在值,返回""
- getNull() - 类 中的方法com.ds.enums.db.DBFieldBean
-
- getNumberFactory() - 类 中的方法com.ds.common.expression.JEP
-
Returns the number factory.
- getNumberOfParameters() - 类 中的方法com.ds.common.expression.function.Function
-
Return the required number of parameters.
- getNumberOfParameters() - 接口 中的方法com.ds.common.expression.function.FunctionI
-
Returns the number of required parameters, or -1 if any number of
parameters is allowed.
- getObj() - 类 中的方法com.ds.esb.util.Debug
-
- getObj() - 类 中的方法com.ds.jds.core.esb.task.ExcuteObj
-
- getObject(String) - 类 中的方法com.ds.common.property.ResourceBundle
-
Gets an object for the given key from this resource bundle or one of its
parents.
- getObjectFactory() - 类 中的静态方法com.ds.jds.core.esb.util.ObjectFactory
-
- getObjectTypeDeterminer() - 类 中的方法com.ds.jds.core.esb.util.JDSConverter
-
- getObjectWrapper() - 类 中的方法com.ds.template.JDSFreemarkerResult
-
- getOldFolderId() - 接口 中的方法com.ds.vfs.FileInfo
-
- getOnLinePersonIds() - 类 中的方法com.ds.cluster.ServerNode
-
- getOperator() - 类 中的方法com.ds.common.query.Condition
-
- getOrderByList() - 类 中的方法com.ds.common.query.Condition
-
- getOrderClause() - 类 中的方法com.ds.org.conf.Query.SqlClause
-
- getOrderNum() - 接口 中的方法com.ds.vfs.Folder
-
- getOrg() - 接口 中的方法com.ds.org.Person
-
- getOrgByID(String) - 接口 中的方法com.ds.org.OrgManager
-
根据机构的ID(标识)取得该机构的实例。
- GetORGClient - com.ds.service.org中的类
-
- GetORGClient() - 类 的构造器com.ds.service.org.GetORGClient
-
- getOrgId() - 接口 中的方法com.ds.org.Org
-
取得该机构的标识
- getOrgId() - 接口 中的方法com.ds.org.Person
-
取得人员的标识
- getOrgId() - 类 中的方法com.ds.server.ct.CtSubSystem
-
- getOrgId() - 接口 中的方法com.ds.server.SubSystem
-
获取绑定组织ID
- getOrgIdList() - 接口 中的方法com.ds.org.Person
-
- getOrgIdList() - 接口 中的方法com.ds.org.Role
-
- getOrgIds() - 接口 中的方法com.ds.org.OrgManager
-
- getOrgIds(String) - 接口 中的方法com.ds.org.OrgManager
-
- getOrgLevelByID(String) - 接口 中的方法com.ds.org.OrgManager
-
根据组织机构级别的标识取得组织机构级别
- getOrgLevelByName(String) - 接口 中的方法com.ds.org.OrgManager
-
根据组织机构级别的名称取得组织机构级别
- getOrgLevelByName(String, String) - 接口 中的方法com.ds.org.OrgManager
-
根据组织机构级别的名称取得组织机构级别
- getOrgLevels() - 接口 中的方法com.ds.org.OrgManager
-
- getOrgLevels(String) - 接口 中的方法com.ds.org.OrgManager
-
- getOrgLevelsByNum(String) - 接口 中的方法com.ds.org.OrgManager
-
- getOrgLevelsByNum(String, String) - 接口 中的方法com.ds.org.OrgManager
-
- getOrgList() - 接口 中的方法com.ds.org.Person
-
- getOrgList() - 接口 中的方法com.ds.org.Role
-
- getOrgManager() - 类 中的静态方法com.ds.server.OrgManagerFactory
-
- getOrgManager(ConfigCode) - 类 中的静态方法com.ds.server.OrgManagerFactory
-
取得组织机构管理器
- getOrgManagerByCode(String) - 类 中的方法com.ds.server.OrgManagerFactory
-
取得组织机构管理器
- getOrgManagerByName(String) - 类 中的方法com.ds.server.OrgManagerFactory
-
取得组织机构管理器
- getOrgRoleByID(String) - 接口 中的方法com.ds.org.OrgManager
-
- getOrgRoleByName(String) - 接口 中的方法com.ds.org.OrgManager
-
- getOrgRoleByName(String, String) - 接口 中的方法com.ds.org.OrgManager
-
- getOrgRoles() - 接口 中的方法com.ds.org.OrgManager
-
取得所有的组织机构角色
- getOrgRoles(String) - 接口 中的方法com.ds.org.OrgManager
-
取得所有的组织机构角色
- getOrgs() - 接口 中的方法com.ds.org.OrgManager
-
取得所有组织机构
- getOrgs(String) - 接口 中的方法com.ds.org.OrgManager
-
取得所有组织机构
- getOrgsByOrgLevelID(String) - 接口 中的方法com.ds.org.OrgManager
-
根据机构级别的标识取得所有机构对象
- getOrgsByOrgLevelName(String) - 接口 中的方法com.ds.org.OrgManager
-
根据机构级别的名称取得所有机构对象
- getOrgsByOrgLevelName(String, String) - 接口 中的方法com.ds.org.OrgManager
-
根据机构级别的名称取得所有机构对象
- getOrgsByOrgRoleID(String) - 接口 中的方法com.ds.org.OrgManager
-
- getOrgsByOrgRoleName(String) - 接口 中的方法com.ds.org.OrgManager
-
- getOrgsByOrgRoleName(String, String) - 接口 中的方法com.ds.org.OrgManager
-
- getOrgsByRoleID(String) - 接口 中的方法com.ds.org.OrgManager
-
根据机构角色的标识取得所有机构对象
- getOrgsByRoleName(String) - 接口 中的方法com.ds.org.OrgManager
-
根据机构角色的名称取得所有机构对象
- getOrgsByRoleName(String, String) - 接口 中的方法com.ds.org.OrgManager
-
根据机构角色的名称取得所有机构对象
- getOriginalFilename() - 类 中的方法com.ds.web.LocalMultipartFile
-
- getOtherType() - 枚举 中的方法com.ds.org.OrgRoleType
-
- getOtherType() - 枚举 中的方法com.ds.org.PersonRoleType
-
- getOtherType() - 枚举 中的方法com.ds.org.RoleType
-
- getOutputStream(String) - 类 中的方法com.ds.vfs.adapter.AbstractFileAdapter
-
- getOutputStream(String) - 接口 中的方法com.ds.vfs.adapter.FileAdapter
-
- getOutputStream() - 接口 中的方法com.ds.vfs.FileVersion
-
- getPackageName() - 类 中的方法com.ds.web.APIConfig
-
- getPackages() - 类 中的方法com.ds.common.util.java.DynamicClassLoader
-
- getPage() - 类 中的方法com.ds.common.query.Condition
-
- getPagectx() - 类 中的方法com.ds.context.JDSActionContext
-
- getPagectx() - 接口 中的方法com.ds.context.JDSContext
-
- getPagectx() - 类 中的方法com.ds.context.RunableActionContextImpl
-
- getPagectx() - 类 中的方法com.ds.context.UDPActionContextImpl
-
- getPagectxMap() - 类 中的方法com.ds.context.RunableActionContextImpl
-
- getPageIndex() - 类 中的方法com.ds.common.query.Page
-
- getPageList(Set<K>, Integer, Integer, Class<T>) - 类 中的静态方法com.ds.web.util.PageUtil
-
- getPageList(List<K>, Integer, Integer, Class<T>) - 类 中的静态方法com.ds.web.util.PageUtil
-
- getPageSize() - 类 中的方法com.ds.common.query.Page
-
- getPanelDisplayName() - 类 中的方法com.ds.config.UserBean
-
- getParamClass() - 类 中的方法com.ds.web.RequestParamBean
-
- getParamClassName() - 类 中的方法com.ds.web.RequestParamBean
-
- getParameterCode() - 接口 中的方法com.ds.esb.config.manager.ExpressionParameter
-
- getParameterCode() - 类 中的方法com.ds.esb.config.manager.ExpressionTempParamBean
-
- getParameterDesc() - 接口 中的方法com.ds.esb.config.manager.ExpressionParameter
-
- getParameterDesc() - 类 中的方法com.ds.esb.config.manager.ExpressionTempParamBean
-
- getParameterenName() - 接口 中的方法com.ds.esb.config.manager.ExpressionParameter
-
- getParameterenName() - 类 中的方法com.ds.esb.config.manager.ExpressionTempParamBean
-
- getParameterId() - 类 中的方法com.ds.config.CFormula
-
- getParameterId() - 类 中的方法com.ds.config.CParameter
-
- getParameterId() - 接口 中的方法com.ds.esb.config.manager.ExpressionParameter
-
- getParameterId() - 类 中的方法com.ds.esb.config.manager.ExpressionTempParamBean
-
- getParameterName() - 接口 中的方法com.ds.esb.config.manager.ExpressionParameter
-
- getParameterName() - 类 中的方法com.ds.esb.config.manager.ExpressionTempParamBean
-
- getParameters() - 类 中的方法com.ds.config.BPDPlugin
-
- getParameters() - 类 中的方法com.ds.config.CBPDBrowserElement
-
- getParameters() - 类 中的方法com.ds.config.CPDTElement
-
- getParameters() - 类 中的方法com.ds.jds.core.esb.util.ActionContext
-
Returns a Map of the HttpServletRequest parameters when in a servlet environment or a generic Map of
parameters otherwise.
- getParameterType() - 接口 中的方法com.ds.esb.config.manager.ExpressionParameter
-
- getParameterType() - 类 中的方法com.ds.esb.config.manager.ExpressionTempParamBean
-
- getParameterValue(String) - 类 中的方法com.ds.config.BPDPlugin
-
- getParameterValue(String) - 类 中的方法com.ds.config.CBPDBrowserElement
-
- getParameterValue() - 类 中的方法com.ds.config.CFormula
-
- getParameterValue() - 类 中的方法com.ds.config.CParameter
-
- getParameterValue(String) - 类 中的方法com.ds.config.CPDTElement
-
- getParamList() - 类 中的方法com.ds.web.ConstructorBean
-
- getParamMap() - 类 中的方法com.ds.context.LocalServerActionContextImpl
-
- getParamMap() - 类 中的方法com.ds.context.MinServerActionContextImpl
-
- getParamMap() - 类 中的方法com.ds.context.RunableActionContextImpl
-
- getParamMap() - 类 中的方法com.ds.context.UDPActionContextImpl
-
- getParamName() - 类 中的方法com.ds.web.RequestParamBean
-
- getParams(String) - 接口 中的方法com.ds.context.JDSContext
-
- getParams(String) - 类 中的方法com.ds.context.LocalServerActionContextImpl
-
- getParams(String) - 类 中的方法com.ds.context.MinServerActionContextImpl
-
- getParams(String) - 类 中的方法com.ds.context.RunableActionContextImpl
-
- getParams(String) - 类 中的方法com.ds.context.UDPActionContextImpl
-
- getParams() - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- getParams() - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- getParams() - 接口 中的方法com.ds.esb.config.manager.ServiceBean
-
- getParams() - 类 中的方法com.ds.web.RequestMappingBean
-
- getParams() - 类 中的方法com.ds.web.RuntimeLog
-
- getParams(Method) - 类 中的静态方法com.ds.web.util.MethodUtil
-
- getParamSet() - 类 中的方法com.ds.web.RequestMethodBean
-
- getParamsInfo() - 类 中的方法com.ds.web.ConstructorBean
-
- getParamsMap() - 类 中的方法com.ds.web.ConstructorBean
-
- getParamsMap() - 类 中的方法com.ds.web.RequestMethodBean
-
- getParamType() - 类 中的方法com.ds.web.RequestParamBean
-
- getParent() - 接口 中的方法com.ds.app.App
-
取得父应用对象
- getParent() - 接口 中的方法com.ds.org.Org
-
取得父机构对象
- getParent() - 接口 中的方法com.ds.vfs.Folder
-
- getParentId() - 接口 中的方法com.ds.app.App
-
取得父应用的标识
- getParentId() - 接口 中的方法com.ds.org.Org
-
取得父机构的标识
- getParentId() - 接口 中的方法com.ds.vfs.Folder
-
- getParentPath() - 类 中的方法com.ds.web.RequestMappingBean
-
- getParserContext() - 类 中的静态方法com.ds.esb.util.EsbFactory
-
- getParticipantSelectId() - 接口 中的方法com.ds.esb.config.manager.ExpressionParameter
-
- getParticipantSelectId() - 类 中的方法com.ds.esb.config.manager.ExpressionTempParamBean
-
- getPassword() - 类 中的方法com.ds.cluster.DBConfig
-
- getPassword() - 类 中的方法com.ds.engine.ConnectInfo
-
- getPassword() - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- getPassword() - 类 中的方法com.ds.jds.core.User
-
- getPassword() - 接口 中的方法com.ds.org.Person
-
取得人员的口令
- getPath() - 接口 中的方法com.ds.common.query.JLuceneIndex
-
- getPath(String) - 类 中的静态方法com.ds.common.util.FileUtility
-
Get path from filename.
- getPath(String, char) - 类 中的静态方法com.ds.common.util.FileUtility
-
Get path from filename.
- getPath() - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- getPath() - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- getPath() - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- getPath() - 接口 中的方法com.ds.esb.config.manager.ServiceBean
-
- getPath() - 类 中的方法com.ds.esb.config.xml.ExpressionTempXmlProxy
-
- getPath() - 接口 中的方法com.ds.vfs.FileInfo
-
- getPath() - 接口 中的方法com.ds.vfs.FileObject
-
- getPath() - 接口 中的方法com.ds.vfs.FileVersion
-
- getPath() - 接口 中的方法com.ds.vfs.FileView
-
- getPath() - 接口 中的方法com.ds.vfs.Folder
-
- getPath() - 类 中的方法com.ds.web.RequestMappingBean
-
- getPathVariable() - 类 中的方法com.ds.web.RequestMethodBean
-
- getPathVariables() - 类 中的方法com.ds.web.RequestMethodBean
-
- getPerformMethod() - 类 中的方法com.ds.common.expression.function.AbstractFunction
-
- getPermissions(Person) - 类 中的方法com.ds.server.OrgManagerFactory
-
取得该人员的一些特殊权限
- getPersonByAccount(String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员的帐号取得该人员对象
- getPersonByAppId(String) - 接口 中的方法com.ds.app.AppManager
-
根据模块的ID(标识)取得该模块的授权人员
- getPersonByEmail(String) - 接口 中的方法com.ds.org.OrgManager
-
- getPersonByID(String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员的标识取得该人员对象
- getPersonByMobile(String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员的手机号码取得该人员对象
- getPersonByModuleId(String) - 接口 中的方法com.ds.app.AppManager
-
根据模块的ID(标识)取得该模块的实例。
- getPersonDuties() - 接口 中的方法com.ds.org.OrgManager
-
取得所有的人员职务
- getPersonDuties(String) - 接口 中的方法com.ds.org.OrgManager
-
取得所有的人员职务
- getPersonDutiesByNum(String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员职务的级别取得人员职务对象
- getPersonDutiesByNum(String, String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员职务的级别取得人员职务对象
- getPersonDutyByID(String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员职务的ID取得人员职务对象
- getPersonDutyByName(String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员职务的名称取得人员职务对象
- getPersonDutyByName(String, String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员职务的名称取得人员职务对象
- getPersonGroupByID(String) - 接口 中的方法com.ds.org.OrgManager
-
根据用户组的代码取得用户组
- getPersonGroupByName(String) - 接口 中的方法com.ds.org.OrgManager
-
根据用户组的名称取得用户组
- getPersonGroupByName(String, String) - 接口 中的方法com.ds.org.OrgManager
-
根据用户组的名称取得用户组
- getPersonGroups() - 接口 中的方法com.ds.org.OrgManager
-
取得所有的用户组
- getPersonGroups(String) - 接口 中的方法com.ds.org.OrgManager
-
取得所有的用户组
- getPersonid() - 类 中的方法com.ds.config.UserBean
-
- getPersonId() - 接口 中的方法com.ds.msg.PersonPrivateGroup
-
- getPersonId() - 接口 中的方法com.ds.vfs.FileCopy
-
- getPersonId() - 接口 中的方法com.ds.vfs.FileInfo
-
- getPersonId() - 接口 中的方法com.ds.vfs.FileLink
-
- getPersonId() - 接口 中的方法com.ds.vfs.FileVersion
-
- getPersonId() - 接口 中的方法com.ds.vfs.Folder
-
- getPersonIdList() - 接口 中的方法com.ds.msg.PersonPrivateGroup
-
- getPersonIdList() - 接口 中的方法com.ds.org.Org
-
- getPersonIdList() - 接口 中的方法com.ds.org.Role
-
- getPersonLevelByID(String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员级别的标识取得人员级别
- getPersonLevelByName(String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员职级的名称取得人员职级
- getPersonLevelByName(String, String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员职级的名称取得人员职级
- getPersonLevels() - 接口 中的方法com.ds.org.OrgManager
-
取得所有的人员职级
- getPersonLevels(String) - 接口 中的方法com.ds.org.OrgManager
-
取得所有的人员职级
- getPersonLevelsByNum(String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员职级的级别取得人员职级
- getPersonLevelsByNum(String, String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员职级的级别取得人员职级
- getPersonList() - 接口 中的方法com.ds.msg.PersonPrivateGroup
-
取得在该个人组中的所有人员。
- getPersonList() - 接口 中的方法com.ds.org.Org
-
- getPersonList() - 接口 中的方法com.ds.org.Role
-
- getPersonListRecursively() - 接口 中的方法com.ds.org.Org
-
- getPersonPositionByID(String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员岗位的代码取得人员岗位
- getPersonPositionByName(String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员岗位的名称取得人员岗位
- getPersonPositionByName(String, String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员岗位的名称取得人员岗位
- getPersonPositions() - 接口 中的方法com.ds.org.OrgManager
-
取得所有的人员岗位
- getPersonPositions(String) - 接口 中的方法com.ds.org.OrgManager
-
取得所有的人员岗位
- getPersonRoleByID(String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员角色的代码取得人员角色
- getPersonRoleByName(String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员角色的名称取得人员角色
- getPersonRoleByName(String, String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员角色的名称取得人员角色
- getPersonRoles() - 接口 中的方法com.ds.org.OrgManager
-
取得所有的人员角色
- getPersonRoles(String) - 接口 中的方法com.ds.org.OrgManager
-
取得所有的人员角色
- getPersons() - 接口 中的方法com.ds.org.OrgManager
-
取得所有组织的所有人员
- getPersons(String) - 接口 中的方法com.ds.org.OrgManager
-
取得所有组织的所有人员
- getPersonsByOrgID(String) - 接口 中的方法com.ds.org.OrgManager
-
根据组织机构的ID取得该机构所有的人员
- getPersonsByPersonDutyID(String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员职务的标识取得该职务所对应的所有人员
- getPersonsByPersonDutyName(String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员职务的名称取得该职务所对应的所有人员
- getPersonsByPersonDutyName(String, String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员职务的名称取得该职务所对应的所有人员
- getPersonsByPersonGroupID(String) - 接口 中的方法com.ds.org.OrgManager
-
根据工作组的标识取得该工作组所对应的所有人员
- getPersonsByPersonGroupName(String) - 接口 中的方法com.ds.org.OrgManager
-
根据工作组的名称取得该工作组所对应的所有人员
- getPersonsByPersonGroupName(String, String) - 接口 中的方法com.ds.org.OrgManager
-
根据工作组的名称取得该工作组所对应的所有人员
- getPersonsByPersonLevelID(String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员级别的标识取得该级别所对应的所有人员
- getPersonsByPersonLevelName(String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员级别的名称取得该级别所对应的所有人员
- getPersonsByPersonLevelName(String, String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员级别的名称取得该级别所对应的所有人员
- getPersonsByPersonPositionID(String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员岗位的标识取得该岗位所对应的所有人员
- getPersonsByPersonPositionName(String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员岗位的名称取得该岗位所对应的所有人员
- getPersonsByPersonPositionName(String, String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员岗位的名称取得该岗位所对应的所有人员
- getPersonsByPersonRoleID(String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员角色的标识取得该角色所对应的所有人员
- getPersonsByPersonRoleName(String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员角色的名称取得该角色所对应的所有人员
- getPersonsByPersonRoleName(String, String) - 接口 中的方法com.ds.org.OrgManager
-
根据人员角色的名称取得该角色所对应的所有人员
- getPFMC() - 类 中的方法com.ds.common.expression.ASTFunNode
-
Returns the math command class associated with this node.
- getPhone() - 类 中的方法com.ds.jds.core.User
-
- getPhone() - 接口 中的方法com.ds.msg.SmsMsg
-
- getPk() - 类 中的方法com.ds.web.annotation.RefBean
-
- getPluginById(String) - 类 中的方法com.ds.config.BPDProjectConfig
-
- getPluginId() - 类 中的方法com.ds.config.BPDPlugin
-
- getPluginId() - 类 中的方法com.ds.config.CBPDBrowserElement
-
- getPluginId() - 类 中的方法com.ds.config.CExtendedAttribute
-
- getPluginId() - 类 中的方法com.ds.config.CFormula
-
- getPluginId() - 类 中的方法com.ds.config.CParameter
-
- getPluginType() - 类 中的方法com.ds.config.BPDPlugin
-
- getPort() - 接口 中的方法com.ds.context.JDSUDPContext
-
- getPort() - 类 中的方法com.ds.context.UDPActionContextImpl
-
- getPort() - 类 中的方法com.ds.engine.JDSSessionHandle
-
- getPreviousDate() - 类 中的静态方法com.ds.common.util.DateUtility
-
获取当前日期前的一天
- getPrimaryKey() - 类 中的方法com.ds.enums.db.DBTableBean
-
- getPrivateGroupById(String) - 接口 中的方法com.ds.org.OrgManager
-
根据用户私有组的代码取得私有用户组
- getProcessClassification() - 类 中的方法com.ds.config.CApplication
-
- GETPROCESSDEFLISTERROR - 异常错误 中的静态变量com.ds.common.JDSException
-
- GETPROCESSDEFLISTERROR - 异常错误 中的静态变量com.ds.vfs.VFSException
-
- GETPROCESSINSTLISTERROR - 异常错误 中的静态变量com.ds.common.JDSException
-
- GETPROCESSINSTLISTERROR - 异常错误 中的静态变量com.ds.vfs.VFSException
-
- getProcessListeners() - 类 中的方法com.ds.config.BPDProjectConfig
-
- getProduces() - 类 中的方法com.ds.web.RequestMappingBean
-
- getProjectId() - 类 中的方法com.ds.config.BPDPlugin
-
- getProjectId() - 类 中的方法com.ds.config.BPDProjectConfig
-
- getProjectId() - 类 中的方法com.ds.config.CBPDBrowserElement
-
- getProjectId() - 类 中的方法com.ds.config.CExtendedAttribute
-
- getProjectId() - 类 中的方法com.ds.config.CListener
-
- getProjectId() - 类 中的方法com.ds.config.CParameter
-
- getProjectName() - 类 中的方法com.ds.config.CFormula
-
- getProperties(String) - 类 中的方法com.ds.common.property.XMLProperties
-
Returns the values of the specified property.
- getProperty(String) - 类 中的方法com.ds.common.property.Properties
-
Searches for the property with the specified key in this property list.
- getProperty(String, String) - 类 中的方法com.ds.common.property.Properties
-
Searches for the property with the specified key in this property list.
- getProperty(String) - 类 中的方法com.ds.common.property.XMLProperties
-
Returns the value of the specified property.
- getProperty(Map, Object, Object) - 类 中的方法com.ds.jds.core.esb.util.CompoundRootAccessor
-
- getProperty(Map, Object, Object) - 类 中的方法com.ds.jds.core.esb.util.JDSCollectionPropertyAccessor
-
Gets the property of a Collection by indexing the collection
based on a key property.
- getProperty(Map, Object, Object) - 类 中的方法com.ds.jds.core.esb.util.JDSListPropertyAccessor
-
- getProperty(Map, Object, Object) - 类 中的方法com.ds.jds.core.esb.util.JDSMapPropertyAccessor
-
- getProperty(Map, Object, Object) - 类 中的方法com.ds.jds.core.esb.util.ObjectProxyPropertyAccessor
-
- getProperty(Map, Object, Object) - 类 中的方法com.ds.jds.core.esb.util.OgnlValueStack.ObjectAccessor
-
- getProperty() - 类 中的方法com.ds.org.conf.Query.ColumnMapping
-
- getPropertyDescriptors(Object) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlUtil
-
Get's the java beans property descriptors for the given source.
- getPropertyThroughIteration(Map, Collection, String, Object) - 类 中的方法com.ds.jds.core.esb.util.JDSCollectionPropertyAccessor
-
- getProxyHost() - 类 中的方法com.ds.config.UserBean
-
- getProxyPort() - 类 中的方法com.ds.config.UserBean
-
- getQos() - 接口 中的方法com.ds.msg.TopicMsg
-
- getQuarterByDay(String) - 类 中的静态方法com.ds.common.util.DateUtility
-
根据日期获取所属季度
- getQuery(String) - 类 中的方法com.ds.org.conf.OrgConfig
-
- getQueryMethod() - 类 中的方法com.ds.web.RequestMethodBean
-
- GetR - com.ds.service中的类
-
- GetR() - 类 的构造器com.ds.service.GetR
-
- getRealizeClass() - 接口 中的方法com.ds.engine.event.Listener
-
Getter method for realizeclass
- getRealTarget(String, Map, Object) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlUtil
-
Looks for the real target with the specified property given a root Object which may be a
CompoundRoot.
- getReceiver() - 接口 中的方法com.ds.msg.Msg
-
- getReceiveTime() - 接口 中的方法com.ds.msg.Msg
-
- getRecycle() - 接口 中的方法com.ds.vfs.Folder
-
- getRef() - 类 中的方法com.ds.web.annotation.RefBean
-
- getRegisterEventByCode(String) - 类 中的方法com.ds.cluster.service.ServerEventFactory
-
- getRegisterEventByCode(String) - 接口 中的方法com.ds.cluster.service.SysEventWebManager
-
- getReload() - 类 中的方法com.ds.cluster.ServerNodeList
-
- getReload() - 类 中的方法com.ds.esb.config.manager.EsbBeanConfig
-
- getRemoteSystem(String) - 类 中的方法com.ds.cluster.udp.ClusterClientImpl
-
- getRemoteSystems() - 类 中的方法com.ds.cluster.udp.ClusterClientImpl
-
- getRemoveBeanList() - 类 中的方法com.ds.esb.config.manager.EsbBeanFactory
-
- getRequest() - 类 中的方法com.ds.context.LocalServerActionContextImpl
-
- getRequest() - 类 中的方法com.ds.context.MinServerActionContextImpl
-
- getRequest() - 类 中的方法com.ds.context.RunableActionContextImpl
-
- getRequest() - 类 中的方法com.ds.context.UDPActionContextImpl
-
- getRequest() - 接口 中的方法com.ds.esb.config.StaticBean
-
- getRequestBody() - 类 中的方法com.ds.web.RequestMethodBean
-
- getRequestJson() - 类 中的方法com.ds.web.RuntimeLog
-
- getRequestMappingBean(String) - 类 中的方法com.ds.web.APIConfigFactory
-
- getRequestStatus() - 接口 中的方法com.ds.config.Result
-
- getRequestStatus() - 类 中的方法com.ds.config.ResultModel
-
- getRequestStatus() - 类 中的方法com.ds.web.invocation.RemoteListResultModel
-
- getRequestStatus() - 类 中的方法com.ds.web.invocation.RemoteResultModel
-
- getRequestType() - 类 中的方法com.ds.web.RequestMethodBean
-
- getRequiredParams() - 类 中的方法com.ds.web.ConstructorBean
-
- getRequiredParams() - 类 中的方法com.ds.web.RequestMethodBean
-
- getResource(String, Class) - 类 中的静态方法com.ds.jds.core.esb.util.ClassLoaderUtil
-
Load a given resource.
- getResourceAsStream(String, Class) - 类 中的静态方法com.ds.jds.core.esb.util.ClassLoaderUtil
-
This is a convenience method to load a resource as a stream.
- getResources(String, Class, boolean) - 类 中的静态方法com.ds.jds.core.esb.util.ClassLoaderUtil
-
Load all resources with a given name, potentially aggregating all results
from the searched classloaders.
- getResponseBody() - 类 中的方法com.ds.web.RequestMethodBean
-
- getResponseType() - 类 中的方法com.ds.web.RequestMethodBean
-
- getReturnStr() - 类 中的方法com.ds.enums.db.MethodChinaBean
-
- getReturntype() - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- getReturntype() - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- getRight() - 接口 中的方法com.ds.vfs.FileInfo
-
- getRightEngine() - 类 中的方法com.ds.config.AppConfig
-
- getRightEngine() - 类 中的方法com.ds.config.CApplication
-
- getRightListeners() - 类 中的方法com.ds.config.BPDProjectConfig
-
- getRightMenuUrl() - 类 中的方法com.ds.config.MenuCfg
-
- getRoleByAppId(String) - 接口 中的方法com.ds.app.AppManager
-
根据模块的ID(标识)取得该应用授权角色
- getRoleByID(String) - 接口 中的方法com.ds.org.OrgManager
-
根据组织机构角色的代码取得组织机构角色
- getRoleByModuleId(String) - 接口 中的方法com.ds.app.AppManager
-
根据模块的ID(标识)取得该模块授权角色
- getRoleByName(RoleType, String) - 接口 中的方法com.ds.org.OrgManager
-
根据组织机构角色的名称取得组织机构角色
- getRoleByName(RoleType, String, String) - 接口 中的方法com.ds.org.OrgManager
-
根据组织机构角色的名称取得组织机构角色
- getRoleId() - 接口 中的方法com.ds.org.Role
-
取得该人员角色的标识
- getRoleIdList() - 接口 中的方法com.ds.org.Org
-
- getRoleIdList() - 接口 中的方法com.ds.org.Person
-
- getRoleList() - 接口 中的方法com.ds.app.Module
-
取得拥有该模块权限的所有角色
- getRoleList() - 接口 中的方法com.ds.org.Org
-
- getRoleList() - 接口 中的方法com.ds.org.Person
-
- getRoleNum() - 接口 中的方法com.ds.org.Role
-
取得该人员职务的级数
- getRoot() - 类 中的方法com.ds.jds.core.esb.util.OgnlValueStack
-
- getRoot() - 接口 中的方法com.ds.jds.core.esb.util.ValueStack
-
Get the CompoundRoot which holds the objects pushed onto the stack
- getRootClass() - 类 中的方法com.ds.web.annotation.AggregationBean
-
- getRootClass() - 类 中的方法com.ds.web.annotation.EntityBean
-
- getRootPath(String) - 类 中的静态方法com.ds.config.JDSUtil
-
- getRootPath() - 类 中的方法com.ds.vfs.adapter.AbstractFileAdapter
-
- getRootPath() - 接口 中的方法com.ds.vfs.adapter.FileAdapter
-
- getRootPath() - 接口 中的方法com.ds.vfs.FileObject
-
- getRunTimeLogs(String, String, String, Long) - 接口 中的方法com.ds.cluster.service.SysEventWebManager
-
- getSameOfLastYear(String, String) - 类 中的静态方法com.ds.common.util.DateUtility
-
获取上年同期的日期
- getScript() - 类 中的方法com.ds.config.MenuCfg
-
- getSelectedScript() - 类 中的方法com.ds.config.MenuCfg
-
- getSendTime() - 类 中的方法com.ds.cluster.udp.ClusterEvent
-
- getSensorId() - 接口 中的方法com.ds.msg.LogMsg
-
- getSensorId() - 接口 中的方法com.ds.msg.SensorMsg
-
- getSequence() - 类 中的方法com.ds.cluster.udp.ClusterCommand
-
- getSequence() - 类 中的方法com.ds.cluster.udp.ClusterEvent
-
- getSerialindex() - 类 中的方法com.ds.server.ct.CtSubSystem
-
- getSerialindex() - 接口 中的方法com.ds.server.SubSystem
-
获取排序
- getServerConfig(String) - 类 中的方法com.ds.cluster.udp.ClusterClientImpl
-
获取指定应用的配置文件字符串
- getServerHome() - 类 中的静态方法com.ds.config.JDSConfig
-
- getServerIdBySessionId(String) - 类 中的方法com.ds.cluster.ClusterManagerImpl
-
- getServerIdBySessionId(String) - 接口 中的方法com.ds.cluster.ClusterMananer
-
- getServerIdBySessionId(String) - 类 中的方法com.ds.web.client.WebClusterManagerImpl
-
- getServerKey() - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- getServerKey() - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- getServerMap(ConfigCode) - 类 中的方法com.ds.cluster.ClusterManagerImpl
-
- getServerMap(ConfigCode) - 接口 中的方法com.ds.cluster.ClusterMananer
-
- getServerMap(ConfigCode) - 类 中的方法com.ds.web.client.WebClusterManagerImpl
-
- getServerNodeById(String) - 接口 中的方法com.ds.cluster.udp.ClusterClient
-
- getServerNodeById(String) - 类 中的方法com.ds.cluster.udp.ClusterClientImpl
-
- getServerNodeList() - 类 中的方法com.ds.cluster.ServerNodeList
-
- getServerNodeListByConfigCode(ConfigCode) - 接口 中的方法com.ds.cluster.udp.ClusterClient
-
- getServerNodeListByConfigCode(ConfigCode) - 类 中的方法com.ds.cluster.udp.ClusterClientImpl
-
- getServerNodeListOrderByPersonCount(ConfigCode) - 类 中的方法com.ds.cluster.ClusterManagerImpl
-
- getServerNodeListOrderByPersonCount(ConfigCode) - 接口 中的方法com.ds.cluster.ClusterMananer
-
- getServerNodeListOrderByPersonCount(ConfigCode) - 类 中的方法com.ds.web.client.WebClusterManagerImpl
-
- getServerURL() - 类 中的方法com.ds.cluster.DBConfig
-
- getServerUrl() - 类 中的方法com.ds.config.UserBean
-
- getServerUrl() - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- getServerUrl() - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- getServerUrl() - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- getServerUrl() - 接口 中的方法com.ds.esb.config.manager.ServiceBean
-
- getServerURLList(String) - 类 中的方法com.ds.org.conf.OrgConfig
-
- getServiceBeanByFlowType(EsbFlowType...) - 类 中的方法com.ds.esb.config.manager.EsbBeanFactory
-
- getServiceBeanById(String) - 类 中的方法com.ds.cluster.service.ServerEventFactory
-
- getServiceBeanByName(String) - 类 中的方法com.ds.esb.config.manager.EsbBeanFactory
-
- getServiceBeanList(Class) - 类 中的方法com.ds.esb.config.manager.EsbBeanFactory
-
- getServiceBeans() - 类 中的方法com.ds.esb.service.EsbWebService
-
- getServiceClass() - 类 中的方法com.ds.web.annotation.EntityBean
-
- getServiceConfig(String) - 类 中的静态方法com.ds.cluster.ServerServiceConfig
-
- getServiceConfig(String) - 类 中的静态方法com.ds.esb.config.xml.ServiceConfig
-
- getServiceConfigById(String) - 类 中的方法com.ds.esb.config.annotation.AbstractAnnotationtExpressionTempManager
-
- getServiceConfigById(String) - 接口 中的方法com.ds.esb.config.manager.ServiceConfigManager
-
指定应用指定ID查找
- getServiceConfigById(String) - 类 中的方法com.ds.esb.config.xml.ExpressionTempXmlProxy
-
- getServiceConfigById(String) - 类 中的方法com.ds.web.client.RemoteTempXMLProxy
-
- getServiceConfigById(String) - 类 中的方法com.ds.web.client.SpringMVCTempLoadProxy
-
- getServiceConfigByName(String) - 类 中的方法com.ds.esb.config.annotation.AbstractAnnotationtExpressionTempManager
-
- getServiceConfigByName(String) - 接口 中的方法com.ds.esb.config.manager.ServiceConfigManager
-
根据模板名称查询模板实例
- getServiceConfigByName(String) - 类 中的方法com.ds.esb.config.xml.ExpressionTempXmlProxy
-
- getServiceConfigByName(String) - 类 中的方法com.ds.web.client.RemoteTempXMLProxy
-
- getServiceConfigByName(String) - 类 中的方法com.ds.web.client.SpringMVCTempLoadProxy
-
- getServiceKey() - 类 中的方法com.ds.web.RuntimeLog
-
- getServices() - 类 中的方法com.ds.cluster.ServerNode
-
- getSession() - 接口 中的方法com.ds.context.JDSContext
-
- getSession() - 类 中的方法com.ds.context.LocalServerActionContextImpl
-
- getSession() - 类 中的方法com.ds.context.MinServerActionContextImpl
-
- getSession() - 类 中的方法com.ds.context.RunableActionContextImpl
-
- getSession() - 类 中的方法com.ds.context.UDPActionContextImpl
-
- getSession() - 类 中的方法com.ds.jds.core.esb.util.ActionContext
-
Gets the Map of HttpSession values when in a servlet environment or a generic session map otherwise.
- getSessionHandle() - 类 中的方法com.ds.client.JDSSessionFactory
-
根据request参数取得SessionHandle
- getSessionHandle() - 类 中的方法com.ds.cluster.udp.ClusterCommand
-
- getSessionHandle() - 类 中的方法com.ds.cluster.udp.ClusterEvent
-
- getSessionHandle() - 接口 中的方法com.ds.server.JDSClientService
-
取得SessionHandle
- getSessionHandle() - 类 中的方法com.ds.server.JDSClientServiceImpl
-
- getSessionHandleBySessionId(String) - 类 中的方法com.ds.client.JDSSessionFactory
-
创建一个SessionHandle
- getSessionHandleCache() - 类 中的方法com.ds.server.JDSServer
-
- getSessionHandleList(ConnectInfo) - 类 中的方法com.ds.server.JDSServer
-
保证每次取得的列表是最新的
- getSessionhandleSystemCodeCache() - 类 中的静态方法com.ds.server.JDSServer
-
- getSessionId() - 类 中的方法com.ds.cluster.udp.ClusterCommand
-
- getSessionId() - 类 中的方法com.ds.cluster.udp.ClusterEvent
-
- getSessionId() - 类 中的方法com.ds.cluster.udp.HeardInfo
-
- getSessionId() - 接口 中的方法com.ds.context.JDSContext
-
- getSessionId() - 类 中的方法com.ds.context.LocalServerActionContextImpl
-
- getSessionId() - 类 中的方法com.ds.context.MinServerActionContextImpl
-
- getSessionId() - 类 中的方法com.ds.context.RunableActionContextImpl
-
- getSessionId() - 类 中的方法com.ds.context.UDPActionContextImpl
-
- getSessionID() - 类 中的方法com.ds.engine.JDSSessionHandle
-
- getSessionId() - 类 中的方法com.ds.jds.core.User
-
- getSessionId() - 类 中的方法com.ds.web.RuntimeLog
-
- getSessionMap() - 类 中的方法com.ds.context.LocalServerActionContextImpl
-
- getSessionMap() - 类 中的方法com.ds.context.MinServerActionContextImpl
-
- getSessionMap() - 类 中的方法com.ds.context.RunableActionContextImpl
-
- getSessionMap() - 类 中的方法com.ds.context.UDPActionContextImpl
-
- getSetMap(Map, String) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlContextState
-
- getSetMethodName(String) - 类 中的静态方法com.ds.common.util.StringUtility
-
- getShort(String, short) - 类 中的方法com.ds.common.property.ResourceBundle
-
Retrieve a short from bundle.
- getShort(String) - 类 中的方法com.ds.common.property.ResourceBundle
-
Retrieve a short from bundle.
- getShortSpell(String) - 类 中的静态方法com.ds.common.util.CnToSpell
-
get short spell of chinese
- getSimpleClassName(Class) - 类 中的静态方法com.ds.jds.core.esb.mvel.JDSClassVariableResolverFactory
-
REMOVE THIS WITH JDK1.4 COMPATIBILITY!
- getSize() - 类 中的方法com.ds.config.DSMListResultModel
-
- getSize() - 类 中的方法com.ds.config.ListResultModel
-
- getSize() - 类 中的方法com.ds.web.invocation.RemoteListResultModel
-
- getSize() - 类 中的方法com.ds.web.LocalMultipartFile
-
- getSource() - 类 中的方法com.ds.cluster.event.ServerEvent
-
- getSource() - 类 中的方法com.ds.cluster.event.ServiceEvent
-
- getSource() - 类 中的方法com.ds.engine.event.JDSEvent
-
- getSource() - 接口 中的方法com.ds.esb.config.StaticBean
-
- getSource() - 类 中的方法com.ds.jds.core.esb.task.ExcuteObj
-
- getSourceAccessor(OgnlContext, Object, Object) - 类 中的方法com.ds.jds.core.esb.util.CompoundRootAccessor
-
- getSourceAccessor(OgnlContext, Object, Object) - 类 中的方法com.ds.jds.core.esb.util.ObjectProxyPropertyAccessor
-
- getSourceClass() - 类 中的方法com.ds.web.annotation.AggregationBean
-
- getSourceClass() - 类 中的方法com.ds.web.annotation.EntityBean
-
- getSourceClass() - 类 中的方法com.ds.web.annotation.RepositoryBean
-
- getSourceClassName() - 类 中的方法com.ds.web.RequestParamBean
-
- getSourceConstructor() - 类 中的方法com.ds.web.ConstructorBean
-
- getSourceId() - 接口 中的方法com.ds.vfs.FileVersion
-
- getSourceJson() - 类 中的方法com.ds.cluster.udp.ClusterEvent
-
- getSourceMethod() - 类 中的方法com.ds.web.RequestMethodBean
-
- getSourceMethod(CtMethod) - 类 中的静态方法com.ds.web.util.MethodUtil
-
- getSourceSetter(OgnlContext, Object, Object) - 类 中的方法com.ds.jds.core.esb.util.CompoundRootAccessor
-
- getSourceSetter(OgnlContext, Object, Object) - 类 中的方法com.ds.jds.core.esb.util.ObjectProxyPropertyAccessor
-
- GetSplit - com.ds.service中的类
-
- GetSplit() - 类 的构造器com.ds.service.GetSplit
-
- GetSplits - com.ds.service中的类
-
- GetSplits() - 类 的构造器com.ds.service.GetSplits
-
- getSqlClause(String) - 类 中的方法com.ds.org.conf.Query
-
- getSqlClauses() - 类 中的方法com.ds.org.conf.Query
-
- getStart() - 类 中的方法com.ds.web.util.Pager
-
- getStartTime() - 类 中的方法com.ds.esb.util.Debug
-
- getStartTime() - 类 中的方法com.ds.web.RuntimeLog
-
- getState() - 类 中的方法com.ds.config.MenuCfg
-
- getState() - 接口 中的方法com.ds.vfs.FileCopy
-
- getState() - 接口 中的方法com.ds.vfs.FileLink
-
- getState() - 接口 中的方法com.ds.vfs.Folder
-
- getStaticConntction(String) - 类 中的静态方法com.ds.web.RemoteConnectionManager
-
- getStatus() - 类 中的方法com.ds.cluster.ServerNode
-
- getStatus() - 类 中的方法com.ds.config.BPDPlugin
-
- getStatus() - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- getStatus() - 接口 中的方法com.ds.msg.Msg
-
- getStatus() - 接口 中的方法com.ds.org.Person
-
取得人员的标识
- getStatus() - 类 中的方法com.ds.server.ServerStatus
-
- getStatus() - 类 中的方法com.ds.web.RuntimeLog
-
- getString(String) - 类 中的方法com.ds.common.property.ResourceBundle
-
Gets a string for the given key from this resource bundle or one of its
parents.
- getString(String, Object) - 类 中的方法com.ds.common.property.ResourceBundle
-
Retrieve a string from resource bundle and format it with specified args.
- getString(String, Object, Object) - 类 中的方法com.ds.common.property.ResourceBundle
-
Retrieve a string from resource bundle and format it with specified args.
- getString(String, Object, Object, Object) - 类 中的方法com.ds.common.property.ResourceBundle
-
Retrieve a string from resource bundle and format it with specified args.
- getString(String, Object, Object, Object, Object) - 类 中的方法com.ds.common.property.ResourceBundle
-
Retrieve a string from resource bundle and format it with specified args.
- getString(String, Object, Object, Object, Object, Object) - 类 中的方法com.ds.common.property.ResourceBundle
-
Retrieve a string from resource bundle and format it with specified args.
- getStringArray(String) - 类 中的方法com.ds.common.property.ResourceBundle
-
Gets a string array for the given key from this resource bundle or one of
its parents.
- getSubCode() - 类 中的方法com.ds.common.ReturnType
-
- getSubServer(String, ConfigCode) - 类 中的方法com.ds.cluster.ClusterManagerImpl
-
- getSubServer(String, ConfigCode) - 接口 中的方法com.ds.cluster.ClusterMananer
-
- getSubServer(String, ConfigCode) - 类 中的方法com.ds.web.client.WebClusterManagerImpl
-
- getSubServerOLd(String, ConfigCode) - 类 中的方法com.ds.cluster.ClusterManagerImpl
-
- GetSubSystemInfoURL - 类 中的静态变量com.ds.cluster.udp.ClusterClientImpl
-
- GetSubSystemInfoURL - 类 中的静态变量com.ds.server.LocalOrgManagerFactory
-
- GetSuffix(int) - 类 中的方法com.ds.common.expression.JavaCharStream
-
- getSupportedMediaTypes() - 类 中的方法com.ds.web.Base64JsonHttpMessageConverter
-
- getSymbolTable() - 接口 中的方法com.ds.common.expression.ExpressionParser
-
返回变量名称及其值的Map
- getSymbolTable() - 类 中的方法com.ds.common.expression.JEP
-
Returns the symbol table (the list of all variables that the parser
recognises).
- getSysCode() - 类 中的方法com.ds.cluster.event.RegistEventBean
-
- getSysId() - 类 中的方法com.ds.config.BPDProjectConfig
-
- getSysId() - 类 中的方法com.ds.config.CApplication
-
- getSysId() - 接口 中的方法com.ds.org.Role
-
取得该人员角色的标识
- getSysId() - 类 中的方法com.ds.server.ct.CtSubSystem
-
- getSysId() - 接口 中的方法com.ds.server.SubSystem
-
获取子系统统ID
- getSystem(String) - 接口 中的方法com.ds.cluster.udp.ClusterClient
-
- getSystem(String) - 类 中的方法com.ds.cluster.udp.ClusterClientImpl
-
- getSystemBeanList() - 类 中的方法com.ds.esb.config.manager.EsbBeanFactory
-
- getSystemById(String) - 类 中的方法com.ds.server.LocalOrgManagerFactory
-
- getSystemById(String) - 类 中的方法com.ds.server.OrgManagerFactory
-
- getSystemCode() - 类 中的方法com.ds.cluster.udp.ClusterCommand
-
- getSystemCode() - 类 中的方法com.ds.cluster.udp.ClusterEvent
-
- getSystemCode() - 类 中的方法com.ds.cluster.udp.HeardInfo
-
- getSystemCode() - 接口 中的方法com.ds.command.JDSCommand
-
- getSystemCode() - 类 中的方法com.ds.config.UserBean
-
- getSystemCode() - 类 中的方法com.ds.context.JDSActionContext
-
- getSystemCode() - 接口 中的方法com.ds.context.JDSContext
-
- getSystemCode() - 类 中的方法com.ds.context.RunableActionContextImpl
-
- getSystemCode() - 类 中的方法com.ds.context.UDPActionContextImpl
-
- getSystemCode() - 类 中的方法com.ds.engine.event.JDSEvent
-
- getSystemCode() - 类 中的方法com.ds.jds.core.User
-
- getSystemCode() - 接口 中的方法com.ds.msg.Msg
-
- getSystemCode() - 接口 中的方法com.ds.server.JDSClientService
-
- getSystemCode() - 类 中的方法com.ds.server.JDSClientServiceImpl
-
- getSystemCode() - 接口 中的方法com.ds.vfs.Folder
-
- getSystemMap() - 类 中的方法com.ds.server.OrgManagerFactory
-
- getSystems() - 类 中的方法com.ds.server.LocalOrgManagerFactory
-
- getSystems() - 类 中的方法com.ds.server.OrgManagerFactory
-
- getSystemStatus(String) - 接口 中的方法com.ds.cluster.udp.ClusterClient
-
- getSystemStatus(String) - 类 中的方法com.ds.cluster.udp.ClusterClientImpl
-
- getTableName() - 类 中的方法com.ds.enums.db.DBTableBean
-
- getTableName() - 类 中的方法com.ds.org.conf.Query.SqlClause
-
- getTemplateLoader(String) - 类 中的方法com.ds.template.JDSFreemarkerManager
-
- getText() - 类 中的方法com.ds.config.MenuCfg
-
- getThumb(String) - 类 中的静态方法com.ds.config.JDSUtil
-
- getTier() - 接口 中的方法com.ds.app.App
-
取得该机构所属自身的层数[,第一层为0]
- getTier() - 接口 中的方法com.ds.org.Org
-
取得该机构所属自身的层数[,第一层为0]
- getTime(String, Date) - 类 中的方法com.ds.common.property.ResourceBundle
-
Retrieve a time from bundle.
- getTime(String) - 类 中的方法com.ds.common.property.ResourceBundle
-
Retrieve a time from bundle.
- getTime() - 类 中的方法com.ds.web.RuntimeLog
-
- getTimeD(String) - 类 中的静态方法com.ds.common.util.DateUtility
-
将时间由字符串转成日期型
- getTimeout() - 类 中的方法com.ds.cluster.ServerNode
-
- getTimeout() - 类 中的方法com.ds.cluster.udp.ClusterCommand
-
- getTimeout() - 类 中的方法com.ds.cluster.udp.ClusterEvent
-
- getTimeout() - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- getTimes() - 接口 中的方法com.ds.msg.LogMsg
-
- getTimes() - 接口 中的方法com.ds.msg.Msg
-
- getTimes() - 接口 中的方法com.ds.msg.SmsMsg
-
- getTitle() - 接口 中的方法com.ds.msg.Msg
-
- getTitleKey() - 类 中的方法com.ds.enums.db.DBTableBean
-
- getToken() - 类 中的方法com.ds.cluster.udp.ClusterCommand
-
- getToken() - 类 中的方法com.ds.cluster.udp.ClusterEvent
-
- getToken(int) - 类 中的方法com.ds.common.expression.Parser
-
- getToken() - 类 中的方法com.ds.config.ResultModel
-
- getToken() - 类 中的方法com.ds.web.RuntimeLog
-
- getTokenType() - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- getTokenType() - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- getTokenType() - 类 中的方法com.ds.server.ct.CtSubSystem
-
- getTokenType() - 接口 中的方法com.ds.server.SubSystem
-
获取是否允许Guest用户
- getTopApps() - 接口 中的方法com.ds.app.AppManager
-
取得所有应用菜单,只取得菜单的基本信息,忽略其他等信息
- getTopEsbBeanById(String) - 类 中的方法com.ds.esb.config.manager.EsbBeanFactory
-
- getTopic() - 接口 中的方法com.ds.msg.TopicMsg
-
- getTopIds() - 类 中的方法com.ds.org.conf.Query.SqlClause
-
- getTopNode() - 类 中的方法com.ds.common.expression.JEP
-
Returns the top node of the expression tree.
- getTopOrgs(String) - 接口 中的方法com.ds.org.OrgManager
-
取得所有的顶级机构
- getTopOrgs() - 接口 中的方法com.ds.org.OrgManager
-
取得所有的顶级机构
- getTotal() - 类 中的方法com.ds.web.util.Pager
-
- getToxml() - 类 中的方法com.ds.config.CBPDBrowserElement
-
- getType() - 枚举 中的方法com.ds.bpm.client.RouteToType
-
- getType() - 枚举 中的方法com.ds.cluster.event.ServiceEventEnums
-
- getType() - 类 中的方法com.ds.cluster.ServerNode
-
- getType() - 枚举 中的方法com.ds.cluster.udp.DeadLine
-
- getType() - 枚举 中的方法com.ds.cluster.udp.PerformSequence
-
- getType() - 枚举 中的方法com.ds.config.ActivityDefImpl
-
- getType() - 类 中的方法com.ds.config.CExtendedAttribute
-
- getType() - 类 中的方法com.ds.config.CPDTElement
-
- getType() - 枚举 中的方法com.ds.config.ListenerType
-
- getType() - 类 中的方法com.ds.config.MenuCfg
-
- getType() - 枚举 中的方法com.ds.config.PluginType
-
- getType() - 枚举 中的方法com.ds.enums.attribute.AttributeInterpretClass
-
- getType() - 枚举 中的方法com.ds.enums.attribute.Attributetype
-
- getType() - 枚举 中的方法com.ds.enums.CommandEventEnums
-
- getType() - 枚举 中的方法com.ds.enums.Commonyesno
-
- getType() - 枚举 中的方法com.ds.enums.CommonYesNoEnum
-
- getType() - 枚举 中的方法com.ds.enums.db.ColType
-
- getType() - 枚举 中的方法com.ds.enums.DurationUnit
-
- getType() - 接口 中的方法com.ds.enums.Enumstype
-
- getType() - 接口 中的方法com.ds.enums.IconEnumstype
-
- getType() - 枚举 中的方法com.ds.enums.MsgStatus
-
- getType() - 枚举 中的方法com.ds.enums.ServerEventEnums
-
- getType() - 枚举 中的方法com.ds.enums.service.HttpMethod
-
- getType() - 枚举 中的方法com.ds.enums.service.ProxyType
-
- getType() - 枚举 中的方法com.ds.enums.service.RequestType
-
- getType() - 枚举 中的方法com.ds.enums.service.ResponseType
-
- getType() - 枚举 中的方法com.ds.enums.ServiceStatus
-
- getType() - 枚举 中的方法com.ds.enums.SimpleEnum
-
- getType() - 枚举 中的方法com.ds.enums.vfs.FolderState
-
- getType() - 枚举 中的方法com.ds.enums.vfs.FolderType
-
- getType() - 接口 中的方法com.ds.enums.vfs.VFSEnumstype
-
- getType() - 枚举 中的方法com.ds.esb.config.ContextType
-
- getType() - 枚举 中的方法com.ds.esb.config.EsbBeanType
-
- getType() - 枚举 中的方法com.ds.esb.config.EsbFlowType
-
- getType() - 枚举 中的方法com.ds.esb.config.formula.EngineType
-
- getType() - 枚举 中的方法com.ds.esb.config.formula.FormulaParams
-
- getType() - 枚举 中的方法com.ds.esb.config.formula.FormulaType
-
- getType() - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- getType() - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- getType() - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- getType() - 类 中的方法com.ds.esb.config.manager.ExpressionTempFtlBean
-
- getType() - 接口 中的方法com.ds.esb.config.manager.ServiceBean
-
- getType() - 枚举 中的方法com.ds.esb.config.TokenType
-
- getType() - 类 中的方法com.ds.jds.core.esb.mvel.JDSClassVariableResolver
-
- getType() - 类 中的方法com.ds.jds.core.esb.mvel.JDSMapVariableResolver
-
- getType() - 接口 中的方法com.ds.msg.Msg
-
- getType() - 接口 中的方法com.ds.msg.PersonPrivateGroup
-
- getType() - 类 中的方法com.ds.org.conf.Query
-
- getType() - 类 中的方法com.ds.org.conf.Query.SqlClause
-
- getType() - 枚举 中的方法com.ds.org.OrgRoleType
-
- getType() - 枚举 中的方法com.ds.org.PersonRoleType
-
- getType() - 接口 中的方法com.ds.org.Role
-
取得该人员角色类型
- getType() - 枚举 中的方法com.ds.org.RoleOtherType
-
- getType() - 枚举 中的方法com.ds.org.RoleType
-
- getType() - 类 中的方法com.ds.server.ct.CtSubSystem
-
- getType() - 枚举 中的方法com.ds.server.eumus.ConfigCode
-
- getType() - 枚举 中的方法com.ds.server.eumus.SystemNodeType
-
- getType() - 枚举 中的方法com.ds.server.eumus.SystemStatus
-
- getType() - 枚举 中的方法com.ds.server.eumus.SystemType
-
- getType() - 接口 中的方法com.ds.server.SubSystem
-
获得分类
- getType() - 类 中的方法com.ds.web.annotation.AggregationBean
-
- getType() - 枚举 中的方法com.ds.web.annotation.AggregationType
-
- getType() - 枚举 中的方法com.ds.web.annotation.RefType
-
- getType() - 枚举 中的方法com.ds.web.annotation.ViewGroupType
-
- getType() - 枚举 中的方法com.ds.web.annotation.ViewType
-
- getTypeMap() - 类 中的静态方法com.ds.esb.config.manager.JDSExpressionParserManager
-
- getUDPClient() - 接口 中的方法com.ds.cluster.udp.ClusterClient
-
- getUDPClient() - 类 中的方法com.ds.cluster.udp.ClusterClientImpl
-
- getUdpIP() - 类 中的方法com.ds.jds.core.User
-
- getUdpPort() - 类 中的方法com.ds.jds.core.User
-
- getUdpUrl() - 类 中的方法com.ds.config.UserBean
-
- getUniqueFile(String, String) - 类 中的静态方法com.ds.common.util.FileUtility
-
Get an unique file
- getUniquePath(String, String) - 类 中的静态方法com.ds.common.util.FileUtility
-
Get an unique path file
- getUpdataClause() - 类 中的方法com.ds.org.conf.Query.SqlClause
-
- getUpdateTime() - 接口 中的方法com.ds.vfs.Folder
-
- getUrl() - 接口 中的方法com.ds.app.Module
-
- getUrl() - 类 中的方法com.ds.cluster.ServerNode
-
- getUrl() - 类 中的方法com.ds.config.MenuCfg
-
- getUrl() - 类 中的方法com.ds.enums.db.DBTableBean
-
- getUrl() - 类 中的方法com.ds.server.ct.CtSubSystem
-
- getUrl() - 接口 中的方法com.ds.server.SubSystem
-
获取子系统URL
- getURL(String) - 类 中的方法com.ds.template.JDSClassTemplateLoader
-
- getUrl() - 类 中的方法com.ds.web.APIConfig
-
- getUrl() - 类 中的方法com.ds.web.RequestMethodBean
-
- getUrl() - 类 中的方法com.ds.web.RuntimeLog
-
- getUrls() - 类 中的方法com.ds.server.Classpath
-
- getUrls() - 类 中的方法com.ds.web.APIConfig
-
- getUser() - 类 中的方法com.ds.cluster.udp.HeartThread
-
- getUser() - 类 中的方法com.ds.cluster.udp.UDPClient
-
- getUserexpression() - 类 中的方法com.ds.cluster.ServerNode
-
- getUserexpression() - 类 中的方法com.ds.cluster.ServerNodeList
-
- getUserexpression() - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- getUserid() - 类 中的方法com.ds.cluster.udp.HeardInfo
-
- getUserId() - 接口 中的方法com.ds.common.query.JLuceneIndex
-
- getUserID() - 类 中的方法com.ds.engine.ConnectInfo
-
- getUsername() - 类 中的方法com.ds.cluster.DBConfig
-
- getUsername() - 类 中的方法com.ds.config.UserBean
-
- getUsername() - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- getUserpassword() - 类 中的方法com.ds.config.UserBean
-
- getUuid() - 接口 中的方法com.ds.common.query.JLuceneIndex
-
- getValue(String) - 类 中的方法com.ds.cluster.ServerServiceConfig
-
- getValue() - 枚举 中的方法com.ds.cluster.service.RuntimLogEnum
-
- getValue(String) - 类 中的静态方法com.ds.common.CommonConfig
-
- getValue() - 类 中的方法com.ds.common.expression.ASTConstant
-
- getValue(Node, Vector, SymbolTable) - 类 中的方法com.ds.common.expression.EvaluatorVisitor
-
Returns the value of the expression as an object.
- getValue() - 类 中的方法com.ds.common.expression.JEP
-
Evaluates and returns the value of the expression.
- getValue() - 类 中的方法com.ds.common.query.Condition
-
- getValue() - 接口 中的方法com.ds.common.query.ConditionKey
-
- getValue() - 类 中的方法com.ds.config.CExtendedAttribute
-
- getValue(String) - 类 中的静态方法com.ds.config.JDSConfig
-
- getValue() - 接口 中的方法com.ds.esb.config.manager.ExpressionParameter
-
- getValue() - 类 中的方法com.ds.esb.config.manager.ExpressionTempParamBean
-
- getValue(String) - 类 中的方法com.ds.esb.config.xml.ServiceConfig
-
- getValue() - 类 中的方法com.ds.jds.core.esb.mvel.JDSClassVariableResolver
-
- getValue() - 类 中的方法com.ds.jds.core.esb.mvel.JDSMapVariableResolver
-
- getValue() - 类 中的方法com.ds.jds.core.esb.util.ObjectProxy
-
- getValue(String, Map, Object) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlUtil
-
- getValue(String, Map, Object, Class<T>) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlUtil
-
- getValue(String) - 类 中的静态方法com.ds.org.conf.ClientConfig
-
- getValue() - 类 中的方法com.ds.web.RequestMappingBean
-
- getValue(Annotation, String) - 类 中的静态方法com.ds.web.util.AnnotationUtil
-
- getValueAsObject() - 接口 中的方法com.ds.common.expression.ExpressionParser
-
取得表达式的值
- getValueAsObject() - 类 中的方法com.ds.common.expression.JEP
-
Evaluates and returns the value of the expression as an object.
- getValues(String) - 类 中的方法com.ds.cluster.ServerServiceConfig
-
- getValues(String) - 类 中的静态方法com.ds.common.CommonConfig
-
- getValues(String) - 类 中的静态方法com.ds.config.JDSConfig
-
- getValues(String) - 类 中的方法com.ds.esb.config.xml.ServiceConfig
-
- getValues(String) - 类 中的静态方法com.ds.org.conf.ClientConfig
-
- getValues(Annotation, String) - 类 中的静态方法com.ds.web.util.AnnotationUtil
-
- getValueStack() - 类 中的方法com.ds.jds.core.esb.util.ActionContext
-
Gets the OGNL value stack.
- getVariableResolver(String) - 类 中的方法com.ds.jds.core.esb.mvel.JDSClassVariableResolverFactory
-
- getVariableResolver(String) - 类 中的方法com.ds.jds.core.esb.mvel.JDSEsbVariableResolverFactory
-
- getVersion() - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- getVersion() - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- getVersion() - 接口 中的方法com.ds.esb.config.manager.ServiceBean
-
- getVersionId() - 接口 中的方法com.ds.vfs.FileCopy
-
- getVersionID() - 接口 中的方法com.ds.vfs.FileVersion
-
- getVersionId() - 接口 中的方法com.ds.vfs.FileView
-
- getVersionIds() - 接口 中的方法com.ds.vfs.FileInfo
-
- getVersionList() - 接口 中的方法com.ds.vfs.FileInfo
-
- getVersionName() - 接口 中的方法com.ds.vfs.FileVersion
-
- getVFSEngine() - 类 中的方法com.ds.config.AppConfig
-
- getVfsEngine() - 类 中的方法com.ds.config.CApplication
-
- getVfsPath() - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- getVfsPath() - 类 中的方法com.ds.server.ct.CtSubSystem
-
- getVfsPath() - 接口 中的方法com.ds.server.SubSystem
-
获取描述
- getVFSService() - 类 中的方法com.ds.config.AppConfig
-
- getVfsService() - 类 中的方法com.ds.config.CApplication
-
- getView() - 类 中的方法com.ds.web.annotation.RefBean
-
- getViewIds() - 接口 中的方法com.ds.vfs.FileVersion
-
- getViewInstId() - 类 中的方法com.ds.web.annotation.ViewBean
-
- getViews() - 接口 中的方法com.ds.vfs.FileVersion
-
- getWebServerPort() - 类 中的方法com.ds.config.UserBean
-
- getWeekOfDate(Date) - 类 中的静态方法com.ds.common.util.DateUtility
-
- getWhereClause() - 类 中的方法com.ds.org.conf.Query.SqlClause
-
- getWidth() - 类 中的方法com.ds.config.BPDPlugin
-
- getWorkflowService() - 类 中的方法com.ds.config.CApplication
-
- getWriter() - 类 中的方法com.ds.template.JDSFreemarkerResult
-
The default writer writes directly to the response writer.
- getXML(String) - 类 中的静态方法com.ds.common.property.ConfigFactory
-
- getYear() - 类 中的方法com.ds.service.CurrTime
-
- GT - 接口 中的静态变量com.ds.common.expression.ParserConstants
-
- guessType(String) - 类 中的静态方法com.ds.esb.util.EsbFactory
-
- guessType(String, Map, Object) - 类 中的静态方法com.ds.esb.util.EsbFactory
-
- IconEnumstype - com.ds.enums中的接口
-
- id - 类 中的变量com.ds.cluster.ServerNode
-
- id - 类 中的变量com.ds.common.expression.SimpleNode
-
- id - 类 中的变量com.ds.engine.event.JDSEvent
-
- id - 类 中的变量com.ds.esb.event.ESBEvent
-
- Identifier() - 类 中的方法com.ds.common.expression.Parser
-
- IDENTIFIER - 接口 中的静态变量com.ds.common.expression.ParserConstants
-
- idMap - 类 中的变量com.ds.esb.config.annotation.AbstractAnnotationtExpressionTempManager
-
- idMap - 类 中的变量com.ds.esb.config.manager.EsbBeanFactory
-
- ids - 类 中的变量com.ds.config.TreeListResultModel
-
- IIf - com.ds.common.expression.function.logical中的类
-
Title: ETCL
Description: 数据更新工具(抽取,转换,清洗,装载)
类似java String 的 substring方法, 而且能够对List中的每个元素执行substring操作。
- IIf() - 类 的构造器com.ds.common.expression.function.logical.IIf
-
- iif(Object, Object, Object) - 类 中的方法com.ds.common.expression.function.logical.IIf
-
- im() - 类 中的方法com.ds.common.expression.type.Complex
-
Returns the imaginary component of this object
- image - 类 中的变量com.ds.common.expression.Token
-
The string image of the token.
- imageClass - 类 中的变量com.ds.enums.db.MethodChinaBean
-
- ImgUtil - com.ds.common.util中的类
-
- ImgUtil() - 类 的构造器com.ds.common.util.ImgUtil
-
- implicitMul - 类 中的变量com.ds.common.expression.JEP
-
Implicit multiplication option
- info(Object) - 类 中的方法com.ds.common.logging.impl.Jdk14Logger
-
Log a message with info log level.
- info(Object, Throwable) - 类 中的方法com.ds.common.logging.impl.Jdk14Logger
-
Log a message and exception with info log level.
- info(Object) - 类 中的方法com.ds.common.logging.impl.Log4JLogger
-
Log a message to the Log4j Logger with INFO priority.
- info(Object, Throwable) - 类 中的方法com.ds.common.logging.impl.Log4JLogger
-
Log an error to the Log4j Logger with INFO priority.
- info(Object) - 类 中的方法com.ds.common.logging.impl.NoOpLog
-
Do nothing
- info(Object, Throwable) - 类 中的方法com.ds.common.logging.impl.NoOpLog
-
Do nothing
- info(Object) - 类 中的方法com.ds.common.logging.impl.SimpleLog
-
Log a message with info log level.
- info(Object, Throwable) - 类 中的方法com.ds.common.logging.impl.SimpleLog
-
Log an error with info log level.
- info(Object) - 接口 中的方法com.ds.common.logging.Log
-
Log a message with info log level.
- info(Object, Throwable) - 接口 中的方法com.ds.common.logging.Log
-
Log an error with info log level.
- init(ConfigCode) - 接口 中的方法com.ds.app.AppManager
-
初始化子系统
- init() - 类 中的方法com.ds.common.cache.redis.RedisPoolUtil
-
- init(InputStream) - 类 中的方法com.ds.common.property.XMLProperties
-
- init() - 类 中的方法com.ds.esb.config.annotation.AbstractAnnotationtExpressionTempManager
-
初始化,一般从 Jar 包读取 Bean
- init() - 类 中的方法com.ds.esb.config.manager.EsbBeanFactory
-
Esb 初始化
- init() - 接口 中的方法com.ds.esb.config.manager.ServiceConfigManager
-
- init() - 类 中的方法com.ds.esb.config.xml.ExpressionTempXmlProxy
-
xml Bean 初始化
- init(ConfigCode) - 接口 中的方法com.ds.org.OrgManager
-
- init() - 类 中的方法com.ds.web.client.RemoteTempXMLProxy
-
- init() - 类 中的方法com.ds.web.client.SpringMVCTempLoadProxy
-
- initBus() - 类 中的静态方法com.ds.esb.util.EsbFactory
-
- initConnection(String, Integer) - 类 中的静态方法com.ds.web.RemoteConnectionManager
-
- initCoreListeners() - 类 中的方法com.ds.engine.event.EventControl
-
- initEvent(User) - 类 中的方法com.ds.cluster.service.ServerEventFactory
-
- initFunTab() - 类 中的方法com.ds.common.expression.JEP
-
Creates a new FunctionTable object as funTab.
- initSubSystem(SubSystem) - 类 中的方法com.ds.cluster.udp.ClusterClientImpl
-
- initSymTab() - 类 中的方法com.ds.common.expression.JEP
-
Creates a new SymbolTable object as symTab.
- INSERT_CACHE_SQL - 类 中的静态变量com.ds.hsql.HsqlDbCache
-
- instances - 类 中的变量com.ds.common.logging.impl.LogFactoryImpl
-
The Log instances that have
already been created, keyed by logger name.
- InstantiatingNullHandler - com.ds.jds.core.esb.util中的类
-
Provided that the key
InstantiatingNullHandler.CREATE_NULL_OBJECTS is in the action context with a value of true (this key is set
only during the execution of the
com.ds.jds.core.esb.interceptor.ParametersInterceptor), OGNL expressions
that have caused a NullPointerException will be temporarily stopped for evaluation while the system automatically
tries to solve the null references by automatically creating the object.
- InstantiatingNullHandler() - 类 的构造器com.ds.jds.core.esb.util.InstantiatingNullHandler
-
- INTEGER_LITERAL - 接口 中的静态变量com.ds.common.expression.ParserConstants
-
- intercept(Object, Method, Object[], MethodProxy) - 接口 中的方法com.ds.esb.event.EsbInvocation
-
- intercept(Object, Method, Object[], MethodProxy) - 类 中的方法com.ds.web.JSONGenSetInvocationHandler
-
- intToByte(int) - 类 中的静态方法com.ds.common.util.StringUtility
-
- invacationExpression(Class, Constructor, Object[]) - 类 中的静态方法com.ds.esb.config.manager.JDSExpressionParserManager
-
- invalidateSession(List<JDSSessionHandle>) - 类 中的方法com.ds.server.JDSServer
-
- invok(Object) - 类 中的方法com.ds.web.ConstructorBean
-
- invok(OgnlContext, Map<String, Object>) - 类 中的方法com.ds.web.RequestMethodBean
-
- invoke(Object, Method, Object[]) - 类 中的方法com.ds.web.CallBackInvocationHandler
-
- invoke(Object, Method, Object[]) - 类 中的方法com.ds.web.invocation.HttpAdminInvocationHandler
-
- invoke(Object, Method, Object[]) - 类 中的方法com.ds.web.invocation.HttpClientInvocationHandler
-
- invoke(Object, Method, Object[]) - 类 中的方法com.ds.web.invocation.HttpInvocationHandler
-
- IOTCONFIG_KEY - 类 中的静态变量com.ds.org.conf.OrgConstants
-
- IOUtility - com.ds.common.util中的类
-
Title: 常用代码打包
Description: General IO Stream manipulation.
- isAsc() - 类 中的方法com.ds.common.query.Order
-
- isAutoLogin() - 类 中的方法com.ds.config.UserBean
-
- isCache() - 类 中的方法com.ds.jds.core.esb.mvel.JDSMapVariableResolver
-
- isCacheEnabled() - 接口 中的方法com.ds.common.cache.CacheManager
-
Returns true if cache is globally enabled.
- isCacheEnabled() - 类 中的方法com.ds.common.cache.MemCacheManager
-
Returns true if cache is globally enabled.
- isCacheEnabled() - 类 中的方法com.ds.common.cache.redis.RedisCacheManager
-
Returns true if cache is globally enabled.
- isCacheEnabled() - 类 中的静态方法com.ds.hsql.HsqlDbCacheManager
-
Returns true if cache is globally enabled.
- isCacheEnabledNS() - 类 中的方法com.ds.common.cache.redis.RedisCacheManager
-
Returns true if cache is globally enabled.
- isCacheEnabledNS() - 类 中的方法com.ds.hsql.HsqlDbCacheManager
-
Returns true if cache is globally enabled.
- isCancelled() - 类 中的方法com.ds.config.ResultModel
-
- isCancelled() - 类 中的方法com.ds.web.invocation.RemoteListResultModel
-
- isCancelled() - 类 中的方法com.ds.web.invocation.RemoteResultModel
-
- isClient - 类 中的变量com.ds.cluster.udp.UDPClient
-
- isCometServer() - 类 中的方法com.ds.server.JDSServer
-
- isconnect() - 接口 中的方法com.ds.engine.ConnectionHandle
-
是否已连接
- isconnect() - 类 中的方法com.ds.engine.DefaultConnectionHandle
-
- isConsumed() - 类 中的方法com.ds.engine.event.JDSEvent
-
返回事件是否已经被消耗,如果是则不需要继续传递 如果事件可以被其中一个事件处理中止传递,则需要将此方法公开(public)
- isConsumed() - 类 中的方法com.ds.esb.event.ESBEvent
-
返回事件是否已经被消耗,如果是则不需要继续传递 如果事件可以被其中一个事件处理中止传递,则需要将此方法公开(public)
- isCreatingNullObjects(Map) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlContextState
-
- isDebugEnabled() - 类 中的方法com.ds.common.logging.impl.Jdk14Logger
-
Is debug logging currently enabled?
- isDebugEnabled() - 类 中的方法com.ds.common.logging.impl.Log4JLogger
-
Check whether the Log4j Logger used is enabled for DEBUG priority.
- isDebugEnabled() - 类 中的方法com.ds.common.logging.impl.NoOpLog
-
Debug is never enabled.
- isDebugEnabled() - 类 中的方法com.ds.common.logging.impl.SimpleLog
-
Are debug messages currently enabled?
- isDebugEnabled() - 接口 中的方法com.ds.common.logging.Log
-
Is debug logging currently enabled?
- isDenyMethodExecution(Map) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlContextState
-
- isDisabled() - 类 中的方法com.ds.config.MenuCfg
-
- isDone() - 类 中的方法com.ds.config.ResultModel
-
- isDone() - 类 中的方法com.ds.web.invocation.RemoteListResultModel
-
- isDone() - 类 中的方法com.ds.web.invocation.RemoteResultModel
-
- isEmpty() - 类 中的方法com.ds.common.cache.DefaultCache
-
- isEmpty() - 类 中的方法com.ds.common.cache.redis.RedisCache
-
- isEmpty() - 类 中的方法com.ds.hsql.HsqlDbCache
-
- isEmpty() - 类 中的方法com.ds.web.LocalMultipartFile
-
- isErrorEnabled() - 类 中的方法com.ds.common.logging.impl.Jdk14Logger
-
Is error logging currently enabled?
- isErrorEnabled() - 类 中的方法com.ds.common.logging.impl.Log4JLogger
-
Check whether the Log4j Logger used is enabled for ERROR priority.
- isErrorEnabled() - 类 中的方法com.ds.common.logging.impl.NoOpLog
-
Error is never enabled.
- isErrorEnabled() - 类 中的方法com.ds.common.logging.impl.SimpleLog
-
Are error messages currently enabled?
- isErrorEnabled() - 接口 中的方法com.ds.common.logging.Log
-
Is error logging currently enabled?
- isFatalEnabled() - 类 中的方法com.ds.common.logging.impl.Jdk14Logger
-
Is fatal logging currently enabled?
- isFatalEnabled() - 类 中的方法com.ds.common.logging.impl.Log4JLogger
-
Check whether the Log4j Logger used is enabled for FATAL priority.
- isFatalEnabled() - 类 中的方法com.ds.common.logging.impl.NoOpLog
-
Fatal is never enabled.
- isFatalEnabled() - 类 中的方法com.ds.common.logging.impl.SimpleLog
-
Are fatal messages currently enabled?
- isFatalEnabled() - 接口 中的方法com.ds.common.logging.Log
-
Is fatal logging currently enabled?
- isFieldName(Method) - 类 中的静态方法com.ds.web.util.MethodUtil
-
- isGetMethod(Method) - 类 中的静态方法com.ds.web.util.MethodUtil
-
- isGettingByKeyProperty(Map) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlContextState
-
- isInfoEnabled() - 类 中的方法com.ds.common.logging.impl.Jdk14Logger
-
Is info logging currently enabled?
- isInfoEnabled() - 类 中的方法com.ds.common.logging.impl.Log4JLogger
-
Check whether the Log4j Logger used is enabled for INFO priority.
- isInfoEnabled() - 类 中的方法com.ds.common.logging.impl.NoOpLog
-
Info is never enabled.
- isInfoEnabled() - 类 中的方法com.ds.common.logging.impl.SimpleLog
-
Are info messages currently enabled?
- isInfoEnabled() - 接口 中的方法com.ds.common.logging.Log
-
Is info logging currently enabled?
- isIntegerType(Class) - 类 中的方法com.ds.jds.core.esb.util.JDSBasicConverter
-
- isJdk14Available() - 类 中的方法com.ds.common.logging.impl.LogFactoryImpl
-
Is JDK 1.4 or later logging available?
- isLevelEnabled(int) - 类 中的方法com.ds.common.logging.impl.SimpleLog
-
Is the given log level currently enabled?
- isLog4JAvailable() - 类 中的方法com.ds.common.logging.impl.LogFactoryImpl
-
Is a Log4J implementation available?
- isLogin() - 接口 中的方法com.ds.cluster.udp.ClusterClient
-
- isLogin() - 类 中的方法com.ds.cluster.udp.ClusterClientImpl
-
- isLogin - 类 中的变量com.ds.cluster.udp.UDPClient
-
- isLogin() - 类 中的方法com.ds.config.UserBean
-
- isNoArgConstructorRequired() - 类 中的方法com.ds.jds.core.esb.util.ObjectFactory
-
Allows for ObjectFactory implementations that support
Actions without no-arg constructors.
- isOffLine() - 类 中的方法com.ds.config.UserBean
-
- isPermits(String) - 类 中的方法com.ds.org.conf.OrgConfig
-
- isReloadingConfigs() - 类 中的静态方法com.ds.jds.core.esb.util.FileManager
-
- isReportingConversionErrors(Map) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlContextState
-
- isResolveable(String) - 类 中的方法com.ds.jds.core.esb.mvel.JDSClassVariableResolverFactory
-
- isResolveable(String) - 类 中的方法com.ds.jds.core.esb.mvel.JDSEsbVariableResolverFactory
-
- isRetained() - 接口 中的方法com.ds.msg.TopicMsg
-
- isSavePassword() - 类 中的方法com.ds.config.UserBean
-
- isSelfOrgOnly() - 类 中的方法com.ds.org.conf.OrgConfig
-
- isSelfOrgOnly() - 类 中的方法com.ds.org.Permissions
-
是否只允许访问本部门的组织机构信息
- isSetMethod(Method) - 类 中的静态方法com.ds.web.util.MethodUtil
-
- isStopPutWhenFull - 类 中的变量com.ds.common.cache.DefaultCache
-
- isStopPutWhenFull - 类 中的变量com.ds.common.cache.redis.RedisCache
-
- isStopPutWhenFull - 类 中的变量com.ds.hsql.HsqlDbCache
-
- isSucess() - 类 中的方法com.ds.common.ReturnType
-
判断此次执行是否成功
- isSupportApp() - 类 中的方法com.ds.org.conf.OrgConfig
-
- isSupportDeskTopProperty() - 类 中的方法com.ds.org.conf.OrgConfig
-
获取属性supportDeskTopProperty的值。
- isSupportModule() - 类 中的方法com.ds.org.conf.OrgConfig
-
- isSupportModuleProperty() - 类 中的方法com.ds.org.conf.OrgConfig
-
获取属性supportModuleProperty的值。
- isSupportOrgApp() - 类 中的方法com.ds.org.conf.OrgConfig
-
- isSupportOrgLevel() - 类 中的方法com.ds.org.conf.OrgConfig
-
- isSupportOrgLevel() - 接口 中的方法com.ds.org.OrgManager
-
是否支持组织机构级别
- isSupportOrgModule() - 类 中的方法com.ds.org.conf.OrgConfig
-
- isSupportOrgRole() - 类 中的方法com.ds.org.conf.OrgConfig
-
- isSupportOrgRole() - 接口 中的方法com.ds.org.OrgManager
-
- isSupportPerson() - 类 中的方法com.ds.org.conf.OrgConfig
-
- isSupportPersonDuty() - 类 中的方法com.ds.org.conf.OrgConfig
-
- isSupportPersonDuty() - 接口 中的方法com.ds.org.OrgManager
-
是否支持人员职务
- isSupportPersonGroup() - 类 中的方法com.ds.org.conf.OrgConfig
-
- isSupportPersonGroup() - 接口 中的方法com.ds.org.OrgManager
-
是否支持用户组
- isSupportPersonLevel() - 类 中的方法com.ds.org.conf.OrgConfig
-
- isSupportPersonLevel() - 接口 中的方法com.ds.org.OrgManager
-
是否支持人员职级
- isSupportPersonModuleProperty() - 类 中的方法com.ds.org.conf.OrgConfig
-
获取属性supportPersonModuleProperty的值。
- isSupportPersonMsg() - 类 中的方法com.ds.org.conf.OrgConfig
-
- isSupportPersonOrg() - 类 中的方法com.ds.org.conf.OrgConfig
-
- isSupportPersonPosition() - 类 中的方法com.ds.org.conf.OrgConfig
-
- isSupportPersonPosition() - 接口 中的方法com.ds.org.OrgManager
-
是否人员岗位
- isSupportPersonPrivateGroup() - 类 中的方法com.ds.org.conf.OrgConfig
-
- isSupportPersonRole() - 类 中的方法com.ds.org.conf.OrgConfig
-
- isSupportPersonRole() - 接口 中的方法com.ds.org.OrgManager
-
是否支持人员角色
- isSupportRole() - 接口 中的方法com.ds.org.OrgManager
-
是否支持组织机构角色
- isSupports(String) - 类 中的方法com.ds.org.conf.OrgConfig
-
- isSupportSSO() - 类 中的方法com.ds.org.conf.OrgConfig
-
- isSupportVFS() - 类 中的方法com.ds.org.conf.OrgConfig
-
- isTarget(String) - 类 中的方法com.ds.jds.core.esb.mvel.JDSClassVariableResolverFactory
-
- isTarget(String) - 类 中的方法com.ds.jds.core.esb.mvel.JDSEsbVariableResolverFactory
-
- isTraceEnabled() - 类 中的方法com.ds.common.logging.impl.Jdk14Logger
-
Is tace logging currently enabled?
- isTraceEnabled() - 类 中的方法com.ds.common.logging.impl.Log4JLogger
-
Check whether the Log4j Logger used is enabled for TRACE priority.
- isTraceEnabled() - 类 中的方法com.ds.common.logging.impl.NoOpLog
-
Trace is never enabled.
- isTraceEnabled() - 类 中的方法com.ds.common.logging.impl.SimpleLog
-
Are trace messages currently enabled?
- isTraceEnabled() - 接口 中的方法com.ds.common.logging.Log
-
Is trace logging currently enabled?
- isWarnEnabled() - 类 中的方法com.ds.common.logging.impl.Jdk14Logger
-
Is warning logging currently enabled?
- isWarnEnabled() - 类 中的方法com.ds.common.logging.impl.Log4JLogger
-
Check whether the Log4j Logger used is enabled for WARN priority.
- isWarnEnabled() - 类 中的方法com.ds.common.logging.impl.NoOpLog
-
Warning is never enabled.
- isWarnEnabled() - 类 中的方法com.ds.common.logging.impl.SimpleLog
-
Are warn messages currently enabled?
- isWarnEnabled() - 接口 中的方法com.ds.common.logging.Log
-
Is warning logging currently enabled?
- jar(String, String) - 类 中的静态方法com.ds.common.util.ZipUtil
-
- JarCompile - com.ds.common.util中的类
-
- JarCompile() - 类 的构造器com.ds.common.util.JarCompile
-
- JarLoader - com.ds.common.util中的类
-
Created by IntelliJ IDEA.
- JarLoader(ClassLoader) - 类 的构造器com.ds.common.util.JarLoader
-
- JarLoader(String) - 类 的构造器com.ds.common.util.JarLoader
-
- JarLoader(File) - 类 的构造器com.ds.common.util.JarLoader
-
- JarLoader(File, ClassLoader) - 类 的构造器com.ds.common.util.JarLoader
-
- JAVA_IO_TMPDIR - 类 中的静态变量com.ds.common.util.Constants
-
- JavaCharStream - com.ds.common.expression中的类
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (with java-like unicode escape processing).
- JavaCharStream(Reader, int, int, int) - 类 的构造器com.ds.common.expression.JavaCharStream
-
- JavaCharStream(Reader, int, int) - 类 的构造器com.ds.common.expression.JavaCharStream
-
- JavaCharStream(Reader) - 类 的构造器com.ds.common.expression.JavaCharStream
-
- JavaCharStream(InputStream, int, int, int) - 类 的构造器com.ds.common.expression.JavaCharStream
-
- JavaCharStream(InputStream, int, int) - 类 的构造器com.ds.common.expression.JavaCharStream
-
- JavaCharStream(InputStream) - 类 的构造器com.ds.common.expression.JavaCharStream
-
- JCheckBoxMenuItem - 类 中的静态变量com.ds.config.MenuCfg
-
- Jdk14Logger - com.ds.common.logging.impl中的类
-
Title: 常用代码打包
Description:
Implementation of the org.apache.commons.logging.Log
interfaces that wraps the standard JDK logging mechanisms that were
introduced in the Merlin release (JDK 1.4).
- Jdk14Logger(String) - 类 的构造器com.ds.common.logging.impl.Jdk14Logger
-
Construct a named instance of this Logger.
- JDSActionContext - com.ds.context中的类
-
- JDSActionContext() - 类 的构造器com.ds.context.JDSActionContext
-
- JDSBasicConverter - com.ds.jds.core.esb.util中的类
-
- JDSBasicConverter() - 类 的构造器com.ds.jds.core.esb.util.JDSBasicConverter
-
- JDSBeanWrapper - com.ds.template中的类
-
- JDSBusException - com.ds.esb.config中的异常错误
-
- JDSBusException() - 异常错误 的构造器com.ds.esb.config.JDSBusException
-
Constructs a build exception with no descriptive information.
- JDSBusException(String) - 异常错误 的构造器com.ds.esb.config.JDSBusException
-
Constructs an exception with the given descriptive message.
- JDSBusException(String, Throwable) - 异常错误 的构造器com.ds.esb.config.JDSBusException
-
Constructs an exception with the given message and exception as
a root cause.
- JDSBusException(Throwable) - 异常错误 的构造器com.ds.esb.config.JDSBusException
-
Constructs an exception with the given exception as a root cause.
- JDSClassTemplateLoader - com.ds.template中的类
-
- JDSClassTemplateLoader() - 类 的构造器com.ds.template.JDSClassTemplateLoader
-
- JDSClassVariableResolver - com.ds.jds.core.esb.mvel中的类
-
- JDSClassVariableResolver(String, Class) - 类 的构造器com.ds.jds.core.esb.mvel.JDSClassVariableResolver
-
- JDSClassVariableResolverFactory - com.ds.jds.core.esb.mvel中的类
-
- JDSClassVariableResolverFactory() - 类 的构造器com.ds.jds.core.esb.mvel.JDSClassVariableResolverFactory
-
- JDSClassVariableResolverFactory(VariableResolverFactory) - 类 的构造器com.ds.jds.core.esb.mvel.JDSClassVariableResolverFactory
-
- JDSClientService - com.ds.server中的接口
-
- JDSClientServiceImpl - com.ds.server中的类
-
- JDSCollectionPropertyAccessor - com.ds.jds.core.esb.util中的类
-
- JDSCollectionPropertyAccessor() - 类 的构造器com.ds.jds.core.esb.util.JDSCollectionPropertyAccessor
-
- JDSCometContext - com.ds.context中的接口
-
- JDSCommand - com.ds.command中的接口
-
- JDSConfig - com.ds.config中的类
-
Title: JDS管理系统
Description: 引擎配置应用类
Copyright: Copyright (c) 2018
Company: www.justdos.net
- JDSConfig() - 类 的构造器com.ds.config.JDSConfig
-
- JDSConfig.Config - com.ds.config中的类
-
- JDSConstants - com.ds.common中的类
-
- JDSConstants() - 类 的构造器com.ds.common.JDSConstants
-
- JDSContext - com.ds.context中的接口
-
- JDSConverter - com.ds.jds.core.esb.util中的类
-
- JDSConverter() - 类 的构造器com.ds.jds.core.esb.util.JDSConverter
-
- JDSEnumerationAcccessor - com.ds.jds.core.esb.util中的类
-
- JDSEnumerationAcccessor() - 类 的构造器com.ds.jds.core.esb.util.JDSEnumerationAcccessor
-
- JDSEsbVariableResolverFactory - com.ds.jds.core.esb.mvel中的类
-
- JDSEsbVariableResolverFactory(Map<String, ? extends Object>) - 类 的构造器com.ds.jds.core.esb.mvel.JDSEsbVariableResolverFactory
-
- JDSEsbVariableResolverFactory(Map<String, Object>, VariableResolverFactory) - 类 的构造器com.ds.jds.core.esb.mvel.JDSEsbVariableResolverFactory
-
- JDSEsbVariableResolverFactory(Map<String, Object>, boolean) - 类 的构造器com.ds.jds.core.esb.mvel.JDSEsbVariableResolverFactory
-
- JDSEvent<T> - com.ds.engine.event中的类
-
Title: JDS平台
Description: JDS内所有事件的基类,继承自java.util.EventObject
Copyright: Copyright (c) 2014
Company: www.justdos.net
- JDSEvent(T) - 类 的构造器com.ds.engine.event.JDSEvent
-
- JDSEvent(T, JDSListener) - 类 的构造器com.ds.engine.event.JDSEvent
-
- JDSEventDispatcher - com.ds.engine.event中的接口
-
Title: JDS平台
Description: WEB事件并非所有事件都拥有该属性只有在由WEB操作时才会触发改时间
Copyright: Copyright (c) 2014
Company: www.justdos.net
- JDSException - com.ds.common中的异常错误
-
- JDSException() - 异常错误 的构造器com.ds.common.JDSException
-
Constructs a build exception with no descriptive information.
- JDSException(String, int) - 异常错误 的构造器com.ds.common.JDSException
-
Constructs an exception with the given descriptive message and error
code.
- JDSException(String, Throwable, int) - 异常错误 的构造器com.ds.common.JDSException
-
Constructs an exception with the given descriptive message and error
code.
- JDSException(String) - 异常错误 的构造器com.ds.common.JDSException
-
Constructs an exception with the given descriptive message.
- JDSException(String, Throwable) - 异常错误 的构造器com.ds.common.JDSException
-
Constructs an exception with the given message and exception as a root
cause.
- JDSException(Throwable) - 异常错误 的构造器com.ds.common.JDSException
-
Constructs an exception with the given exception as a root cause.
- JDSExpressionParserManager - com.ds.esb.config.manager中的类
-
Title: JDS系统管理系统
Description:
+*-
Copyright: itjds Copyright (c) 2014
Company: www.justdos.net
- JDSExpressionParserManager() - 类 的构造器com.ds.esb.config.manager.JDSExpressionParserManager
-
- JDSFreemarkerManager - com.ds.template中的类
-
- JDSFreemarkerManager() - 类 的构造器com.ds.template.JDSFreemarkerManager
-
- JDSFreemarkerResult - com.ds.template中的类
-
- JDSFreemarkerResult() - 类 的构造器com.ds.template.JDSFreemarkerResult
-
- JDSFreemarkerResult(String) - 类 的构造器com.ds.template.JDSFreemarkerResult
-
- JDSHomeName - 类 中的静态变量com.ds.config.JDSConfig
-
- JDSIteratorPropertyAccessor - com.ds.jds.core.esb.util中的类
-
- JDSIteratorPropertyAccessor() - 类 的构造器com.ds.jds.core.esb.util.JDSIteratorPropertyAccessor
-
- JDSList - com.ds.jds.core.esb.util中的类
-
- JDSList(Class) - 类 的构造器com.ds.jds.core.esb.util.JDSList
-
- JDSList(Class, Collection) - 类 的构造器com.ds.jds.core.esb.util.JDSList
-
- JDSList(Class, int) - 类 的构造器com.ds.jds.core.esb.util.JDSList
-
- JDSListener - com.ds.engine.event中的接口
-
Title: JDS平台
Description: WEB事件并非所有事件都拥有该属性只有在由WEB操作时才会触发改时间
Copyright: Copyright (c) 2014
Company: www.justdos.net
- JDSListPropertyAccessor - com.ds.jds.core.esb.util中的类
-
Overrides the list property accessor so in the case of trying
to add properties of a given bean and the JavaBean is not present,
this class will create the necessary blank JavaBeans.
- JDSListPropertyAccessor() - 类 的构造器com.ds.jds.core.esb.util.JDSListPropertyAccessor
-
- JDSLocalServer - com.ds.server中的类
-
- JDSLocalServer() - 类 的构造器com.ds.server.JDSLocalServer
-
- JDSLog - com.ds.enums.security中的注释类型
-
日志自定义注解类
- JDSMapPropertyAccessor - com.ds.jds.core.esb.util中的类
-
Implementation of PropertyAccessor that sets and gets properties by storing and looking
up values in Maps.
- JDSMapPropertyAccessor() - 类 的构造器com.ds.jds.core.esb.util.JDSMapPropertyAccessor
-
- JDSMapVariableResolver - com.ds.jds.core.esb.mvel中的类
-
- JDSMapVariableResolver(Map, String) - 类 的构造器com.ds.jds.core.esb.mvel.JDSMapVariableResolver
-
- JDSMapVariableResolver(Map, String, Class) - 类 的构造器com.ds.jds.core.esb.mvel.JDSMapVariableResolver
-
- JDSMapVariableResolver(Map, String, boolean) - 类 的构造器com.ds.jds.core.esb.mvel.JDSMapVariableResolver
-
- JDSMapVariableResolver(Map, String, Class, boolean) - 类 的构造器com.ds.jds.core.esb.mvel.JDSMapVariableResolver
-
- JDSMethodAccessor - com.ds.jds.core.esb.util中的类
-
- JDSMethodAccessor() - 类 的构造器com.ds.jds.core.esb.util.JDSMethodAccessor
-
- JDSScopesHashModel - com.ds.template中的类
-
- JDSScopesHashModel(ObjectWrapper, ValueStack) - 类 的构造器com.ds.template.JDSScopesHashModel
-
- JDSServer - com.ds.server中的类
-
Title: JDS管理系统
Description: JDS服务器。
- JDSSessionFactory - com.ds.client中的类
-
Title: JDS系统管理系统
Description: JDS系统会话工厂类,用于获取客户端接口实现。
- JDSSessionFactory(JDSContext) - 类 的构造器com.ds.client.JDSSessionFactory
-
- JDSSessionHandle - com.ds.engine中的类
-
Title: JDS系统
Description: 带有Session信息的处理类
Copyright: Copyright (c) 2016
Company: www.justdos.net
- JDSSessionHandle() - 类 的构造器com.ds.engine.JDSSessionHandle
-
- JDSSessionHandle(String) - 类 的构造器com.ds.engine.JDSSessionHandle
-
- JDSThreadFactory - com.ds.thread中的类
-
- JDSThreadFactory(String) - 类 的构造器com.ds.thread.JDSThreadFactory
-
- jdstime - 类 中的静态变量com.ds.web.invocation.HttpAdminInvocationHandler
-
- jdstime - 类 中的静态变量com.ds.web.invocation.HttpClientInvocationHandler
-
- JDSUDPContext - com.ds.context中的接口
-
- JDSUSERID - 类 中的静态变量com.ds.web.invocation.HttpAdminInvocationHandler
-
- JDSUSERID - 类 中的静态变量com.ds.web.invocation.HttpClientInvocationHandler
-
- JDSUSERID - 类 中的静态变量com.ds.web.invocation.HttpInvocationHandler
-
- JDSUtil - com.ds.config中的类
-
- JDSUtil() - 类 的构造器com.ds.config.JDSUtil
-
- JEP - com.ds.common.expression中的类
-
Title: 常用代码打包
Description: 表达式解析器
The JEP class is the main interface with which the user should interact.
- JEP() - 类 的构造器com.ds.common.expression.JEP
-
Creates a new JEP instance with the default settings.
- JEP(boolean, boolean, boolean, NumberFactory) - 类 的构造器com.ds.common.expression.JEP
-
Creates a new JEP instance with custom settings.
- jj_nt - 类 中的变量com.ds.common.expression.Parser
-
- jjstrLiteralImages - 类 中的静态变量com.ds.common.expression.ParserTokenManager
-
- jjtAccept(ParserVisitor, Object) - 类 中的方法com.ds.common.expression.ASTConstant
-
Accept the visitor.
- jjtAccept(ParserVisitor, Object) - 类 中的方法com.ds.common.expression.ASTFunNode
-
Accept the visitor.
- jjtAccept(ParserVisitor, Object) - 类 中的方法com.ds.common.expression.ASTStart
-
Accept the visitor.
- jjtAccept(ParserVisitor, Object) - 类 中的方法com.ds.common.expression.ASTVarNode
-
Accept the visitor.
- jjtAccept(ParserVisitor, Object) - 接口 中的方法com.ds.common.expression.Node
-
Accept the visitor.
- jjtAccept(ParserVisitor, Object) - 类 中的方法com.ds.common.expression.SimpleNode
-
Accept the visitor.
- jjtAddChild(Node, int) - 接口 中的方法com.ds.common.expression.Node
-
This method tells the node to add its argument to the node's
list of children.
- jjtAddChild(Node, int) - 类 中的方法com.ds.common.expression.SimpleNode
-
- jjtClose() - 接口 中的方法com.ds.common.expression.Node
-
This method is called after all the child nodes have been
added.
- jjtClose() - 类 中的方法com.ds.common.expression.SimpleNode
-
- JJTCONSTANT - 接口 中的静态变量com.ds.common.expression.ParserTreeConstants
-
- JJTFUNNODE - 接口 中的静态变量com.ds.common.expression.ParserTreeConstants
-
- jjtGetChild(int) - 接口 中的方法com.ds.common.expression.Node
-
This method returns a child node.
- jjtGetChild(int) - 类 中的方法com.ds.common.expression.SimpleNode
-
- jjtGetNumChildren() - 接口 中的方法com.ds.common.expression.Node
-
Return the number of children the node has.
- jjtGetNumChildren() - 类 中的方法com.ds.common.expression.SimpleNode
-
- jjtGetParent() - 接口 中的方法com.ds.common.expression.Node
-
- jjtGetParent() - 类 中的方法com.ds.common.expression.SimpleNode
-
- jjtNodeName - 接口 中的静态变量com.ds.common.expression.ParserTreeConstants
-
- jjtOpen() - 接口 中的方法com.ds.common.expression.Node
-
This method is called after the node has been made the current
node.
- jjtOpen() - 类 中的方法com.ds.common.expression.SimpleNode
-
- jjtree - 类 中的变量com.ds.common.expression.Parser
-
- jjtSetParent(Node) - 接口 中的方法com.ds.common.expression.Node
-
This pair of methods are used to inform the node of its
parent.
- jjtSetParent(Node) - 类 中的方法com.ds.common.expression.SimpleNode
-
- JJTSTART - 接口 中的静态变量com.ds.common.expression.ParserTreeConstants
-
- JJTVARNODE - 接口 中的静态变量com.ds.common.expression.ParserTreeConstants
-
- JJTVOID - 接口 中的静态变量com.ds.common.expression.ParserTreeConstants
-
- JLuceneIndex<T> - com.ds.common.query中的接口
-
- join(String, Iterator) - 类 中的静态方法com.ds.jds.core.esb.util.TextUtils
-
Join an Iteration of Strings together.
- join(String, String[]) - 类 中的静态方法com.ds.jds.core.esb.util.TextUtils
-
Join an array of Strings together.
- join(String, Collection) - 类 中的静态方法com.ds.jds.core.esb.util.TextUtils
-
Join a Collection of Strings together.
- JoinOperator - com.ds.common.query中的枚举
-
- JRadioButtonMenuItem - 类 中的静态变量com.ds.config.MenuCfg
-
- JSESSIONID - 接口 中的静态变量com.ds.context.JDSContext
-
- JSONData - com.ds.web.json中的注释类型
-
- JSONGenSetInvocationHandler - com.ds.web中的类
-
生成Set方法拦截T
- JSONGenSetInvocationHandler(Object) - 类 的构造器com.ds.web.JSONGenSetInvocationHandler
-
- JSONGenUtil - com.ds.web.util中的类
-
- JSONGenUtil() - 类 的构造器com.ds.web.util.JSONGenUtil
-
- JSONUtil - com.ds.web.json中的类
-
- JSONUtil() - 类 的构造器com.ds.web.json.JSONUtil
-
- LAST_BEAN_CLASS_ACCESSED - 类 中的静态变量com.ds.jds.core.esb.util.JDSConverter
-
- LAST_BEAN_PROPERTY_ACCESSED - 类 中的静态变量com.ds.jds.core.esb.util.JDSConverter
-
- lastAccessedList - 类 中的变量com.ds.common.cache.DefaultCache
-
Linked list to maintain order that cache objects are accessed
in, most used to least used.
- lastAccessedListNode - 类 中的变量com.ds.common.cache.CacheObject
-
A reference to the node in the cache order list.
- LE - 接口 中的静态变量com.ds.common.expression.ParserConstants
-
- LETTER - 接口 中的静态变量com.ds.common.expression.ParserConstants
-
- lexStateNames - 类 中的静态变量com.ds.common.expression.ParserTokenManager
-
- libPath() - 类 中的静态方法com.ds.config.JDSConfig.Config
-
- LINE_SEPARATOR - 类 中的静态变量com.ds.common.util.Constants
-
- link(Map, Class, String) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlValueStack
-
- LinkedList - com.ds.common.cache中的类
-
Title: 常用代码打包
Description:
Simple LinkedList implementation.
- LinkedList() - 类 的构造器com.ds.common.cache.LinkedList
-
Creates a new linked list.
- LinkedListNode - com.ds.common.cache中的类
-
Title: 常用代码打包
Description:
Doubly linked node in a LinkedList.
- LinkedListNode(Object, LinkedListNode, LinkedListNode) - 类 的构造器com.ds.common.cache.LinkedListNode
-
Constructs a new linked list node.
- list(PrintStream) - 类 中的方法com.ds.common.property.Properties
-
Prints this property list out to the specified output stream.
- list(PrintWriter) - 类 中的方法com.ds.common.property.Properties
-
Prints this property list out to the specified output stream.
- listener - 类 中的变量com.ds.engine.event.JDSEvent
-
- Listener - com.ds.engine.event中的接口
-
Title: JDS系统管理系统
Description: 监听器客户端接口
Copyright: Copyright (c) 2006
Company: www.justdos.net
- listenerBeanMap - 类 中的静态变量com.ds.cluster.event.ClusterEventControl
-
- listenerBeanMap - 类 中的静态变量com.ds.engine.event.ListenerTempAnnotationProxy
-
- listenerBeanMap - 类 中的静态变量com.ds.web.client.ListenerTempAnnotationProxy
-
- listenerId - 类 中的变量com.ds.config.CListener
-
- ListenerLoad - com.ds.esb.event中的接口
-
- listenerMap - 类 中的静态变量com.ds.cluster.event.ClusterEventControl
-
- ListenerTempAnnotationProxy - com.ds.engine.event中的类
-
- ListenerTempAnnotationProxy(EsbBean) - 类 的构造器com.ds.engine.event.ListenerTempAnnotationProxy
-
- ListenerTempAnnotationProxy - com.ds.web.client中的类
-
- ListenerTempAnnotationProxy(EsbBean) - 类 的构造器com.ds.web.client.ListenerTempAnnotationProxy
-
- listenerType - 类 中的变量com.ds.config.CListener
-
- ListenerType - com.ds.config中的枚举
-
- ListResultModel<T extends Collection> - com.ds.config中的类
-
- ListResultModel() - 类 的构造器com.ds.config.ListResultModel
-
- load(InputStream) - 类 中的方法com.ds.common.property.Properties
-
Reads a property list (key and element pairs) from the input stream.
- LOAD_ALL_CACHE_SQL - 类 中的静态变量com.ds.hsql.HsqlDbCache
-
- LOAD_CACHE_BYNAME_ORDERED_SQL - 类 中的静态变量com.ds.hsql.HsqlDbCache
-
- LOAD_CACHE_BYNAME_SQL - 类 中的静态变量com.ds.hsql.HsqlDbCache
-
- LOAD_CACHE_COUNT_SQL - 类 中的静态变量com.ds.hsql.HsqlDbCache
-
- LOAD_CACHE_SQL - 类 中的静态变量com.ds.hsql.HsqlDbCache
-
- LOADADMINSERVICEERROR - 异常错误 中的静态变量com.ds.common.JDSException
-
- LOADADMINSERVICEERROR - 异常错误 中的静态变量com.ds.vfs.VFSException
-
- loadAllService() - 类 中的方法com.ds.esb.config.annotation.AbstractAnnotationtExpressionTempManager
-
- loadAllService() - 接口 中的方法com.ds.esb.config.manager.ServiceConfigManager
-
- loadAllService() - 类 中的方法com.ds.esb.config.xml.ExpressionTempXmlProxy
-
获取所有 表达式模板 Bean 列表
- loadAllService() - 类 中的方法com.ds.web.client.RemoteTempXMLProxy
-
- loadAllService() - 类 中的方法com.ds.web.client.SpringMVCTempLoadProxy
-
- loadAllServiceBean() - 类 中的方法com.ds.esb.config.manager.EsbBeanFactory
-
- LOADAPPLICATIONCONFIGERROR - 异常错误 中的静态变量com.ds.common.JDSException
-
- LOADAPPLICATIONCONFIGERROR - 异常错误 中的静态变量com.ds.vfs.VFSException
-
- LOADAPPLICATIONCONFIGMAPPINGERROR - 异常错误 中的静态变量com.ds.common.JDSException
-
- LOADAPPLICATIONCONFIGMAPPINGERROR - 异常错误 中的静态变量com.ds.vfs.VFSException
-
- loadCache(String) - 类 中的方法com.ds.hsql.HsqlDbCacheManager
-
- loadClass(String) - 类 中的静态方法com.ds.common.util.ClassUtility
-
Loads the class with the specified name.
- loadClass(String) - 类 中的方法com.ds.common.util.FileClassLoader
-
- loadClass(String) - 类 中的方法com.ds.common.util.JarLoader
-
- loadClass(String) - 类 中的方法com.ds.common.util.java.DynamicClassLoader
-
- loadClass(String, Class) - 类 中的静态方法com.ds.jds.core.esb.util.ClassLoaderUtil
-
Load a class with a given name.
- loadClassByFile(String, String) - 类 中的静态方法com.ds.common.util.ClassUtility
-
- loadConversionProperties(String) - 类 中的方法com.ds.jds.core.esb.util.JDSConverter
-
- loadFile(String, Class) - 类 中的静态方法com.ds.jds.core.esb.util.FileManager
-
Loads opens the named file and returns the InputStream
- loadFile(URL) - 类 中的静态方法com.ds.jds.core.esb.util.FileManager
-
Loads opens the named file and returns the InputStream
- LOADFILEENGINEERROR - 异常错误 中的静态变量com.ds.common.JDSException
-
- loadResource(String) - 类 中的静态方法com.ds.common.util.ClassUtility
-
Loads the resource with the specified name.
- loadResourceURL(String) - 类 中的静态方法com.ds.common.util.ClassUtility
-
Loads the resource with the specified name.
- LOADRIGHTENGINEERROR - 异常错误 中的静态变量com.ds.common.JDSException
-
- LOADRIGHTENGINEERROR - 异常错误 中的静态变量com.ds.vfs.VFSException
-
- loadSettings(Configuration) - 类 中的方法com.ds.template.JDSFreemarkerManager
-
Load the settings from the /freemarker.properties file on the classpath
- loadStaticAllData(boolean) - 类 中的静态方法com.ds.esb.config.manager.JDSExpressionParserManager
-
[keyPoint]加载所有静态数据.
- LOADVFSSERVICEERROR - 异常错误 中的静态变量com.ds.common.JDSException
-
- LOADWORKFLOWSERVERERROR - 异常错误 中的静态变量com.ds.common.JDSException
-
- LOADWORKFLOWSERVERERROR - 异常错误 中的静态变量com.ds.vfs.VFSException
-
- LOCALE - 类 中的静态变量com.ds.jds.core.esb.util.ActionContext
-
Constant for the action's locale.
- LocalMultipartFile - com.ds.web中的类
-
- LocalMultipartFile(File) - 类 的构造器com.ds.web.LocalMultipartFile
-
- LocalMultipartFile(InputStream) - 类 的构造器com.ds.web.LocalMultipartFile
-
- LocalOrgManagerFactory - com.ds.server中的类
-
- LocalOrgManagerFactory() - 类 的构造器com.ds.server.LocalOrgManagerFactory
-
- LocalServerActionContextImpl<T> - com.ds.context中的类
-
- LocalServerActionContextImpl() - 类 的构造器com.ds.context.LocalServerActionContextImpl
-
- location - 类 中的变量com.ds.template.JDSFreemarkerResult
-
- lock - 类 中的静态变量com.ds.cluster.udp.UDPControl
-
- lock - 类 中的静态变量com.ds.server.JDSServer
-
- Locked - com.ds.web.annotation中的注释类型
-
- log - 类 中的静态变量com.ds.cluster.ClusterManagerImpl
-
- log - 类 中的静态变量com.ds.common.expression.JEP
-
- log() - 类 中的方法com.ds.common.expression.type.Complex
-
Returns the logarithm of this complex number.
- log(int, Object, Throwable) - 类 中的方法com.ds.common.logging.impl.SimpleLog
-
Do the actual logging.
- Log - com.ds.common.logging中的接口
-
Title: 常用代码打包
Description:
A simple logging interface abstracting logging APIs.
- log - 类 中的静态变量com.ds.esb.config.invocation.AbstractInvocationHandler
-
- log - 类 中的静态变量com.ds.esb.config.manager.EsbBean
-
- LOG - 类 中的静态变量com.ds.jds.core.esb.util.DefaultObjectTypeDeterminer
-
- LOG - 类 中的静态变量com.ds.jds.core.esb.util.JDSConverter
-
- log - 类 中的静态变量com.ds.server.OrgManagerFactory
-
- log - 类 中的静态变量com.ds.web.client.WebClusterManagerImpl
-
- Log4JLogger - com.ds.common.logging.impl中的类
-
Title: 常用代码打包
Description:
Implementation of
Log that maps directly to a Log4J
Logger.
- Log4JLogger() - 类 的构造器com.ds.common.logging.impl.Log4JLogger
-
- Log4JLogger(String) - 类 的构造器com.ds.common.logging.impl.Log4JLogger
-
Base constructor
- Log4JLogger(Logger) - 类 的构造器com.ds.common.logging.impl.Log4JLogger
-
For use with a log4j factory
- LOG_LEVEL_ALL - 类 中的静态变量com.ds.common.logging.impl.SimpleLog
-
Enable all logging levels
- LOG_LEVEL_DEBUG - 类 中的静态变量com.ds.common.logging.impl.SimpleLog
-
"Debug" level logging.
- LOG_LEVEL_ERROR - 类 中的静态变量com.ds.common.logging.impl.SimpleLog
-
"Error" level logging.
- LOG_LEVEL_FATAL - 类 中的静态变量com.ds.common.logging.impl.SimpleLog
-
"Fatal" level logging.
- LOG_LEVEL_INFO - 类 中的静态变量com.ds.common.logging.impl.SimpleLog
-
"Info" level logging.
- LOG_LEVEL_OFF - 类 中的静态变量com.ds.common.logging.impl.SimpleLog
-
Enable no logging levels
- LOG_LEVEL_TRACE - 类 中的静态变量com.ds.common.logging.impl.SimpleLog
-
"Trace" level logging.
- LOG_LEVEL_WARN - 类 中的静态变量com.ds.common.logging.impl.SimpleLog
-
"Warn" level logging.
- LOGCONFIG_KEY - 类 中的静态变量com.ds.common.JDSConstants
-
- LogConfigurationException - com.ds.common.logging中的异常错误
-
Title: 常用代码打包
Description:
An exception that is thrown only if a suitable LogFactory
or Log instance cannot be created by the corresponding
factory methods.
- LogConfigurationException() - 异常错误 的构造器com.ds.common.logging.LogConfigurationException
-
Construct a new exception with null as its detail message.
- LogConfigurationException(String) - 异常错误 的构造器com.ds.common.logging.LogConfigurationException
-
Construct a new exception with the specified detail message.
- LogConfigurationException(Throwable) - 异常错误 的构造器com.ds.common.logging.LogConfigurationException
-
Construct a new exception with the specified cause and a derived
detail message.
- LogConfigurationException(String, Throwable) - 异常错误 的构造器com.ds.common.logging.LogConfigurationException
-
Construct a new exception with the specified detail message and cause.
- logConstructor - 类 中的变量com.ds.common.logging.impl.LogFactoryImpl
-
The one-argument constructor of the
Log
implementation class that will be used to create new instances.
- logConstructorSignature - 类 中的变量com.ds.common.logging.impl.LogFactoryImpl
-
The signature of the Constructor to be used.
- LogFactory - com.ds.common.logging中的类
-
Title: 常用代码打包
Description: Factory for creating
Log instances.
- LogFactory() - 类 的构造器com.ds.common.logging.LogFactory
-
Protected constructor that is not available for public use.
- LogFactoryImpl - com.ds.common.logging.impl中的类
-
Title: 常用代码打包
Description:
Concrete subclass of
LogFactory that implements the
following algorithm to dynamically select a logging implementation
class to instantiate a wrapper for.
- LogFactoryImpl() - 类 的构造器com.ds.common.logging.impl.LogFactoryImpl
-
Public no-arguments constructor required by the lookup mechanism.
- logger - 类 中的变量com.ds.common.logging.impl.Jdk14Logger
-
The underlying Logger implementation we are using.
- logger - 类 中的静态变量com.ds.web.util.AnnotationUtil
-
- Logical - com.ds.common.expression.function.logical中的类
-
Title: ETCL
Description: 数据更新工具(抽取,转换,清洗,装载)
逻辑或,逻辑与
Copyright: Copyright spk (c) 2003
Company: spk
- Logical(int) - 类 的构造器com.ds.common.expression.function.logical.Logical
-
- logical(Object, Object) - 类 中的方法com.ds.common.expression.function.logical.Logical
-
- logical(boolean, boolean) - 类 中的方法com.ds.common.expression.function.logical.Logical
-
- logical(boolean, List) - 类 中的方法com.ds.common.expression.function.logical.Logical
-
- logical(List, List) - 类 中的方法com.ds.common.expression.function.logical.Logical
-
- login() - 接口 中的方法com.ds.cluster.udp.ClusterClient
-
- login(Boolean) - 接口 中的方法com.ds.cluster.udp.ClusterClient
-
- login(Boolean) - 类 中的方法com.ds.cluster.udp.ClusterClientImpl
-
- login() - 类 中的方法com.ds.cluster.udp.ClusterClientImpl
-
- login() - 类 中的方法com.ds.cluster.udp.UDPClient
-
- logLevel - 类 中的变量com.ds.enums.db.MethodChinaBean
-
- LogLevel - com.ds.enums.security中的枚举
-
日志等级
- logMethod - 类 中的变量com.ds.common.logging.impl.LogFactoryImpl
-
The one-argument setLogFactory method of the selected
Log method, if it exists.
- logMethodSignature - 类 中的变量com.ds.common.logging.impl.LogFactoryImpl
-
The signature of the setLogFactory method to be used.
- LogMsg - com.ds.msg中的接口
-
- logName - 类 中的变量com.ds.common.logging.impl.SimpleLog
-
The name of this simple log instance
- LogSetpLog - com.ds.common.logging中的类
-
- LogSetpLog() - 类 的构造器com.ds.common.logging.LogSetpLog
-
- lookingAhead - 类 中的变量com.ds.common.expression.Parser
-
- lookup(String) - 类 中的方法com.ds.jds.core.esb.util.JDSConverter
-
Looks for a TypeConverter in the default mappings.
- lookup(Class) - 类 中的方法com.ds.jds.core.esb.util.JDSConverter
-
Looks for a TypeConverter in the default mappings.
- LOW_PRIORITY - 类 中的静态变量com.ds.common.util.TaskEngine
-
- LT - 接口 中的静态变量com.ds.common.expression.ParserConstants
-
- save(OutputStream, String) - 类 中的方法com.ds.common.property.Properties
-
- scale(String, String, int, boolean) - 类 中的静态方法com.ds.common.util.ImgUtil
-
- scaleByHeight(String, String, int) - 类 中的静态方法com.ds.common.util.ImgUtil
-
- scaleByWidth(String, String, int) - 类 中的静态方法com.ds.common.util.ImgUtil
-
- scheduleTask(Runnable, Date) - 类 中的静态方法com.ds.common.util.TaskEngine
-
Schedules a task to be run once after a specified delay.
- scheduleTask(int, Runnable, Date) - 类 中的静态方法com.ds.common.util.TaskEngine
-
Schedules a task to be run once after a specified delay.
- scheduleTask(Runnable, long, long) - 类 中的静态方法com.ds.common.util.TaskEngine
-
Schedules a task to periodically run.
- scheduleTask(int, Runnable, long, long) - 类 中的静态方法com.ds.common.util.TaskEngine
-
Schedules a task to periodically run.
- screenModeule(String, String, Integer) - 接口 中的方法com.ds.common.logging.ChromeProxy
-
- screenModeule(String, String, Integer) - 类 中的方法com.ds.common.logging.LogSetpLog
-
- screenPage(URL, Integer) - 接口 中的方法com.ds.common.logging.ChromeProxy
-
- screenPage(URL, Integer) - 类 中的方法com.ds.common.logging.LogSetpLog
-
- SECOND - 类 中的静态变量com.ds.common.util.Constants
-
- send(String) - 接口 中的方法com.ds.cluster.udp.ClusterClient
-
- send(String) - 类 中的方法com.ds.cluster.udp.ClusterClientImpl
-
- send(String) - 类 中的方法com.ds.cluster.udp.UDPClient
-
- send(String) - 接口 中的方法com.ds.engine.ConnectionHandle
-
发送消息
- send(JDSCommand) - 接口 中的方法com.ds.engine.ConnectionHandle
-
发送消息
- send(String) - 类 中的方法com.ds.engine.DefaultConnectionHandle
-
- send(JDSCommand) - 类 中的方法com.ds.engine.DefaultConnectionHandle
-
- sendDownLoadCommand(String) - 接口 中的方法com.ds.common.logging.ChromeProxy
-
- sendDownLoadCommand(String) - 类 中的方法com.ds.common.logging.LogSetpLog
-
- sendMsg(String) - 接口 中的方法com.ds.common.logging.ChromeProxy
-
- sendMsg(String) - 类 中的方法com.ds.common.logging.LogSetpLog
-
- SensorMsg - com.ds.msg中的接口
-
- Separator - 类 中的静态变量com.ds.config.MenuCfg
-
- serialize(Object) - 类 中的方法com.ds.common.cache.redis.RedisCache
-
- serialize(Object) - 类 中的方法com.ds.common.cache.redis.RedisPoolUtil
-
- serialize(Object) - 类 中的静态方法com.ds.common.cache.redis.Test
-
- serialize(Object) - 类 中的静态方法com.ds.common.cache.redis.Test1
-
- serialVersionUID - 接口 中的静态变量com.ds.command.JDSCommand
-
- ServerBeanManager - com.ds.cluster中的类
-
- ServerBeanManager() - 类 的构造器com.ds.cluster.ServerBeanManager
-
- ServerEvent<T extends SubSystem> - com.ds.cluster.event中的类
-
Title: VFS管理系统
Description: 核心文件事件
Copyright: Copyright (c) 2013
Company: www.justdos.net
- ServerEvent(T, ServerEventEnums, String) - 类 的构造器com.ds.cluster.event.ServerEvent
-
ServerEvent
- ServerEventEnums - com.ds.enums中的枚举
-
- ServerEventFactory - com.ds.cluster.service中的类
-
- ServerEventFactory() - 类 的构造器com.ds.cluster.service.ServerEventFactory
-
- ServerListener - com.ds.cluster.event中的接口
-
- ServerNode - com.ds.cluster中的类
-
- ServerNode() - 类 的构造器com.ds.cluster.ServerNode
-
- ServerNode(SubSystem) - 类 的构造器com.ds.cluster.ServerNode
-
- ServerNodeConfig - com.ds.cluster中的类
-
- ServerNodeConfig() - 类 的构造器com.ds.cluster.ServerNodeConfig
-
- ServerNodeList - com.ds.cluster中的类
-
- ServerNodeList() - 类 的构造器com.ds.cluster.ServerNodeList
-
- SERVERNOTSTARTEDERROR - 异常错误 中的静态变量com.ds.common.JDSException
-
- SERVERNOTSTARTEDERROR - 异常错误 中的静态变量com.ds.vfs.VFSException
-
- SERVERRESTARTCOMMANDERROR - 异常错误 中的静态变量com.ds.common.JDSException
-
- SERVERRESTARTCOMMANDERROR - 异常错误 中的静态变量com.ds.vfs.VFSException
-
- SERVERRESTARTERROR - 异常错误 中的静态变量com.ds.common.JDSException
-
- SERVERRESTARTERROR - 异常错误 中的静态变量com.ds.vfs.VFSException
-
- serverRunning - 类 中的变量com.ds.server.JDSServer
-
- ServerServiceConfig - com.ds.cluster中的类
-
- ServerServiceConfig(String) - 类 的构造器com.ds.cluster.ServerServiceConfig
-
- SERVERSTARTCOMMANDERROR - 异常错误 中的静态变量com.ds.common.JDSException
-
- SERVERSTARTCOMMANDERROR - 异常错误 中的静态变量com.ds.vfs.VFSException
-
- serverStarted(ServerEvent) - 接口 中的方法com.ds.cluster.event.ServerListener
-
服务器已启动
- serverStarted(EIServerEvent) - 类 中的方法com.ds.engine.event.EIServerAdapter
-
服务器已启动
- serverStarted(EIServerEvent) - 接口 中的方法com.ds.engine.event.EIServerListener
-
服务器已启动
- SERVERSTARTERROR - 异常错误 中的静态变量com.ds.common.JDSException
-
- SERVERSTARTERROR - 异常错误 中的静态变量com.ds.vfs.VFSException
-
- serverStarting(ServerEvent) - 接口 中的方法com.ds.cluster.event.ServerListener
-
服务器正在启动
- serverStarting(EIServerEvent) - 类 中的方法com.ds.engine.event.EIServerAdapter
-
服务器正在启动
- serverStarting(EIServerEvent) - 接口 中的方法com.ds.engine.event.EIServerListener
-
服务器正在启动
- ServerStatus - com.ds.server中的类
-
- ServerStatus() - 类 的构造器com.ds.server.ServerStatus
-
- SERVERSTATUSCOMMANDERROR - 异常错误 中的静态变量com.ds.common.JDSException
-
- SERVERSTATUSCOMMANDERROR - 异常错误 中的静态变量com.ds.vfs.VFSException
-
- SERVERSTOPCOMMANDERROR - 异常错误 中的静态变量com.ds.common.JDSException
-
- SERVERSTOPCOMMANDERROR - 异常错误 中的静态变量com.ds.vfs.VFSException
-
- SERVERSTOPERROR - 异常错误 中的静态变量com.ds.common.JDSException
-
- SERVERSTOPERROR - 异常错误 中的静态变量com.ds.vfs.VFSException
-
- serverStopped(ServerEvent) - 接口 中的方法com.ds.cluster.event.ServerListener
-
服务器已停止
- serverStopped(EIServerEvent) - 类 中的方法com.ds.engine.event.EIServerAdapter
-
服务器已停止
- serverStopped(EIServerEvent) - 接口 中的方法com.ds.engine.event.EIServerListener
-
服务器已停止
- serverStopping(ServerEvent) - 接口 中的方法com.ds.cluster.event.ServerListener
-
服务器正在停止
- serverStopping(EIServerEvent) - 类 中的方法com.ds.engine.event.EIServerAdapter
-
服务器正在停止
- serverStopping(EIServerEvent) - 接口 中的方法com.ds.engine.event.EIServerListener
-
服务器正在停止
- serverUrlKey - 类 中的静态变量com.ds.web.invocation.HttpAdminInvocationHandler
-
- serverUrlKey - 类 中的静态变量com.ds.web.invocation.HttpClientInvocationHandler
-
- serverUrlKey - 类 中的静态变量com.ds.web.invocation.HttpInvocationHandler
-
- ServiceBean<T extends Enumstype> - com.ds.esb.config.manager中的接口
-
- serviceBeanList - 类 中的变量com.ds.esb.config.annotation.AbstractAnnotationtExpressionTempManager
-
- ServiceConfig - com.ds.esb.config.xml中的类
-
- ServiceConfigManager - com.ds.esb.config.manager中的接口
-
- ServiceEvent<T extends ServiceBean> - com.ds.cluster.event中的类
-
Title: VFS管理系统
Description: 核心文件事件
Copyright: Copyright (c) 2013
Company: www.justdos.net
- ServiceEvent(T, ServiceEventEnums, String) - 类 的构造器com.ds.cluster.event.ServiceEvent
-
ServerEvent
- ServiceEventEnums - com.ds.cluster.event中的枚举
-
- ServiceListener - com.ds.cluster.event中的接口
-
- services - 类 中的变量com.ds.cluster.ServerNode
-
- ServiceStatus - com.ds.enums中的枚举
-
- SESSION - 类 中的静态变量com.ds.jds.core.esb.util.ActionContext
-
Constant for the action's session.
- SessionCheckTask - com.ds.server中的类
-
- SessionCheckTask(long) - 类 的构造器com.ds.server.SessionCheckTask
-
- SessionCheckTask(long, String) - 类 的构造器com.ds.server.SessionCheckTask
-
- SESSIONID - 类 中的静态变量com.ds.cluster.udp.UDPClient
-
- set(Complex) - 类 中的方法com.ds.common.expression.type.Complex
-
Copies the values from the parameter object to this object
- set(double, double) - 类 中的方法com.ds.common.expression.type.Complex
-
Sets the real and imaginary values of the object.
- set(int, Object) - 类 中的方法com.ds.jds.core.esb.util.JDSList
-
Replaces the element at the specified position in this list with the specified element.
- set(String, Object) - 类 中的方法com.ds.jds.core.esb.util.OgnlValueStack
-
- set(String, Object) - 接口 中的方法com.ds.jds.core.esb.util.ValueStack
-
Sets an object on the stack with the given key
so it is retrievable by findValue(key,...)
- setAccount(String) - 类 中的方法com.ds.jds.core.User
-
- setActionContextClass(String) - 类 中的方法com.ds.esb.config.manager.EsbBeanConfig
-
- setActivityListeners(List<CListener>) - 类 中的方法com.ds.config.BPDProjectConfig
-
- setActivityType(ActivityDefImpl) - 类 中的方法com.ds.config.BPDPlugin
-
- setAdapter(String) - 接口 中的方法com.ds.vfs.FileObject
-
- setAdminId(String) - 类 中的方法com.ds.server.ct.CtSubSystem
-
- setAdminId(String) - 接口 中的方法com.ds.server.SubSystem
-
- setAdminPersonIds(Set<String>) - 类 中的方法com.ds.cluster.ServerNode
-
- setAdminService(CAJDSService) - 类 中的方法com.ds.config.CApplication
-
- setAggClass(Class) - 类 中的方法com.ds.web.annotation.ViewBean
-
- setAllowUndeclared(boolean) - 接口 中的方法com.ds.common.expression.ExpressionParser
-
- setAllowUndeclared(boolean) - 类 中的方法com.ds.common.expression.JEP
-
Sets the value for the undeclared variables option.
- setAnnotations(Set<Annotation>) - 类 中的方法com.ds.web.RequestParamBean
-
- setApplication(Map) - 类 中的方法com.ds.jds.core.esb.util.ActionContext
-
Sets the action's application context.
- setAppService(CAJDSService) - 类 中的方法com.ds.config.CApplication
-
- setArrivedTime(Long) - 接口 中的方法com.ds.msg.Msg
-
- setArrivedTime(long) - 类 中的方法com.ds.web.RuntimeLog
-
- setAsc(boolean) - 类 中的方法com.ds.common.query.Order
-
- setAttributeId(String) - 类 中的方法com.ds.config.CExtendedAttribute
-
- setAttributes(Object[]) - 类 中的方法com.ds.enums.EnumsAttribute
-
- setAutoLogin(boolean) - 类 中的方法com.ds.config.UserBean
-
- setBaseType(Attributetype) - 枚举 中的方法com.ds.esb.config.formula.FormulaType
-
- setBaseurl(String) - 类 中的方法com.ds.config.CBPDBrowserElement
-
- setBody(String) - 接口 中的方法com.ds.msg.Msg
-
- setBodyJson(String) - 类 中的方法com.ds.web.RuntimeLog
-
- setBpdElementsList(List<BPDPlugin>) - 类 中的方法com.ds.config.BPDProjectConfig
-
- setBpdListeners(List<CListener>) - 类 中的方法com.ds.config.BPDProjectConfig
-
- setBPDProjectConfigMap(Map<String, BPDProjectConfig>) - 类 中的方法com.ds.config.CApplication
-
- setBrowserElements(List<CBPDBrowserElement>) - 类 中的方法com.ds.config.BPDPlugin
-
- setBrowserId(String) - 类 中的方法com.ds.config.CBPDBrowserElement
-
- setCache(boolean) - 类 中的方法com.ds.jds.core.esb.mvel.JDSMapVariableResolver
-
- setCancelled(Boolean) - 类 中的方法com.ds.config.ResultModel
-
- setCheckIdlePeriod(int) - 类 中的方法com.ds.cluster.DBConfig
-
- setCheckoutTimeout(int) - 类 中的方法com.ds.cluster.DBConfig
-
- setCheckTimes(Integer) - 类 中的方法com.ds.cluster.ServerNode
-
- setChildConditionList(List<Condition<T, V>>) - 类 中的方法com.ds.common.query.Condition
-
- setChildJoinTypeList(List<JoinOperator>) - 类 中的方法com.ds.common.query.Condition
-
- setClass2Map(Map) - 类 中的静态方法com.ds.esb.config.manager.JDSExpressionParserManager
-
- setClassname(String) - 类 中的方法com.ds.esb.config.manager.ExpressionTempFtlBean
-
- setClassName(String) - 类 中的方法com.ds.web.APIConfig
-
- setClassName(String) - 类 中的方法com.ds.web.ConstructorBean
-
- setClassName(String) - 类 中的方法com.ds.web.RequestMethodBean
-
- setClazz(String) - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- setClazz(String) - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- setClientreloadtime(String) - 类 中的方法com.ds.cluster.ServerNodeList
-
- setClientService(JDSClientService) - 类 中的方法com.ds.esb.event.ESBEvent
-
设置发生事件时的WorkflowClientService对象!
- setClientSocket(DatagramSocket) - 类 中的方法com.ds.cluster.udp.UDPClient
-
- setClitentLoginUrl(String) - 类 中的方法com.ds.config.UserBean
-
- setClusterManagerClass(String) - 类 中的方法com.ds.cluster.ServerNodeList
-
- setCname(String) - 类 中的方法com.ds.enums.db.DBTableBean
-
- setCname(String) - 类 中的方法com.ds.enums.db.MethodChinaBean
-
- setCnName(String) - 类 中的方法com.ds.enums.db.DBFieldBean
-
- setCnname(String) - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- setCode(String) - 类 中的方法com.ds.config.BPDProjectConfig
-
- setCode(Integer) - 枚举 中的方法com.ds.enums.CommandEventEnums
-
- setCode(String) - 类 中的方法com.ds.enums.EnumsAttribute
-
- setCode(String) - 类 中的方法com.ds.jds.core.User
-
- setColumn(String) - 类 中的方法com.ds.org.conf.Query.ColumnMapping
-
- setColumnAlias(String) - 类 中的方法com.ds.org.conf.Query.ColumnMapping
-
- setColumnMappings(Map) - 类 中的方法com.ds.org.conf.Query.SqlClause
-
- setCommand(String) - 类 中的方法com.ds.cluster.udp.ClusterCommand
-
- setCommandId(String) - 接口 中的方法com.ds.command.JDSCommand
-
- setCommandJson(String) - 类 中的方法com.ds.cluster.udp.ClusterCommand
-
- setCompile(String) - 类 中的方法com.ds.esb.config.manager.EsbBeanConfig
-
- setConditionKey(T) - 类 中的方法com.ds.common.query.Condition
-
- setConfigCode(ConfigCode) - 类 中的方法com.ds.cluster.ServerNode
-
- setConfigCode(String) - 类 中的方法com.ds.config.CApplication
-
- setConfigKey(String) - 类 中的方法com.ds.cluster.DBConfig
-
- setConfigKey(String) - 类 中的方法com.ds.enums.db.DBTableBean
-
- setConfigName(ConfigCode) - 类 中的方法com.ds.config.UserBean
-
- setConfigName(ConfigCode) - 类 中的方法com.ds.jds.core.User
-
- setConfigname(ConfigCode) - 类 中的方法com.ds.server.ct.CtSubSystem
-
- setConfigname(ConfigCode) - 接口 中的方法com.ds.server.SubSystem
-
- setConfigPath(String) - 类 中的方法com.ds.config.CApplication
-
- setConnectionHandle(CAJDSService) - 类 中的方法com.ds.config.CApplication
-
- setConnectionHandle(ConnectionHandle) - 接口 中的方法com.ds.server.JDSClientService
-
设定UDP控制器
- setConnectionHandle(ConnectionHandle) - 类 中的方法com.ds.server.JDSClientServiceImpl
-
- setConnectionProvider(String) - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- setConnectionTimeout(int) - 类 中的方法com.ds.cluster.DBConfig
-
- setConsumes(Set<String>) - 类 中的方法com.ds.web.RequestMappingBean
-
- setContentType(String) - 类 中的方法com.ds.template.JDSFreemarkerResult
-
- setContentType(String) - 类 中的方法com.ds.web.LocalMultipartFile
-
- setContext(JDSContext) - 类 中的静态方法com.ds.context.JDSActionContext
-
Sets the action context for the current thread.
- setContext(Map) - 类 中的方法com.ds.jds.core.esb.task.ExcuteObj
-
- setContext(ActionContext) - 类 中的静态方法com.ds.jds.core.esb.util.ActionContext
-
Sets the action context for the current thread.
- setContext(JDSContext) - 接口 中的方法com.ds.server.JDSClientService
-
设定当前环境
- setContext(JDSContext) - 类 中的方法com.ds.server.JDSClientServiceImpl
-
- setContextClassPath(Set<String>) - 类 中的静态方法com.ds.common.util.ClassUtility
-
- setContextMap(Map) - 类 中的方法com.ds.context.LocalServerActionContextImpl
-
- setContextMap(Map) - 类 中的方法com.ds.context.MinServerActionContextImpl
-
- setContextMap(Map) - 类 中的方法com.ds.context.RunableActionContextImpl
-
- setContextMap(Map) - 类 中的方法com.ds.context.UDPActionContextImpl
-
- setContextMap(Map) - 类 中的方法com.ds.engine.event.JDSEvent
-
- setContextMap(Map) - 类 中的方法com.ds.esb.event.ESBEvent
-
- setContextMap(Map) - 类 中的方法com.ds.jds.core.esb.util.ActionContext
-
Sets the action's context map.
- setConversionErrors(Map) - 类 中的方法com.ds.jds.core.esb.util.ActionContext
-
Sets conversion errors which occurred when executing the action.
- setCreateTime(long) - 接口 中的方法com.ds.vfs.FileCopy
-
- setCreateTime(Long) - 接口 中的方法com.ds.vfs.FileObject
-
- setCreatingNullObjects(Map, boolean) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlContextState
-
- setCreatTime(Long) - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- setCtx(Map<String, Object>) - 类 中的方法com.ds.config.ListResultModel
-
- setCurNumberOfParameters(int) - 类 中的方法com.ds.common.expression.function.Function
-
Sets the number of current number of parameters used in the next call
of run().
- setCurNumberOfParameters(int) - 接口 中的方法com.ds.common.expression.function.FunctionI
-
Sets the number of current number of parameters used in the next call
of run().
- setCurrent(Integer) - 类 中的方法com.ds.web.util.Pager
-
- setData(T) - 接口 中的方法com.ds.config.Result
-
- setData(T) - 类 中的方法com.ds.config.ResultModel
-
- setDataEngine(CAJDSService) - 类 中的方法com.ds.config.CApplication
-
- setDataType(ContextType) - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- setDataType(ContextType) - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- setDbFieldName(String) - 类 中的方法com.ds.enums.db.DBFieldBean
-
- setDbType(ColType) - 类 中的方法com.ds.enums.db.DBFieldBean
-
- setDeadLine(DeadLine) - 类 中的方法com.ds.cluster.udp.ClusterCommand
-
- setDeadLine(DeadLine) - 类 中的方法com.ds.cluster.udp.ClusterEvent
-
- setDebugStream(PrintStream) - 类 中的方法com.ds.common.expression.ParserTokenManager
-
- setDefaultConverter(TypeConverter) - 类 中的方法com.ds.jds.core.esb.util.JDSConverter
-
- setDefaultIndex(Integer) - 类 中的方法com.ds.enums.EnumsAttribute
-
- setDefaultParamsValueMap(Map<String, Object>) - 类 中的方法com.ds.web.RequestMethodBean
-
- setDefaultType(Class) - 类 中的方法com.ds.jds.core.esb.util.OgnlValueStack
-
- setDefaultType(Class) - 接口 中的方法com.ds.jds.core.esb.util.ValueStack
-
Sets the default type to convert to if no type is provided when getting a value.
- setDefPersonIds(List<String>) - 类 中的方法com.ds.cluster.ServerNode
-
- setDeleteClause(String) - 类 中的方法com.ds.org.conf.Query.SqlClause
-
- setDenyMethodExecution(Map, boolean) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlContextState
-
- setDesc(String) - 类 中的方法com.ds.cluster.ServerNode
-
- setDesc(String) - 类 中的方法com.ds.config.CApplication
-
- setDesc(String) - 类 中的方法com.ds.config.CFormula
-
- setDesc(String) - 类 中的方法com.ds.config.CParameter
-
- setDesc(String) - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- setDesc(String) - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- setDesc(String) - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- setDesc(String) - 类 中的方法com.ds.web.APIConfig
-
- setDescrition(String) - 接口 中的方法com.ds.vfs.Folder
-
- setDevMode(String) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlValueStack
-
- setDisabled(boolean) - 类 中的方法com.ds.config.MenuCfg
-
- setDisplay(Boolean) - 类 中的方法com.ds.enums.db.MethodChinaBean
-
- setDisplayname(String) - 类 中的方法com.ds.config.BPDPlugin
-
- setDisplayname(String) - 类 中的方法com.ds.config.CBPDBrowserElement
-
- setDisplayName(String) - 类 中的方法com.ds.enums.EnumsAttribute
-
- setDomainId(String) - 类 中的方法com.ds.web.annotation.AggregationBean
-
- setDomainId(String) - 类 中的方法com.ds.web.annotation.ViewBean
-
- setDomainId(String) - 类 中的方法com.ds.web.APIConfig
-
- setDomainId(String) - 类 中的方法com.ds.web.RequestParamBean
-
- setDone() - 类 中的方法com.ds.config.ResultModel
-
- setDriver(String) - 类 中的方法com.ds.cluster.DBConfig
-
- setDriver(String) - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- setDs(DatagramSocket) - 类 中的方法com.ds.cluster.udp.HeartThread
-
- setDynClassMap(Map<String, Class<?>>) - 类 中的静态方法com.ds.common.util.ClassUtility
-
- setEmail(String) - 类 中的方法com.ds.jds.core.User
-
- setEncoding(String) - 类 中的方法com.ds.cluster.DBConfig
-
- setEncoding(String) - 类 中的方法com.ds.template.JDSFreemarkerManager
-
- setEnd(Integer) - 类 中的方法com.ds.web.util.Pager
-
- setEndTime(Long) - 类 中的方法com.ds.esb.util.Debug
-
- setEndTime(long) - 类 中的方法com.ds.web.RuntimeLog
-
- setEngineType(EngineType) - 枚举 中的方法com.ds.enums.attribute.Attributetype
-
- setEnname(String) - 类 中的方法com.ds.server.ct.CtSubSystem
-
- setEnname(String) - 接口 中的方法com.ds.server.SubSystem
-
- setEntityClass(Class) - 类 中的方法com.ds.web.annotation.AggregationBean
-
- setEntityClass(Class) - 类 中的方法com.ds.web.annotation.RepositoryBean
-
- setEntityClass(Class) - 类 中的方法com.ds.web.annotation.ViewBean
-
- setErrcode(int) - 类 中的方法com.ds.config.ErrorListResultModel
-
- setErrcode(int) - 类 中的方法com.ds.config.ErrorResultModel
-
- setErrdes(String) - 类 中的方法com.ds.config.ErrorListResultModel
-
- setErrdes(String) - 类 中的方法com.ds.config.ErrorResultModel
-
- setEsbBean(EsbBean) - 类 中的方法com.ds.esb.config.annotation.AbstractAnnotationtExpressionTempManager
-
- setEsbBeanList(List<EsbBean>) - 类 中的方法com.ds.esb.config.manager.EsbBeanFactory
-
- setEsbBeanMap(Map<String, ServerNode>) - 类 中的方法com.ds.cluster.ServerNodeList
-
- setEsbBeanMap(Map<String, EsbBean>) - 类 中的方法com.ds.esb.config.manager.EsbBeanConfig
-
- setEsbBeans(List<EsbBean>) - 类 中的方法com.ds.esb.service.EsbWebService
-
- setEsbkeylist(String) - 类 中的方法com.ds.config.BPDProjectConfig
-
- setEsbtype(EsbBeanType) - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- setEsdServerPort(String) - 类 中的方法com.ds.config.UserBean
-
- setEuClassName(String) - 类 中的方法com.ds.config.TreeListResultModel
-
- setEvent(String) - 接口 中的方法com.ds.msg.LogMsg
-
- setEvent(String) - 接口 中的方法com.ds.msg.SensorMsg
-
- setEvent(String) - 接口 中的方法com.ds.msg.SmsMsg
-
- setEventClass(Class<? extends JDSEvent>) - 枚举 中的方法com.ds.cluster.event.ClusterEventTypeEnums
-
- setEventId(String) - 类 中的方法com.ds.cluster.udp.ClusterCommand
-
- setEventId(String) - 类 中的方法com.ds.cluster.udp.ClusterEvent
-
- setEventName(String) - 枚举 中的方法com.ds.cluster.event.ClusterEventTypeEnums
-
- setEventName(String) - 类 中的方法com.ds.cluster.udp.ClusterEvent
-
- setEventService(Set<ExpressionTempBean>) - 类 中的方法com.ds.cluster.event.RegistEventBean
-
- setEventTime(Long) - 接口 中的方法com.ds.msg.Msg
-
- setExetime(long) - 类 中的方法com.ds.web.RuntimeLog
-
- setExpression(String) - 枚举 中的方法com.ds.bpm.client.RouteToType
-
- setExpression(String) - 类 中的方法com.ds.cluster.udp.ClusterCommand
-
- setExpression(String) - 类 中的方法com.ds.cluster.udp.ClusterEvent
-
- setExpression(List<String>) - 类 中的方法com.ds.config.BPDProjectConfig
-
- setExpression(String) - 类 中的方法com.ds.jds.core.esb.task.ExcuteObj
-
- setExpressionArr(String) - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- setExpressionArr(String) - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- setExpressionTemManager(String) - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- setExprOverrides(Map) - 类 中的方法com.ds.jds.core.esb.util.OgnlValueStack
-
- setExprOverrides(Map) - 接口 中的方法com.ds.jds.core.esb.util.ValueStack
-
- setExtendedAttributes(Map<String, CExtendedAttribute>) - 类 中的方法com.ds.config.BPDPlugin
-
- setExtendedAttributes(Map<String, CExtendedAttribute>) - 类 中的方法com.ds.config.CBPDBrowserElement
-
- setFactory(ValueStackFactory) - 类 中的静态方法com.ds.jds.core.esb.util.ValueStackFactory
-
- setFileEngine(CAJDSService) - 类 中的方法com.ds.config.CApplication
-
- setFileId(String) - 接口 中的方法com.ds.vfs.FileCopy
-
- setFileIndex(int) - 接口 中的方法com.ds.vfs.FileView
-
- setFileName(String) - 类 中的方法com.ds.cluster.ServerServiceConfig
-
- setFileObjectId(String) - 接口 中的方法com.ds.vfs.FileVersion
-
- setFileObjectId(String) - 接口 中的方法com.ds.vfs.FileView
-
- setFileObjectMap(Map<String, JavaFileObject>) - 类 中的静态方法com.ds.common.util.ClassUtility
-
- setFileObjectMap(Map<String, JavaFileObject>) - 类 中的方法com.ds.common.util.java.TmpJavaFileManager
-
- setFilePort(Integer) - 类 中的方法com.ds.config.UserBean
-
- setFileType(int) - 接口 中的方法com.ds.vfs.FileView
-
- setFilter(String) - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- setFilter(String) - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- setFk(String) - 类 中的方法com.ds.web.annotation.RefBean
-
- setFlowType(EsbFlowType) - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- setFlowType(EsbFlowType) - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- setFolderId(String) - 接口 中的方法com.ds.vfs.FileCopy
-
- setFolderType(FolderType) - 接口 中的方法com.ds.vfs.Folder
-
- setFormClassManager(String) - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- setFormulaTypeMap(Map<String, CFormula>) - 类 中的方法com.ds.config.BPDPlugin
-
- setFreemarkerManager(JDSFreemarkerManager) - 类 中的方法com.ds.template.JDSFreemarkerResult
-
- setFristParam(RequestParamBean) - 类 中的方法com.ds.web.ConstructorBean
-
- setFristUrl(String) - 类 中的方法com.ds.web.RequestMappingBean
-
- setFristValue(String) - 类 中的方法com.ds.web.RequestMappingBean
-
- setFrom(String) - 接口 中的方法com.ds.msg.Msg
-
- setFtlpath(String) - 类 中的方法com.ds.esb.config.manager.ExpressionTempFtlBean
-
- setFullPropertyPath(Map, String) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlContextState
-
- setFun2Map(Map) - 类 中的静态方法com.ds.esb.config.manager.JDSExpressionParserManager
-
- setFunction(String, FunctionI) - 类 中的方法com.ds.common.expression.ASTFunNode
-
Sets the function for a node.
- setFuns(Map<String, String>) - 类 中的方法com.ds.config.DSMResultModel
-
- setGatewayId(String) - 接口 中的方法com.ds.msg.LogMsg
-
- setGatewayId(String) - 接口 中的方法com.ds.msg.SensorMsg
-
- setGettingByKeyProperty(Map, boolean) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlContextState
-
- setGroupType(ViewGroupType) - 枚举 中的方法com.ds.web.annotation.ViewType
-
- setGwEngine(CAJDSService) - 类 中的方法com.ds.config.CApplication
-
- setGwService(CAJDSService) - 类 中的方法com.ds.config.CApplication
-
- setHandle(Object) - 类 中的方法com.ds.context.JDSActionContext
-
- setHandle(Object) - 类 中的方法com.ds.context.MinServerActionContextImpl
-
- setHandle(Object) - 类 中的方法com.ds.context.RunableActionContextImpl
-
- setHandle(Object) - 类 中的方法com.ds.context.UDPActionContextImpl
-
- setHandler(String) - 类 中的方法com.ds.config.MenuCfg
-
- setHash(String) - 接口 中的方法com.ds.vfs.FileObject
-
- setHeaders(Set<String>) - 类 中的方法com.ds.web.RequestMappingBean
-
- setHeight(Integer) - 类 中的方法com.ds.config.BPDPlugin
-
- setHit(Integer) - 接口 中的方法com.ds.vfs.Folder
-
- setIcon(String) - 类 中的方法com.ds.config.MenuCfg
-
- setIcon(String) - 类 中的方法com.ds.server.ct.CtSubSystem
-
- setIcon(String) - 接口 中的方法com.ds.server.SubSystem
-
- setIconCls(String) - 类 中的方法com.ds.config.MenuCfg
-
- setId(String) - 类 中的方法com.ds.cluster.ServerNode
-
- setId(String) - 类 中的方法com.ds.config.MenuCfg
-
- setId(String) - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- setId(String) - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- setId(String) - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- setId(String) - 类 中的方法com.ds.esb.config.manager.ExpressionTempFtlBean
-
- setId(String) - 类 中的方法com.ds.jds.core.User
-
- setId(String) - 接口 中的方法com.ds.msg.Msg
-
- setId(String) - 类 中的方法com.ds.server.ServerStatus
-
- setID(String) - 接口 中的方法com.ds.vfs.FileCopy
-
- setID(String) - 接口 中的方法com.ds.vfs.FileObject
-
- setIds(List<String>) - 类 中的方法com.ds.config.TreeListResultModel
-
- setIm(double) - 类 中的方法com.ds.common.expression.type.Complex
-
Sets the imaginary component of the object
- setImageClass(String) - 枚举 中的方法com.ds.bpm.client.RouteToType
-
- setImageClass(String) - 类 中的方法com.ds.enums.db.MethodChinaBean
-
- setImageClass(String) - 枚举 中的方法com.ds.org.RoleOtherType
-
- setImageClass(String) - 类 中的方法com.ds.web.annotation.RepositoryBean
-
- setImageClass(String) - 类 中的方法com.ds.web.annotation.ViewBean
-
- setImageClass(String) - 类 中的方法com.ds.web.APIConfig
-
- setImei(String) - 类 中的方法com.ds.jds.core.User
-
- setImplementation(String) - 类 中的方法com.ds.config.BPDPlugin
-
- setImplementation(String) - 类 中的方法com.ds.config.CAJDSService
-
- setImplementation(String) - 类 中的方法com.ds.config.CListener
-
- setImplementation(String) - 类 中的方法com.ds.config.CPDTElement
-
- setImplicitMul(boolean) - 类 中的方法com.ds.common.expression.JEP
-
Sets the value of the implicit multiplication option.
- setImportedClasses(Map<String, Class>) - 类 中的方法com.ds.jds.core.esb.mvel.JDSClassVariableResolverFactory
-
- setIndex(V) - 类 中的方法com.ds.common.query.Condition
-
- setIndex(String) - 类 中的方法com.ds.config.UserBean
-
- setIndex(int) - 接口 中的方法com.ds.vfs.Folder
-
- setInputStream(InputStream) - 类 中的方法com.ds.web.LocalMultipartFile
-
- setInsertClause(String) - 类 中的方法com.ds.org.conf.Query.SqlClause
-
- setInstance(JDSConverter) - 类 中的静态方法com.ds.jds.core.esb.util.JDSConverter
-
- setInstance(ObjectTypeDeterminer) - 类 中的静态方法com.ds.jds.core.esb.util.ObjectTypeDeterminerFactory
-
Sets a new instance of ObjectTypeDeterminer to be used.
- setIp(String) - 类 中的方法com.ds.engine.JDSSessionHandle
-
- setIpAddr(String) - 类 中的方法com.ds.context.LocalServerActionContextImpl
-
- setIpAddr(String) - 类 中的方法com.ds.context.MinServerActionContextImpl
-
- setIpAddr(String) - 类 中的方法com.ds.context.RunableActionContextImpl
-
- setIpAddr(String) - 类 中的方法com.ds.context.UDPActionContextImpl
-
- setJavabeanclasspath(String) - 类 中的方法com.ds.esb.config.manager.EsbBeanConfig
-
- setJavabeansrcpath(String) - 类 中的方法com.ds.esb.config.manager.EsbBeanConfig
-
- setJdsService(CAJDSService) - 类 中的方法com.ds.config.CApplication
-
- setJosnObj(Object) - 类 中的方法com.ds.web.JSONGenSetInvocationHandler
-
- setJsonData(Boolean) - 类 中的方法com.ds.web.RequestParamBean
-
- setJspsrcpath(String) - 类 中的方法com.ds.esb.config.manager.EsbBeanConfig
-
- setJspUrl(String) - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- setJspUrl(String) - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- setKey(T) - 类 中的方法com.ds.common.query.Order
-
- setLastBeanClassAccessed(Map, Class) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlContextState
-
- setLastBeanPropertyAccessed(Map, String) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlContextState
-
- setLastClassAccessed(Class) - 类 中的方法com.ds.jds.core.esb.util.ObjectProxy
-
- setLastPropertyAccessed(String) - 类 中的方法com.ds.jds.core.esb.util.ObjectProxy
-
- setLastTime(Long) - 类 中的方法com.ds.cluster.udp.HeartThread
-
- setLength(Integer) - 类 中的方法com.ds.enums.db.DBFieldBean
-
- setLength(Long) - 接口 中的方法com.ds.vfs.FileObject
-
- setLength(Integer) - 类 中的方法com.ds.web.util.Pager
-
- setLevel(int) - 类 中的方法com.ds.common.logging.impl.SimpleLog
-
Set logging level.
- setListener(JDSListener) - 类 中的方法com.ds.engine.event.JDSEvent
-
- setListener(Listener) - 类 中的方法com.ds.esb.event.ESBEvent
-
- setListenerBeanMap(Map<String, ExpressionTempBean>) - 类 中的静态方法com.ds.engine.event.ListenerTempAnnotationProxy
-
- setListenerBeanMap(Map<String, ExpressionTempBean>) - 类 中的静态方法com.ds.web.client.ListenerTempAnnotationProxy
-
- setListenerId(String) - 类 中的方法com.ds.config.CListener
-
- setListeners(List<JDSListener>) - 类 中的方法com.ds.esb.service.EsbWebService
-
- setListenerType(ListenerType) - 类 中的方法com.ds.config.CListener
-
- setLocale(Locale) - 类 中的方法com.ds.jds.core.esb.util.ActionContext
-
Sets the Locale for the current action.
- setLocalServiceBeanList(List<ServiceBean>) - 类 中的方法com.ds.esb.service.EsbWebService
-
- setLogin(boolean) - 类 中的方法com.ds.config.UserBean
-
- setLoginUrl(String) - 类 中的方法com.ds.config.UserBean
-
- setLogLevel(Integer) - 类 中的方法com.ds.enums.db.MethodChinaBean
-
- setMainClass(String) - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- setMainClass(String) - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- setMainClause(String) - 类 中的方法com.ds.org.conf.Query.SqlClause
-
- setMainCode(ReturnTypeEnums) - 类 中的方法com.ds.common.ReturnType
-
- setManager(ServiceConfigManager) - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- setMappingBean(RequestMappingBean) - 类 中的方法com.ds.web.RequestMethodBean
-
- setMaxCacheSize(int) - 接口 中的方法com.ds.common.cache.Cache
-
Sets the maximum size of the cache in bytes.
- setMaxCacheSize(int) - 类 中的方法com.ds.common.cache.DefaultCache
-
- setMaxCacheSize(int) - 类 中的方法com.ds.common.cache.redis.RedisCache
-
- setMaxCacheSize(int) - 类 中的方法com.ds.hsql.HsqlDbCache
-
- setMaxconnection(String) - 类 中的方法com.ds.cluster.ServerNode
-
- setMaxconnection(String) - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- setMaxConnections(int) - 类 中的方法com.ds.cluster.DBConfig
-
- setMaxIdleTime(int) - 类 中的方法com.ds.cluster.DBConfig
-
- setMaxLifetime(long) - 接口 中的方法com.ds.common.cache.Cache
-
Sets the maximum number of milleseconds that any object can live
in cache.
- setMaxLifetime(long) - 类 中的方法com.ds.common.cache.DefaultCache
-
- setMaxLifetime(long) - 类 中的方法com.ds.common.cache.redis.RedisCache
-
- setMaxLifetime(long) - 类 中的方法com.ds.hsql.HsqlDbCache
-
- setMaxRight(int) - 接口 中的方法com.ds.vfs.FileCopy
-
- setMaxtimes(Integer) - 类 中的方法com.ds.cluster.udp.ClusterCommand
-
- setMaxtimes(Integer) - 类 中的方法com.ds.cluster.udp.ClusterEvent
-
- setMenu(List<MenuCfg>) - 类 中的方法com.ds.config.MenuCfg
-
- setMessage(String) - 类 中的方法com.ds.common.ReturnType
-
- setMethod(String) - 枚举 中的方法com.ds.cluster.event.ServiceEventEnums
-
- setMethod(String) - 枚举 中的方法com.ds.enums.CommandEventEnums
-
- setMethod(String) - 枚举 中的方法com.ds.enums.ServerEventEnums
-
- setMethod(Set<RequestMethod>) - 类 中的方法com.ds.web.RequestMappingBean
-
- setMethodChinaName(MethodChinaName) - 类 中的方法com.ds.web.ConstructorBean
-
- setMethodChinaName(MethodChinaName) - 类 中的方法com.ds.web.RequestMethodBean
-
- setMethodMap(Map<CtMethod, RequestMethodBean>) - 类 中的方法com.ds.web.APIConfig
-
- setMethodName(String) - 类 中的方法com.ds.web.RequestMethodBean
-
- setMethodName(String) - 类 中的方法com.ds.web.RequestParamBean
-
- setMethods(List<RequestMethodBean>) - 类 中的方法com.ds.web.APIConfig
-
- setMinconnection(String) - 类 中的方法com.ds.cluster.ServerNode
-
- setMinconnection(String) - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- setMinConnections(Integer) - 类 中的方法com.ds.cluster.DBConfig
-
- setMsgEngine(CAJDSService) - 类 中的方法com.ds.config.CApplication
-
- setMsgId(String) - 类 中的方法com.ds.cluster.udp.ClusterCommand
-
- setMsgId(String) - 类 中的方法com.ds.cluster.udp.ClusterEvent
-
- setMsgport(Integer) - 类 中的方法com.ds.config.UserBean
-
- setMsgService(CAJDSService) - 类 中的方法com.ds.config.CApplication
-
- setMysqlUseUnicode(Boolean) - 类 中的方法com.ds.cluster.DBConfig
-
- setName(String) - 枚举 中的方法com.ds.bpm.client.RouteToType
-
- setName(String) - 枚举 中的方法com.ds.cluster.event.ServiceEventEnums
-
- setName(String) - 类 中的方法com.ds.cluster.ServerNode
-
- setName(String) - 类 中的方法com.ds.common.expression.ASTVarNode
-
Sets the name of the variable.
- setName(String) - 类 中的方法com.ds.config.BPDPlugin
-
- setName(String) - 类 中的方法com.ds.config.BPDProjectConfig
-
- setName(String) - 类 中的方法com.ds.config.CApplication
-
- setName(String) - 类 中的方法com.ds.config.CBPDBrowserElement
-
- setName(String) - 类 中的方法com.ds.config.CExtendedAttribute
-
- setName(String) - 类 中的方法com.ds.config.CFormula
-
- setName(String) - 类 中的方法com.ds.config.CListener
-
- setName(String) - 类 中的方法com.ds.config.CParameter
-
- setName(String) - 类 中的方法com.ds.config.CPDTElement
-
- setName(String) - 枚举 中的方法com.ds.config.PluginType
-
- setName(String) - 枚举 中的方法com.ds.enums.CommandEventEnums
-
- setName(String) - 类 中的方法com.ds.enums.EnumsAttribute
-
- setName(String) - 枚举 中的方法com.ds.enums.ServerEventEnums
-
- setName(String) - 枚举 中的方法com.ds.esb.config.ContextType
-
- setName(String) - 枚举 中的方法com.ds.esb.config.EsbBeanType
-
- setName(String) - 枚举 中的方法com.ds.esb.config.EsbFlowType
-
- setName(String) - 枚举 中的方法com.ds.esb.config.formula.FormulaParams
-
- setName(String) - 枚举 中的方法com.ds.esb.config.formula.FormulaType
-
- setName(String) - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- setName(String) - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- setName(String) - 类 中的方法com.ds.esb.config.manager.ExpressionTempFtlBean
-
- setName(String) - 枚举 中的方法com.ds.esb.config.TokenType
-
- setName(String) - 类 中的方法com.ds.esb.util.Debug
-
- setName(String) - 类 中的方法com.ds.jds.core.esb.mvel.JDSClassVariableResolver
-
- setName(String) - 类 中的方法com.ds.jds.core.esb.mvel.JDSMapVariableResolver
-
- setName(String) - 类 中的方法com.ds.jds.core.esb.util.ActionContext
-
Sets the name of the current Action in the ActionContext.
- setName(String) - 类 中的方法com.ds.jds.core.User
-
- setName(String) - 接口 中的方法com.ds.org.Role
-
- setName(String) - 类 中的方法com.ds.server.ct.CtSubSystem
-
- setName(String) - 类 中的方法com.ds.server.ServerStatus
-
- setName(String) - 接口 中的方法com.ds.server.SubSystem
-
- setName(String) - 接口 中的方法com.ds.vfs.FileCopy
-
- setName(String) - 接口 中的方法com.ds.vfs.FileObject
-
- setName(String) - 接口 中的方法com.ds.vfs.FileView
-
- setName(String) - 接口 中的方法com.ds.vfs.Folder
-
- setName(String) - 类 中的方法com.ds.web.APIConfig
-
- setName(String) - 类 中的方法com.ds.web.ConstructorBean
-
- setName(String) - 类 中的方法com.ds.web.LocalMultipartFile
-
- setName(String) - 类 中的方法com.ds.web.RequestMappingBean
-
- setName(String) - 类 中的方法com.ds.web.RequestMethodBean
-
- setName2functionMap(Map) - 类 中的静态方法com.ds.esb.config.manager.JDSExpressionParserManager
-
- setNewPassword(String) - 类 中的方法com.ds.jds.core.User
-
- setNull(Boolean) - 类 中的方法com.ds.enums.db.DBFieldBean
-
- setObj(Object) - 类 中的方法com.ds.esb.util.Debug
-
- setObj(T) - 类 中的方法com.ds.jds.core.esb.task.ExcuteObj
-
- setObjectTypeDeterminer(ObjectTypeDeterminer) - 类 中的方法com.ds.jds.core.esb.util.JDSConverter
-
- setOffLine(boolean) - 类 中的方法com.ds.config.UserBean
-
- setOldFolderId(String) - 接口 中的方法com.ds.vfs.FileInfo
-
- setOnLinePersonIds(List<String>) - 类 中的方法com.ds.cluster.ServerNode
-
- setOperator(Operator) - 类 中的方法com.ds.common.query.Condition
-
- setOrderByList(List<Order<T>>) - 类 中的方法com.ds.common.query.Condition
-
- setOrderClause(String) - 类 中的方法com.ds.org.conf.Query.SqlClause
-
- setOrderNum(int) - 接口 中的方法com.ds.vfs.Folder
-
- setOrgId(String) - 类 中的方法com.ds.server.ct.CtSubSystem
-
- setOrgId(String) - 接口 中的方法com.ds.server.SubSystem
-
- setOrgIdList(List<String>) - 接口 中的方法com.ds.org.Role
-
- setOriginalFilename(String) - 类 中的方法com.ds.web.LocalMultipartFile
-
- setPackageName(String) - 类 中的方法com.ds.web.APIConfig
-
- setPage(Page) - 类 中的方法com.ds.common.query.Condition
-
- setPagectx(Map) - 类 中的方法com.ds.context.JDSActionContext
-
- setPagectx(Map<String, Object>) - 接口 中的方法com.ds.context.JDSContext
-
- setPagectx(Map) - 类 中的方法com.ds.context.RunableActionContextImpl
-
- setPagectx(Map) - 类 中的方法com.ds.context.UDPActionContextImpl
-
- setPagectxMap(Map) - 类 中的方法com.ds.context.RunableActionContextImpl
-
- setPageIndex(Integer) - 类 中的方法com.ds.common.query.Page
-
- setPageSize(Integer) - 类 中的方法com.ds.common.query.Page
-
- setPanelDisplayName(String) - 类 中的方法com.ds.config.UserBean
-
- setParamClassName(String) - 类 中的方法com.ds.web.RequestParamBean
-
- setParameterCode(String) - 接口 中的方法com.ds.esb.config.manager.ExpressionParameter
-
- setParameterCode(String) - 类 中的方法com.ds.esb.config.manager.ExpressionTempParamBean
-
- setParameterDesc(String) - 接口 中的方法com.ds.esb.config.manager.ExpressionParameter
-
- setParameterDesc(String) - 类 中的方法com.ds.esb.config.manager.ExpressionTempParamBean
-
- setParameterenName(String) - 接口 中的方法com.ds.esb.config.manager.ExpressionParameter
-
- setParameterenName(String) - 类 中的方法com.ds.esb.config.manager.ExpressionTempParamBean
-
- setParameterId(String) - 类 中的方法com.ds.config.CFormula
-
- setParameterId(String) - 类 中的方法com.ds.config.CParameter
-
- setParameterId(String) - 接口 中的方法com.ds.esb.config.manager.ExpressionParameter
-
- setParameterId(String) - 类 中的方法com.ds.esb.config.manager.ExpressionTempParamBean
-
- setParameterName(String) - 接口 中的方法com.ds.esb.config.manager.ExpressionParameter
-
- setParameterName(String) - 类 中的方法com.ds.esb.config.manager.ExpressionTempParamBean
-
- setParameters(Map<String, CParameter>) - 类 中的方法com.ds.config.BPDPlugin
-
- setParameters(Map<String, CParameter>) - 类 中的方法com.ds.config.CBPDBrowserElement
-
- setParameters(List) - 类 中的方法com.ds.config.CPDTElement
-
- setParameters(Map) - 类 中的方法com.ds.jds.core.esb.util.ActionContext
-
Sets the action parameters.
- setParameterType(T) - 接口 中的方法com.ds.esb.config.manager.ExpressionParameter
-
- setParameterType(T) - 类 中的方法com.ds.esb.config.manager.ExpressionTempParamBean
-
- setParameterValue(FormulaType) - 类 中的方法com.ds.config.CFormula
-
- setParameterValue(String) - 类 中的方法com.ds.config.CParameter
-
- setParamList(List<RequestParamBean>) - 类 中的方法com.ds.web.ConstructorBean
-
- setParamMap(Map) - 类 中的方法com.ds.context.LocalServerActionContextImpl
-
- setParamMap(Map) - 类 中的方法com.ds.context.MinServerActionContextImpl
-
- setParamMap(Map) - 类 中的方法com.ds.context.RunableActionContextImpl
-
- setParamMap(Map) - 类 中的方法com.ds.context.UDPActionContextImpl
-
- setParamName(String) - 类 中的方法com.ds.web.RequestParamBean
-
- setParams(List<ExpressionParameter>) - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- setParams(List<ExpressionParameter>) - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- setParams(Set<String>) - 类 中的方法com.ds.web.RequestMappingBean
-
- setParams(String) - 类 中的方法com.ds.web.RuntimeLog
-
- setParamSet(LinkedHashSet<RequestParamBean>) - 类 中的方法com.ds.web.RequestMethodBean
-
- setParamsMap(Map<String, String>) - 类 中的方法com.ds.web.ConstructorBean
-
- setParamsMap(Map<String, String>) - 类 中的方法com.ds.web.RequestMethodBean
-
- setParamType(Type) - 类 中的方法com.ds.web.RequestParamBean
-
- setParent(ResourceBundle) - 类 中的方法com.ds.common.property.ResourceBundle
-
Sets the parent bundle of this bundle.
- setParentId(String) - 接口 中的方法com.ds.vfs.Folder
-
- setParentPath(String) - 类 中的方法com.ds.web.RequestMappingBean
-
- setParticipantSelectId(String) - 接口 中的方法com.ds.esb.config.manager.ExpressionParameter
-
- setParticipantSelectId(String) - 类 中的方法com.ds.esb.config.manager.ExpressionTempParamBean
-
- setPassword(String) - 类 中的方法com.ds.cluster.DBConfig
-
- setPassword(String) - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- setPassword(String) - 类 中的方法com.ds.jds.core.User
-
- setPath(String) - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- setPath(String) - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- setPath(String) - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- setPath(String) - 接口 中的方法com.ds.vfs.FileObject
-
- setPath(Set<String>) - 类 中的方法com.ds.web.RequestMappingBean
-
- setPathVariable(String) - 类 中的方法com.ds.web.RequestMethodBean
-
- setPathVariables(Map<String, PathVariable>) - 类 中的方法com.ds.web.RequestMethodBean
-
- setPersonid(String) - 类 中的方法com.ds.config.UserBean
-
- setPersonId(String) - 接口 中的方法com.ds.vfs.FileCopy
-
- setPersonId(String) - 接口 中的方法com.ds.vfs.Folder
-
- setPersonIdList(List<String>) - 接口 中的方法com.ds.org.Role
-
- setPhone(String) - 类 中的方法com.ds.jds.core.User
-
- setPhone() - 接口 中的方法com.ds.msg.SmsMsg
-
- setPk(String) - 类 中的方法com.ds.web.annotation.RefBean
-
- setPluginId(String) - 类 中的方法com.ds.config.BPDPlugin
-
- setPluginId(String) - 类 中的方法com.ds.config.CBPDBrowserElement
-
- setPluginId(String) - 类 中的方法com.ds.config.CExtendedAttribute
-
- setPluginId(String) - 类 中的方法com.ds.config.CFormula
-
- setPluginId(String) - 类 中的方法com.ds.config.CParameter
-
- setPluginType(PluginType) - 类 中的方法com.ds.config.BPDPlugin
-
- setPort(Integer) - 类 中的方法com.ds.engine.JDSSessionHandle
-
- setPrimaryKey(String) - 类 中的方法com.ds.enums.db.DBTableBean
-
- setProcessClassification(String) - 类 中的方法com.ds.config.CApplication
-
- setProcessListeners(List<CListener>) - 类 中的方法com.ds.config.BPDProjectConfig
-
- setProduces(Set<String>) - 类 中的方法com.ds.web.RequestMappingBean
-
- setProjectId(String) - 类 中的方法com.ds.config.BPDPlugin
-
- setProjectId(String) - 类 中的方法com.ds.config.BPDProjectConfig
-
- setProjectId(String) - 类 中的方法com.ds.config.CBPDBrowserElement
-
- setProjectId(String) - 类 中的方法com.ds.config.CExtendedAttribute
-
- setProjectId(String) - 类 中的方法com.ds.config.CListener
-
- setProjectId(String) - 类 中的方法com.ds.config.CParameter
-
- setProjectName(String) - 类 中的方法com.ds.config.CFormula
-
- setProperties(Map, Object, Map) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlUtil
-
Sets the object's properties using the default type converter, defaulting to not throw
exceptions for problems setting the properties.
- setProperties(Map, Object, Map, boolean, boolean) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlUtil
-
Sets the object's properties using the default type converter.
- setProperties(Map, Object) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlUtil
-
Sets the properties on the object using the default context, defaulting to not throwing
exceptions for problems setting the properties.
- setProperties(Map, Object, boolean) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlUtil
-
Sets the properties on the object using the default context.
- setProperties(Map, Object, boolean, boolean) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlUtil
-
- setProperty(String, String) - 类 中的方法com.ds.common.property.Properties
-
Calls the Hashtable method put.
- setProperty(String, String) - 类 中的方法com.ds.common.property.XMLProperties
-
Sets the value of the specified property.
- setProperty(Map, Object, Object, Object) - 类 中的方法com.ds.jds.core.esb.util.CompoundRootAccessor
-
- setProperty(Map, Object, Object, Object) - 类 中的方法com.ds.jds.core.esb.util.JDSCollectionPropertyAccessor
-
- setProperty(Map, Object, Object, Object) - 类 中的方法com.ds.jds.core.esb.util.JDSEnumerationAcccessor
-
- setProperty(Map, Object, Object, Object) - 类 中的方法com.ds.jds.core.esb.util.JDSIteratorPropertyAccessor
-
- setProperty(Map, Object, Object, Object) - 类 中的方法com.ds.jds.core.esb.util.JDSListPropertyAccessor
-
- setProperty(Map, Object, Object, Object) - 类 中的方法com.ds.jds.core.esb.util.ObjectProxyPropertyAccessor
-
- setProperty(String, Object, Object, Map) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlUtil
-
Sets the named property to the supplied value on the Object, defaults to not throwing
property exceptions.
- setProperty(String, Object, Object, Map, boolean) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlUtil
-
- setProperty(String, Object, Object, Map, boolean, boolean) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlUtil
-
Sets the named property to the supplied value on the Object.
- setProperty(Map, Object, Object, Object) - 类 中的方法com.ds.jds.core.esb.util.OgnlValueStack.ObjectAccessor
-
- setProperty(String) - 类 中的方法com.ds.org.conf.Query.ColumnMapping
-
- setProxyHost(String) - 类 中的方法com.ds.config.UserBean
-
- setProxyPort(Integer) - 类 中的方法com.ds.config.UserBean
-
- setQos(int) - 接口 中的方法com.ds.msg.TopicMsg
-
- setQueryMethod(HttpMethod) - 类 中的方法com.ds.web.RequestMethodBean
-
- setRe(double) - 类 中的方法com.ds.common.expression.type.Complex
-
Sets the real component of the object
- setReceiver(String) - 接口 中的方法com.ds.msg.Msg
-
- setReceiveTime(Long) - 接口 中的方法com.ds.msg.Msg
-
- setRef(RefType) - 类 中的方法com.ds.web.annotation.RefBean
-
- setReload(String) - 类 中的方法com.ds.cluster.ServerNodeList
-
- setReload(String) - 类 中的方法com.ds.esb.config.manager.EsbBeanConfig
-
- setReloadingConfigs(boolean) - 类 中的静态方法com.ds.jds.core.esb.util.FileManager
-
- setReportingConversionErrors(Map, boolean) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlContextState
-
- setRequest(Object) - 类 中的方法com.ds.context.LocalServerActionContextImpl
-
- setRequest(Object) - 类 中的方法com.ds.context.MinServerActionContextImpl
-
- setRequest(Object) - 类 中的方法com.ds.context.RunableActionContextImpl
-
- setRequest(Object) - 类 中的方法com.ds.context.UDPActionContextImpl
-
- setRequestBody(RequestBody) - 类 中的方法com.ds.web.RequestMethodBean
-
- setRequestJson(String) - 类 中的方法com.ds.web.RuntimeLog
-
- setRequestStatus(int) - 接口 中的方法com.ds.config.Result
-
- setRequestStatus(int) - 类 中的方法com.ds.config.ResultModel
-
- setRequestType(RequestType) - 类 中的方法com.ds.web.RequestMethodBean
-
- setRequiredParams(Set<String>) - 类 中的方法com.ds.web.ConstructorBean
-
- setRequiredParams(Set<String>) - 类 中的方法com.ds.web.RequestMethodBean
-
- setResponseBody(ResponseBody) - 类 中的方法com.ds.web.RequestMethodBean
-
- setResponseType(ResponseType) - 类 中的方法com.ds.web.RequestMethodBean
-
- setRetained(boolean) - 接口 中的方法com.ds.msg.TopicMsg
-
- setReturnStr(String) - 类 中的方法com.ds.enums.db.MethodChinaBean
-
- setReturntype(String) - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- setReturntype(String) - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- setRightEngine(CAJDSService) - 类 中的方法com.ds.config.CApplication
-
- setRightListeners(List<CListener>) - 类 中的方法com.ds.config.BPDProjectConfig
-
- setRightMenuUrl(String) - 类 中的方法com.ds.config.MenuCfg
-
- setRoleId(String) - 接口 中的方法com.ds.org.Role
-
- setRoleNum(String) - 接口 中的方法com.ds.org.Role
-
- setRootClass(Class) - 类 中的方法com.ds.web.annotation.AggregationBean
-
- setRootClass(Class) - 类 中的方法com.ds.web.annotation.EntityBean
-
- setRootPath(String) - 接口 中的方法com.ds.vfs.FileObject
-
- setSavePassword(boolean) - 类 中的方法com.ds.config.UserBean
-
- setScript(String) - 类 中的方法com.ds.config.MenuCfg
-
- setSelectedScript(String) - 类 中的方法com.ds.config.MenuCfg
-
- setSendTime(Long) - 类 中的方法com.ds.cluster.udp.ClusterEvent
-
- setSensorId(String) - 接口 中的方法com.ds.msg.LogMsg
-
- setSensorId(String) - 接口 中的方法com.ds.msg.SensorMsg
-
- setSequence(PerformSequence) - 类 中的方法com.ds.cluster.udp.ClusterCommand
-
- setSequence(PerformSequence) - 类 中的方法com.ds.cluster.udp.ClusterEvent
-
- setSerialindex(Integer) - 类 中的方法com.ds.server.ct.CtSubSystem
-
- setSerialindex(Integer) - 接口 中的方法com.ds.server.SubSystem
-
- setServerKey(String) - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- setServerKey(String) - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- setServerURL(String) - 类 中的方法com.ds.cluster.DBConfig
-
- setServerUrl(String) - 类 中的方法com.ds.config.UserBean
-
- setServerUrl(String) - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- setServerUrl(String) - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- setServerUrl(String) - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- setServiceBeans(List<ServiceBean>) - 类 中的方法com.ds.esb.service.EsbWebService
-
- setServiceClass(Class) - 类 中的方法com.ds.web.annotation.EntityBean
-
- setServiceKey(String) - 类 中的方法com.ds.web.RuntimeLog
-
- setServices(Set<ServiceBean>) - 类 中的方法com.ds.cluster.ServerNode
-
- setSession(Map) - 类 中的方法com.ds.jds.core.esb.util.ActionContext
-
Sets a map of action session values.
- setSessionHandle(JDSSessionHandle) - 类 中的方法com.ds.cluster.udp.ClusterCommand
-
- setSessionHandle(JDSSessionHandle) - 类 中的方法com.ds.cluster.udp.ClusterEvent
-
- setSessionId(String) - 类 中的方法com.ds.cluster.udp.ClusterCommand
-
- setSessionId(String) - 类 中的方法com.ds.cluster.udp.ClusterEvent
-
- setSessionId(String) - 类 中的方法com.ds.cluster.udp.HeardInfo
-
- setSessionId(String) - 类 中的方法com.ds.context.LocalServerActionContextImpl
-
- setSessionId(String) - 类 中的方法com.ds.context.MinServerActionContextImpl
-
- setSessionId(String) - 类 中的方法com.ds.context.RunableActionContextImpl
-
- setSessionId(String) - 类 中的方法com.ds.context.UDPActionContextImpl
-
- setSessionID(String) - 类 中的方法com.ds.engine.JDSSessionHandle
-
- setSessionId(String) - 类 中的方法com.ds.jds.core.User
-
- setSessionId(String) - 类 中的方法com.ds.web.RuntimeLog
-
- setSessionMap(Map) - 类 中的方法com.ds.context.LocalServerActionContextImpl
-
- setSessionMap(Map) - 类 中的方法com.ds.context.MinServerActionContextImpl
-
- setSessionMap(Map) - 类 中的方法com.ds.context.RunableActionContextImpl
-
- setSessionMap(Map) - 类 中的方法com.ds.context.UDPActionContextImpl
-
- setSetMap(Map, Map, String) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlContextState
-
- setSize(int) - 类 中的方法com.ds.config.DSMListResultModel
-
- setSize(int) - 类 中的方法com.ds.config.ListResultModel
-
- setSize(Integer) - 类 中的方法com.ds.web.LocalMultipartFile
-
- setSource(Object) - 接口 中的方法com.ds.esb.config.StaticBean
-
- setSource(K) - 类 中的方法com.ds.jds.core.esb.task.ExcuteObj
-
- setSourceClass(Class) - 类 中的方法com.ds.web.annotation.AggregationBean
-
- setSourceClass(Class) - 类 中的方法com.ds.web.annotation.EntityBean
-
- setSourceClass(Class) - 类 中的方法com.ds.web.annotation.RepositoryBean
-
- setSourceClassName(String) - 类 中的方法com.ds.web.RequestParamBean
-
- setSourceJson(String) - 类 中的方法com.ds.cluster.udp.ClusterEvent
-
- setSqlClauses(Map) - 类 中的方法com.ds.org.conf.Query
-
- setStart(Integer) - 类 中的方法com.ds.web.util.Pager
-
- setStartTime(Long) - 类 中的方法com.ds.esb.util.Debug
-
- setStartTime(long) - 类 中的方法com.ds.web.RuntimeLog
-
- setState(String) - 类 中的方法com.ds.config.MenuCfg
-
- setState(int) - 接口 中的方法com.ds.vfs.FileCopy
-
- setState(FolderState) - 接口 中的方法com.ds.vfs.Folder
-
- setStaticType(Class) - 类 中的方法com.ds.jds.core.esb.mvel.JDSClassVariableResolver
-
- setStaticType(Class) - 类 中的方法com.ds.jds.core.esb.mvel.JDSMapVariableResolver
-
- setStatus(SystemStatus) - 类 中的方法com.ds.cluster.ServerNode
-
- setStatus(ServiceStatus) - 类 中的方法com.ds.config.BPDPlugin
-
- setStatus(ServiceStatus) - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- setStatus(MsgStatus) - 接口 中的方法com.ds.msg.Msg
-
- setStatus(SystemStatus) - 类 中的方法com.ds.server.ServerStatus
-
- setStatus(MsgStatus) - 类 中的方法com.ds.web.RuntimeLog
-
- setStopPutWhenFull(boolean) - 接口 中的方法com.ds.common.cache.Cache
-
set the flag whether stop putting into cache when it was full or not.
- setStopPutWhenFull(boolean) - 类 中的方法com.ds.common.cache.DefaultCache
-
- setStopPutWhenFull(boolean) - 类 中的方法com.ds.common.cache.redis.RedisCache
-
- setStopPutWhenFull(boolean) - 类 中的方法com.ds.hsql.HsqlDbCache
-
- setSubCode(ReturnTypeEnums) - 类 中的方法com.ds.common.ReturnType
-
- setSysCode(String) - 类 中的方法com.ds.cluster.event.RegistEventBean
-
- setSysId(String) - 类 中的方法com.ds.config.BPDProjectConfig
-
- setSysId(String) - 类 中的方法com.ds.config.CApplication
-
- setSysId(String) - 接口 中的方法com.ds.org.Role
-
- setSysId(String) - 类 中的方法com.ds.server.ct.CtSubSystem
-
- setSysId(String) - 接口 中的方法com.ds.server.SubSystem
-
- setSystemCode(String) - 类 中的方法com.ds.cluster.udp.ClusterCommand
-
- setSystemCode(String) - 类 中的方法com.ds.cluster.udp.ClusterEvent
-
- setSystemCode(String) - 类 中的方法com.ds.cluster.udp.HeardInfo
-
- setSystemCode(String) - 接口 中的方法com.ds.command.JDSCommand
-
- setSystemCode(String) - 类 中的方法com.ds.config.UserBean
-
- setSystemCode(String) - 类 中的方法com.ds.engine.event.JDSEvent
-
- setSystemCode(String) - 类 中的方法com.ds.jds.core.User
-
- setSystemCode(String) - 接口 中的方法com.ds.msg.Msg
-
- setSystemCode(String) - 接口 中的方法com.ds.vfs.Folder
-
- setTableName(String) - 类 中的方法com.ds.enums.db.DBTableBean
-
- setTableName(String) - 类 中的方法com.ds.org.conf.Query.SqlClause
-
- setText(String) - 类 中的方法com.ds.config.MenuCfg
-
- setTime(long) - 类 中的方法com.ds.web.RuntimeLog
-
- setTimeout(String) - 类 中的方法com.ds.cluster.ServerNode
-
- setTimeout(Integer) - 类 中的方法com.ds.cluster.udp.ClusterCommand
-
- setTimeout(Integer) - 类 中的方法com.ds.cluster.udp.ClusterEvent
-
- setTimeout(String) - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- setTimes(Integer) - 接口 中的方法com.ds.msg.LogMsg
-
- setTimes(Integer) - 接口 中的方法com.ds.msg.Msg
-
- setTimes(Integer) - 接口 中的方法com.ds.msg.SmsMsg
-
- setTitle(String) - 接口 中的方法com.ds.msg.Msg
-
- setTitleKey(String) - 类 中的方法com.ds.enums.db.DBTableBean
-
- setTmpJavaFileObject(TmpJavaFileObject) - 类 中的方法com.ds.common.util.java.DynamicClassLoader
-
- setToken(String) - 类 中的方法com.ds.cluster.udp.ClusterCommand
-
- setToken(String) - 类 中的方法com.ds.cluster.udp.ClusterEvent
-
- setToken(String) - 类 中的方法com.ds.config.ResultModel
-
- setToken(String) - 类 中的方法com.ds.web.RuntimeLog
-
- setTokenType(TokenType) - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- setTokenType(TokenType) - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- setTokenType(TokenType) - 类 中的方法com.ds.server.ct.CtSubSystem
-
- setTokenType(TokenType) - 接口 中的方法com.ds.server.SubSystem
-
- setTopic(String) - 接口 中的方法com.ds.msg.TopicMsg
-
- setTopIds(String) - 类 中的方法com.ds.org.conf.Query.SqlClause
-
- setTotal(Integer) - 类 中的方法com.ds.web.util.Pager
-
- setToxml(String) - 类 中的方法com.ds.config.CBPDBrowserElement
-
- setTraverse(boolean) - 类 中的方法com.ds.common.expression.JEP
-
Sets the value of the traverse option. setTraverse is useful for
debugging purposes.
- setType(String) - 枚举 中的方法com.ds.bpm.client.RouteToType
-
- setType(SystemNodeType) - 类 中的方法com.ds.cluster.ServerNode
-
- setType(String) - 枚举 中的方法com.ds.config.ActivityDefImpl
-
- setType(String) - 类 中的方法com.ds.config.CExtendedAttribute
-
- setType(String) - 类 中的方法com.ds.config.CPDTElement
-
- setType(String) - 类 中的方法com.ds.config.MenuCfg
-
- setType(String) - 枚举 中的方法com.ds.config.PluginType
-
- setType(String) - 枚举 中的方法com.ds.enums.Commonyesno
-
- setType(String) - 枚举 中的方法com.ds.esb.config.formula.FormulaParams
-
- setType(String) - 枚举 中的方法com.ds.esb.config.formula.FormulaType
-
- setType(ContextType) - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- setType(FormulaType) - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- setType(FormulaType) - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- setType(String) - 类 中的方法com.ds.esb.config.manager.ExpressionTempFtlBean
-
- setType(String) - 接口 中的方法com.ds.msg.Msg
-
- setType(String) - 类 中的方法com.ds.org.conf.Query
-
- setType(String) - 类 中的方法com.ds.org.conf.Query.SqlClause
-
- setType(RoleType) - 接口 中的方法com.ds.org.Role
-
- setType(SystemType) - 类 中的方法com.ds.server.ct.CtSubSystem
-
- setType(SystemType) - 接口 中的方法com.ds.server.SubSystem
-
- setType(AggregationType) - 类 中的方法com.ds.web.annotation.AggregationBean
-
- setTypeMap(Map) - 类 中的静态方法com.ds.esb.config.manager.JDSExpressionParserManager
-
- setUdpIP(String) - 类 中的方法com.ds.jds.core.User
-
- setUdpPort(Integer) - 类 中的方法com.ds.jds.core.User
-
- setUdpUrl(String) - 类 中的方法com.ds.config.UserBean
-
- setUpdataClause(String) - 类 中的方法com.ds.org.conf.Query.SqlClause
-
- setUrl(String) - 类 中的方法com.ds.cluster.ServerNode
-
- setUrl(String) - 类 中的方法com.ds.config.MenuCfg
-
- setUrl(String) - 类 中的方法com.ds.enums.db.DBTableBean
-
- setUrl(String) - 类 中的方法com.ds.server.ct.CtSubSystem
-
- setUrl(String) - 接口 中的方法com.ds.server.SubSystem
-
- setUrl(String) - 类 中的方法com.ds.web.APIConfig
-
- setUrl(String) - 类 中的方法com.ds.web.RequestMethodBean
-
- setUrl(String) - 类 中的方法com.ds.web.RuntimeLog
-
- setUrls(Set<String>) - 类 中的方法com.ds.web.APIConfig
-
- setUser(User) - 类 中的方法com.ds.cluster.udp.HeartThread
-
- setUser(User) - 类 中的方法com.ds.cluster.udp.UDPClient
-
- setUserexpression(String) - 类 中的方法com.ds.cluster.ServerNode
-
- setUserexpression(String) - 类 中的方法com.ds.cluster.ServerNodeList
-
- setUserexpression(String) - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- setUserid(String) - 类 中的方法com.ds.cluster.udp.HeardInfo
-
- setUserId(String) - 接口 中的方法com.ds.common.query.JLuceneIndex
-
- setUsername(String) - 类 中的方法com.ds.cluster.DBConfig
-
- setUsername(String) - 类 中的方法com.ds.config.UserBean
-
- setUsername(String) - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- setUserpassword(String) - 类 中的方法com.ds.config.UserBean
-
- setUuid(String) - 接口 中的方法com.ds.common.query.JLuceneIndex
-
- setValue(Object) - 类 中的方法com.ds.common.expression.ASTConstant
-
- setValue(Object) - 类 中的方法com.ds.common.query.Condition
-
- setValue(String) - 类 中的方法com.ds.config.CExtendedAttribute
-
- setValue(String, String) - 类 中的静态方法com.ds.config.JDSConfig
-
- setValue(String) - 接口 中的方法com.ds.esb.config.manager.ExpressionParameter
-
- setValue(String) - 类 中的方法com.ds.esb.config.manager.ExpressionTempParamBean
-
- setValue(Object) - 类 中的方法com.ds.jds.core.esb.mvel.JDSClassVariableResolver
-
- setValue(Object) - 类 中的方法com.ds.jds.core.esb.mvel.JDSMapVariableResolver
-
- setValue(Object) - 类 中的方法com.ds.jds.core.esb.util.ObjectProxy
-
- setValue(String, Map, Object, Object) - 类 中的静态方法com.ds.jds.core.esb.util.OgnlUtil
-
Wrapper around Ognl.setValue() to handle type conversion for collection elements.
- setValue(String, Object) - 类 中的方法com.ds.jds.core.esb.util.OgnlValueStack
-
- setValue(String, Object, boolean) - 类 中的方法com.ds.jds.core.esb.util.OgnlValueStack
-
- setValue(String, Object) - 接口 中的方法com.ds.jds.core.esb.util.ValueStack
-
Attempts to set a property on a bean in the stack with the given expression using the default search order.
- setValue(String, Object, boolean) - 接口 中的方法com.ds.jds.core.esb.util.ValueStack
-
Attempts to set a property on a bean in the stack with the given expression using the default search order.
- setValue(String, String) - 类 中的静态方法com.ds.org.conf.ClientConfig
-
- setValue(Set<String>) - 类 中的方法com.ds.web.RequestMappingBean
-
- setValueStack(ValueStack) - 类 中的方法com.ds.jds.core.esb.util.ActionContext
-
Sets the OGNL value stack.
- setVariableMap(Map) - 类 中的方法com.ds.jds.core.esb.mvel.JDSMapVariableResolver
-
- setVersion(int) - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- setVersion(int) - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- setVersionId(String) - 接口 中的方法com.ds.vfs.FileCopy
-
- setVersionId(String) - 接口 中的方法com.ds.vfs.FileView
-
- setVfsEngine(CAJDSService) - 类 中的方法com.ds.config.CApplication
-
- setVfsPath(String) - 类 中的方法com.ds.esb.config.manager.EsbBean
-
- setVfsPath(String) - 类 中的方法com.ds.server.ct.CtSubSystem
-
- setVfsPath(String) - 接口 中的方法com.ds.server.SubSystem
-
- setVfsService(CAJDSService) - 类 中的方法com.ds.config.CApplication
-
- setView(ViewType) - 类 中的方法com.ds.web.annotation.RefBean
-
- setViewInstId(String) - 类 中的方法com.ds.web.annotation.ViewBean
-
- setWebServerPort(String) - 类 中的方法com.ds.config.UserBean
-
- setWhereClause(String) - 类 中的方法com.ds.org.conf.Query.SqlClause
-
- setWidth(Integer) - 类 中的方法com.ds.config.BPDPlugin
-
- setWorkflowService(CAJDSService) - 类 中的方法com.ds.config.CApplication
-
- setWrapperAltMap(String) - 类 中的方法com.ds.template.JDSFreemarkerManager
-
- setWriter(Writer) - 类 中的方法com.ds.template.JDSFreemarkerResult
-
- shouldCreateIfNew(Class, String, Object, String, boolean) - 类 中的方法com.ds.jds.core.esb.util.DefaultObjectTypeDeterminer
-
Determines the createIfNull property for a Collection or Map by getting it from the @CreateIfNull annotation.
- shouldCreateIfNew(Class, String, Object, String, boolean) - 接口 中的方法com.ds.jds.core.esb.util.ObjectTypeDeterminer
-
- showDateTime - 类 中的静态变量com.ds.common.logging.impl.SimpleLog
-
Include the current time in the log message
- showLogName - 类 中的静态变量com.ds.common.logging.impl.SimpleLog
-
Include the instance name in the log message?
- showShortName - 类 中的静态变量com.ds.common.logging.impl.SimpleLog
-
Include the short name ( last component ) of the logger in the log
message.
- shutdown() - 类 中的方法com.ds.hsql.HsqlDbServer
-
- shutdown() - 类 中的方法com.ds.jds.core.esb.util.DownLoadPageTask
-
- shutdownReader(Reader) - 类 中的静态方法com.ds.common.util.IOUtility
-
Unconditionally close an Reader.
- shutdownStream(OutputStream) - 类 中的静态方法com.ds.common.util.IOUtility
-
Unconditionally close an OutputStream.
- shutdownStream(InputStream) - 类 中的静态方法com.ds.common.util.IOUtility
-
Unconditionally close an InputStream.
- shutdownWriter(Writer) - 类 中的静态方法com.ds.common.util.IOUtility
-
Unconditionally close an Writer.
- SimpleCustomBean - com.ds.enums中的类
-
- SimpleCustomBean(Class) - 类 的构造器com.ds.enums.SimpleCustomBean
-
- SimpleEnum - com.ds.enums中的枚举
-
- SimpleLog - com.ds.common.logging.impl中的类
-
Title: 常用代码打包
Description:
Simple implementation of Log that sends all enabled log messages,
for all defined loggers, to System.err.
- SimpleLog(String) - 类 的构造器com.ds.common.logging.impl.SimpleLog
-
Construct a simple log with given name.
- simpleLogProps - 类 中的静态变量com.ds.common.logging.impl.SimpleLog
-
Properties loaded from simplelog.properties
- SimpleNode - com.ds.common.expression中的类
-
- SimpleNode(int) - 类 的构造器com.ds.common.expression.SimpleNode
-
- SimpleNode(Parser, int) - 类 的构造器com.ds.common.expression.SimpleNode
-
- sin() - 类 中的方法com.ds.common.expression.type.Complex
-
Returns the sine of this complex number.
- singleLogin() - 类 中的静态方法com.ds.config.JDSConfig.Config
-
- sinh() - 类 中的方法com.ds.common.expression.type.Complex
-
- size - 类 中的变量com.ds.common.cache.CacheObject
-
The size of the Cacheable object.
- size() - 类 中的方法com.ds.common.cache.DefaultCache
-
- size() - 类 中的方法com.ds.common.cache.redis.RedisCache
-
- size - 类 中的变量com.ds.config.DSMListResultModel
-
- size - 类 中的变量com.ds.config.ListResultModel
-
- size() - 类 中的方法com.ds.hsql.HsqlDbCache
-
- size() - 类 中的方法com.ds.jds.core.esb.util.OgnlValueStack
-
- size() - 接口 中的方法com.ds.jds.core.esb.util.ValueStack
-
Get the number of objects in the stack
s
- sizeOfBoolean() - 类 中的静态方法com.ds.common.cache.CacheSizes
-
Returns the size in bytes of a primitive boolean.
- sizeOfChar() - 类 中的静态方法com.ds.common.cache.CacheSizes
-
Returns the size in bytes of a primitive char.
- sizeOfDate() - 类 中的静态方法com.ds.common.cache.CacheSizes
-
Returns the size in bytes of a Date.
- sizeOfDirectory(String) - 类 中的静态方法com.ds.common.util.FileUtility
-
Recursively count size of a directory.
- sizeOfDirectory(File) - 类 中的静态方法com.ds.common.util.FileUtility
-
Recursively count size of a directory.
- sizeOfDouble() - 类 中的静态方法com.ds.common.cache.CacheSizes
-
Returns the size in bytes of a primitive double.
- sizeOfInt() - 类 中的静态方法com.ds.common.cache.CacheSizes
-
Returns the size in bytes of a primitive int.
- sizeOfList(List) - 类 中的静态方法com.ds.common.cache.CacheSizes
-
Returns the size in bytes of a List object.
- sizeOfLong() - 类 中的静态方法com.ds.common.cache.CacheSizes
-
Returns the size in bytes of a primitive long.
- sizeOfMap(Map) - 类 中的静态方法com.ds.common.cache.CacheSizes
-
Returns the size in bytes of a Map object.
- sizeOfObject() - 类 中的静态方法com.ds.common.cache.CacheSizes
-
Returns the size in bytes of a basic Object.
- sizeOfObject(Object) - 类 中的静态方法com.ds.common.cache.CacheSizes
-
- sizeOfString(String) - 类 中的静态方法com.ds.common.cache.CacheSizes
-
Returns the size in bytes of a String.
- SmsMsg - com.ds.msg中的接口
-
- sourcePath() - 类 中的静态方法com.ds.config.JDSConfig.Config
-
- specialConstructor - 异常错误 中的变量com.ds.common.expression.ParseException
-
This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
- specialToken - 类 中的变量com.ds.common.expression.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- split(String, String) - 类 中的静态方法com.ds.common.util.StringUtility
-
把由delim分割的字符串分裂并形成字符串数组。
- Split - com.ds.web.annotation中的注释类型
-
- splitsStr(String, String) - 类 中的方法com.ds.service.GetSplits
-
- SpringMVCTempLoadProxy - com.ds.web.client中的类
-
采用springMvc装载器
- SpringMVCTempLoadProxy(EsbBean) - 类 的构造器com.ds.web.client.SpringMVCTempLoadProxy
-
- SpringMVCTempXMLProxy - com.ds.web.client中的类
-
- SpringMVCTempXMLProxy(EsbBean) - 类 的构造器com.ds.web.client.SpringMVCTempXMLProxy
-
- SqlClause() - 类 的构造器com.ds.org.conf.Query.SqlClause
-
- SqlClause(String, String, Map) - 类 的构造器com.ds.org.conf.Query.SqlClause
-
- sqrt() - 类 中的方法com.ds.common.expression.type.Complex
-
Calculates the square root of this object.
- SSONotFoundException - com.ds.org中的异常错误
-
消息不存在的异常类。
- SSONotFoundException() - 异常错误 的构造器com.ds.org.SSONotFoundException
-
- SSONotFoundException(String) - 异常错误 的构造器com.ds.org.SSONotFoundException
-
- SSONotFoundException(Throwable) - 异常错误 的构造器com.ds.org.SSONotFoundException
-
- SSONotFoundException(String, Throwable) - 异常错误 的构造器com.ds.org.SSONotFoundException
-
- start() - 接口 中的方法com.ds.cluster.udp.ClusterClient
-
- start() - 类 中的方法com.ds.cluster.udp.ClusterClientImpl
-
- start() - 类 中的方法com.ds.cluster.udp.UDPClient
-
- Start() - 类 中的方法com.ds.common.expression.Parser
-
GRAMMAR START
- start() - 类 中的静态方法com.ds.server.JDSServer
-
- START_COMMAND - 类 中的静态变量com.ds.server.JDSServer
-
- START_KEY - 类 中的静态变量com.ds.cluster.udp.UDPClient
-
- startAdminThread() - 类 中的静态方法com.ds.config.JDSConfig.Config
-
- started - 类 中的静态变量com.ds.server.JDSServer
-
- started() - 类 中的方法com.ds.server.JDSServer
-
- startHeart(User) - 类 中的方法com.ds.cluster.udp.UDPClient
-
- STARTPROCESSINSTANCEERROR - 异常错误 中的静态变量com.ds.common.JDSException
-
- STARTPROCESSINSTANCEERROR - 异常错误 中的静态变量com.ds.vfs.VFSException
-
- startup() - 类 中的方法com.ds.hsql.HsqlDbServer
-
- StaticBean - com.ds.esb.config中的接口
-
- staticFlag - 类 中的静态变量com.ds.common.expression.JavaCharStream
-
- staticName - 接口 中的静态变量com.ds.esb.util.ESBConstants
-
- status - 类 中的变量com.ds.cluster.ServerNode
-
- status() - 类 中的静态方法com.ds.server.JDSServer
-
- STATUS_COMMAND - 类 中的静态变量com.ds.server.JDSServer
-
- STATUS_END_KEY - 类 中的静态变量com.ds.cluster.udp.UDPClient
-
- STATUS_SPLIT_KEY - 类 中的静态变量com.ds.cluster.udp.UDPClient
-
- STATUS_START_KEY - 类 中的静态变量com.ds.cluster.udp.UDPClient
-
- stop() - 接口 中的方法com.ds.cluster.udp.ClusterClient
-
- stop() - 类 中的方法com.ds.cluster.udp.ClusterClientImpl
-
- stop() - 类 中的方法com.ds.cluster.udp.UDPClient
-
- stop(Msg) - 接口 中的方法com.ds.msg.MsgAdapter
-
- stop() - 类 中的静态方法com.ds.server.JDSServer
-
- STOP_COMMAND - 类 中的静态变量com.ds.server.JDSServer
-
- store(OutputStream, String) - 类 中的方法com.ds.common.property.Properties
-
Writes this property list (key and element pairs) in this Properties
table to the output stream in a format suitable for loading into a Properties
table using the load method.
- String2Color(String) - 类 中的静态方法com.ds.config.JDSUtil
-
- STRING_LITERAL - 接口 中的静态变量com.ds.common.expression.ParserConstants
-
- stringSet(String) - 类 中的静态方法com.ds.jds.core.esb.util.TextUtils
-
Check whether string has been set to
something other than "" or null.
- StringUtility - com.ds.common.util中的类
-
Title: 常用代码打包
Description: 字符串操作常用的方法
Copyright: Copyright (c) 2002-12-5
Company: www.justdos.net
- sub(Object, Object) - 类 中的方法com.ds.common.expression.function.math.Subtract
-
- sub(Number, Number) - 类 中的方法com.ds.common.expression.function.math.Subtract
-
- sub(List, Number) - 类 中的方法com.ds.common.expression.function.math.Subtract
-
- sub(Number, List) - 类 中的方法com.ds.common.expression.function.math.Subtract
-
- sub(List, List) - 类 中的方法com.ds.common.expression.function.math.Subtract
-
- subCode() - 类 中的方法com.ds.common.ReturnType
-
取得执行情况子代码.
- submit(Msg) - 接口 中的方法com.ds.msg.MsgAdapter
-
- SubSystem - com.ds.server中的接口
-
- Subtract - com.ds.common.expression.function.math中的类
-
- Subtract() - 类 的构造器com.ds.common.expression.function.math.Subtract
-
- SUCCESS_KEY - 类 中的静态变量com.ds.cluster.udp.UDPClient
-
- sum(List<Object>) - 类 中的静态方法com.ds.esb.util.function.FunctionUtil
-
- Sum - com.ds.service中的类
-
- Sum() - 类 的构造器com.ds.service.Sum
-
- suspendModule(String, String) - 接口 中的方法com.ds.app.AppManager
-
挂起服务
- SwitchTo(int) - 类 中的方法com.ds.common.expression.ParserTokenManager
-
- SymbolTable - com.ds.common.expression中的类
-
Title: ETCL
Description: 数据更新工具(抽取,转换,清洗,装载)
当key为String类型时,不区分大小写。
- SymbolTable() - 类 的构造器com.ds.common.expression.SymbolTable
-
- symTab - 类 中的变量com.ds.common.expression.JEP
-
Symbol Table
- SYSCODE - 接口 中的静态变量com.ds.context.JDSContext
-
- SysEventWebManager - com.ds.cluster.service中的接口
-
系统管理远程方法
Title:
*
Copyright: Copyright (c) 2003-2019
Company: www.justdos.net
- SYSTEM - 接口 中的静态变量com.ds.msg.PersonPrivateGroup
-
- systemActivated(ServerEvent) - 接口 中的方法com.ds.cluster.event.ServerListener
-
子系统激活完毕
- systemActivated(EIServerEvent) - 类 中的方法com.ds.engine.event.EIServerAdapter
-
- systemActivated(EIServerEvent) - 接口 中的方法com.ds.engine.event.EIServerListener
-
子系统激活完毕
- systemActivating(ServerEvent) - 接口 中的方法com.ds.cluster.event.ServerListener
-
正在激活子系统
- systemActivating(EIServerEvent) - 类 中的方法com.ds.engine.event.EIServerAdapter
-
- systemActivating(EIServerEvent) - 接口 中的方法com.ds.engine.event.EIServerListener
-
正在激活子系统
- SYSTEMCODE - 类 中的静态变量com.ds.cluster.udp.UDPClient
-
- systemCode - 类 中的变量com.ds.engine.event.JDSEvent
-
- systemDeleted(ServerEvent) - 接口 中的方法com.ds.cluster.event.ServerListener
-
子系统删除完毕
- systemDeleted(EIServerEvent) - 类 中的方法com.ds.engine.event.EIServerAdapter
-
- systemDeleted(EIServerEvent) - 接口 中的方法com.ds.engine.event.EIServerListener
-
子系统删除完毕
- systemDeleting(ServerEvent) - 接口 中的方法com.ds.cluster.event.ServerListener
-
正在删除子系统
- systemDeleting(EIServerEvent) - 类 中的方法com.ds.engine.event.EIServerAdapter
-
- systemDeleting(EIServerEvent) - 接口 中的方法com.ds.engine.event.EIServerListener
-
正在删除子系统
- systemFreezed(ServerEvent) - 接口 中的方法com.ds.cluster.event.ServerListener
-
冻结子系统完成
- systemFreezed(EIServerEvent) - 类 中的方法com.ds.engine.event.EIServerAdapter
-
- systemFreezed(EIServerEvent) - 接口 中的方法com.ds.engine.event.EIServerListener
-
冻结子系统完成
- systemFreezing(ServerEvent) - 接口 中的方法com.ds.cluster.event.ServerListener
-
正在冻结子系统
- systemFreezing(EIServerEvent) - 类 中的方法com.ds.engine.event.EIServerAdapter
-
- systemFreezing(EIServerEvent) - 接口 中的方法com.ds.engine.event.EIServerListener
-
正在冻结子系统
- systemMap - 类 中的变量com.ds.server.OrgManagerFactory
-
- SystemNodeType - com.ds.server.eumus中的枚举
-
- systemPrefix - 类 中的静态变量com.ds.common.logging.impl.SimpleLog
-
All system properties used by Simple start with this
- systemSaved(ServerEvent) - 接口 中的方法com.ds.cluster.event.ServerListener
-
保存子系统完毕
- systemSaved(EIServerEvent) - 类 中的方法com.ds.engine.event.EIServerAdapter
-
- systemSaved(EIServerEvent) - 接口 中的方法com.ds.engine.event.EIServerListener
-
保存子系统完毕
- systemSaving(ServerEvent) - 接口 中的方法com.ds.cluster.event.ServerListener
-
正在保存子系统
- systemSaving(EIServerEvent) - 类 中的方法com.ds.engine.event.EIServerAdapter
-
- systemSaving(EIServerEvent) - 接口 中的方法com.ds.engine.event.EIServerListener
-
正在保存子系统
- SystemStatus - com.ds.server.eumus中的枚举
-
- SystemType - com.ds.server.eumus中的枚举
-
- TABLE_NAME - 类 中的静态变量com.ds.hsql.HsqlDbCache
-
- TABLE_NAME - 类 中的静态变量com.ds.hsql.HsqlDbCacheManager
-
- tan() - 类 中的方法com.ds.common.expression.type.Complex
-
Returns the tangent of this complex number.
- tanh() - 类 中的方法com.ds.common.expression.type.Complex
-
- TaskEngine - com.ds.common.util中的类
-
Title: 常用代码打包
Description:
A class to manage the execution of tasks in the Jive system.
- tempPath() - 类 中的静态方法com.ds.config.JDSConfig.Config
-
- Test - com.ds.common.cache.redis中的类
-
- Test() - 类 的构造器com.ds.common.cache.redis.Test
-
- test(User, Map<String, User>) - 类 中的方法com.ds.web.util.MethodUtil
-
- Test1 - com.ds.common.cache.redis中的类
-
- Test1() - 类 的构造器com.ds.common.cache.redis.Test1
-
- testConnection(String) - 类 中的方法com.ds.vfs.adapter.AbstractFileAdapter
-
- testConnection(String) - 接口 中的方法com.ds.vfs.adapter.FileAdapter
-
- TestMain - com.ds.common.cache.redis中的类
-
- TestMain() - 类 的构造器com.ds.common.cache.redis.TestMain
-
- TestRedisRead - com.ds.common.cache.redis中的类
-
- TestRedisRead(int) - 类 的构造器com.ds.common.cache.redis.TestRedisRead
-
- TestRedisThreadPool - com.ds.common.cache.redis中的类
-
- TestRedisThreadPool() - 类 的构造器com.ds.common.cache.redis.TestRedisThreadPool
-
- TestRedisWrite - com.ds.common.cache.redis中的类
-
- TestRedisWrite(int) - 类 的构造器com.ds.common.cache.redis.TestRedisWrite
-
- textBufSize - 类 中的静态变量com.ds.vfs.adapter.AbstractFileAdapter
-
- TextUtils - com.ds.jds.core.esb.util中的类
-
- TextUtils() - 类 的构造器com.ds.jds.core.esb.util.TextUtils
-
- THREAD_LOCK - 类 中的静态变量com.ds.cluster.service.ServerEventFactory
-
- THREAD_LOCK - 类 中的静态变量com.ds.cluster.udp.UDPClient
-
- THREAD_LOCK - 类 中的静态变量com.ds.common.cache.CacheManagerFactory
-
- THREAD_LOCK - 类 中的静态变量com.ds.common.cache.redis.RedisCacheManager
-
- THREAD_LOCK - 类 中的静态变量com.ds.common.cache.redis.RedisPoolUtil
-
- THREAD_LOCK - 类 中的静态变量com.ds.config.JDSConfig
-
- THREAD_LOCK - 类 中的静态变量com.ds.esb.config.manager.EsbBeanFactory
-
- THREAD_LOCK - 类 中的静态变量com.ds.hsql.HsqlDbCacheManager
-
- THREAD_LOCK - 类 中的静态变量com.ds.server.JDSLocalServer
-
- THREAD_LOCK - 类 中的静态变量com.ds.server.JDSServer
-
- THREAD_LOCK - 类 中的静态变量com.ds.server.OrgManagerFactory
-
- THREAD_LOCK - 类 中的静态变量com.ds.web.APIConfigFactory
-
- THREAD_LOCK - 类 中的静态变量com.ds.web.ConnectionLogFactory
-
- ThreadShutdown - com.ds.thread中的类
-
- ThreadShutdown(ScheduledExecutorService) - 类 的构造器com.ds.thread.ThreadShutdown
-
- timestamp - 类 中的变量com.ds.common.cache.LinkedListNode
-
This class is further customized for the CoolServlets cache system.
- TJTOKEN - 类 中的静态变量com.ds.web.invocation.HttpInvocationHandler
-
- TmpJavaFileManager - com.ds.common.util.java中的类
-
- TmpJavaFileManager(JavaFileManager) - 类 的构造器com.ds.common.util.java.TmpJavaFileManager
-
- TmpJavaFileManager(JavaFileManager, Map<String, JavaFileObject>) - 类 的构造器com.ds.common.util.java.TmpJavaFileManager
-
- TmpJavaFileObject - com.ds.common.util.java中的类
-
- TmpJavaFileObject(String, String) - 类 的构造器com.ds.common.util.java.TmpJavaFileObject
-
- TmpJavaFileObject(String, JavaFileObject.Kind) - 类 的构造器com.ds.common.util.java.TmpJavaFileObject
-
- toAnnotationStr() - 接口 中的方法com.ds.enums.CustomBean
-
- toAnnotationStr() - 类 中的方法com.ds.enums.db.DBFieldBean
-
- toAnnotationStr() - 类 中的方法com.ds.enums.db.DBTableBean
-
- toAnnotationStr() - 类 中的方法com.ds.enums.db.MethodChinaBean
-
- toAnnotationStr() - 类 中的方法com.ds.enums.SimpleCustomBean
-
- toAnnotationStr() - 类 中的方法com.ds.web.annotation.AggregationBean
-
- toAnnotationStr() - 类 中的方法com.ds.web.annotation.EntityBean
-
- toAnnotationStr() - 类 中的方法com.ds.web.annotation.RefBean
-
- toAnnotationStr() - 类 中的方法com.ds.web.annotation.RepositoryBean
-
- toAnnotationStr() - 类 中的方法com.ds.web.annotation.ViewBean
-
- toAnnotationStr() - 类 中的方法com.ds.web.RequestMappingBean
-
- toAnnotationStr(Class<Annotation>, List) - 类 中的静态方法com.ds.web.util.AnnotationUtil
-
- toAnnotationStr(Object, Map<String, Object>) - 类 中的静态方法com.ds.web.util.AnnotationUtil
-
- toAnnotationStr(Object) - 类 中的静态方法com.ds.web.util.AnnotationUtil
-
- toAnnotationStr(Annotation) - 类 中的静态方法com.ds.web.util.AnnotationUtil
-
- toAnnotationStr(StringBuffer, Annotation) - 类 中的静态方法com.ds.web.util.AnnotationUtil
-
- toByteArray(InputStream) - 类 中的静态方法com.ds.common.util.IOUtility
-
Get the contents of an InputStream as a byte[].
- toByteArray(InputStream, int) - 类 中的静态方法com.ds.common.util.IOUtility
-
Get the contents of an InputStream as a byte[].
- toByteArray(Reader) - 类 中的静态方法com.ds.common.util.IOUtility
-
Get the contents of a Reader as a byte[].
- toByteArray(Reader, int) - 类 中的静态方法com.ds.common.util.IOUtility
-
Get the contents of a Reader as a byte[].
- toByteArray(String) - 类 中的静态方法com.ds.common.util.IOUtility
-
Get the contents of a String as a byte[].
- toByteArray(String, int) - 类 中的静态方法com.ds.common.util.IOUtility
-
Get the contents of a String as a byte[].
- toConstructorStr(ConstructorBean) - 类 中的静态方法com.ds.web.util.MethodUtil
-
- toException(StringBuffer) - 类 中的静态方法com.ds.web.util.MethodUtil
-
- toFieldStr(Method, String, String) - 类 中的静态方法com.ds.web.util.MethodUtil
-
- toFile(URL) - 类 中的静态方法com.ds.common.util.FileUtility
-
Convert from a URL to a File.
- toFileNames(File) - 类 中的方法com.ds.esb.config.annotation.AbstractAnnotationtExpressionTempManager
-
给定一个文件路径解析其中的.class和.jar文件
- toInnerMethodStr(CtMethod) - 类 中的静态方法com.ds.web.util.MethodUtil
-
- toInnerMethodStr(Method) - 类 中的静态方法com.ds.web.util.MethodUtil
-
- token - 类 中的变量com.ds.common.expression.Parser
-
- Token - com.ds.common.expression中的类
-
Describes the input token stream.
- Token() - 类 的构造器com.ds.common.expression.Token
-
- token - 类 中的变量com.ds.config.ResultModel
-
- token_source - 类 中的变量com.ds.common.expression.Parser
-
- tokenImage - 异常错误 中的变量com.ds.common.expression.ParseException
-
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred.
- tokenImage - 接口 中的静态变量com.ds.common.expression.ParserConstants
-
- TokenMgrError - com.ds.common.expression中的错误
-
- TokenMgrError() - 错误 的构造器com.ds.common.expression.TokenMgrError
-
- TokenMgrError(String, int) - 错误 的构造器com.ds.common.expression.TokenMgrError
-
- TokenMgrError(boolean, int, int, int, String, char, int) - 错误 的构造器com.ds.common.expression.TokenMgrError
-
- TokenType - com.ds.esb.config中的枚举
-
- toMethodProxyStr(RequestMethodBean, ViewType, String, String) - 类 中的静态方法com.ds.web.util.MethodUtil
-
- toMethodProxyStr(Method, ViewType, String, String) - 类 中的静态方法com.ds.web.util.MethodUtil
-
- toMethodStr(RequestMethodBean, String, boolean) - 类 中的静态方法com.ds.web.util.MethodUtil
-
- toMethodStr(Method, ViewType, String, boolean) - 类 中的静态方法com.ds.web.util.MethodUtil
-
- toParamsStr(ConstructorBean) - 类 中的静态方法com.ds.web.util.MethodUtil
-
- TopicMsg - com.ds.msg中的接口
-
- toReturnPrxoyStr(Method, String) - 类 中的静态方法com.ds.web.util.MethodUtil
-
- toReturnStr(Method) - 类 中的静态方法com.ds.web.util.AnnotationUtil
-
- toReturnStr(Field) - 类 中的静态方法com.ds.web.util.AnnotationUtil
-
- toReturnStr(Method, ViewType, String) - 类 中的静态方法com.ds.web.util.MethodUtil
-
- toString() - 枚举 中的方法com.ds.bpm.client.RouteToType
-
- toString() - 枚举 中的方法com.ds.cluster.event.ServiceEventEnums
-
- toString() - 枚举 中的方法com.ds.cluster.udp.DeadLine
-
- toString() - 枚举 中的方法com.ds.cluster.udp.PerformSequence
-
- toString() - 类 中的方法com.ds.common.cache.LinkedList
-
Returns a String representation of the linked list with a comma
delimited list of all the elements in the list.
- toString() - 类 中的方法com.ds.common.cache.LinkedListNode
-
Returns a String representation of the linked list node by calling the
toString method of the node's object.
- toString() - 类 中的方法com.ds.common.expression.ASTConstant
-
- toString() - 类 中的方法com.ds.common.expression.ASTFunNode
-
Returns a string containing the function name.
- toString() - 类 中的方法com.ds.common.expression.ASTVarNode
-
Creates a string containing the variable's name and value
- toString() - 异常错误 中的方法com.ds.common.expression.ParseException
-
Returns the location of the error and the error message.
- toString() - 类 中的方法com.ds.common.expression.SimpleNode
-
- toString(String) - 类 中的方法com.ds.common.expression.SimpleNode
-
- toString() - 类 中的方法com.ds.common.expression.Token
-
Returns the image.
- toString() - 类 中的方法com.ds.common.expression.type.Complex
-
Returns the value of this complex number as a string in the format:
(real, imaginary).
- toString() - 异常错误 中的方法com.ds.common.JDSException
-
Returns the location of the error and the error message.
- toString() - 类 中的方法com.ds.common.md5.MD5
-
Returns 32-character hex representation of this hash.
- toString() - 类 中的方法com.ds.common.query.Order
-
得到Order By子句
- toString() - 类 中的方法com.ds.common.ReturnType
-
- toString(InputStream) - 类 中的静态方法com.ds.common.util.IOUtility
-
Get the contents of an InputStream as a String.
- toString(InputStream, int) - 类 中的静态方法com.ds.common.util.IOUtility
-
Get the contents of an InputStream as a String.
- toString(InputStream, String) - 类 中的静态方法com.ds.common.util.IOUtility
-
Get the contents of an InputStream as a String.
- toString(InputStream, String, int) - 类 中的静态方法com.ds.common.util.IOUtility
-
Get the contents of an InputStream as a String.
- toString(Reader) - 类 中的静态方法com.ds.common.util.IOUtility
-
Get the contents of a Reader as a String.
- toString(Reader, int) - 类 中的静态方法com.ds.common.util.IOUtility
-
Get the contents of a Reader as a String.
- toString(byte[]) - 类 中的静态方法com.ds.common.util.IOUtility
-
Get the contents of a byte[] as a String.
- toString(byte[], int) - 类 中的静态方法com.ds.common.util.IOUtility
-
Get the contents of a byte[] as a String.
- toString(byte[], String) - 类 中的静态方法com.ds.common.util.IOUtility
-
Get the contents of a byte[] as a String.
- toString(byte[], String, int) - 类 中的静态方法com.ds.common.util.IOUtility
-
Get the contents of a byte[] as a String.
- toString() - 枚举 中的方法com.ds.config.ActivityDefImpl
-
- toString() - 枚举 中的方法com.ds.config.ListenerType
-
- toString() - 类 中的方法com.ds.config.MenuCfg
-
- toString() - 枚举 中的方法com.ds.config.PluginType
-
- toString() - 类 中的方法com.ds.engine.ConnectInfo
-
- toString() - 类 中的方法com.ds.engine.JDSSessionHandle
-
- toString() - 枚举 中的方法com.ds.enums.attribute.AttributeInterpretClass
-
- toString() - 枚举 中的方法com.ds.enums.attribute.Attributetype
-
- toString() - 枚举 中的方法com.ds.enums.CommandEventEnums
-
- toString() - 枚举 中的方法com.ds.enums.Commonyesno
-
- toString() - 枚举 中的方法com.ds.enums.CommonYesNoEnum
-
- toString() - 枚举 中的方法com.ds.enums.db.ColType
-
- toString() - 枚举 中的方法com.ds.enums.DurationUnit
-
- toString() - 枚举 中的方法com.ds.enums.MsgStatus
-
- toString() - 枚举 中的方法com.ds.enums.ServerEventEnums
-
- toString() - 枚举 中的方法com.ds.enums.service.HttpMethod
-
- toString() - 枚举 中的方法com.ds.enums.service.ProxyType
-
- toString() - 枚举 中的方法com.ds.enums.service.RequestType
-
- toString() - 枚举 中的方法com.ds.enums.service.ResponseType
-
- toString() - 枚举 中的方法com.ds.enums.ServiceStatus
-
- toString() - 枚举 中的方法com.ds.enums.SimpleEnum
-
- toString() - 枚举 中的方法com.ds.enums.vfs.FolderState
-
- toString() - 枚举 中的方法com.ds.enums.vfs.FolderType
-
- toString() - 枚举 中的方法com.ds.esb.config.ContextType
-
- toString() - 枚举 中的方法com.ds.esb.config.EsbBeanType
-
- toString() - 枚举 中的方法com.ds.esb.config.EsbFlowType
-
- toString() - 枚举 中的方法com.ds.esb.config.formula.EngineType
-
- toString() - 枚举 中的方法com.ds.esb.config.formula.FormulaParams
-
- toString() - 枚举 中的方法com.ds.esb.config.formula.FormulaType
-
- toString() - 异常错误 中的方法com.ds.esb.config.JDSBusException
-
Returns the location of the error and the error message.
- toString() - 类 中的方法com.ds.esb.config.manager.EsbInvacationBean
-
- toString() - 类 中的方法com.ds.esb.config.manager.ExpressionTempBean
-
- toString() - 枚举 中的方法com.ds.esb.config.TokenType
-
- toString() - 类 中的方法com.ds.jds.core.User
-
- toString() - 类 中的方法com.ds.org.conf.Query.ColumnMapping
-
- toString() - 枚举 中的方法com.ds.org.OrgRoleType
-
- toString() - 枚举 中的方法com.ds.org.PersonRoleType
-
- toString() - 枚举 中的方法com.ds.org.RoleOtherType
-
- toString() - 枚举 中的方法com.ds.org.RoleType
-
- toString() - 类 中的方法com.ds.server.Classpath
-
- toString() - 枚举 中的方法com.ds.server.eumus.ConfigCode
-
- toString() - 枚举 中的方法com.ds.server.eumus.SystemNodeType
-
- toString() - 枚举 中的方法com.ds.server.eumus.SystemStatus
-
- toString() - 枚举 中的方法com.ds.server.eumus.SystemType
-
- toString() - 类 中的方法com.ds.service.CurrTime
-
- toString() - 异常错误 中的方法com.ds.vfs.VFSException
-
Returns the location of the error and the error message.
- toString() - 枚举 中的方法com.ds.web.annotation.AggregationType
-
- toString() - 枚举 中的方法com.ds.web.annotation.RefType
-
- toString() - 枚举 中的方法com.ds.web.annotation.ViewGroupType
-
- toString() - 枚举 中的方法com.ds.web.annotation.ViewType
-
- toString(Object) - 类 中的方法com.ds.web.json.JSONUtil
-
- toString() - 类 中的方法com.ds.web.JSONGenSetInvocationHandler
-
- toString() - 类 中的方法com.ds.web.RequestMethodBean
-
- TOTP - com.ds.common.md5中的类
-
- toType(Type) - 类 中的静态方法com.ds.web.util.AnnotationUtil
-
- toType(Class, Type) - 类 中的静态方法com.ds.web.util.AnnotationUtil
-
- toType(StringBuffer, Type) - 类 中的静态方法com.ds.web.util.AnnotationUtil
-
- toType(String, String, StringBuffer, Type, Boolean) - 类 中的静态方法com.ds.web.util.MethodUtil
-
- toTypeStr(StringBuffer, ParameterizedType) - 类 中的静态方法com.ds.web.util.AnnotationUtil
-
- toTypeStr(String, String, StringBuffer, ParameterizedType) - 类 中的静态方法com.ds.web.util.MethodUtil
-
- toURLs(File[]) - 类 中的静态方法com.ds.common.util.FileUtility
-
Convert the array of Files into a list of URLs.
- toWildcardType(StringBuffer, WildcardType) - 类 中的静态方法com.ds.web.util.AnnotationUtil
-
- toWildcardType(StringBuffer, WildcardType) - 类 中的静态方法com.ds.web.util.MethodUtil
-
- trace(Object) - 类 中的方法com.ds.common.logging.impl.Jdk14Logger
-
Log a message with trace log level.
- trace(Object, Throwable) - 类 中的方法com.ds.common.logging.impl.Jdk14Logger
-
Log a message and exception with trace log level.
- trace(Object) - 类 中的方法com.ds.common.logging.impl.Log4JLogger
-
Log a message to the Log4j Logger with TRACE priority.
- trace(Object, Throwable) - 类 中的方法com.ds.common.logging.impl.Log4JLogger
-
Log an error to the Log4j Logger with TRACE priority.
- trace(Object) - 类 中的方法com.ds.common.logging.impl.NoOpLog
-
Do nothing
- trace(Object, Throwable) - 类 中的方法com.ds.common.logging.impl.NoOpLog
-
Do nothing
- trace(Object) - 类 中的方法com.ds.common.logging.impl.SimpleLog
-
Log a message with debug log level.
- trace(Object, Throwable) - 类 中的方法com.ds.common.logging.impl.SimpleLog
-
Log an error with debug log level.
- trace(Object) - 接口 中的方法com.ds.common.logging.Log
-
Log a message with trace log level.
- trace(Object, Throwable) - 接口 中的方法com.ds.common.logging.Log
-
Log an error with trace log level.
- TRANSACTIONBEGINERROR - 异常错误 中的静态变量com.ds.common.JDSException
-
- TRANSACTIONBEGINERROR - 异常错误 中的静态变量com.ds.vfs.VFSException
-
- TRANSACTIONCOMMITERROR - 异常错误 中的静态变量com.ds.common.JDSException
-
- TRANSACTIONCOMMITERROR - 异常错误 中的静态变量com.ds.vfs.VFSException
-
- TRANSACTIONROLLBACKERROR - 异常错误 中的静态变量com.ds.common.JDSException
-
- TRANSACTIONROLLBACKERROR - 异常错误 中的静态变量com.ds.vfs.VFSException
-
- transferTo(File) - 类 中的方法com.ds.web.LocalMultipartFile
-
- TreeListResultModel<T extends Collection> - com.ds.config中的类
-
- TreeListResultModel() - 类 的构造器com.ds.config.TreeListResultModel
-
- TYPE_CONVERTER - 类 中的静态变量com.ds.jds.core.esb.util.ActionContext
-
Constant for the action's type converter.
- typeMap - 类 中的静态变量com.ds.esb.config.manager.JDSExpressionParserManager
-
- validateDate(String, int) - 类 中的静态方法com.ds.common.util.DateUtility
-
验证日期的合法性
- value - 类 中的变量com.ds.common.query.Condition
-
条件所需的取值,如果Comparator取值为BETWEEN和INCLUDE,该值为java.util.List对象。
- VALUE_STACK - 类 中的静态变量com.ds.jds.core.esb.util.ActionContext
-
- VALUE_STACK - 接口 中的静态变量com.ds.jds.core.esb.util.ValueStack
-
- valueOf(String) - 枚举 中的静态方法com.ds.bpm.client.RouteToType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.cluster.event.ClusterEventTypeEnums
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.cluster.event.ServiceEventEnums
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.cluster.service.RuntimLogEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.cluster.udp.DeadLine
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.cluster.udp.PerformSequence
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.common.query.JoinOperator
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.common.query.Operator
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.config.ActivityDefImpl
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.config.ListenerType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.config.PluginType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.enums.attribute.AttributeInterpretClass
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.enums.attribute.Attributetype
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.enums.CommandEventEnums
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.enums.Commonyesno
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.enums.CommonYesNoEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.enums.db.ColType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.enums.DurationUnit
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.enums.MsgStatus
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.enums.ReturnTypeEnums
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.enums.security.Accesslevel
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.enums.security.LogLevel
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.enums.ServerEventEnums
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.enums.service.HttpMethod
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.enums.service.ProxyType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.enums.service.RequestType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.enums.service.ResponseType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.enums.ServiceStatus
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.enums.SimpleEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.enums.vfs.FolderState
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.enums.vfs.FolderType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.esb.config.ContextType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.esb.config.EsbBeanType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.esb.config.EsbFlowType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.esb.config.formula.EngineType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.esb.config.formula.FormulaParams
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.esb.config.formula.FormulaType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.esb.config.TokenType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.org.OrgRoleType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.org.PersonRoleType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.org.RoleOtherType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.org.RoleType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.server.eumus.ConfigCode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.server.eumus.SystemNodeType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.server.eumus.SystemStatus
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.server.eumus.SystemType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.web.annotation.AggregationType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.web.annotation.RefType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.web.annotation.ViewGroupType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.web.annotation.ViewType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.ds.web.BaseParamsEnums
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法com.ds.bpm.client.RouteToType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.cluster.event.ClusterEventTypeEnums
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.cluster.event.ServiceEventEnums
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.cluster.service.RuntimLogEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.cluster.udp.DeadLine
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.cluster.udp.PerformSequence
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 类 中的方法com.ds.common.cache.DefaultCache
-
- values() - 类 中的方法com.ds.common.cache.redis.RedisCache
-
- values() - 枚举 中的静态方法com.ds.common.query.JoinOperator
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.common.query.Operator
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.config.ActivityDefImpl
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.config.ListenerType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.config.PluginType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.enums.attribute.AttributeInterpretClass
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.enums.attribute.Attributetype
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.enums.CommandEventEnums
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.enums.Commonyesno
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.enums.CommonYesNoEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.enums.db.ColType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.enums.DurationUnit
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.enums.MsgStatus
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.enums.ReturnTypeEnums
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.enums.security.Accesslevel
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.enums.security.LogLevel
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.enums.ServerEventEnums
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.enums.service.HttpMethod
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.enums.service.ProxyType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.enums.service.RequestType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.enums.service.ResponseType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.enums.ServiceStatus
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.enums.SimpleEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.enums.vfs.FolderState
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.enums.vfs.FolderType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.esb.config.ContextType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.esb.config.EsbBeanType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.esb.config.EsbFlowType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.esb.config.formula.EngineType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.esb.config.formula.FormulaParams
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.esb.config.formula.FormulaType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.esb.config.TokenType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 类 中的方法com.ds.hsql.HsqlDbCache
-
- values() - 枚举 中的静态方法com.ds.org.OrgRoleType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.org.PersonRoleType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.org.RoleOtherType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.org.RoleType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.server.eumus.ConfigCode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.server.eumus.SystemNodeType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.server.eumus.SystemStatus
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.server.eumus.SystemType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.web.annotation.AggregationType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.web.annotation.RefType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.web.annotation.ViewGroupType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.web.annotation.ViewType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.ds.web.BaseParamsEnums
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- ValueStack - com.ds.jds.core.esb.util中的接口
-
ValueStack allows multiple beans to be pushed in and dynamic EL expressions to be evaluated against it.
- ValueStackFactory - com.ds.jds.core.esb.util中的类
-
Factory that creates a value stack, defaulting to the OgnlValueStackFactory
- ValueStackFactory() - 类 的构造器com.ds.jds.core.esb.util.ValueStackFactory
-
- Variable() - 类 中的方法com.ds.common.expression.Parser
-
- variables - 类 中的变量com.ds.jds.core.esb.mvel.JDSEsbVariableResolverFactory
-
Holds the instance of the variables.
- verifyExpression(String, List) - 类 中的静态方法com.ds.esb.config.manager.JDSExpressionParserManager
-
- verifyPerson(String, String) - 接口 中的方法com.ds.org.OrgManager
-
判断人员的用户名口令是否合法
- verifyTOTPFlexibility(String, String, String) - 类 中的静态方法com.ds.common.md5.TOTP
-
柔性口令验证
- verifyTOTPRigidity(String, String, String) - 类 中的静态方法com.ds.common.md5.TOTP
-
刚性口令验证
- verifyUrl(String) - 类 中的静态方法com.ds.jds.core.esb.util.TextUtils
-
Verify That the given String is in valid URL format.
- VFSCONFIG_KEY - 类 中的静态变量com.ds.org.conf.OrgConstants
-
- VFSCONFIG_KEY_DISK - 类 中的静态变量com.ds.org.conf.OrgConstants
-
- VFSCONFIG_KEY_STORE - 类 中的静态变量com.ds.org.conf.OrgConstants
-
- VFSEnumstype - com.ds.enums.vfs中的接口
-
- VFSException - com.ds.vfs中的异常错误
-
- VFSException() - 异常错误 的构造器com.ds.vfs.VFSException
-
Constructs a build exception with no descriptive information.
- VFSException(String, int) - 异常错误 的构造器com.ds.vfs.VFSException
-
Constructs an exception with the given descriptive message and error
code.
- VFSException(String, Throwable, int) - 异常错误 的构造器com.ds.vfs.VFSException
-
Constructs an exception with the given descriptive message and error
code.
- VFSException(String) - 异常错误 的构造器com.ds.vfs.VFSException
-
Constructs an exception with the given descriptive message.
- VFSException(String, Throwable) - 异常错误 的构造器com.ds.vfs.VFSException
-
Constructs an exception with the given message and exception as a root
cause.
- VFSException(Throwable) - 异常错误 的构造器com.ds.vfs.VFSException
-
Constructs an exception with the given exception as a root cause.
- VFSFileNotFoundException - com.ds.vfs中的异常错误
-
- VFSFileNotFoundException() - 异常错误 的构造器com.ds.vfs.VFSFileNotFoundException
-
- VFSFileNotFoundException(String) - 异常错误 的构造器com.ds.vfs.VFSFileNotFoundException
-
- VFSFileNotFoundException(Throwable) - 异常错误 的构造器com.ds.vfs.VFSFileNotFoundException
-
- VFSFileNotFoundException(String, Throwable) - 异常错误 的构造器com.ds.vfs.VFSFileNotFoundException
-
- VFSFolderNotFoundException - com.ds.vfs中的异常错误
-
- VFSFolderNotFoundException() - 异常错误 的构造器com.ds.vfs.VFSFolderNotFoundException
-
- VFSFolderNotFoundException(String) - 异常错误 的构造器com.ds.vfs.VFSFolderNotFoundException
-
- VFSFolderNotFoundException(Throwable) - 异常错误 的构造器com.ds.vfs.VFSFolderNotFoundException
-
- VFSFolderNotFoundException(String, Throwable) - 异常错误 的构造器com.ds.vfs.VFSFolderNotFoundException
-
- VFSOperateException - com.ds.vfs中的异常错误
-
- VFSOperateException() - 异常错误 的构造器com.ds.vfs.VFSOperateException
-
- VFSOperateException(String) - 异常错误 的构造器com.ds.vfs.VFSOperateException
-
- VFSOperateException(Throwable) - 异常错误 的构造器com.ds.vfs.VFSOperateException
-
- VFSOperateException(String, Throwable) - 异常错误 的构造器com.ds.vfs.VFSOperateException
-
- View - com.ds.web.annotation中的注释类型
-
- ViewBean - com.ds.web.annotation中的类
-
- ViewBean() - 类 的构造器com.ds.web.annotation.ViewBean
-
- ViewBean(View) - 类 的构造器com.ds.web.annotation.ViewBean
-
- ViewGroupType - com.ds.web.annotation中的枚举
-
- ViewType - com.ds.web.annotation中的枚举
-
- visit(SimpleNode, Object) - 类 中的方法com.ds.common.expression.EvaluatorVisitor
-
This method should never be called when evaluation a normal
expression.
- visit(ASTStart, Object) - 类 中的方法com.ds.common.expression.EvaluatorVisitor
-
This method should never be called when evaluating a normal
expression.
- visit(ASTFunNode, Object) - 类 中的方法com.ds.common.expression.EvaluatorVisitor
-
Visit a function node.
- visit(ASTVarNode, Object) - 类 中的方法com.ds.common.expression.EvaluatorVisitor
-
Visit a variable node.
- visit(ASTConstant, Object) - 类 中的方法com.ds.common.expression.EvaluatorVisitor
-
Visit a constant node.
- visit(SimpleNode, Object) - 类 中的方法com.ds.common.expression.ParserDumpVisitor
-
- visit(ASTStart, Object) - 类 中的方法com.ds.common.expression.ParserDumpVisitor
-
- visit(ASTFunNode, Object) - 类 中的方法com.ds.common.expression.ParserDumpVisitor
-
- visit(ASTVarNode, Object) - 类 中的方法com.ds.common.expression.ParserDumpVisitor
-
- visit(ASTConstant, Object) - 类 中的方法com.ds.common.expression.ParserDumpVisitor
-
- visit(SimpleNode, Object) - 接口 中的方法com.ds.common.expression.ParserVisitor
-
- visit(ASTStart, Object) - 接口 中的方法com.ds.common.expression.ParserVisitor
-
- visit(ASTFunNode, Object) - 接口 中的方法com.ds.common.expression.ParserVisitor
-
- visit(ASTVarNode, Object) - 接口 中的方法com.ds.common.expression.ParserVisitor
-
- visit(ASTConstant, Object) - 接口 中的方法com.ds.common.expression.ParserVisitor
-