- C_iStatus_Active - 类 中的静态变量com.seeyon.apps.edoc.bo.EdocElementBO
-
- C_iStatus_Inactive - 类 中的静态变量com.seeyon.apps.edoc.bo.EdocElementBO
-
- CalendarApi - com.seeyon.apps.calendar.api中的接口
-
日程事件接口
- CalendarPortalBO - com.seeyon.apps.calendar.bo中的类
-
Title:日程栏目bo对象
Description:用于栏目展现
Copyright: Copyright (c) 2017
Company: com.seeyon.ctp.portal.bo
since Seeyon V6.1
- CalendarPortalBO() - 类 的构造器com.seeyon.apps.calendar.bo.CalendarPortalBO
-
- CalendarPortalConstanst - com.seeyon.apps.calendar.enums中的类
-
Title:日程栏目枚举
Description:
Copyright: Copyright (c) 2017
Company: com.seeyon.ctp.portal
since Seeyon V6.1
- CalendarPortalConstanst() - 类 的构造器com.seeyon.apps.calendar.enums.CalendarPortalConstanst
-
- CalendarPortalConstanst.ApplicationCalendarCategory - com.seeyon.apps.calendar.enums中的枚举
-
- CalendarPortalConstanst.CalendarPageConstanst - com.seeyon.apps.calendar.enums中的枚举
-
我的日程页签
Title:
Description:
Copyright: Copyright (c) 2017
Company: com.seeyon.ctp.portal.enums
since Seeyon V6.1
- CalendarPortalConstanst.CalendarShowType - com.seeyon.apps.calendar.enums中的枚举
-
- CalEventAddEvent - com.seeyon.apps.calendar.event中的类
-
Title: 日程事件模型
Description: 日程事件新增事件
Copyright: Copyright (c) 2015
- CalEventAddEvent(Object) - 类 的构造器com.seeyon.apps.calendar.event.CalEventAddEvent
-
- CalEventBO - com.seeyon.apps.calendar.bo中的类
-
Title: 事件BO类.
- CalEventBO() - 类 的构造器com.seeyon.apps.calendar.bo.CalEventBO
-
- CalEventDeleteEvent - com.seeyon.apps.calendar.event中的类
-
Title: 日程事件模型
Description: 日程事件删除事件
Copyright: Copyright (c) 2015
- CalEventDeleteEvent(Object) - 类 的构造器com.seeyon.apps.calendar.event.CalEventDeleteEvent
-
- CalEventUpdateEvent - com.seeyon.apps.calendar.event中的类
-
Title: 日程事件模型
Description: 日程事件更新事件
Copyright: Copyright (c) 2015
- CalEventUpdateEvent(Object) - 类 的构造器com.seeyon.apps.calendar.event.CalEventUpdateEvent
-
- cancelFavorite(Long, Long) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
取消收藏
- canPigeonhole(int) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
判断协同、公文等模块是否可以归档
正常:
1、传入可归档的模块标识(如新闻),返回true
2、传入不可归档的模块标识(如计划),返回false
- canViewTask(Long) - 接口 中的方法com.seeyon.apps.taskmanage.api.TaskmanageApi
-
判断是否有查看任务权限
正常:
1、输入任务taskId,人员Id(有查看权限人员id),返回true。
- CENSOR_NO_PASS - 类 中的静态变量com.seeyon.apps.inquiry.constants.InquiryConstants
-
- CENSOR_PASS - 类 中的静态变量com.seeyon.apps.inquiry.constants.InquiryConstants
-
- CHANGE_FLAG_ADD - 类 中的静态变量com.seeyon.apps.cip.business.event.BusinessDeeTaskChangeEvent
-
- CHANGE_FLAG_DELEE - 类 中的静态变量com.seeyon.apps.cip.business.event.BusinessDeeTaskChangeEvent
-
- CHANGE_FLAG_UPDATE - 类 中的静态变量com.seeyon.apps.cip.business.event.BusinessDeeTaskChangeEvent
-
- CHARACTER_ENCODING_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- CHARACTER_ENCODING_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- CHARGE - 类 中的静态变量com.seeyon.apps.project.bo.ProjectBO
-
- checkBatch(long, String, long) - 接口 中的方法com.seeyon.apps.dee.api.CollaborationFormBindEventListener
-
批处理提交校验,只校验,不执行
- checkBindEventBatch(long, long, String, long, ColHandleType, String, String, String) - 接口 中的方法com.seeyon.apps.dee.api.CollaborationFormBindEventListener
-
支持批处理表单
- checkCopyDeeEventParams(long, long, long, long) - 接口 中的方法com.seeyon.apps.dee.manager.DeeBindEventManager
-
检查超级节点复制dee任务的参数是否匹配
- checkForwardPermission(String) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
检测是否有转发权限
- checkRepeatMonitor(List<Object>) - 类 中的静态方法com.seeyon.apps.ai.util.AIUtil
-
校验重复监控对象
- checkReportDatasetExists(Map<String, String>) - 接口 中的方法com.seeyon.apps.seeyonreport.api.SeeyonreportApi
-
判断表单数据集是否存在,返回已存在的数据集名称
正常:
1、传入单个正确的key、value,返回已存在的数据集名称列表
2、传入多个正确的key、value,返回已存在的数据集名称列表
3、传入空的map,返回空列表
- checkReportDatasetExists(List<Long>) - 接口 中的方法com.seeyon.apps.seeyonreport.api.SeeyonreportApi
-
判断表单是否有数据集
正常:
1、传入1个表单id,有数据集,返回正确的数据集
2、传入1个表单id,没有数据集,返回空列表
3、传入多个表单id,有数据集,返回正确的数据集
4、传入多个表单id,没有数据集,返回空列表
5、传入空列表,返回空列表
6、传入多个表单id,有部分有数据集,返回正确的数据集
- checkReportDatasetExistsAuth(Map<String, String>) - 接口 中的方法com.seeyon.apps.seeyonreport.api.SeeyonreportApi
-
判断表单数据集授权是否存在,如果存在授权,返回已存在的数据集名称
正常:
1、传入单个正确的key、value,返回已存在的授权数据集名称列表
2、传入多个正确的key、value,返回已存在的授权数据集名称列表
3、传入空的map,返回空列表
- checkRules(Collection<Long>, IArchiveSync.CheckMessage) - 接口 中的方法com.seeyon.apps.archive.manager.IArchiveSync
-
检查所传id对象的合法性
- checkScope(Long, Long) - 接口 中的方法com.seeyon.apps.bbs.api.BbsApi
-
校验人员是否在讨论的发布范围中
正常:
1、传入正确的人员id和讨论id(该人员在讨论发布范围),返回true
2、传入正确的人员id和讨论id(该人员不在讨论发布范围),返回false
- checkScope(Long, Long) - 接口 中的方法com.seeyon.apps.bulletin.api.BulletinApi
-
校验人员是否在发布范围中
正常:
1、传入正确的人员id和公告id(该人员在发布范围),返回true
2、传入正确的人员id和公告id(该人员不在发布范围),返回false
- checkScope(Long, Long) - 接口 中的方法com.seeyon.apps.inquiry.api.InquiryApi
-
校验人员是否在发布范围中
正常:
1、所有参数传入正确值(该人员在发布范围内),返回true
2、所有参数传入正确值(该人员不在发布范围内),返回false
- checkTemplatePower() - 接口 中的方法com.seeyon.apps.eip.manager.EipApi
-
判断当前用户可用的表单、公文模板等,返回list
- checkVideoIsConnect() - 接口 中的方法com.seeyon.apps.videoconference.api.VideoApi
-
检测视频会议连通性
- CipApi - com.seeyon.apps.cip.api中的接口
-
- clone() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- COL_ARCHIVEFIELDID - 类 中的静态变量com.seeyon.apps.collaboration.constants.ColConstant
-
高级归档表单文本框的id
- COL_ARCHIVEFIELDNAME - 类 中的静态变量com.seeyon.apps.collaboration.constants.ColConstant
-
高级归档表单的文本框名字
- COL_ARCHIVEFIELDVALUE - 类 中的静态变量com.seeyon.apps.collaboration.constants.ColConstant
-
真实归档表单的文本框值
- COL_ISCEREATENEW - 类 中的静态变量com.seeyon.apps.collaboration.constants.ColConstant
-
高级归档是否允许创建
- ColConstant - com.seeyon.apps.collaboration.constants中的类
-
User: lius Date: 2006-10-20 Time: 11:18:58
- ColConstant() - 类 的构造器com.seeyon.apps.collaboration.constants.ColConstant
-
- ColConstant.BranchDepartmentStatus - com.seeyon.apps.collaboration.constants中的枚举
-
- ColConstant.ColSummaryVouch - com.seeyon.apps.collaboration.constants中的枚举
-
- ColConstant.ConfigCategory - com.seeyon.apps.collaboration.constants中的枚举
-
- ColConstant.FlowRelateType - com.seeyon.apps.collaboration.constants中的枚举
-
新流程与主流程的关联类型
- ColConstant.FormVouch - com.seeyon.apps.collaboration.constants中的枚举
-
- ColConstant.NewflowType - com.seeyon.apps.collaboration.constants中的枚举
-
- ColConstant.OperationLogActionType - com.seeyon.apps.collaboration.constants中的枚举
-
- ColConstant.SendType - com.seeyon.apps.collaboration.constants中的枚举
-
- ColConstant.superviseState - com.seeyon.apps.collaboration.constants中的枚举
-
- ColConstant.workManageSetShowContent - com.seeyon.apps.collaboration.constants中的枚举
-
- ColHandleType - com.seeyon.apps.collaboration.enums中的枚举
-
- CollaborationApi - com.seeyon.apps.collaboration.api中的接口
-
- CollaborationEnum - com.seeyon.apps.collaboration.enums中的类
-
- CollaborationEnum() - 类 的构造器com.seeyon.apps.collaboration.enums.CollaborationEnum
-
- CollaborationEnum.flowState - com.seeyon.apps.collaboration.enums中的枚举
-
流程状态
- CollaborationEnum.processTermType - com.seeyon.apps.collaboration.enums中的枚举
-
- CollaborationEnum.SubState - com.seeyon.apps.collaboration.enums中的枚举
-
- CollaborationEnum.vouchState - com.seeyon.apps.collaboration.enums中的枚举
-
- CollaborationFormBindEventListener - com.seeyon.apps.dee.api中的接口
-
dee解耦
处理前事件监听(提交前,回退前,终止前,撤销前)
id保持到数据库,类型:提交前,阻塞式
Created by daiy on 2016-1-19.
- CollaborationUtils - com.seeyon.apps.collaboration.util中的类
-
- CollaborationUtils() - 类 的构造器com.seeyon.apps.collaboration.util.CollaborationUtils
-
- ColListSimpleVO - com.seeyon.apps.collaboration.vo中的类
-
- ColListSimpleVO(ColSummaryVO) - 类 的构造器com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- ColMessageFilterEnum - com.seeyon.apps.collaboration.enums中的枚举
-
协同消息过滤枚举
- ColNewFrom - com.seeyon.apps.collaboration.enums中的枚举
-
- ColOpenFrom - com.seeyon.apps.collaboration.enums中的枚举
-
- ColQueryCondition - com.seeyon.apps.collaboration.enums中的枚举
-
- ColQuoteVO - com.seeyon.apps.collaboration.vo中的类
-
关联文档协同列表展示类
- ColQuoteVO() - 类 的构造器com.seeyon.apps.collaboration.vo.ColQuoteVO
-
- ColQuoteVO(ColSummaryVO) - 类 的构造器com.seeyon.apps.collaboration.vo.ColQuoteVO
-
- ColSummary - com.seeyon.apps.collaboration.po中的类
-
This is an object that contains data related to the COL_SUMMARY table.
- ColSummary() - 类 的构造器com.seeyon.apps.collaboration.po.ColSummary
-
- ColSummaryVO - com.seeyon.apps.collaboration.vo中的类
-
User: lius Date: 2006-9-29 Time: 14:52:47
- ColSummaryVO() - 类 的构造器com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- ColSummaryVO.COLTYPE - com.seeyon.apps.collaboration.vo中的枚举
-
- com.seeyon.apps.ai.api - 程序包 com.seeyon.apps.ai.api
-
- com.seeyon.apps.ai.event - 程序包 com.seeyon.apps.ai.event
-
- com.seeyon.apps.ai.util - 程序包 com.seeyon.apps.ai.util
-
- com.seeyon.apps.archive.api - 程序包 com.seeyon.apps.archive.api
-
- com.seeyon.apps.archive.bo - 程序包 com.seeyon.apps.archive.bo
-
- com.seeyon.apps.archive.manager - 程序包 com.seeyon.apps.archive.manager
-
- com.seeyon.apps.bbs.api - 程序包 com.seeyon.apps.bbs.api
-
- com.seeyon.apps.bbs.bo - 程序包 com.seeyon.apps.bbs.bo
-
- com.seeyon.apps.bbs.constants - 程序包 com.seeyon.apps.bbs.constants
-
- com.seeyon.apps.bbs.event - 程序包 com.seeyon.apps.bbs.event
-
- com.seeyon.apps.behavioranalysis.api - 程序包 com.seeyon.apps.behavioranalysis.api
-
- com.seeyon.apps.behavioranalysis.bo - 程序包 com.seeyon.apps.behavioranalysis.bo
-
- com.seeyon.apps.behavioranalysis.enums - 程序包 com.seeyon.apps.behavioranalysis.enums
-
- com.seeyon.apps.blog.api - 程序包 com.seeyon.apps.blog.api
-
- com.seeyon.apps.bulletin.api - 程序包 com.seeyon.apps.bulletin.api
-
- com.seeyon.apps.bulletin.bo - 程序包 com.seeyon.apps.bulletin.bo
-
- com.seeyon.apps.bulletin.event - 程序包 com.seeyon.apps.bulletin.event
-
- com.seeyon.apps.calendar.api - 程序包 com.seeyon.apps.calendar.api
-
- com.seeyon.apps.calendar.bo - 程序包 com.seeyon.apps.calendar.bo
-
- com.seeyon.apps.calendar.enums - 程序包 com.seeyon.apps.calendar.enums
-
- com.seeyon.apps.calendar.event - 程序包 com.seeyon.apps.calendar.event
-
- com.seeyon.apps.cip.api - 程序包 com.seeyon.apps.cip.api
-
- com.seeyon.apps.cip.business.event - 程序包 com.seeyon.apps.cip.business.event
-
- com.seeyon.apps.collaboration.api - 程序包 com.seeyon.apps.collaboration.api
-
- com.seeyon.apps.collaboration.batch - 程序包 com.seeyon.apps.collaboration.batch
-
- com.seeyon.apps.collaboration.batch.exception - 程序包 com.seeyon.apps.collaboration.batch.exception
-
- com.seeyon.apps.collaboration.bo - 程序包 com.seeyon.apps.collaboration.bo
-
- com.seeyon.apps.collaboration.constants - 程序包 com.seeyon.apps.collaboration.constants
-
- com.seeyon.apps.collaboration.enums - 程序包 com.seeyon.apps.collaboration.enums
-
- com.seeyon.apps.collaboration.po - 程序包 com.seeyon.apps.collaboration.po
-
- com.seeyon.apps.collaboration.util - 程序包 com.seeyon.apps.collaboration.util
-
- com.seeyon.apps.collaboration.vo - 程序包 com.seeyon.apps.collaboration.vo
-
- com.seeyon.apps.ctrip.api - 程序包 com.seeyon.apps.ctrip.api
-
- com.seeyon.apps.datarelation.api - 程序包 com.seeyon.apps.datarelation.api
-
- com.seeyon.apps.datarelation.bo - 程序包 com.seeyon.apps.datarelation.bo
-
- com.seeyon.apps.dee.api - 程序包 com.seeyon.apps.dee.api
-
- com.seeyon.apps.dee.manager - 程序包 com.seeyon.apps.dee.manager
-
- com.seeyon.apps.doc.api - 程序包 com.seeyon.apps.doc.api
-
- com.seeyon.apps.doc.bo - 程序包 com.seeyon.apps.doc.bo
-
- com.seeyon.apps.doc.constants - 程序包 com.seeyon.apps.doc.constants
-
- com.seeyon.apps.doc.enums - 程序包 com.seeyon.apps.doc.enums
-
- com.seeyon.apps.doc.event - 程序包 com.seeyon.apps.doc.event
-
- com.seeyon.apps.doc.manager - 程序包 com.seeyon.apps.doc.manager
-
- com.seeyon.apps.doc.util - 程序包 com.seeyon.apps.doc.util
-
- com.seeyon.apps.edoc.api - 程序包 com.seeyon.apps.edoc.api
-
- com.seeyon.apps.edoc.bo - 程序包 com.seeyon.apps.edoc.bo
-
- com.seeyon.apps.edoc.enums - 程序包 com.seeyon.apps.edoc.enums
-
- com.seeyon.apps.edoc.event - 程序包 com.seeyon.apps.edoc.event
-
- com.seeyon.apps.edoc.manager - 程序包 com.seeyon.apps.edoc.manager
-
- com.seeyon.apps.eip.bo - 程序包 com.seeyon.apps.eip.bo
-
- com.seeyon.apps.eip.manager - 程序包 com.seeyon.apps.eip.manager
-
- com.seeyon.apps.formtalk.api - 程序包 com.seeyon.apps.formtalk.api
-
- com.seeyon.apps.hr.api - 程序包 com.seeyon.apps.hr.api
-
- com.seeyon.apps.hr.bo - 程序包 com.seeyon.apps.hr.bo
-
- com.seeyon.apps.hr.util - 程序包 com.seeyon.apps.hr.util
-
- com.seeyon.apps.inquiry.api - 程序包 com.seeyon.apps.inquiry.api
-
- com.seeyon.apps.inquiry.bo - 程序包 com.seeyon.apps.inquiry.bo
-
- com.seeyon.apps.inquiry.constants - 程序包 com.seeyon.apps.inquiry.constants
-
- com.seeyon.apps.inquiry.event - 程序包 com.seeyon.apps.inquiry.event
-
- com.seeyon.apps.m3 - 程序包 com.seeyon.apps.m3
-
- com.seeyon.apps.meeting.api - 程序包 com.seeyon.apps.meeting.api
-
- com.seeyon.apps.meeting.bo - 程序包 com.seeyon.apps.meeting.bo
-
- com.seeyon.apps.meeting.enums - 程序包 com.seeyon.apps.meeting.enums
-
- com.seeyon.apps.meeting.event - 程序包 com.seeyon.apps.meeting.event
-
- com.seeyon.apps.meeting.manager - 程序包 com.seeyon.apps.meeting.manager
-
- com.seeyon.apps.mobile.api - 程序包 com.seeyon.apps.mobile.api
-
- com.seeyon.apps.mplus.api - 程序包 com.seeyon.apps.mplus.api
-
- com.seeyon.apps.multicall.api - 程序包 com.seeyon.apps.multicall.api
-
- com.seeyon.apps.nc.api - 程序包 com.seeyon.apps.nc.api
-
- com.seeyon.apps.nc.bo - 程序包 com.seeyon.apps.nc.bo
-
- com.seeyon.apps.nc.ncbusiness.api - 程序包 com.seeyon.apps.nc.ncbusiness.api
-
- com.seeyon.apps.nc.ncbusiness.bo - 程序包 com.seeyon.apps.nc.ncbusiness.bo
-
- com.seeyon.apps.news.api - 程序包 com.seeyon.apps.news.api
-
- com.seeyon.apps.news.bo - 程序包 com.seeyon.apps.news.bo
-
- com.seeyon.apps.news.event - 程序包 com.seeyon.apps.news.event
-
- com.seeyon.apps.office.event - 程序包 com.seeyon.apps.office.event
-
- com.seeyon.apps.open - 程序包 com.seeyon.apps.open
-
- com.seeyon.apps.peoplerelate.api - 程序包 com.seeyon.apps.peoplerelate.api
-
- com.seeyon.apps.peoplerelate.bo - 程序包 com.seeyon.apps.peoplerelate.bo
-
- com.seeyon.apps.peoplerelate.enums - 程序包 com.seeyon.apps.peoplerelate.enums
-
- com.seeyon.apps.plan.api - 程序包 com.seeyon.apps.plan.api
-
- com.seeyon.apps.plan.bo - 程序包 com.seeyon.apps.plan.bo
-
- com.seeyon.apps.plan.enums - 程序包 com.seeyon.apps.plan.enums
-
- com.seeyon.apps.plan.event - 程序包 com.seeyon.apps.plan.event
-
- com.seeyon.apps.project.api - 程序包 com.seeyon.apps.project.api
-
- com.seeyon.apps.project.bo - 程序包 com.seeyon.apps.project.bo
-
- com.seeyon.apps.project.enums - 程序包 com.seeyon.apps.project.enums
-
- com.seeyon.apps.project.event - 程序包 com.seeyon.apps.project.event
-
- com.seeyon.apps.project.util - 程序包 com.seeyon.apps.project.util
-
- com.seeyon.apps.sap.api - 程序包 com.seeyon.apps.sap.api
-
- com.seeyon.apps.seeyonreport.api - 程序包 com.seeyon.apps.seeyonreport.api
-
- com.seeyon.apps.show.api - 程序包 com.seeyon.apps.show.api
-
- com.seeyon.apps.show.bo - 程序包 com.seeyon.apps.show.bo
-
- com.seeyon.apps.sursenexchange.api - 程序包 com.seeyon.apps.sursenexchange.api
-
- com.seeyon.apps.taskmanage.api - 程序包 com.seeyon.apps.taskmanage.api
-
- com.seeyon.apps.taskmanage.bo - 程序包 com.seeyon.apps.taskmanage.bo
-
- com.seeyon.apps.taskmanage.enums - 程序包 com.seeyon.apps.taskmanage.enums
-
- com.seeyon.apps.taskmanage.event - 程序包 com.seeyon.apps.taskmanage.event
-
- com.seeyon.apps.taskmanage.util - 程序包 com.seeyon.apps.taskmanage.util
-
- com.seeyon.apps.template.event - 程序包 com.seeyon.apps.template.event
-
- com.seeyon.apps.u8.api - 程序包 com.seeyon.apps.u8.api
-
- com.seeyon.apps.uc.api - 程序包 com.seeyon.apps.uc.api
-
- com.seeyon.apps.videoconference.api - 程序包 com.seeyon.apps.videoconference.api
-
- com.seeyon.apps.videoconference.bean - 程序包 com.seeyon.apps.videoconference.bean
-
- com.seeyon.apps.videoconference.util - 程序包 com.seeyon.apps.videoconference.util
-
- com.seeyon.apps.vreport.api - 程序包 com.seeyon.apps.vreport.api
-
- com.seeyon.apps.vreport.bean - 程序包 com.seeyon.apps.vreport.bean
-
- com.seeyon.apps.webmail.api - 程序包 com.seeyon.apps.webmail.api
-
- com.seeyon.apps.wfanalysis.api - 程序包 com.seeyon.apps.wfanalysis.api
-
- com.seeyon.apps.wfanalysis.bo - 程序包 com.seeyon.apps.wfanalysis.bo
-
- com.seeyon.apps.zx.api - 程序包 com.seeyon.apps.zx.api
-
- com.seeyon.ctp.common.template.enums - 程序包 com.seeyon.ctp.common.template.enums
-
- com.seeyon.ctp.portal.api - 程序包 com.seeyon.ctp.portal.api
-
- compare(AttachmentVO, AttachmentVO) - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- compareDate(Date, Date) - 类 中的静态方法com.seeyon.apps.taskmanage.util.TaskUtils
-
比较两个日期之间的大小
- compareTo(TimeViewInfoBO) - 类 中的方法com.seeyon.apps.calendar.bo.TimeViewInfoBO
-
- compareTo(PlanBO) - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- CONF_TOKEN_CRYPTO_FAIL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- CONF_TOKEN_CRYPTO_FAIL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- CONFERENCE_DURING_TIME_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- CONFERENCE_DURING_TIME_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- CONFERENCE_HOST_OR_CREATEID_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- CONFERENCE_HOST_OR_CREATEID_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- CONFERENCE_ID_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- CONFERENCE_ID_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- CONFERENCE_INFO_NOT_UPDATE_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- CONFERENCE_INFO_NOT_UPDATE_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- CONFERENCE_JOIN_BEFORE_HOST_TIME_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- CONFERENCE_JOIN_BEFORE_HOST_TIME_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- CONFERENCE_KEY_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- CONFERENCE_KEY_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- CONFERENCE_LOCK_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- CONFERENCE_LOCK_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- CONFERENCE_NOT_DELETE_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- CONFERENCE_NOT_DELETE_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- CONFERENCE_NOT_JOIN_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- CONFERENCE_NOT_JOIN_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- CONFERENCE_NOT_START_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- CONFERENCE_NOT_START_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- CONFERENCE_OBJ_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- CONFERENCE_OBJ_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- CONFERENCE_OPENTYPE_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- CONFERENCE_OPENTYPE_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- CONFERENCE_OVER_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- CONFERENCE_OVER_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- CONFERENCE_PASSWORD_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- CONFERENCE_PASSWORD_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- CONFERENCE_PASSWORD_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- CONFERENCE_PASSWORD_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- CONFERENCE_PATTERN - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- CONFERENCE_PATTERN - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- CONFERENCE_PLACE_CONFIG_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- CONFERENCE_PLACE_CONFIG_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- CONFERENCE_PLACE_NOT_AVAILABLE_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- CONFERENCE_PLACE_NOT_AVAILABLE_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- CONFERENCE_PLACE_TYPE_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- CONFERENCE_PLACE_TYPE_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- CONFERENCE_REG_END_TIME_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- CONFERENCE_REG_END_TIME_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- CONFERENCE_START_TIME_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- CONFERENCE_START_TIME_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- CONFERENCE_SUBJECT_INVALID_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- CONFERENCE_SUBJECT_INVALID_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- CONFERENCE_SUBJECT_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- CONFERENCE_SUBJECT_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- CONFERENCEPATTERN_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- CONFERENCEPATTERN_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- CONFKEY_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- CONFKEY_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- Constants - com.seeyon.apps.ai.util中的类
-
- Constants() - 类 的构造器com.seeyon.apps.ai.util.Constants
-
- Constants - com.seeyon.apps.videoconference.util中的类
-
- Constants() - 类 的构造器com.seeyon.apps.videoconference.util.Constants
-
- ContactInfoBO - com.seeyon.apps.hr.bo中的类
-
员工联系信息
- ContactInfoBO() - 类 的构造器com.seeyon.apps.hr.bo.ContactInfoBO
-
- convertNewCollTranVO(Object, Object) - 接口 中的方法com.seeyon.apps.open.BusinessOpenApi
-
协同发起初始化以及协同发起后台校验
正常:
1、传入正常的参数,校验成功
异常:
1、传入错误的参数,校验失败,抛出异常
- convertStatus4Wechat(int) - 类 中的静态方法com.seeyon.apps.taskmanage.util.TaskUtils
-
将协同端任务状态类型转换为微信端任务状态类型
unfinished = notstarted,marching,canceled
finished = finished
- convertStringToList(String) - 类 中的静态方法com.seeyon.apps.taskmanage.util.TaskUtils
-
将字符串转换成整型类型的List数据
- convertToLink(String, String, long, long, Long) - 类 中的静态方法com.seeyon.apps.doc.util.KnowledgeUtils
-
将当前位置的字符串转换为打开链接
- convertToLink(String, String, long, long) - 类 中的静态方法com.seeyon.apps.doc.util.KnowledgeUtils
-
- convertToLink(String, String, long, long, Long, int) - 类 中的静态方法com.seeyon.apps.doc.util.KnowledgeUtils
-
将当前位置的字符串转换为打开链接,limitLength是截取的长度,
- copyAiDealSet(Long, Long) - 接口 中的方法com.seeyon.apps.ai.api.AIApi
-
拷贝自动处理条件
正常:
1、调用的时机为,表单另存为的时候
2、作用是,拷贝模板的流程智能处理条件设置
- copyDeeEventBind(long, long, long, long) - 接口 中的方法com.seeyon.apps.dee.manager.DeeBindEventManager
-
复制超级节点/流程事件/节点事件绑定的dee任务
- copyProcessMonitor(Long, Long, String, Long, String, String) - 接口 中的方法com.seeyon.apps.ai.api.AIApi
-
表单另存为的时候,复制流程监控内容
正常:
1、调用的时机为,表单另存为的时候
2、作用是,拷贝模板的流程监控设置
- countTaskSource(int, Long, Long, Integer) - 接口 中的方法com.seeyon.apps.taskmanage.api.TaskmanageApi
-
用于计算指定任务来源的数量
用于计划、流程表单触发、无流程表单联动、会议
正常:
1、传入正确的来源sourceType(有流程表单)、sourceId(协同ID)、sourceRecordId(重复表ID),返回该重复行对应生成的1条任务
2、传入正确的来源sourceType(无流程表单)、sourceId(表单数据ID)、status(未完成)(有未完成状态的任务),返回该表单数据生成的所有未完成状态的任务集合
3、传入正确的来源sourceType(计划),有任务数据,返回所有由计划产生的任务数据集合
4、传入正确的来源sourceType(如会议),无任务数据,返回为空
异常:
1、来源sourceType传入null,抛异常;
- countTaskSources(int, List<Long>, Integer) - 接口 中的方法com.seeyon.apps.taskmanage.api.TaskmanageApi
-
用于计算一组指定任务来源的数量
主要用于会议列表上显示任务数量
正常:
1、传入正确的来源sourceType(会议),sourceIds(会议列表ID),有任务数据,返回会议ID,及会议对应的任务数
2、传入正确的来源sourceType(会议),无任务数据,返回为空
异常:
1、来源sourceType为null,抛出异常
- createContactInfo(ContactInfoBO) - 接口 中的方法com.seeyon.apps.hr.api.HrApi
-
新建员工档案联系信息
正常:
1、传入正确的员工档案联系信息对象,成功新建员工档案联系信息
- createPortal(Long, String, Long, String, int) - 类 中的方法com.seeyon.ctp.portal.api.AbstractSpaceApi
-
- createPortal(Long, String, Long, String, int) - 接口 中的方法com.seeyon.ctp.portal.api.SpaceApi
-
创建门户
- createProjectMemberTop(Map<String, Object>) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
创建项目成员置顶信息
正常:
1、传入正确的项目成员置顶信息,返回生成置顶记录的主键
- CREATER_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- CREATER_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- createStaffInfo(StaffInfoBO) - 接口 中的方法com.seeyon.apps.hr.api.HrApi
-
新建员工档案基本信息
正常:
1、传入正确的员工档案基本信息对象,成功新建员工档案
- CREATETYPE_NEW - 类 中的静态变量com.seeyon.apps.doc.event.DocAddEvent
-
- CREATETYPE_PIGEONHOLE - 类 中的静态变量com.seeyon.apps.doc.event.DocAddEvent
-
- CREATETYPE_UPLOAD - 类 中的静态变量com.seeyon.apps.doc.event.DocAddEvent
-
- CST_TIMEZONE_OFFSET - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoConfUtil
-
GMT+8 timzone offset value.
- CtpTemplateBO - com.seeyon.apps.eip.bo中的类
-
- CtpTemplateBO() - 类 的构造器com.seeyon.apps.eip.bo.CtpTemplateBO
-
- CtripApi - com.seeyon.apps.ctrip.api中的接口
-
携程商旅对外开放接口
增加apps-soap解耦接口,订单导入底表
- CURRENTUSER_NOT_HOST_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- CURRENTUSER_NOT_HOST_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- cutMemberName(String, int) - 类 中的静态方法com.seeyon.apps.taskmanage.util.TaskUtils
-
截取人员名称
- cutString(String, int) - 类 中的静态方法com.seeyon.apps.taskmanage.util.TaskUtils
-
截取包含有中文的字符串
- favorite(Long, Long, Long, Integer, Integer, Boolean) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
收藏
- FAVORITE - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FAVORITE_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- filterNull(Number) - 类 中的静态方法com.seeyon.apps.doc.util.KnowledgeUtils
-
如果是null, 则返回0
- find4Xiaoz(User, Date, Date, List<Integer>, List<ApplicationCategoryEnum>, FlipInfo) - 接口 中的方法com.seeyon.apps.calendar.api.TimeViewApi
-
获取日程相关的数据(提供给智能消息提醒用)
- findAccountBbsBoards(Long) - 接口 中的方法com.seeyon.apps.bbs.api.BbsApi
-
获取某个单位或某个自定义空间讨论板块列表
正常:
1、传入正确的单位id,返回该单位下的讨论版块列表
2、传入正确的空间id,返回该空间下的讨论版块列表
3、传入正确的单位id且单位下没有讨论版块,返回空
- findAccountBulletinTypes(Long) - 接口 中的方法com.seeyon.apps.bulletin.api.BulletinApi
-
获取某个单位或某个自定义空间公告板块列表
正常:
1、传入正确的单位id,返回单位板块列表
2、传入正确的自定义空间id,返回自定义空间板块列表
3、传入正确的自定义空间id(该空间没有板块的情况),返回空列表
- findAccountBulletinTypesCanIssue(Long, Long) - 接口 中的方法com.seeyon.apps.bulletin.api.BulletinApi
-
获取人员能发布的公告板块列表(某个单位或某个自定义空间)
正常:
1、传入正确的单位id和人员id,返回该人员有发布权限的单位板块列表
2、传入正确的自定义空间id和人员id,返回该人员有发布权限的自定义空间板块列表
3、传入正确的自定义空间id和人员id(人员没有空间板块发布权的情况),返回空列表
- findAccountInquiryTypes(Long) - 接口 中的方法com.seeyon.apps.inquiry.api.InquiryApi
-
获取某个单位或某个自定义空间调查板块列表
正常:
1、传入正确的单位id,返回所有单位调查板块列表
2、传入正确的自定义空间id,返回所有自定义空间调查板块列表
3、传入正确的单位id且单位下没有版块,返回空列表
- findAccountNewsTypes(Long) - 接口 中的方法com.seeyon.apps.news.api.NewsApi
-
获取某个单位或某个自定义空间的新闻板块列表
正常:
1、传入正确的单位id,返回新闻版块列表
2、传入正确的自定义空间id,返回新闻版块列表
3、传入正确的自定义空间id且该空间没有新闻版块,返回空
4、传入正确的单位id且该单位没有新闻版块,返回空
- findAccountNewsTypesCanIssue(Long, Long) - 接口 中的方法com.seeyon.apps.news.api.NewsApi
-
获取人员能发布的新闻板块列表(某个单位或某个自定义空间)
正常:
1、传入正确的人员id和单位id且有单位版块发布权,返回版块列表
2、传入正确的人员id和空间id且有空间版块发布权,返回版块列表
3、传入正确的人员id和空间id但没有空间版块发布权,返回空
- findAffairs4Project(FlipInfo, Map<String, String>) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
查找一个项目的所有已发、已办、待办事项。
- findAllBulletinTypes() - 接口 中的方法com.seeyon.apps.bulletin.api.BulletinApi
-
获取所有公告板块列表
正常:
1、获取所有公告板块列表,能正常返回板块列表
- findAllBulletinTypesCanIssue(Long) - 接口 中的方法com.seeyon.apps.bulletin.api.BulletinApi
-
获取人员能发布的公告板块列表(所有)
正常:
1、传入正确的人员id,能正常返回板块列表
2、传入正确的人员id(该人员没有公告发布权限),返回空列表
- findAllContactInfos() - 接口 中的方法com.seeyon.apps.hr.api.HrApi
-
获取所有联系信息
正常:
1、调用此接口(系统中有人员),返回所有人员的联系信息
异常:
2、调用此接口(系统中没有人员),返回空
- findAllCustomBbsBoards() - 接口 中的方法com.seeyon.apps.bbs.api.BbsApi
-
获取所有自定义空间讨论板块列表
正常:
1、调用此接口,返回所有自定义空间讨论版块列表
2、调用此接口(没有自定义空间讨论版块的情况),返回空
- findAllCustomBulletinTypes() - 接口 中的方法com.seeyon.apps.bulletin.api.BulletinApi
-
获取所有自定义空间公告板块列表
正常:
1、调用此接口,返回所有自定义空间公告板块列表
- findAllCustomInquiryTypes() - 接口 中的方法com.seeyon.apps.inquiry.api.InquiryApi
-
获取所有自定义空间调查板块列表
正常:
1、调用此接口(有自定义空间调查版块的情况),返回所有自定义空间调查板块列表
2、调用此接口(没有自定义空间调查版块的情况),返回空列表
- findAllCustomNewsTypes() - 接口 中的方法com.seeyon.apps.news.api.NewsApi
-
获取所有自定义空间新闻板块列表
正常:
1、调用此接口(系统中有自定义空间新闻板块的情况),返回所有新闻版块列表
- findAllNewsTypes() - 接口 中的方法com.seeyon.apps.news.api.NewsApi
-
获取所有新闻板块列表
正常:
1、调用此接口(系统中有新闻板块的情况),返回所有新闻版块列表
- findAllNewsTypesCanIssue(Long) - 接口 中的方法com.seeyon.apps.news.api.NewsApi
-
获取人员能发布的新闻板块列表(所有)
正常:
1、传入正确的人员id且该人员有版块新闻发布权限,返回新闻版块列表
2、传入正确的人员id且该人员没有版块新闻发布权限,返回空
- findArrangeMeetingByMembers(List<Long>, Date, Date, List<Integer>) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
安排给他人的会议,memberId所创建的但是不参与的会议
正常:
1、传入正确的人员id、状态、开始时间小于结束时间且时间段内有会议,返回会议列表
2、传入正确的人员id、状态、开始时间小于结束时间且时间段内无会议,返回空会议列表(返回size=0的list实体)
异常:
3、所有参数传入null,抛异常
- findArrangeTaskByMembers(Date, Date, List<Long>, List<TaskStatus>) - 接口 中的方法com.seeyon.apps.taskmanage.api.TaskmanageApi
-
安排给他人的任务(当前登录人员创建的任务)
正常:
1、传入正确的人员id、状态、开始时间小于结束时间且时间段内有任务,返回会议列表
2、传入正确的人员id、状态、开始时间小于结束时间且时间段内无任务,返回空会议列表(返回size=0的list实体)
异常:
3、所有参数传入null,抛异常
- findAuthReportTemplateIdList(Long) - 接口 中的方法com.seeyon.apps.seeyonreport.api.SeeyonreportApi
-
获取人员有权限的报表模板列表
正常:
1、用户有多个权限的报表模板,能正确获取
2、用户没有有权限的报表模板,能正确获取
- findBbsArticlesByTypeId(FlipInfo, Long, Long, String, String, String) - 接口 中的方法com.seeyon.apps.bbs.api.BbsApi
-
获取某个板块的讨论
正常:
1、所有参数传入正确值且当前查询条件下存在讨论,分页显示板块下的讨论列表
2、所有参数传入正确值且当前查询条件下不存在讨论,返回空列表
异常:
3、所有参数传入null,抛异常
- findBbsBoardsByAccountId(FlipInfo, Long, String, String, String) - 接口 中的方法com.seeyon.apps.bbs.api.BbsApi
-
获取某个单位的讨论板块
正常:
1、所有参数传入正确值且当前查询条件下存在讨论板块,分页显示单位下的讨论板块列表
2、所有参数传入正确值且当前查询条件下不存在讨论板块,返回空列表
异常:
3、所有参数传入null,抛异常
- findBulletinDatasByTypeId(FlipInfo, Long, Long, String, String, String) - 接口 中的方法com.seeyon.apps.bulletin.api.BulletinApi
-
获取某个板块的公告
正常:
1、所有参数传入正确值且当前查询条件下存在公告,分页显示板块下的公告列表
2、所有参数传入正确值且当前查询条件下不存在公告,返回空列表
异常:
3、所有参数传入null,抛异常
- findBulletinTypesByAccountId(FlipInfo, Long, String, String, String) - 接口 中的方法com.seeyon.apps.bulletin.api.BulletinApi
-
获取某个单位的公告板块
正常:
1、所有参数传入正确值且当前查询条件下存在公告板块,分页显示单位下的公告板块列表
2、所有参数传入正确值且当前查询条件下不存在公告板块,返回空列表
异常:
3、所有参数传入null,抛异常
- findByKey(int) - 枚举 中的静态方法com.seeyon.apps.project.enums.ProjectRoleEnums
-
- findByKey(int) - 枚举 中的静态方法com.seeyon.apps.taskmanage.enums.TaskStatus
-
- findByName(String) - 枚举 中的静态方法com.seeyon.apps.taskmanage.enums.TaskStatus
-
- findByReadUser(int, int, Long, String) - 接口 中的方法com.seeyon.apps.eip.manager.EipApi
-
- findByReadUser(Long, Long) - 接口 中的方法com.seeyon.apps.eip.manager.EipApi
-
- findByReadUser4FocusNews(User, int, List<Long>) - 接口 中的方法com.seeyon.apps.eip.manager.EipApi
-
返回当前用户可以阅读的所有图片新闻或焦点新闻(指定板块)
- findByReadUser4ImageNews(User, int, List<Long>) - 接口 中的方法com.seeyon.apps.eip.manager.EipApi
-
返回当前用户可以阅读的所有图片新闻或焦点新闻(指定板块)
- findByReadUser4ImageNews(User) - 接口 中的方法com.seeyon.apps.eip.manager.EipApi
-
- findByReadUser4Section(int, int, Long, String) - 接口 中的方法com.seeyon.apps.eip.manager.EipApi
-
首页-个人空间-单版块公告栏目(获取某一个公告板块作为空间栏目出现),显示该板块下最新8条公告
- findByReadUser4Section(int, String) - 接口 中的方法com.seeyon.apps.eip.manager.EipApi
-
- findCalEvents4Project(Long, Long, int) - 接口 中的方法com.seeyon.apps.calendar.api.CalendarApi
-
获取项目的日程事件
正常:
1、传入正确的项目id、项目阶段id、条数为5(事件条数大于5),返回该项目该阶段前5条事件列表
2、传入正确的项目id、项目阶段id为空、条数为5(事件条数不足5),返回项目所有阶段的事件列表
异常:
3、必备参数(projectId)传入null,抛异常
- findCalEvents4Relate(Long, Long, Date, Date) - 接口 中的方法com.seeyon.apps.calendar.api.CalendarApi
-
获取关联人员的日程事件
正常:
1、所有参数传入正确值,获取关联人员的事件列表
2、所有参数传入正确值且该人员没有关联人员,返回空
异常:
3、有参数传入null,抛异常
- findCalEventsByFromId(Long) - 接口 中的方法com.seeyon.apps.calendar.api.CalendarApi
-
获取其它应用转事件的事件列表
正常:
1、传入计划id且该计划转了事件,返回由该计划转发的事件列表
2、传入协同id且该协同转了事件,返回由该协同转发的事件列表
3、传入公文id且该公文转了事件,返回由该公文转发的事件列表
4、传入计划id且该计划未转事件,返回空
5、传入协同id且该协同未转事件,返回空
6、传入公文id且该公文未转事件,返回空
- findColQuote(FlipInfo, Map<String, String>) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
查询关联文档协同列表
正常:
1、传入已发事项的key,返回已发列表
2、传入待办事项的key,返回待办列表
3、传入已办事项的key,返回已发列表
- findColSummaryIdList(Date, Date, Integer, Integer, boolean) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
查询某段时间的协同Id列表
正常:
1、传入正确的开始结束时间、isForm为true,返回时间段内的表单协同总数
2、传入正确的开始结束时间、isForm为false,返回时间段内的自由协同总数
3、传入正确的开始结束时间、isForm为false(时间段内没有自由协同),返回空列表
异常:
4、所有参数传入null,抛异常
- findColSummarys(List<Long>) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
根据id列表查询协同列表
正常:
1、传入正确的列表id集合,能获取到协同列表
- findColSummarys(QuerySummaryParam, FlipInfo) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
查询Summary
正常:
1、传入必须传递的参数,查询成功
- findCustomTypesByAccountId(Long, Integer) - 接口 中的方法com.seeyon.apps.bbs.api.BbsApi
-
获取某个单位自定义空间的讨论板块列表
正常:
1、传入正确的自定义空间id,返回自定义空间板块列表
2、传入正确的自定义空间type(该空间没有板块的情况),返回空列表
- findCustomTypesByAccountId(Long, Integer) - 接口 中的方法com.seeyon.apps.bulletin.api.BulletinApi
-
获取某个单位或某个自定义空间公告板块列表
正常:
1、传入正确的自定义空间id,返回自定义空间板块列表
2、传入正确的自定义空间type(该空间没有板块的情况),返回空列表
- findCustomTypesByAccountId(Long, Integer) - 接口 中的方法com.seeyon.apps.inquiry.api.InquiryApi
-
获取某个单位自定义空间的调查板块列表
正常:
1、传入正确的自定义空间id,返回自定义空间板块列表
2、传入正确的自定义空间type(该空间没有板块的情况),返回空列表
- findCustomTypesByAccountId(Long, Integer) - 接口 中的方法com.seeyon.apps.news.api.NewsApi
-
获取某个单位自定义空间的新闻板块列表
正常:
1、传入正确的自定义空间id,返回自定义空间板块列表
2、传入正确的自定义空间type(该空间没有板块的情况),返回空列表
- findDocLibs(Long, Long) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
获取人员在某个单位下能访问的文档库
正常:
1、传入正确的人员id和单位id且该人员有能访问的文档库,返回文档库集合
2、传入正确的人员id和单位id且该人员没有能访问的文档库,返回空
- findDocLibsByOwner(Long) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
获取人员能管理的文档库id集合
正常:
1、传入正确的人员id且该人员有管理的文档库,返回文档库id集合
2、传入正确的人员id且该人员没有管理的文档库,返回空
- findDocResources(List<Long>) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
获取多个文档
正常:
1、传入正确的文档id集合,返回文档集合
- findDocResourcesByType(Long, List<String>) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
获取文档夹下符合文档类型的文档
正常:
1、传入正确的文档夹id、正确的文档类型集合且文档夹下有文档,返回文档集合
2、传入正确的文档夹id、正确的文档类型集合且文档夹下没有文档,返回空
- findDoneAffairs(FlipInfo, Map<String, String>) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
获取已办事项。
- findEdocAllAppEnumKeys() - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
获取所有的公文的相关的枚举
正常:
1、调用此接口,返回所有公文相关的枚举列表
- findEdocElementEnumItems4Doc(Long) - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
根据枚举id 查询枚举值(文档中心使用),用于公文元素的显示
正常:
1、传入正确的公文元素id,返回枚举列表
- findEdocElementsByStatus4Doc(Long, Integer) - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
查找指定单位启用或者停用的公文元素,过滤了图片,附注等部分公文元素,因为只供文档中心调用
正常:
1、传入正确的单位id、状态为启用(单位下有启用的公文元素),返回该单位启用的公文元素列表
2、传入正确的单位id、状态为停用(单位下有停用的公文元素),返回该单位停用的公文元素列表
3、传入正确的单位id、状态为启用(单位下没有启用的公文元素),返回空
4、传入正确的单位id、状态为停用(单位下没有停用的公文元素),返回空
异常:
5、所有参数传入null,抛异常
- findFavoriteByType(Long, Long) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
根据文档类型获取文档库中收藏的文档
- findFavorites(Long, List<Long>) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
获取收藏文档的源id
正常:
1、所有参数传入正确值且文档集合里的文档都是被收藏的,返回文档源集合
- findFavoritesByType(Long, Long) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
根据文档类型获取文档库中收藏的文档
- findFormSearchMoreCond(Long, Long, Long, String) - 接口 中的方法com.seeyon.apps.datarelation.api.DataRelationApi
-
获取表单查询条件对象
正常:
1、传正确的查询条件id、板块配置id、表单数据对应的id、缓存id
2、传正确的板块配置id,没有查询条件
3、传入没有授权的表单查询的id
异常:
1、所有的参数都传null
2、传错误的id
- findFormStatMoreCond(Long, Long, Long, String) - 接口 中的方法com.seeyon.apps.datarelation.api.DataRelationApi
-
获取表单统计条件对象
正常:
1、传正确的查询条件id、板块配置id、表单数据对应的id、缓存id
2、传正确的板块配置id,没有查询条件
3、传入没有授权的表单统计的id
异常:
1、所有的参数都传null
2、传错误的id
- findGroupBbsBoards() - 接口 中的方法com.seeyon.apps.bbs.api.BbsApi
-
获取集团讨论板块列表
正常:
1、调用此接口,返回集团讨论版块列表
2、调用此接口(没有集团讨论版块的情况),返回空
- findGroupBulletinTypes() - 接口 中的方法com.seeyon.apps.bulletin.api.BulletinApi
-
获取集团公告板块列表
正常:
1、调用此接口,返回集团公告板块列表
- findGroupBulletinTypesCanIssue(Long) - 接口 中的方法com.seeyon.apps.bulletin.api.BulletinApi
-
获取人员能发布的公告板块列表(集团)
正常:
1、传入正确的人员id,能正常返回集团板块列表
2、传入正确的人员id(该人员没有集团公告发布权限),返回空列表
- findGroupInquiryTypes() - 接口 中的方法com.seeyon.apps.inquiry.api.InquiryApi
-
获取集团调查板块列表
正常:
1、调用此接口(有集团调查版块的情况),返回所有集团调查板块列表
2、调用此接口(没有集团调查版块的情况),返回空列表
- findGroupNewsTypes() - 接口 中的方法com.seeyon.apps.news.api.NewsApi
-
获取集团新闻板块列表
正常:
1、调用此接口(有集团新闻版块的情况),返回所有新闻版块列表
- findGroupNewsTypesCanIssue(Long) - 接口 中的方法com.seeyon.apps.news.api.NewsApi
-
获取人员能发布的新闻板块列表(集团)
正常:
1、传入正确的人员id且该人员有集团新闻发布权限,返回集团新闻版块列表
2、传入正确的人员id且该人员没有集团版块新闻发布权限,返回空
- findInquiryBasicsByTypeId(FlipInfo, Long, Long, String, String, String) - 接口 中的方法com.seeyon.apps.inquiry.api.InquiryApi
-
获取某个板块的调查
正常:
1、所有参数传入正确值且当前查询条件下存在调查,分页显示板块下的调查列表
2、所有参数传入正确值且当前查询条件下不存在调查,返回空列表
异常:
3、所有参数传入null,抛异常
- findInquiryScopes(Long) - 接口 中的方法com.seeyon.apps.inquiry.api.InquiryApi
-
获取调查发布范围
正常:
1、传入正确的调查id,返回该调查的发布范围
- findInquiryTemplates(Long) - 接口 中的方法com.seeyon.apps.inquiry.api.InquiryApi
-
获取调查模板
正常:
1、传入正确的人员id(该人员有调查模板),返回模板列表
2、传入正确的人员id(该人员没有调查模板),返回空列表
- findInquiryTypesByAccountId(FlipInfo, Long, String, String, String) - 接口 中的方法com.seeyon.apps.inquiry.api.InquiryApi
-
获取某个单位的调查板块
正常:
1、所有参数传入正确值且当前查询条件下存在调查板块,分页显示单位下的调查板块列表
2、所有参数传入正确值且当前查询条件下不存在调查板块,返回空列表
异常:
3、所有参数传入null,抛异常
- findInterfixMemberIds(Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取项目角色为“相关人员”的成员id集合
正常:
1、传入正确的项目id(项目设置了项目相关人员),返回相关人员列表
2、传入正确的项目id(项目没设置了项目相关人员),返回空
- findMeetings(ApplicationCategoryEnum, Map<String, Object>) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
查找一个人一段时间某些回复状态的会议,主要 用于日程。
- findMeetingsByMembers(Date, Date, List<Long>, List<Integer>) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
获取人员参与的会议(我是主持人,记录人,与会人任意一种角色)
正常:
1、传入正确的人员id、开始时间小于结束时间且时间段内有计划,返回计划列表
2、传入正确的人员id、开始时间小于结束时间且时间段内无计划,返回空计划列表(返回size=0的list实体)
O
异常:
3、所有参数传入null,抛异常
- findMeetingVoList(Map<String, Object>) - 接口 中的方法com.seeyon.apps.eip.manager.EipApi
-
会议列表查询->二级菜单调整
- findMixProjectListByMemberId(Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
已过时。
- findMtReplyUsers(Long) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
参会人员列表
正常:
1、传入正确的会议id,获取会议参会人员列表
- findMyPendingColByExpectedProcessTime(Map<String, Object>) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
根据节点期限超期时间来查找待办协同数据,场景:用于时间线
正常:
1、传入正确的map参数,返回当前人员有节点期限的待办协同集合
异常:
2、所有参数传入null,抛异常
- findMyPendingEdocByExpectedProcessTime(Map<String, Object>) - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
根据节点期限超期时间来查找待办公文数据,场景:用于时间线及时间视图
正常:
1、传入正确的map参数(当前人员有超期待办公文),返回超期待办公文数据
2、传入正确的map参数(当前人员没有超期待办公文),返回空
异常:
3、所有参数传入null,抛异常
- findNavigationProjectMemberList(FlipInfo, Map<String, Object>, boolean) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
已过时。
- findNewsDatasByTypeId(FlipInfo, Long, String, String, String) - 接口 中的方法com.seeyon.apps.news.api.NewsApi
-
获取某个板块的新闻
正常:
1、所有参数传入正确值且当前查询条件下存在新闻,分页显示板块下的新闻列表
2、所有参数传入正确值且当前查询条件下不存在新闻,返回空列表
异常:
3、所有参数传入null,抛异常
- findNewsTypesByAccountId(FlipInfo, Long, String, String, String) - 接口 中的方法com.seeyon.apps.news.api.NewsApi
-
获取某个单位的新闻板块
正常:
1、所有参数传入正确值且当前查询条件下存在新闻板块,分页显示单位下的新闻板块列表
2、所有参数传入正确值且当前查询条件下不存在新闻板块,返回空列表
异常:
3、所有参数传入null,抛异常
- findOtherMeetingsByMembers(Date, Date, List<Long>, List<Integer>) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
获取他人参与或者待定的会议
正常:
1、传入正确的人员id、状态、开始时间小于结束时间且时间段内有会议,返回会议列表
2、传入正确的人员id、状态、开始时间小于结束时间且时间段内无会议,返回空会议列表(返回size=0的list实体)
异常:
3、所有参数传入null,抛异常
- findOtherPlanByMembers(List<Long>, Date, Date, List<String>) - 接口 中的方法com.seeyon.apps.plan.api.PlanApi
-
获取当前登录人员参与的他人计划(memberIds创建,当前登录人员参与的计划)
正常:
1、传入正确的人员id、状态、开始时间小于结束时间且时间段内有任务,返回会议列表
2、传入正确的人员id、状态、开始时间小于结束时间且时间段内无任务,返回空会议列表(返回size=0的list实体)
异常:
3、所有参数传入null,抛异常
- findOtherTaskByMembers(List<Long>, Date, Date, List<TaskStatus>) - 接口 中的方法com.seeyon.apps.taskmanage.api.TaskmanageApi
-
获取当前登录人员参与的他人任务(负责人是memberIds的人员,当前登录人员是4个角色中任意一个)
正常:
1、传入正确的人员id、状态、开始时间小于结束时间且时间段内有任务,返回会议列表
2、传入正确的人员id、状态、开始时间小于结束时间且时间段内无任务,返回空会议列表(返回size=0的list实体)
异常:
3、所有参数传入null,抛异常
- findPartPlanByMembers(List<Long>, Date, Date, List<String>) - 接口 中的方法com.seeyon.apps.plan.api.PlanApi
-
获取人员参与的计划(我是主送或者抄送人员)
正常:
1、传入正确的人员id、开始时间小于结束时间且时间段内有计划,返回计划列表
2、传入正确的人员id、开始时间小于结束时间且时间段内无计划,返回空计划列表(返回size=0的list实体)
异常:
3、所有参数传入null,抛异常
- findPendingAffairs(FlipInfo, Map<String, String>) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
获取待办事项
正常:
1、传入正确的分页对象和不传入查询对象,查询当前人员的所有待办数据
2、传入正确的分页对象和查询对象,按查询当前人员的待办数据
3、传入正确的分页对象和查询对象(没有符合条件的数据),返回空列表
- findPendingMeetings(FlipInfo, Map<String, Object>) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
根据指定时间段,模块app[ApplicationCategoryEnum的key],查询人员memberId的待办代开会议
正常:
1、所有参数传入正确值,获取人员的待开会议列表
- findPhaseIds(List<Long>) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
根据项目ids查询所有项目阶段id
正常:
1、传入正确的项目ids,返回所有项目阶段列表
- findPhases(Collection<Long>) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取项目阶段集合
正常:
1、传入正确的项目阶段id集合,返回项目阶段列表
- findPlans4Calendar(Long, Date, Date, List<String>) - 接口 中的方法com.seeyon.apps.plan.api.PlanApi
-
获取时间视图中的计划
正常:
1、传入正确的人员id、开始时间小于结束时间且时间段内有计划,返回计划列表
2、传入正确的人员id、开始时间小于结束时间且时间段内无计划,返回空计划列表(返回size=0的list实体)
异常:
3、所有参数传入null,抛异常
- findPlans4Project(Long, Long, Long, Integer) - 接口 中的方法com.seeyon.apps.plan.api.PlanApi
-
获取项目的计划
正常:
1、传入正确的人员id、项目id、阶段id为空、条数为5(计划条数大于5),返回前5条所有项目阶段计划列表
2、传入正确的人员id、项目id、阶段id为空、条数为5(计划条数不足5),返回所有计划
异常:
3、有参数传入null,抛异常
- findPlans4Relate(Long, Long, Integer) - 接口 中的方法com.seeyon.apps.plan.api.PlanApi
-
获关联人员的计划
正常:
1、所有参数传入正确值且关联人员有计划、条数为5(计划条数大于5),返回前5条计划列表
2、所有参数传入正确值且关联人员有计划、条数为5(计划条数不足5),返回所有计划
3、所有参数传入正确但关联人员没有计划,返回空
异常:
4、所有参数传入null,抛异常
- findProjectByIds(List<Long>) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
根据项目ID集合返回(所有状态[正常、删除、结束])的项目
正常:
1、传入只有一个正常状态的项目,返回正确的信息
2、传入只有一个删除状态的项目,返回正确的信息
3、传入只有一个结束状态的项目,返回正确的信息
异常:
4、传入空列表,返回空
5、传入null,返回异常信息
- findProjectIdsByMemberAndType(Long, Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取指定人员有权限查看的指定类型项目列表
正常:
1、传入正确的项目类型id和人员id,返回项目列表
2、传入正确的项目类型id和人员id且该类型下没有项目,返回空列表
异常:
3、所有参数传入null,抛异常
- findProjectMembers(Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取项目所有人员的信息
正常:
1、传入正确的项目id,返回项目人员列表
- findProjectMembers(List<Long>, long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取指定人员在项目列表中人员角色信息
正常:
1、传入正确的列表ID和人员ID,返回项目人员角色列表
- findProjectMemberTopList(Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取项目中人员置顶排序列表
正常:
1、传入正确的项目ID,返回该项目中人员排序列表
- findProjectPhases(Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取项目阶段集合
正常:
1、传入正确的项目id(项目设置了项目阶段),返回项目阶段列表
2、传入正确的项目id(项目没设置了项目阶段),返回空
- findProjectPlanByCondition(Long, Long, Long, String, String) - 接口 中的方法com.seeyon.apps.plan.api.PlanApi
-
获取项目对应的计划列表
正常:
1、传入正确的人员id、项目id、项目阶段id、查询条件类型、查询条件的内容匹配对应计划,返回该项目该阶段所需查询的计划列表
2、传入正确的人员id、项目id、项目阶段id、查询条件类型为空字符、查询条件的内容为空字符,返回该项目该阶段所有计划列表
3、传入正确的人员id、项目id、项目阶段id值为1、查询条件类型为空字符、查询条件的内容为空字符,返回项目下所有计划列表
4、传入正确的人员id、项目id、项目阶段id、查询条件类型、查询条件的内容找不到匹配的计划,返回空计划列表(返回size=0的list实体)
异常:
5、所有参数传入null值,抛异常
- findProjectPurview(Long, Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取用户在项目中的操作权限
操作权限包含以下几种:管理和配置项目/修改和删除文档/项目空间栏目中的新建权限/项目查看权限
正常:
1、传入正确的项目id和人员id(该人员为项目负责人),返回项目权限集合(管理和配置项目/修改和删除文档/项目空间栏目中的新建权限/项目查看权限)
2、传入正确的项目id和人员id(该人员为项目成员),返回项目权限集合(项目查看权限)
异常:
3、所有参数传入null,抛异常
- findProjects4MemberId(Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
已过时。
- findProjectsByAccountId(Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取单位下的项目,管理员用
正常:
1、传入正确的单位id(且该单位下有项目),返回项目列表
2、传入正确的单位id(且该单位下没有项目),返回空
- findProjectsByAccountIds(List<Long>) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取多个单位下的项目,用于知识社区--项目文档
正常:
1、传入正确的单位集合accountIds(单位集合下有项目),返回项目列表
2、传入正确的单位集合accountIds(单位集合下没有项目),返回空
- findProjectsByMemberId(Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取人员能查看的项目
正常:
1、传入正确的人员id(且该人员有可查看的项目),返回项目列表
2、传入正确的人员id(且该人员没有可查看的项目),返回空
- findProjectsByTypeId(Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
根据ProjectTypeId获取项目列表
正常:
1、传入正确的项目类型id,返回项目列表
2、传入正确的项目类型id且该类型下没有项目,返回空列表
- findProjectsByTypeIdAndMemberId(Long, Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
已过时。
- findProjectTypes(Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取单位下的项目类型
正常:
1、传入正确的单位id且单位下有项目类型,返回项目类型集合
2、传入正确的单位id且单位下没有项目类型,返回空
- findProjectTypesByProjectId(List<Long>) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取项目对应的项目类型
正常:
1、传入正确的项目id集合,返回对应项目的类型集合
- findReplyByMeetingIdAndUserId(Long, Long) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
根据当前会议Id、用户id查询回执信息
正常:
1、所有参数传入正确值且该人员在会议中有回执内容,返回该人员的回执列表
2、所有参数传入正确值且该人员在会议中没有回执内容,返回空列表
异常:
3、所有参数传入null,抛异常
- findReplyList(Long) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
会议回复列表
正常:
1、传入正确的会议id且会议有回复,获取会议回复列表
2、传入正确的会议id且会议没有回复,返回空列表
- findSentAffairs(FlipInfo, Map<String, String>) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
获取已发事项
正常:
1、传入正确的分页对象和不传入查询对象,查询当前人员的所有已发数据
2、传入正确的分页对象和查询对象,按查询当前人员的已发数据
3、传入正确的分页对象和查询对象(没有符合条件的数据),返回空列表
- findShareDocs(Long, Long) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
获取关联人员共享给我的文档
正常:
1、传入正确的人员id、正确的关联人员id且有共享文档,返回文档集合
2、传入正确的人员id、正确的关联人员id且没有共享文档,返回空
- findShowbarHotList(int) - 接口 中的方法com.seeyon.apps.show.api.ShowApi
-
按照热门度排序,获取指定个数的秀吧(权限控制到当前登录用户能看到的秀吧)
todo 请补充部分用例
正常:
1、一共有5个秀吧,获取前3个最热秀吧,返回正确的秀吧列表
2、一共有3个秀吧,获取前5个最热秀吧,返回正确的秀吧列表(返回3个)
3、一共有5个秀吧,获取前5个最热秀吧,返回正确的秀吧列表(返回5个)
- findShowbarNewList(int) - 接口 中的方法com.seeyon.apps.show.api.ShowApi
-
获得最新主题列表
正常:
1、传入参数条数,获取对应条数的主题列表
- findSimpleEdocSummarysByIds(List<Long>) - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
通过公文ID获取公文列表, 不包含扩展属性
正常
1、 传入公文ID列表,返回对应的公文数据
2、 传入null的公文ID列表,返回空列表
3、 传入空的公文ID列表,返回空列表
- findTaskByMembers(List<Long>, Date, Date, List<TaskStatus>) - 接口 中的方法com.seeyon.apps.taskmanage.api.TaskmanageApi
-
获取人员参与的任务(负责人,参与人,告知人任意一种角色)
正常:
1、传入正确的人员id、开始结束时间(时间段内有任务),返回事件段内的任务列表
2、传入正确的人员id、开始结束时间(时间段内没有任务),返回空
异常:
3、所有参数传入null,抛异常
- findTaskInfos(Long, Date, Date, List<TaskStatus>) - 接口 中的方法com.seeyon.apps.taskmanage.api.TaskmanageApi
-
获取人员在某个时间段的任务
正常:
1、传入正确的人员id、开始结束时间(时间段内有任务),返回事件段内的任务列表
2、传入正确的人员id、开始结束时间(时间段内没有任务),返回空
异常:
3、所有参数传入null,抛异常
- findTaskInfosBySourceId(Long) - 接口 中的方法com.seeyon.apps.taskmanage.api.TaskmanageApi
-
根据来源ID获取来源转的任务(来源包括计划)
正常:
1、传入正确的计划id(计划转了任务),返回任务列表
2、传入正确的计划id(计划没有转任务),返回空
- findTaskPurviewInProject(Long, Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
已过时。
- findTaskPurviewInProjects(List<Long>, long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取当前登录用户,在任务所能操作的权限和项目名称
正常:
1、传入登陆的用户只有一个可以操作的项目,返回正确的信息
2、传入登陆的用户有多个可以操作和不可用操作的的项目,返回正确的信息
异常:
3、传入登陆的用户有没有可用操作的的项目,返回空
- findTemplates(Long) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
获取用户所有的会议模版列表
正常:
1、传入正确的用户id,返回该人员全部会议模板列表
2、传入正确的用户id且该人员没有会议模板,返回空列表
- findTimeViewInfo(User, Date, Date, List<Integer>, List<ApplicationCategoryEnum>, FlipInfo) - 接口 中的方法com.seeyon.apps.calendar.api.TimeViewApi
-
获取日程相关的数据
- findTimeViewInfo(User, Date, Date, List<Integer>, List<ApplicationCategoryEnum>) - 接口 中的方法com.seeyon.apps.calendar.api.TimeViewApi
-
- findUserInfoByMasterData() - 接口 中的方法com.seeyon.apps.u8.api.U8PluginApi
-
判断是否配置了U8主数据源
- findVReportTree(List<Integer>) - 接口 中的方法com.seeyon.apps.vreport.api.VReportApi
-
通过类型封装本单位下所有报表树
* 正常:
1、传入需要查询的报表类型,返回报表树形list
- findWaitSentAffairs(FlipInfo, Map<String, String>) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
获取待发事项。
- finishWorkItem(CtpAffair, ColSummary, Comment, Map<String, Object>) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
协同处理接口(即处理方式中的提交)
正常:
1、所有参数传入正确值,能成功提交协同处理意见
- FLAG_DELETE - 接口 中的静态变量com.seeyon.apps.bbs.constants.BbsConstants
-
- FLAG_DELETE - 类 中的静态变量com.seeyon.apps.inquiry.constants.InquiryConstants
-
- FLAG_DISABLE - 接口 中的静态变量com.seeyon.apps.bbs.constants.BbsConstants
-
- FLAG_DISABLE - 类 中的静态变量com.seeyon.apps.inquiry.constants.InquiryConstants
-
- FLAG_NORMAL - 接口 中的静态变量com.seeyon.apps.bbs.constants.BbsConstants
-
- FLAG_NORMAL - 类 中的静态变量com.seeyon.apps.inquiry.constants.InquiryConstants
-
- FlowPermAccountId - 类 中的静态变量com.seeyon.apps.collaboration.constants.ColConstant
-
- FOLDER_ARC_PRE - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_ARC_PRE_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_BORROW - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_BORROW_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_BORROWOUT - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_BORROWOUT_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_CASE - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_CASE_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_CASE_PHASE - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_CASE_PHASE_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_COMMON - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_COMMON_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_CORP - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_CORP_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_EDOC - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_EDOC_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_MINE - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_MINE_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_PLAN - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_PLAN_DAY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_PLAN_DAY_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_PLAN_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_PLAN_MONTH - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_PLAN_MONTH_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_PLAN_WEEK - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_PLAN_WEEK_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_PLAN_WORK - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_PLAN_WORK_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_PROJECT_ROOT - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_PROJECT_ROOT_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_SHARE - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_SHARE_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_SHAREOUT - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_SHAREOUT_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_TEMPLET - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FOLDER_TEMPLET_KEY - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FORBIDDEN_TO_REPLY - 接口 中的静态变量com.seeyon.apps.bbs.constants.BbsConstants
-
禁止回帖,其值为"2"
- FORMAT_TYPE_ID_HTM - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FORMAT_TYPE_ID_HTML - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FORMAT_TYPE_ID_TXT - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FORMAT_TYPE_ID_UPLOAD_DOC - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FORMAT_TYPE_ID_UPLOAD_GIF - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FORMAT_TYPE_ID_UPLOAD_JPG - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FORMAT_TYPE_ID_UPLOAD_PDF - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FORMAT_TYPE_ID_UPLOAD_PNG - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FORMAT_TYPE_ID_UPLOAD_WPS_DOC - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FORMAT_TYPE_ID_UPLOAD_WPS_XLS - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FORMAT_TYPE_ID_UPLOAD_XLS - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- FORMATE_STYLE_DATA_LONG - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoConfUtil
-
- FORMATE_STYLE_DATA_SHORT - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoConfUtil
-
- FormCondItem - com.seeyon.apps.datarelation.bo中的类
-
表单查询条件组合表达式
- FormCondItem() - 类 的构造器com.seeyon.apps.datarelation.bo.FormCondItem
-
- FormtalkTransApi - com.seeyon.apps.formtalk.api中的接口
-
formtalk插件发起oa流程/无流程表单接口
- forwardMail(Long, String, String, List<Attachment>) - 接口 中的方法com.seeyon.apps.webmail.api.WebmailApi
-
转发邮件
正常:
1、传入正确的协同id、标题、正文内容、附件列表,返回邮件实体
2、传入正确的计划id、标题、正文内容、附件列表为空,返回邮件实体
3、传入正确的文档id、标题、正文内容为空、附件列表为空,返回邮件实体
异常:
4、所有参数传入null,抛异常
- getA8DocBaseFolder() - 类 中的静态方法com.seeyon.apps.doc.constants.DocConstants
-
得到A8知识管理基础目录C:\Program Files\UFseeyon\A8\Group\base\doc
- getA8FormCode() - 类 中的方法com.seeyon.apps.nc.bo.MapDocument
-
- getAccountCode() - 类 中的方法com.seeyon.apps.nc.bo.NCMultiLedgerConf
-
- getAccountId() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getAccountId() - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- getAccountId() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- getAccountId() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getAccountId() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getAccountId() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- getAccountId() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getAccountId() - 类 中的方法com.seeyon.apps.calendar.bo.TimeViewInfoBO
-
- getAccountId() - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- getAccountId() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveytypeBO
-
- getAccountId() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getAccountId() - 类 中的方法com.seeyon.apps.meeting.bo.MtTemplateBO
-
- getAccountId() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getAccountId() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getAccountId() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getAccountId() - 类 中的方法com.seeyon.apps.project.bo.ProjectTypeBO
-
- getAccountId() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getAccountId() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getAccountLogo(long) - 类 中的方法com.seeyon.ctp.portal.api.AbstractSpaceApi
-
- getAccountLogo(long) - 接口 中的方法com.seeyon.ctp.portal.api.SpaceApi
-
获取指定单位logo
- getAccountMemberTotal() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getAccountName() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getAccountName() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getAccountRank() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getAccountRanking() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- getAccountTotal() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- getActionFlag() - 枚举 中的方法com.seeyon.apps.meeting.enums.MeetingEnums.TASK_TYPE
-
任务类型所对应的标识值
- getActivityId() - 类 中的方法com.seeyon.apps.collaboration.bo.WorkflowAnalysisParam
-
- getActivityId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getActivityId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getActualEndTime() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getActualEndTimeString() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getActualShowName() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getActualStartTime() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getActualStartTimeString() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getActualTaskTime() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getActualTaskTimeString() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getActualUserNameArray() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getActualUserNameList() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getAddPhases() - 类 中的方法com.seeyon.apps.project.event.ProjectUpdateEvent
-
- getAddress() - 类 中的方法com.seeyon.apps.hr.bo.ContactInfoBO
-
- getAddress() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getAdmins() - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- getAdvancePigeonhole() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- getAdvanceRemind() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
提前提醒
- getAdvanceRemind() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
提前提醒
- getAdvanceRemind() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getAdvanceRemind() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getAdvanceRemindTime() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getAffair() - 类 中的方法com.seeyon.apps.collaboration.bo.BackgroundDealParamBO
-
- getAffair() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getAffairId() - 类 中的方法com.seeyon.apps.ai.event.AIRemindEvent
-
- getAffairId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getAffairId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColQuoteVO
-
- getAffairId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getAffairId() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- getAffairId() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getAffairMemberName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getAffairs() - 类 中的方法com.seeyon.apps.edoc.event.EdocAffairsAssignedEvent
-
- getAffairs() - 类 中的方法com.seeyon.apps.inquiry.event.InquiryAffairsAssignedEvent
-
- getAffairs() - 类 中的方法com.seeyon.apps.meeting.event.MeetingAffairsAssignedEvent
-
- getAffairs() - 类 中的方法com.seeyon.apps.office.event.OfficeAffairsAssignedEvent
-
- getAffairState() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getAffairState() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- getAffairState() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getAffairSubState() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- getAffiliateroomFlag() - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- getAge() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getAlarmDate() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getAllCount() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getAllProjectMembers() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getAllTemplates() - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- getAnonymousFlag() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getAnonymousFlag() - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- getAnonymousReplyFlag() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getAnonymousReplyFlag() - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- getAppCategory() - 接口 中的方法com.seeyon.apps.archive.manager.IArchiveSync
-
应用枚举
- getAppCategory() - 类 中的方法com.seeyon.apps.calendar.bo.TimeAuthInfoBO
-
- getAppCategory() - 类 中的方法com.seeyon.apps.calendar.bo.TimeViewInfoBO
-
- getAppEnumKey() - 类 中的方法com.seeyon.apps.doc.manager.DocFilingEnable
-
设置各应用的类别名称,参见ApplicationCategoryEnum
- getAppId() - 类 中的方法com.seeyon.apps.calendar.bo.TimeAuthInfoBO
-
- getAppId() - 类 中的方法com.seeyon.apps.calendar.bo.TimeViewAuthBO
-
- getAppId() - 类 中的方法com.seeyon.apps.calendar.bo.TimeViewInfoBO
-
- getAppKey() - 类 中的方法com.seeyon.apps.doc.event.DocDeleteEvent
-
- getAppKey() - 类 中的方法com.seeyon.apps.doc.event.DocFiledEvent
-
- getApproveState() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getAppTitle() - 类 中的方法com.seeyon.apps.calendar.bo.TimeAuthInfoBO
-
- getArchiveId() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
归档ID
- getArchiveId() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
归档ID
- getArchiveId() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getArticleName() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getAssistantList() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getAttachmentArchiveId() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
附件归档ID
- getAttachmentById(Long) - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO
-
- getAttachmentFileList() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO
-
- getAttachmentFolderName() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO
-
- getAttachmentIdList() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO
-
- getAttachmentList() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO
-
- getAttachmentList() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getAttachmentList() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getAttachments(Map<String, Object>) - 类 中的方法com.seeyon.apps.collaboration.api.NewCollDataHandler
-
获取附件
- getAttachments() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getAttachments() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getAttachments() - 类 中的方法com.seeyon.apps.nc.ncbusiness.bo.NCBusinessFlowBO
-
- getAttachments() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getAttachmentsBySummaryId(Long, String) - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
根据summaryId找到这个公文的所有附件。
- getAttachmentsFlag() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getAttachmentsFlag() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getAtts() - 类 中的方法com.seeyon.apps.collaboration.enums.TransNewColParam
-
- getAuditAdvice() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getAuditAdvice() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getAuditApplicant() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getAuditApplyDate() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getAuditDate() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getAuditDate() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getAuditor() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getAuditStatus() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getAuditType() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getAuditUser() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- getAuditUser() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getAuditUserId() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getAuditUserId() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getAuthId() - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- getAuthType() - 类 中的方法com.seeyon.apps.calendar.bo.TimeAuthInfoBO
-
- getAuthType() - 类 中的方法com.seeyon.apps.calendar.bo.TimeViewAuthBO
-
- getAutoRun() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- getAutoRun() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getAvgHandleTime() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ProcessIndexBO
-
- getAvgScore(Double, Integer) - 类 中的静态方法com.seeyon.apps.doc.util.KnowledgeUtils
-
- getAvgScoreClass(Double, Integer) - 类 中的静态方法com.seeyon.apps.doc.util.KnowledgeUtils
-
获取评分样式名称,
- getAvgScoreDom4vPortal(Double, Integer) - 类 中的静态方法com.seeyon.apps.doc.util.KnowledgeUtils
-
获取评分空间栏目使用
- getAwakeDate() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- getBackFromId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getBackGround() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getBackGround() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- getBBSAndShowIndex(BahWfParam) - 接口 中的方法com.seeyon.apps.behavioranalysis.api.BehavioranalysisApi
-
获取讨论和秀数(提供给行为足迹的接口)
正常:
1、传入正确的人员id、当前时间之前的年月日期,返回该人员传入时间内的参与讨论数和秀出照片数
2、传入正确的人员id、当前时间之后的年月日期,返回null
3、传入离职人员id、当前时间之前的年月日期,返回该人员传入时间内的参与讨论数和秀出照片数
4、传入兼职人员id、当前时间之前的年月日期,返回该人员传入时间内的参与讨论数和秀出照片数
5、传入停用人员id、当前时间之前的年月日期,返回该人员传入时间内的参与讨论数和秀出照片数
6、传入调整了单位的人员id、当前时间之前的年月日期,返回该人员在原单位的传入时间内的参与讨论数和秀出照片数
异常:
7、有参数传入null,抛异常
- getBbsArticleBO() - 类 中的方法com.seeyon.apps.bbs.event.BbsAddEvent
-
- getBbsArticleBO() - 类 中的方法com.seeyon.apps.bbs.event.BbsReplyEvent
-
- getBbsBoard(Long) - 接口 中的方法com.seeyon.apps.bbs.api.BbsApi
-
获取讨论板块
正常:
1、传入讨论板块ID,能获取到板块的实体
- getBbsName() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BBSAndShowIndexBO
-
- getBbsSendNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BBSAndShowIndexBO
-
- getBeforeAlarmDate() - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- getBeforeTime() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getBeginDate() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getBeginDate() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getBeginDate() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- getBeginDate() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryDataBO
-
- getBeginDateFormat() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getBeginDateStr() - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- getBeginTime() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getBehaviorData(int, int) - 接口 中的方法com.seeyon.apps.behavioranalysis.api.BehavioranalysisApi
-
获取个人行为绩效数据(小致用)
- getBirthday() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getBirthplace() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getBlog() - 类 中的方法com.seeyon.apps.hr.bo.ContactInfoBO
-
- getBmAccount() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getBmCompere() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getBmNum() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getBmTitle() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getBoardId() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getBoardTime() - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- getBodyContent(Map<String, Object>) - 类 中的方法com.seeyon.apps.collaboration.api.NewCollDataHandler
-
获取正文内容
- getBodyContent() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getBodyContentType() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getBodyFile() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getBodyFileList() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO
-
- getBodyFolderName() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO
-
- getBodyList() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO
-
- getBodyType(Map<String, Object>) - 类 中的方法com.seeyon.apps.collaboration.api.NewCollDataHandler
-
获取正文类型
- getBodyType() - 类 中的方法com.seeyon.apps.collaboration.enums.TransNewColParam
-
- getBodyType() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
正文类型
- getBodyType() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
正文类型
- getBodyType() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getBodyType() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getBodyType() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getBodyType() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- getBodyType() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getBodyType() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getBodyType() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getBrief() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getBrief() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getBulDataBO() - 类 中的方法com.seeyon.apps.bulletin.event.BulletinAddEvent
-
- getBulDataBO() - 类 中的方法com.seeyon.apps.bulletin.event.BulletinAuditEvent
-
- getBulletinType(Long) - 接口 中的方法com.seeyon.apps.bulletin.api.BulletinApi
-
获取公告板块
正常:
1、获取一个公告板块,能正常返回公告实体
- getBulReceiveNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.NewAndBulIndexBO
-
- getBusinessMsgData(UserHistoryMessage) - 接口 中的方法com.seeyon.apps.m3.M3Api
-
获取M3移动端转发的业务消息相关数据
- getBusinessType() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getById(Long) - 接口 中的方法com.seeyon.apps.eip.manager.EipApi
-
根据新闻类型ID查询
- getByTemplateId(Long) - 接口 中的方法com.seeyon.apps.ai.api.AIApi
-
查询智能监控设置信息
正常:
返回该模板设置的流程监控信息列表
- getCalendarByPortal(String, String, String, String, String, Integer) - 接口 中的方法com.seeyon.apps.calendar.api.CalendarApi
-
获取我的日程数据(包含会议,计划,任务,事件)
正常:
1、传入正确的时间、模块资源类型、状态,返回我的日程列表
2、传入正确的时间、模块资源类型、状态,没有
异常:
3、必备参数time,source,state 传入null,抛异常
- getCalEvent(Long) - 接口 中的方法com.seeyon.apps.calendar.api.CalendarApi
-
获取日程事件
正常:
1、传入正确的事件id,能获取到事件的实体
- getCalEventBO() - 类 中的方法com.seeyon.apps.calendar.event.CalEventAddEvent
-
- getCalEventBO() - 类 中的方法com.seeyon.apps.calendar.event.CalEventDeleteEvent
-
- getCalEventBO() - 类 中的方法com.seeyon.apps.calendar.event.CalEventUpdateEvent
-
- getCanAnyMerge() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
已过时。
- getCanArchive() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
是否能归档
- getCanArchive() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
是否能归档
- getCanAutostopflow() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
是否自动终止流程
- getCanAutostopflow() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
是否自动终止流程
- getCancelOpinionPolicy() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getCancelOpinionPolicy() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getCanDeleteORarchive() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getCanDeleteORarchive() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getCanDueReminder() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
是否周期提醒
- getCanDueReminder() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
是否周期提醒
- getCanEdit() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
能否修改正文
- getCanEdit() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
能否修改正文
- getCanEdit() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getCanEdit() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getCanEditAttachment() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
能否编辑附件
- getCanEditAttachment() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
能否编辑附件
- getCanForward() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
是否能转发
- getCanForward() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
是否能转发
- getCanForward() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getCanForward() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getCanMergeDeal() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
已过时。
- getCanModify() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
是否能修改 流程
- getCanModify() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
是否能修改
- getCanPraise() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getCanReMove() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getcanReMove() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getCanTrack() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
是否能跟踪
- getCanTrack() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
是否能跟踪
- getCanTrack() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getCanView() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getCaseId() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
流程实例ID
- getCaseId() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
流程实例ID
- getCaseId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getCaseId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getCaseId() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getCaseId() - 类 中的方法com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- getCategory() - 类 中的方法com.seeyon.apps.calendar.bo.CalendarPortalBO
-
- getCategory() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getCategoryByKey(int) - 枚举 中的静态方法com.seeyon.apps.calendar.enums.CalendarPortalConstanst.ApplicationCalendarCategory
-
- getCategoryId() - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- getCategoryName() - 类 中的方法com.seeyon.apps.calendar.bo.CalendarPortalBO
-
- getCategroy() - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
- getCategroy() - 类 中的方法com.seeyon.apps.news.api.NewsDataParam
-
- getCc() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getCensor() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getCensorDesc() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveytypeBO
-
- getCensorId() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getChargeList() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getCheckMind() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getChildTaskCount(List<Long>) - 接口 中的方法com.seeyon.apps.taskmanage.api.TaskmanageApi
-
根据当前任务的id查询其子任务条数
正常:
1、传入正确的任务id,返回子任务条数
2、传入正确的任务id(没有子任务),返回子任务条数为零
- getClickCount() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getClickNumber() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getCloseDate() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getCloseIcon() - 类 中的方法com.seeyon.apps.doc.bo.DocTreeBO
-
- getCloseTime() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getCode() - 枚举 中的方法com.seeyon.apps.collaboration.batch.BatchState
-
- getCodesMap(Map) - 类 中的方法com.seeyon.apps.calendar.enums.ShareTypeEnum.ShareTypeCode
-
- getColAffairsCount(Map<String, String>) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
查询关联文档已发、已办、待办的总数
正常:
1、查询关联文档已发、已办、待办的总数
- getColAffairsCountByCondition(Map<String, String>) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
根据已发、已办、待办查询各事项的总和
正常:
1、传入已发事项的key,返回已发列表
2、传入待办事项的key,返回待办列表
3、传入已办事项的key,返回已发列表
- getColCount(Long, StateEnum, List<Long>) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
获取指定状态、表单模板对应的协同事项总数
正常:
1、传入正确的人员id、事物状态为待办、表单模板id集合,返回待办事项总数
2、传入正确的人员id、事物状态为已办、表单模板id集合,返回已办事项总数
3、传入正确的人员id、事物状态为已发、表单模板id集合,返回已发事项总数
- getCollaborationSubject() - 类 中的方法com.seeyon.apps.nc.ncbusiness.bo.NCBusinessFlowBO
-
- getColSummary(Long) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
根据id获取协同对象
正常:
1、传入正确的协同id,能获取到协同的实体
- getColSummaryByFormRecordId(Long) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
根据表单数据Id来查找协同对象
正常:
1、传入正确的表单数据id,能获取到协同的实体
- getColSummaryByProcessId(String) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
根据流程Id来查找协同对象
正常:
1、传入正确的流程id,能获取到协同的实体
- getColSummaryCount(Date, Date, boolean) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
获取在某一段时期内,已发的协同总数,用于全文检索
正常:
1、传入正确的开始结束时间、isForm为true,返回表单协同总数
2、传入正确的开始结束时间、isForm为false,返回自由协同总数
异常:
3、所有参数传入null,抛异常
- getColSummaryIdByFormRecordIds(List<Long>) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
根据表单数据ID批量查找协同id
- getColType() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
协同类型
- getColType() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
协同类型
- getColType() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getCommentList() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getCommentNum() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getCommunication() - 类 中的方法com.seeyon.apps.hr.bo.ContactInfoBO
-
- getCompleteTime() - 类 中的方法com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- getConferees() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getConferees() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getConfereesNames() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getConferenceCallParams() - 接口 中的方法com.seeyon.apps.multicall.api.MultiCallApi
-
获得当前登录人电话会议的相关参数
正常:
1、从追溯数据-回退记录中查看协同发起电话会议
2、从追溯数据-撤销记录中查看协同发起电话会议
3、从关联文档中查看协同发起电话会议
4、从文档中心查看协同发起电话会议
5、从已发协同中发起电话会议
异常:
1、流程中人员都没有配电话号码
2、当前登录人员无电话号码
- getConfKey() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getContactInfoByMemberId(Long) - 接口 中的方法com.seeyon.apps.hr.api.HrApi
-
获取员工档案联系信息
正常:
1、传入正确的人员id,返回人员档案联系信息实体
- getContent() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO.ArchiveFile
-
- getContent() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getContent() - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
- getContent() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getContent() - 类 中的方法com.seeyon.apps.collaboration.enums.TransNewColParam
-
- getContent() - 类 中的方法com.seeyon.apps.edoc.bo.EdocBodyBO
-
- getContent() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getContent() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getContent() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getContent() - 类 中的方法com.seeyon.apps.news.api.NewsDataParam
-
- getContent() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getContent() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getContentByte() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO.ArchiveFile
-
- getContentHtml() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getContentName() - 类 中的方法com.seeyon.apps.edoc.bo.EdocBodyBO
-
- getContentNo() - 类 中的方法com.seeyon.apps.edoc.bo.EdocBodyBO
-
- getContentStatus() - 类 中的方法com.seeyon.apps.edoc.bo.EdocBodyBO
-
- getContentType() - 类 中的方法com.seeyon.apps.edoc.bo.EdocBodyBO
-
- getContentType() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getContentType() - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- getCopyTo() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getCorpId() - 接口 中的方法com.seeyon.apps.mplus.api.MplusApi
-
已过时。
- getCorpInfo() - 接口 中的方法com.seeyon.apps.mplus.api.MplusApi
-
获取云联企业信息
- getCount() - 类 中的方法com.seeyon.apps.collaboration.bo.BackgroundDealParamBO
-
- getCountNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ProcessIndexBO
-
- getCoverPicture() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getCoverPictureUrl() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getCoverTime() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getCoverTime() - 类 中的方法com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- getCreateDate() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO.BodyFile
-
- getCreateDate() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getCreateDate() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- getCreateDate() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getCreateDate() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
创建时间
- getCreateDate() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
创建时间
- getCreatedate() - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- getCreateDate() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getCreateDate() - 类 中的方法com.seeyon.apps.collaboration.vo.ColQuoteVO
-
- getCreateDate() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getCreateDate() - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- getCreateDate() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveytypeBO
-
- getCreateDate() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getCreateDate() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getCreateDate() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getCreateDate() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getCreateDate() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getCreateDate() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getCreateDateFormat() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getCreateDateFormat() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getCreateDateFormat() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getCreateFrom() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getCreateFromDisplay() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getCreateMember() - 类 中的方法com.seeyon.apps.calendar.bo.TimeAuthInfoBO
-
- getCreateMember() - 类 中的方法com.seeyon.apps.calendar.bo.TimeViewInfoBO
-
- getCreatePerson() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getCreaterId() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getCreateTime() - 类 中的方法com.seeyon.apps.calendar.bo.TimeViewInfoBO
-
- getCreateTime() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- getCreateTime() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getCreateTime() - 类 中的方法com.seeyon.apps.edoc.bo.EdocBodyBO
-
- getCreateTime() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getCreateTime() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getCreateTime() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getCreateTime() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getCreateTimeStr() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getCreateType() - 类 中的方法com.seeyon.apps.doc.event.DocAddEvent
-
- getCreateUser() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getCreateUser() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- getCreateUser() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getCreateUser() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getCreateUser() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getCreateUser() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getCreateUserId() - 类 中的方法com.seeyon.apps.calendar.bo.CalendarPortalBO
-
- getCreateUserId() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getCreateUserId() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- getCreateUserId() - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- getCreateUserId() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getCreateUserId() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getCreateUserId() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getCreateUserId() - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- getCreateUserId() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getCreateUserImgUrl() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getCreateUserName() - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- getCreateUserName() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getCreateUserName() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getCreateUserName() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getCreateUserName() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getCreateUserName() - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- getCreateUserName() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getCreator() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getCryptonym() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getCtpTemplate() - 类 中的方法com.seeyon.apps.template.event.TemplateSaveEvent
-
- getCtpTemplateAll(FlipInfo, Map<String, Object>) - 接口 中的方法com.seeyon.apps.eip.manager.EipApi
-
获取分页的所有应用表单模板数据
- getCtpTemplateAuth() - 类 中的方法com.seeyon.apps.template.event.TemplateSaveEvent
-
- getCurMemberList() - 类 中的方法com.seeyon.apps.calendar.event.CalEventAddEvent
-
- getCurrentNodesInfo() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- getCurrentNodesInfo() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getCurrentNodesInfo() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getCurrentNodesInfo(Long) - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
获取当前待办人的名字串
正常:
1、传入正确的公文实体,返回当前代表人名字串
- getCurrentNodesInfo() - 类 中的方法com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- getCurrentPhaseId() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- getCurrentUser() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getCurrentUser() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getCurrentUserId() - 类 中的方法com.seeyon.apps.plan.event.PlanReplyEvent
-
- getDaochuUser() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getDataFormat() - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
- getDataFormat() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getDataFormat() - 类 中的方法com.seeyon.apps.news.api.NewsDataParam
-
- getDataFormat() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getDate(int, int, int) - 类 中的静态方法com.seeyon.apps.behavioranalysis.enums.BehaviorWfEnum
-
Description: 传入年月日返回时间 :
2015-12-1 返回 2015-12-01 00:00:00
- getDate(int, int, int, int, int, int) - 类 中的静态方法com.seeyon.apps.behavioranalysis.enums.BehaviorWfEnum
-
Description: 传入年月日返回时间 :
2015-12-1 12:12:12返回 2015-12-01 12:12:12
- getDateRangeByRptMonthType(int, int) - 枚举 中的静态方法com.seeyon.apps.behavioranalysis.enums.BehaviorWfEnum.RptMonthType
-
Description: 通过枚举的值,获取查询数据的时间范围
- getDBResourceConnect() - 接口 中的方法com.seeyon.apps.u8.api.U8PluginApi
-
判断u8的数据源数据联通性
- getDeadline() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
处理期限
- getDeadline() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
处理期限
- getDeadLine() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getDeadline() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getDeadline() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getDeadLineDate() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getDeadLineDate() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getDeadLineDate() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- getDeadLineDateName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getDeadlineDatetime() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- getDeadLineDateTime() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getDeadlineDatetime() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getDeadlineDatetime() - 类 中的方法com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- getDeadLineDateTime1() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getDeadLineDateTime2() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getDeadLineDisplayDate() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- getDeadLineName(Date) - 类 中的静态方法com.seeyon.apps.collaboration.util.CollaborationUtils
-
- getDeadLineName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getDealTime() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getDealTime() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getDealType() - 类 中的方法com.seeyon.apps.collaboration.bo.BackgroundDealParamBO
-
- getDeeBindIdList() - 类 中的方法com.seeyon.apps.cip.business.event.DeleteSuperNodeEvent
-
- getDeeBindIdList() - 类 中的方法com.seeyon.apps.cip.business.event.SaveSuperNodeEvent
-
- getDeeFlowName_toA8() - 类 中的方法com.seeyon.apps.nc.bo.MapDocument
-
- getDeeFlowName_toA8toNC() - 类 中的方法com.seeyon.apps.nc.bo.MapDocument
-
- getDeeFlowName_toNC() - 类 中的方法com.seeyon.apps.nc.bo.MapDocument
-
- getDeeFlowType() - 类 中的方法com.seeyon.apps.nc.bo.MapDocument
-
- getDeeTaskId() - 类 中的方法com.seeyon.apps.cip.business.event.BusinessDeeTaskChangeEvent
-
- getDegreeLevel() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getDelayMeetingList(List<Long>) - 接口 中的方法com.seeyon.apps.meeting.manager.IMeetingManager
-
过滤已知会议中已到时间还未开始的会议
- getDeletePhaseIds() - 类 中的方法com.seeyon.apps.project.event.ProjectUpdateEvent
-
- getDelProcessIdList() - 类 中的方法com.seeyon.apps.cip.business.event.BusinessDeeTaskChangeEvent
-
- getDepartment() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getDepartment() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getDepartmentId() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getDepartmentId() - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
- getDepartmentId() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getDepartmentId() - 类 中的方法com.seeyon.apps.news.api.NewsDataParam
-
- getDepartmentMemberTotal() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getDepartmentName() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getDepartmentRank() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getDepartmentTotal() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getDeptRanking() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- getDeptTotal() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- getDescription() - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- getDescription() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- getDescription() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- getDescription() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getDetailUrl() - 类 中的方法com.seeyon.apps.collaboration.vo.ColQuoteVO
-
- getDisAgreeOpinionPolicy() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getDisAgreeOpinionPolicy() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getDiscription() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getDisplayCount() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getDocId() - 类 中的方法com.seeyon.apps.doc.event.DocFiledEvent
-
- getDocid() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getDocIndex(BahWfParam) - 接口 中的方法com.seeyon.apps.behavioranalysis.api.BehavioranalysisApi
-
获取文档数(提供给行为足迹的接口)
正常:
1、传入正确的人员id、当前时间之前的年月日期,返回该人员传入时间内的文档数
2、传入正确的人员id、当前时间之后的年月日期,返回null
3、传入离职人员id、当前时间之前的年月日期,返回该人员传入时间内的文档数
4、传入兼职人员id、当前时间之前的年月日期,返回该人员传入时间内的文档数
5、传入停用人员id、当前时间之前的年月日期,返回该人员传入时间内的文档数
6、传入调整了单位的人员id、当前时间之前的年月日期,返回该人员在原单位的传入时间内的文档数
异常:
7、有参数传入null,抛异常
- getDocMark() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getDocMark() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getDocNum() - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- getDocPigeonhole(Long) - 类 中的方法com.seeyon.apps.doc.manager.DocFilingEnable
-
此方法与getPigeonholeSource(Long sourceId)方法唯一的不同是封装了对象对应的名字(由于协同名字的特殊性,也是为了彻底解耦)
以及调查对应的是InquiryBasicData而不是InquirySurveybasic
- getDocResource(Long) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
获取文档
正常:
1、传入正确的文档id,能获取到文档的实体
- getDocResourceBO() - 类 中的方法com.seeyon.apps.doc.event.DocAddEvent
-
- getDocResourceBO() - 类 中的方法com.seeyon.apps.doc.event.DocCommentEvent
-
- getDocResourceBO() - 类 中的方法com.seeyon.apps.doc.event.DocGradeEvent
-
- getDocResourceBO() - 类 中的方法com.seeyon.apps.doc.event.DocUpdateEvent
-
- getDocResourceId() - 类 中的方法com.seeyon.apps.doc.bo.DocTreeBO
-
- getDocResourceName(Long) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
获取文档名称
正常:
1、传入正确的文档id,返回文档名称
- getDoctitle() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getDocType() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getDomain() - 接口 中的方法com.seeyon.apps.mplus.api.MplusApi
-
获取云联中心(云端)域名
- getDomainId() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- getDomainId() - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- getDomainId() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getDownloadLog() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- getDownloadNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.DocIndexBO
-
- getDptType() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getEdocAppName(int) - 类 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum
-
画流程图的时候,根据应用类型选择节点权限
- getEdocBodys(long) - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
返回公文正文对象
正常:
1、传入正确的公文ID,返回公文正文列表
- getEdocElementByFiledName(String) - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
根据公文元素代码找到公文元素。
- getEdocId() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getEdocSummary(Long) - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
根据Id获取EdocSummary对象
正常:
1、传入正确的公文id、isLoadExtend为true,返回公文实体
异常:
2、所有参数传入null,抛异常
- getEdocSummaryByProcessId(Long) - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
根据Id获取EdocSummary对象
正常:
1、传入正确的公文流程id,返回公文实体
异常:
2、所有参数传入null,抛异常
- getEdocType() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getEdocType() - 类 中的方法com.seeyon.apps.edoc.bo.EdocListCountBO
-
- getEdocType() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getEdocTypeByTemplateCategory(int) - 类 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum
-
- getEdocUnit() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- getEdu_level() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getElementId() - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- getEliteFlag() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getEmail() - 类 中的方法com.seeyon.apps.hr.bo.ContactInfoBO
-
- getEmail() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getEmcee() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getEmceeId() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getEmceeName() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getEmergency() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getEndAlarmDate() - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- getEndDate() - 类 中的方法com.seeyon.apps.calendar.bo.CalendarPortalBO
-
- getEndDate() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getEndDate() - 类 中的方法com.seeyon.apps.collaboration.bo.WorkflowAnalysisParam
-
- getEndDate() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getEndDate() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- getEndDate() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryDataBO
-
- getEndDate() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getEndDateFormat() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getEndDateStr() - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- getEndTime() - 类 中的方法com.seeyon.apps.calendar.bo.TimeAuthInfoBO
-
- getEndTime() - 类 中的方法com.seeyon.apps.calendar.bo.TimeViewInfoBO
-
- getEndTime() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getEndTime() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getEnum(int) - 枚举 中的静态方法com.seeyon.apps.behavioranalysis.enums.BehaviorWfEnum.RptMonthType
-
- getEnumByKey(int) - 枚举 中的静态方法com.seeyon.apps.calendar.enums.IcomEnumForCalendar
-
- getEnumByName(String) - 枚举 中的静态方法com.seeyon.apps.calendar.enums.CalendarPortalConstanst.ApplicationCalendarCategory
-
- getEnumByText(String) - 枚举 中的静态方法com.seeyon.apps.calendar.enums.IcomEnumForCalendar
-
- getErrorCode() - 异常错误 中的方法com.seeyon.apps.collaboration.batch.exception.BatchException
-
- getErrorMsg() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getErrorRet() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getEventId() - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseEventBO
-
- getEventType() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getEventType() - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseEventBO
-
- getExpectedProcessTime() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getExt1() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getExt1() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- getExt1() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getExt1() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getExt1() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getExt2() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getExt2() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- getExt2() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getExt2() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getExt2() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getExt3() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getExt3() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getExt4() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getExt4() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getExt5() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getExt5() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getExtDesc() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO
-
- getExtName() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO.ArchiveFile
-
- getExts() - 类 中的方法com.seeyon.apps.calendar.bo.TimeViewInfoBO
-
- getFeedback() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getFeedbackFlag() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getFeedbackFlagByKey(int, MeetingEnums.MeetingFeedbackFlagEnum) - 枚举 中的静态方法com.seeyon.apps.meeting.enums.MeetingEnums.MeetingFeedbackFlagEnum
-
通过key获取枚举项
- getFeedbackFlagByKey(int, MeetingEnums.MeetingRoomStateEnum) - 枚举 中的静态方法com.seeyon.apps.meeting.enums.MeetingEnums.MeetingRoomStateEnum
-
通过key获取枚举项
- getFeedbackFlagByKey(int, MeetingEnums.SummaryStateEnum) - 枚举 中的静态方法com.seeyon.apps.meeting.enums.MeetingEnums.SummaryStateEnum
-
通过key获取枚举项
- getFeedbackHtml() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getField1() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getField2() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getField3() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getField4() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getField5() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getFieldId() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO.BodyFile
-
- getFieldName() - 类 中的方法com.seeyon.apps.datarelation.bo.FormCondItem
-
- getFieldName() - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- getFieldValue() - 类 中的方法com.seeyon.apps.datarelation.bo.FormCondItem
-
- getFile() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO.ArchiveFile
-
- getFile() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO.BodyFile
-
- getFiled() - 枚举 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam.SortFieldEnum
-
- getFileFullName() - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- getFileName() - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- getFileSize() - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- getFileType() - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- getFileUrl() - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- getFilingType() - 类 中的方法com.seeyon.apps.doc.manager.DocFilingEnable
-
归档类别 0:单位归档 1:部门归档 ; 默认为无
- getFinishBeginTime() - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- getFinishDate() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
结束时间
- getFinishDate() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
结束时间
- getFinishDate() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getFinishEndTime() - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- getFinishRate() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getFinishRatio() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getFirstTime(Object) - 类 中的静态方法com.seeyon.apps.doc.util.KnowledgeUtils
-
获取一天的最早时间
- getFirstTime(Date) - 类 中的静态方法com.seeyon.apps.doc.util.KnowledgeUtils
-
- getFirstTime(String) - 类 中的静态方法com.seeyon.apps.doc.util.KnowledgeUtils
-
- getFlag() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getFlag() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveytypeBO
-
- getFlowFinished() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getFlowFinished() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getFlowPermAccountId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getFlowState() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getFormAppid() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
表单ID
- getFormAppid() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
表单ID
表单ID
表单ID
表单ID
表单ID
表单ID
- getFormAppId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getFormData() - 类 中的方法com.seeyon.apps.collaboration.batch.BatchCheckResult
-
- getFormid() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
已过时。
- getFormid() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
表单视图id
- getFormId() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getFormmainId() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getFormRecordid() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
主表记录id
- getFormRecordid() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
主表记录id
- getFormRecordid() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getFormSelectEnumItemList(Map<String, Object>, List<CtpEnumItem>) - 接口 中的方法com.seeyon.apps.open.BusinessOpenApi
-
表单枚举过滤
- getFormViewOperation() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getFormViewOperation() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getForwardMember() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
转发人
- getForwardMember() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
转发人
- getForwardMemberNames() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getFrName() - 类 中的方法com.seeyon.apps.archive.manager.IArchiveSync.ArchiveVO
-
- getFrName() - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- getFrom() - 类 中的方法com.seeyon.apps.collaboration.enums.TransNewColParam
-
- getFromId() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getFromId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getFromRecordId() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getFromType() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getFromType() - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- getFrSize() - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- getFrType() - 类 中的方法com.seeyon.apps.archive.manager.IArchiveSync.ArchiveVO
-
- getFrType() - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- getGkeTempleteFile() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO
-
- getGroupAuth(String, String, String) - 接口 中的方法com.seeyon.apps.zx.api.ZxApi
-
判断当前人在当前群组是否有文件操作权限
- getGroupMemberIdArray(String) - 接口 中的方法com.seeyon.apps.uc.api.UcApi
-
获取群主成员id数组
- getGroupMemberIdArray(String) - 接口 中的方法com.seeyon.apps.zx.api.ZxApi
-
获取群主成员id数组
- getGroupName() - 枚举 中的方法com.seeyon.apps.meeting.enums.MeetingEnums.TASK_TYPE
-
生成或删除任务调度时,需获取对应job(任务)所在group(组)的名称
- getHandlerName() - 类 中的方法com.seeyon.apps.collaboration.api.NewCollDataHandler
-
处理标识
- getHandleType() - 类 中的方法com.seeyon.apps.cip.business.event.BusinessDeeTaskChangeEvent
-
- getHandNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ProcessIndexBO
-
- getHasAttsFlag() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getHasAttsFlag() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getHasFavorite() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getHasFavorite() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getHastenTimes() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getHastenTimes() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getHobby() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getHtmlTempletePath() - 接口 中的方法com.seeyon.apps.archive.manager.IArchiveSync
-
标准正文的html模版的相对【相对于OA应用来说】路径
- getI18n() - 枚举 中的方法com.seeyon.apps.behavioranalysis.enums.BehaviorWfEnum.RptMonthType
-
- getIcon() - 枚举 中的方法com.seeyon.apps.calendar.enums.IcomEnumForCalendar
-
- getIcon() - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- getId() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO
-
- getId() - 类 中的方法com.seeyon.apps.archive.manager.IArchiveSync.ArchiveVO
-
- getId() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getId() - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- getId() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getId() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- getId() - 类 中的方法com.seeyon.apps.calendar.bo.CalendarPortalBO
-
- getId() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getId() - 类 中的方法com.seeyon.apps.calendar.bo.TimeViewAuthBO
-
- getId() - 类 中的方法com.seeyon.apps.calendar.bo.TimeViewInfoBO
-
- getId() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- getId() - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- getId() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getId() - 类 中的方法com.seeyon.apps.edoc.bo.EdocBodyBO
-
- getId() - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- getId() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getId() - 类 中的方法com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- getId() - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- getId() - 类 中的方法com.seeyon.apps.hr.bo.ContactInfoBO
-
- getId() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getId() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getId() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveytypeBO
-
- getId() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getId() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getId() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getId() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getId() - 类 中的方法com.seeyon.apps.meeting.bo.MtTemplateBO
-
- getId() - 类 中的方法com.seeyon.apps.nc.bo.NCMultiLedgerConf
-
- getId() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getId() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getId() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getId() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getId() - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- getId() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getId() - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- getId() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- getId() - 类 中的方法com.seeyon.apps.project.bo.ProjectTypeBO
-
- getId() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfo4SourceBO
-
- getId() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getId() - 类 中的方法com.seeyon.apps.vreport.bean.TreeNode
-
- getID_card() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getIdentifier() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getIdentifier() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
标志串
- getIdentifier() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
标志串
- getIdentifier() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getIdentifier() - 类 中的方法com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- getIdstr() - 类 中的方法com.seeyon.apps.calendar.bo.CalendarPortalBO
-
- getImage_datetime() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getImage_id() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getImage_name() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getImageId() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getImageList() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getImgNum() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getImgUrl() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getImpart() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getImpartNames() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getImportantLevel() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
重要程度
- getImportantLevel() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
重要程度
- getImportantLevel() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getImportantLevel() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getImportantLevel() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getIncludeElements() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getIndexScore4Member(BahWfParam) - 接口 中的方法com.seeyon.apps.behavioranalysis.api.BehavioranalysisApi
-
获取人员指定时间的积分数据及组织中的排名
正常:
1、传入正确的人员id、当前时间之前的年月日期,返回该人员指标值、绩效积分、部门排名、部门总数、单位排名、单位总数
2、传入正确的人员id、当前时间之后的年月日期,返回null
3、传入离职人员id、当前时间之前的年月日期,返回该人员指标值、绩效积分、部门排名、部门总数、单位排名、单位总数
4、传入兼职人员id、当前时间之前的年月日期,返回该人员在本单位指标值、绩效积分、部门排名、部门总数、单位排名、单位总数
5、传入停用人员id、当前时间之前的年月日期,返回该人员在原单位指标值、绩效积分、部门排名、部门总数、单位排名、单位总数
6、传入调整了单位的人员id、当前时间之前的年月日期,返回该人员在原单位指标值、绩效积分、部门排名、部门总数、单位排名、单位总数
异常:
7、有参数传入null,抛异常
- getInputMode() - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- getInquiryBasic(Long) - 接口 中的方法com.seeyon.apps.inquiry.api.InquiryApi
-
获取调查
正常:
1、传入正确的调查id,能获取到调查的实体
- getInquiryBasicTemplate(Long) - 接口 中的方法com.seeyon.apps.inquiry.api.InquiryApi
-
获取调查模板
正常:
1、传入正确的调查模板id,能获取到调查模板的实体
- getInquirySurveybasicBO() - 类 中的方法com.seeyon.apps.inquiry.event.InquiryAddEvent
-
- getInquirySurveybasicBO() - 类 中的方法com.seeyon.apps.inquiry.event.InquiryAuditEvent
-
- getInquirySurveybasicBO() - 类 中的方法com.seeyon.apps.inquiry.event.InquiryVoteEvent
-
- getInspectors() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getInstance() - 类 中的静态方法com.seeyon.apps.videoconference.util.VideoConfUtil
-
- getInterfixList() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getIsAgentDeal() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getIsAuditorModify() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- getIsAuditorModify() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getIsCoverTime() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getIsCoverTime() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getIsCurrentUserSupervisor() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getIsEntrust() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getIsFinish() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- getIsHidden() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getIsignatureKeysn(Long) - 接口 中的方法com.seeyon.apps.cip.api.CipApi
-
根据ID获取用户绑定的签章狗号
正常:
1传入一个未绑定签章狗的用户ID,返回签章狗号为空
2、传入一个绑定签章狗的内部用户ID,返回签章狗号正确
3、传入一个绑定签章狗的编外人员用户ID,返回签章狗号正确
异常:
1、传入一个未绑定签章狗的停用人员ID,返回不报错
2、传入ID为空,抛出异常
3、传入一个已绑定签章狗的停用人员ID,返回不报错
- getIsMentioned() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getIsModify() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getIsNewflow() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getIsOverTime() - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- getIsStart() - 类 中的方法com.seeyon.apps.meeting.event.MeetingAffairsAssignedEvent
-
- getIsStart() - 类 中的方法com.seeyon.apps.office.event.OfficeAffairsAssignedEvent
-
- getIssuer() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getIssuerId() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getIssueTime() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getIssueUserId() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getIsTrack() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getIsTrack() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getJobName() - 枚举 中的方法com.seeyon.apps.meeting.enums.MeetingEnums.TASK_TYPE
-
生成或删除任务调度时,需获取对应job(任务)的名称
- getJoinAndPendingMember() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getJoinCount() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getKeepPeriod() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getKey() - 枚举 中的方法com.seeyon.apps.behavioranalysis.enums.BehaviorWfEnum.ModuleType
-
- getKey() - 枚举 中的方法com.seeyon.apps.behavioranalysis.enums.BehaviorWfEnum.RptMonthType
-
- getKey() - 枚举 中的方法com.seeyon.apps.calendar.enums.IcomEnumForCalendar
-
- getKey() - 枚举 中的方法com.seeyon.apps.calendar.enums.ShareTypeEnum
-
- getKey() - 枚举 中的方法com.seeyon.apps.collaboration.constants.ColConstant.ColSummaryVouch
-
- getKey() - 枚举 中的方法com.seeyon.apps.collaboration.constants.ColConstant.FormVouch
-
- getKey() - 枚举 中的方法com.seeyon.apps.doc.enums.EntranceTypeEnum
-
- getKey() - 枚举 中的方法com.seeyon.apps.edoc.enums.EdocEnum.EdocErrorCodeEnum
-
- getKey() - 枚举 中的方法com.seeyon.apps.edoc.enums.EdocEnum.EdocOperationEnum
-
- getKey() - 枚举 中的方法com.seeyon.apps.meeting.enums.MeetingEnums.MeetingFeedbackFlagEnum
-
获取key值
- getKey() - 枚举 中的方法com.seeyon.apps.meeting.enums.MeetingEnums.MeetingRoomStateEnum
-
获取key值
- getKey() - 枚举 中的方法com.seeyon.apps.meeting.enums.MeetingEnums.SummaryStateEnum
-
获取key值
- getKey() - 枚举 中的方法com.seeyon.apps.plan.enums.PlanTypeEnum
-
- getKey() - 枚举 中的方法com.seeyon.apps.plan.enums.TransferTypeEnum
-
- getKey() - 枚举 中的方法com.seeyon.apps.project.enums.ProjectRoleEnums
-
- getKey() - 枚举 中的方法com.seeyon.apps.taskmanage.enums.TaskStatus
-
- getKey() - 枚举 中的方法com.seeyon.apps.taskmanage.util.TaskUtils.TaskStatus4Wechat
-
- getKey() - 枚举 中的方法com.seeyon.ctp.common.template.enums.TemplateCategoryConstant
-
- getKeywords() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getKeyWords() - 类 中的方法com.seeyon.apps.doc.bo.DocPigeonholeBO
-
- getKeywords() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getKeywords() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getKnowledgeRiseCount(Long, Date, Date) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
获取知识增长数量
- getLastModified() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getLastModified() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getLastTime(Object) - 类 中的静态方法com.seeyon.apps.doc.util.KnowledgeUtils
-
获取一天的最迟时间
- getLastTime(Date) - 类 中的静态方法com.seeyon.apps.doc.util.KnowledgeUtils
-
- getLastTime(String) - 类 中的静态方法com.seeyon.apps.doc.util.KnowledgeUtils
-
- getLastUpdate() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- getLastUpdate() - 类 中的方法com.seeyon.apps.edoc.bo.EdocBodyBO
-
- getLastUserId() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- getLatestTemplateNames() - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- getLatestTemplates() - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- getLatestTempleteIds() - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- getLatestVisitTime() - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- getLeader() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getLeaderNames() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getLeftChar() - 类 中的方法com.seeyon.apps.datarelation.bo.FormCondItem
-
- getLenPotent() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getLikeNum() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getListDoneAllSize() - 类 中的方法com.seeyon.apps.edoc.bo.EdocListCountBO
-
- getListPendingSize() - 类 中的方法com.seeyon.apps.edoc.bo.EdocListCountBO
-
- getListSentSize() - 类 中的方法com.seeyon.apps.edoc.bo.EdocListCountBO
-
- getListType() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getListWaitSize() - 类 中的方法com.seeyon.apps.edoc.bo.EdocListCountBO
-
- getListZcdbSize() - 类 中的方法com.seeyon.apps.edoc.bo.EdocListCountBO
-
- getLogicalDepth() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getLogicalPath() - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- getLogicalPath() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getLoginC2sUC(String) - 接口 中的方法com.seeyon.apps.uc.api.UcApi
-
获取致信中人员登陆信息(客户端连接)
正常:
1、传入人员ID获取用户上线信息包括jid、token、port、extranetIp、 intranetIp、
异常:
2、不能取到jid、token、port、extranetIp、 intranetIp
- getLoginC2sUC(String) - 接口 中的方法com.seeyon.apps.zx.api.ZxApi
-
获取致信中人员登陆信息(客户端连接)
正常:
1、传入人员ID获取用户上线信息包括jid、token、port、extranetIp、 intranetIp、
异常:
2、不能取到jid、token、port、extranetIp、 intranetIp
- getLoginUC(String) - 接口 中的方法com.seeyon.apps.uc.api.UcApi
-
获取致信中人员登陆信息
正常:
1、传入人员ID获取用户上线信息包括jid、token、port、extranetIp、 intranetIp、
异常:
2、不能取到jid、token、port、extranetIp、 intranetIp
- getLookState() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getLookTime() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getM1Info() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getM1Info() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getMailSpaceSize(Long) - 接口 中的方法com.seeyon.apps.webmail.api.WebmailApi
-
获取人员邮件所占空间大小
正常:
1、传入正确的人员id,返回邮件所占空间大小
- getMainBodyDisplayJSPath() - 接口 中的方法com.seeyon.apps.open.BusinessOpenApi
-
返回正文展现的自定义js文件存放路径
- getMainBodyOnloadMethodName() - 接口 中的方法com.seeyon.apps.open.BusinessOpenApi
-
正文展现页面默认加载的自定义方法名称,在页面onload的时候执行
- getMainBodyType() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO.ArchiveFile
-
- getManagerId() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryDataBO
-
- getManagers() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getManagers() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getMananger() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- getMarriage() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getMaxRunWorktime() - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- getMblcScore() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- getMblcScore() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getMeeting(Long) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
获取会议
正常:
1、传入正确的会议id,获取会议实体
- getMeetingByAffairId(Long, Long) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
根据affairId 获取会议BO
正常:
1、传入正确的affairId和人员id,获取会议实体
- getMeetingByAffairId(Long, Long, Long, String) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
- getMeetingId() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getMeetingId() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getMeetingId() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getMeetingIdStr() - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- getMeetingPlace() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getMeetingPlace() - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- getMeetings(List<Long>) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
- getMeetingsMap(List<Long>) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
- getMeetingTime() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getMeetingType() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getMeetPlace() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getMeetPlaceHtml() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getMember_id() - 类 中的方法com.seeyon.apps.hr.bo.ContactInfoBO
-
- getMemberDepName() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getMemberId() - 类 中的方法com.seeyon.apps.ai.event.AIRemindEvent
-
- getMemberId() - 类 中的方法com.seeyon.apps.bbs.event.BbsReplyEvent
-
- getMemberId() - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
- getMemberId() - 类 中的方法com.seeyon.apps.doc.event.DocCommentEvent
-
- getMemberId() - 类 中的方法com.seeyon.apps.doc.event.DocGradeEvent
-
- getMemberId() - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- getMemberId() - 类 中的方法com.seeyon.apps.inquiry.event.InquiryVoteEvent
-
- getMemberId() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getMemberId() - 类 中的方法com.seeyon.apps.news.api.NewsDataParam
-
- getMemberId() - 类 中的方法com.seeyon.apps.project.bo.ProjectMemberInfoBO
-
- getMemberIdsByAccount(Long) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
获取单位下不积分的人员
- getMemberLevelName() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getMemberList() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getMemberObjList() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getMemberPostName() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getMemberType() - 类 中的方法com.seeyon.apps.project.bo.ProjectMemberInfoBO
-
- getMemo() - 类 中的方法com.seeyon.apps.project.bo.ProjectTypeBO
-
- getMenuType() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getMergeDealType() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- getMessage() - 类 中的方法com.seeyon.apps.archive.manager.IArchiveSync.CheckMessage
-
- getMessage() - 异常错误 中的方法com.seeyon.apps.collaboration.batch.exception.BatchException
-
- getMessage() - 类 中的方法com.seeyon.apps.videoconference.util.VideoResult
-
- getMessageNotifyFlag() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getMetadataId() - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- getMimeTypeId() - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- getMinRunWorktime() - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- getMobilePassUrl(String) - 接口 中的方法com.seeyon.apps.m3.M3Api
-
获取M3移动端转发的业务消息,移动端穿透URL
- getModifyDate() - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- getModifyMember() - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- getModifyTime() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getModuleType() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getModuleType() - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- getModuleTypeById(int) - 枚举 中的静态方法com.seeyon.apps.behavioranalysis.enums.BehaviorWfEnum.ModuleType
-
- getMsg() - 类 中的方法com.seeyon.apps.collaboration.batch.BatchCheckResult
-
- getMsg() - 类 中的方法com.seeyon.apps.collaboration.bo.BackgroundDealResult
-
- getMsn() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getMtName() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getMtSummary(Long) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
获取会议纪要内容
正常:
1、传入正确的有会议纪要id,返回会议纪要实体
2、传入正确的没有会议纪要的会议纪要id,返null
- getMyAgentId() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getName() - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- getName() - 枚举 中的方法com.seeyon.apps.behavioranalysis.enums.BehaviorWfEnum.ModuleType
-
- getName() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- getName() - 类 中的方法com.seeyon.apps.doc.bo.DocPigeonholeBO
-
- getName() - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- getName() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getName() - 类 中的方法com.seeyon.apps.nc.bo.NCMultiLedgerConf
-
- getName() - 类 中的方法com.seeyon.apps.project.bo.ProjectTypeBO
-
- getName() - 类 中的方法com.seeyon.apps.vreport.bean.TreeNode
-
- getNation() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getNcBillType() - 类 中的方法com.seeyon.apps.nc.bo.MapDocument
-
- getNcFormPK() - 类 中的方法com.seeyon.apps.nc.ncbusiness.bo.NCBusinessFlowBO
-
- getNcUnitPK() - 类 中的方法com.seeyon.apps.nc.ncbusiness.bo.NCBusinessFlowBO
-
- getNewAndBulIndex(BahWfParam) - 接口 中的方法com.seeyon.apps.behavioranalysis.api.BehavioranalysisApi
-
获取新闻和公告数(提供给行为足迹的接口)
正常:
1、传入正确的人员id、当前时间之前的年月日期,返回该人员传入时间内的新闻和公告阅读数
2、传入正确的人员id、当前时间之后的年月日期,返回null
3、传入离职人员id、当前时间之前的年月日期,返回该人员传入时间内的新闻和公告阅读数
4、传入兼职人员id、当前时间之前的年月日期,返回该人员传入时间内的新闻和公告阅读数
5、传入停用人员id、当前时间之前的年月日期,返回该人员传入时间内的新闻和公告阅读数
6、传入调整了单位的人员id、当前时间之前的年月日期,返回该人员在原单位的传入时间内的新闻和公告阅读数
异常:
7、有参数传入null,抛异常
- getNewflowType() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
新流程类型
- getNewflowType() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
新流程类型
- getNewflowType() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getNewsDataBO() - 类 中的方法com.seeyon.apps.news.event.NewsAddEvent
-
- getNewsDataBO() - 类 中的方法com.seeyon.apps.news.event.NewsAuditEvent
-
- getNewsDataBO() - 类 中的方法com.seeyon.apps.news.event.NewsDeleteEvent
-
- getNewsReceiveNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.NewAndBulIndexBO
-
- getNewsType(Long) - 接口 中的方法com.seeyon.apps.news.api.NewsApi
-
获取新闻板块
正常:
1、传入正确的新闻版块id,能获取到板块的实体
- getNextDocNum(Long) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
获取文档夹下层数量
- getNodeDeadLineName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getNodeName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getNodePolicy() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getNodePolicy() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getObject() - 类 中的方法com.seeyon.apps.doc.bo.DocPigeonholeBO
-
- getObjectId() - 类 中的方法com.seeyon.apps.ai.event.AIRemindEvent
-
- getObjectId() - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
- getObjectId() - 类 中的方法com.seeyon.apps.news.api.NewsDataParam
-
- getOfficeAuthKey(Long) - 接口 中的方法com.seeyon.apps.cip.api.CipApi
-
根据id获取用户office授权key
正常:
1、传入一个没有office授权的用户ID,返回签章狗号为空
2、传入一个有office授权的内部用户ID,返回签章狗号正确
3、传入一个有office授权的编外人员用户ID,返回签章狗号正确
异常:
1、传入一个没有office授权的停用人员ID,返回不报错
2、传入ID为空,抛出异常
3、传入一个有office授权的停用人员ID,返回不抱错
- getOldFeedbackFlag() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getOldProjectBO() - 类 中的方法com.seeyon.apps.project.event.ProjectUpdateEvent
-
- getOldTask() - 类 中的方法com.seeyon.apps.taskmanage.event.TaskInfoUpdateEvent
-
- getOpenFrom() - 类 中的方法com.seeyon.apps.ai.event.AIRemindEvent
-
- getOpenFrom() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getOpenIcon() - 类 中的方法com.seeyon.apps.doc.bo.DocTreeBO
-
- getOperation() - 类 中的方法com.seeyon.apps.datarelation.bo.FormCondItem
-
- getOperation() - 类 中的方法com.seeyon.apps.videoconference.bean.VideoBean
-
- getOpinionCountByAffair(Long) - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
待办中获取公文回复意见数
- getOrderBy() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getOrderFlag() - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- getOrderKey() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getOrderNum() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- getOrderNum() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getOrg_member_id() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getOrgAccountId() - 类 中的方法com.seeyon.apps.collaboration.bo.WorkflowAnalysisParam
-
- getOrgAccountId() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
单位ID
- getOrgAccountId() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
单位ID
- getOrgAccountId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getOrgAccountId() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getOrgAccountId() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getOrgDepartmentId() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
部门ID
- getOrgDepartmentId() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
部门ID
- getOrgentId() - 类 中的方法com.seeyon.apps.calendar.bo.TimeAuthInfoBO
-
- getOrgentId() - 类 中的方法com.seeyon.apps.calendar.bo.TimeViewAuthBO
-
- getOrgentId() - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- getOrgentName() - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- getOrgentType() - 类 中的方法com.seeyon.apps.calendar.bo.TimeViewAuthBO
-
- getOrgentType() - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- getOrgId() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getOrgIdStr() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getOrgName() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getOrgName() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getOrgType() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getOrgType() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getOthers() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getOutterPermit() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getOverTime() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
按自然时间计算超期时间
- getOverTime() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
按自然时间计算超期时间
- getOvertopTime() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getOverWorktime() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
按工作时间计算超期时间
- getOverWorktime() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
按工作时间计算超期时间
- getOverWorkTime() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getOverWorkTime() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getPage() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getPageBykey(int) - 枚举 中的静态方法com.seeyon.apps.calendar.enums.CalendarPortalConstanst.CalendarPageConstanst
-
- getPageByName(String) - 枚举 中的静态方法com.seeyon.apps.calendar.enums.CalendarPortalConstanst.CalendarPageConstanst
-
- getpageUrl(long, long) - 接口 中的方法com.seeyon.apps.cip.api.ThirdpartyAuthenticationPortal
-
第三方系统认证page获取 ,返回自定义的参数,如aa=***&bb=***系统会自动依据PC登录地址和H5登录地址进行拼接跳转
正常:
1、传入正确的memberId和loginAccountId,得到正确的url地址
异常:
1、传入不存在的memberId和正常的loginAccountId,抛出异常
2、传入正常的memberId和不存在的loginAccountId,抛出异常
3、传入不存在的memberId和不存在的loginAccountId,抛出异常
- getParameters() - 类 中的方法com.seeyon.apps.videoconference.bean.VideoBean
-
- getParamMap() - 类 中的方法com.seeyon.apps.videoconference.util.VideoResult
-
- getParams(String, String) - 类 中的方法com.seeyon.apps.collaboration.api.NewCollDataHandler
-
获取业务数据
- getParentformSummaryid() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
父协同ID
- getParentformSummaryid() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
父协同ID
- getParentformSummaryid() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
父协同ID
- getParentformSummaryid() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getParentFrId() - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- getParentId() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getParentId() - 类 中的方法com.seeyon.apps.vreport.bean.TreeNode
-
- getParticipators() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getPassword() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getPath() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO.ArchiveFile
-
- getPcUrl(UserHistoryMessage) - 接口 中的方法com.seeyon.apps.zx.api.ZxApi
-
获取致信消息对象
- getPcUrl(Ent_UserMessage) - 接口 中的方法com.seeyon.apps.zx.api.ZxApi
-
获取致信消息对象
- getPeerDepartmentRank() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getPendingCount() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getPeopleRelate(Long, Long) - 接口 中的方法com.seeyon.apps.peoplerelate.api.PeopleRelateApi
-
获取关联人员
正常:
1、传入正确的人员id、该人员的关联人员id,返回关联人员实体
异常:
2、所有参数传入null,抛异常
- getPermissionAccountId() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- getPersonalLibOfUser(Long) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
获取某个人的个人文档库
- getPersonId() - 类 中的方法com.seeyon.apps.collaboration.enums.TransNewColParam
-
- getPhaseBegintime() - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- getPhaseClosetime() - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- getPhaseDesc() - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- getPhaseId() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getPhaseId() - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseEventBO
-
- getPhaseName() - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- getPhasePercent() - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- getPhaseSort() - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- getPhysicalPath(String, String, boolean, int) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
根据逻辑路径解析成文字路径
正常:
1、传入正确的所有参数,返回文字路径
- getPigeonholeDate() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getPigeonholeDate() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getPigeonholeFolder(Long, String, boolean) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
获取子文件夹id,归档到《父文档夹-子文件夹》中
- getPigeonholePath() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getPigeonholePath() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getPigeonholeType() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getPigeonholeType() - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- getPigeonholeUserId() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getPigeonholeUserId() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getPk_unit() - 类 中的方法com.seeyon.apps.nc.bo.MapDocument
-
- getPlan(Long) - 接口 中的方法com.seeyon.apps.plan.api.PlanApi
-
获取计划
正常:
1、传入正确的计划id,能获取到计划的实体
- getPlanBO() - 类 中的方法com.seeyon.apps.plan.event.PlanAddEvent
-
- getPlanBO() - 类 中的方法com.seeyon.apps.plan.event.PlanDeleteEvent
-
- getPlanBO() - 类 中的方法com.seeyon.apps.plan.event.PlanReplyEvent
-
- getPlanBO() - 类 中的方法com.seeyon.apps.plan.event.PlanSummaryEvent
-
- getPlanBO() - 类 中的方法com.seeyon.apps.plan.event.PlanUpdateEvent
-
- getPlanId() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getPlannedEndTime() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getPlannedStartTime() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getPlannedTaskTime() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getPlanStatus() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getPlanStatusName() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getPlanSubMainUser() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getPlanSubMainUserName() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getPlanTellUser() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getPlanTellUserName() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getPlanTitle() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getPlanToMainUser() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getPlanToMainUserName() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getPoFieldName() - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- getPolitical_position() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getPoName() - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- getPortalPagePortletPorperties(String, String) - 类 中的方法com.seeyon.ctp.portal.api.AbstractSpaceApi
-
- getPortalPagePortletPorperties(String, String) - 接口 中的方法com.seeyon.ctp.portal.api.SpaceApi
-
- getPortalPagePortletPorperty(String, String) - 类 中的方法com.seeyon.ctp.portal.api.AbstractSpaceApi
-
- getPortalPagePortletPorperty(String, String) - 接口 中的方法com.seeyon.ctp.portal.api.SpaceApi
-
- getPortleMeetingDataCount() - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
获取待开会议列表角标数量
- getPost() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getPostalcode() - 类 中的方法com.seeyon.apps.hr.bo.ContactInfoBO
-
- getPraiseNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ProcessIndexBO
-
- getPreApproverName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getPreApproverName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getPrincipalList() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getPrintContentJSPath() - 接口 中的方法com.seeyon.apps.open.BusinessOpenApi
-
返回正文打印自定义js文件存放路径
- getPrintContentMethodName() - 接口 中的方法com.seeyon.apps.open.BusinessOpenApi
-
返回正文打印自定义方法名称(此方法用来处理正文打印的内容)
- getPrintFlag() - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
- getPrintLog() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- getProcess() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getProcessDeadline() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getProcessDeadLineName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getProcessedNumberByObjectId(Long) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
根据objectId查询 会议 已处理人数 从协同模块迁移的代码
正常:
1、传入正确的对象id,获取会议已处理人数
- getProcessId() - 类 中的方法com.seeyon.apps.cip.business.event.BusinessDeeTaskChangeEvent
-
- getProcessId() - 类 中的方法com.seeyon.apps.cip.business.event.DeleteSuperNodeEvent
-
- getProcessId() - 类 中的方法com.seeyon.apps.cip.business.event.SaveSuperNodeEvent
-
- getProcessId() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
流程ID
- getProcessId() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
流程ID
- getProcessId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getProcessId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getProcessId() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getProcessId() - 类 中的方法com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- getProcessId() - 类 中的方法com.seeyon.apps.template.event.TemplateSaveEvent
-
- getProcessIndex(BahWfParam) - 接口 中的方法com.seeyon.apps.behavioranalysis.api.BehavioranalysisApi
-
已过时。
- getProcessIndexPlus(BahWfParam) - 接口 中的方法com.seeyon.apps.behavioranalysis.api.BehavioranalysisApi
-
获取流程数(提供给行为足迹的接口)
正常:
1、传入正确的人员id、当前时间之前的年月日期,返回该人员传入时间内的流程数
2、传入正确的人员id、当前时间之后的年月日期,返回null
3、传入离职人员id、当前时间之前的年月日期,返回该人员传入时间内的流程数
4、传入兼职人员id、当前时间之前的年月日期,返回该人员传入时间内的流程数
5、传入停用人员id、当前时间之前的年月日期,返回该人员传入时间内的流程数
6、传入调整了单位的人员id、当前时间之前的年月日期,返回该人员在原单位的传入时间内的流程数
异常:
7、有参数传入null,抛异常
(优化后的getProcessIndex)
- getProcessingConditionByTemplateId(Long) - 接口 中的方法com.seeyon.apps.ai.api.AIApi
-
查询智能处理条件
正常:
根据模板ID查询设置的流程智能处理条件
- getProcessIsCoverTime() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getProcessNodesInfo() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- getProcessTermType() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- getProject(Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取项目信息
正常:
1、传入已开始的项目id,返回项目信息实体,验证判断为已开始
2、传入已结束的项目id,返回项目信息实体,验证判断为已结束
- getProjectBO() - 类 中的方法com.seeyon.apps.project.event.ProjectAddEvent
-
- getProjectBO() - 类 中的方法com.seeyon.apps.project.event.ProjectUpdateEvent
-
- getProjectByNameAndAccount(String, Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
根据正确的项目名称和单位ID找到项目详细信息
正常:
1、传入正确的项目精确名称、单位id(该单位下有该项目),返回项目信息
2、传入正确的项目精确名称、单位id(该单位下没有该项目),返回空
3、传入正确的项目精确名称、单位id(该单位下该项目已删除),返回空
异常:
4、所有参数传入null,抛异常
- getProjectCreator() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getProjectDesc() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getProjectFolderByProjectId(Long) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
获取项目对应的文件夹
- getProjectId() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
关联项目ID
- getProjectId() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
关联项目ID
- getProjectId() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getProjectId() - 类 中的方法com.seeyon.apps.project.bo.ProjectMemberInfoBO
-
- getProjectId() - 类 中的方法com.seeyon.apps.project.bo.ProjectPhaseBO
-
- getProjectId() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryDataBO
-
- getProjectId() - 类 中的方法com.seeyon.apps.project.event.ProjectDeleteEvent
-
- getProjectId() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getProjectIState() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- getProjectManager() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getProjectManagerDisplay() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getProjectName() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getProjectName() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- getProjectName() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryDataBO
-
- getProjectNumber() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getProjectNumber() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- getProjectPhase(Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取项目阶段
正常:
1、传入正确的项目阶段id,返回项目阶段实体
- getProjectPhaseId() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getProjectPhaseIds() - 类 中的方法com.seeyon.apps.project.event.ProjectDeleteEvent
-
- getProjectProcess() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getProjectProcess() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- getProjectProcessDisplay() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getProjectRoles(Long, Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取人员在项目中的角色
正常:
1、传入正确的项目id和人员id(该人员为项目中人员),返回人员在项目中的角色
2、传入正确的项目id和人员id(该人员不为项目中人员),返回空
异常:
3、所有参数传入null,抛异常
- getProjectSituation() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- getProjectState() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getProjectState() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- getProjectStateDisplay() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getProjectType(Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
获取项目类型
正常:
1、传入正确的项目类型id,返回项目类型实体
- getProjectType() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryDataBO
-
- getProjectTypeId() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getProjectTypeName() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getProjectTypeName() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- getProperties() - 类 中的方法com.seeyon.apps.vreport.bean.TreeNode
-
- getProperty(String) - 类 中的静态方法com.seeyon.apps.videoconference.util.VideoConferenceConfig
-
获取视频会议启动参数
- getProviderId() - 类 中的方法com.seeyon.apps.nc.ncbusiness.bo.NCBusinessFlowBO
-
- getProxy() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getProxy() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getProxyId() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getProxyId() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getProxyImgUrl() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getProxyName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getProxyName() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getProxyName() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getPublicState() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getPublishDate() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getPublishDate() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getPublishDepartmentId() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getPublishDepartmentId() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getPublishperson() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getPublishScope() - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
- getPublishScope() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getPublishScope() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getPublishStatus() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getPublishStatusName() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getPublishUserId() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getPublishUserId() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getQq() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getQywhScore() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- getQywhScore() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getRank() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ProcessIndexBO
-
- getRank() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRankIndexBO
-
- getRcgzScore() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- getRcgzScore() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getReadBulNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.NewAndBulIndexBO
-
- getReadBulRatio() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.NewAndBulIndexBO
-
- getReadCount() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getReadCount() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getReadDate() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getReadDateFormat() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getReadNewsNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.NewAndBulIndexBO
-
- getReadNewsRatio() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.NewAndBulIndexBO
-
- getReadNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.DocIndexBO
-
- getReadOnly() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getRealText() - 枚举 中的方法com.seeyon.apps.taskmanage.enums.TaskStatus
-
需要得到枚举值的key以便国际化
- getReceiveDate() - 类 中的方法com.seeyon.apps.collaboration.vo.ColQuoteVO
-
- getReceiveMemberId() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getReceiveMemberName() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getReceivePraiseNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ProcessIndexBO
-
- getReceiveTime() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getReceiveTime() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getReciveUnitName() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getRecord_wage() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getRecord_wage_str() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getRecorderId() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getRecorderName() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getRecordFlag() - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
- getRecordId() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getRecordState() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getReferType() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getRelateDepartment() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getRelateDepartmentName() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getRelatedMemberId() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getRelatedUser() - 类 中的方法com.seeyon.apps.calendar.event.CalEventUpdateEvent
-
- getRelateImageDate() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getRelateImageId() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getRelateMemberAccount() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getRelateMemberDept() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getRelateMemberEmail() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getRelateMemberHandSet() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getRelateMemberId() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getRelateMemberName() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getRelateMemberPost() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getRelateMemberTel() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getRelatePigeonhole() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getRelateProject() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getRelateTime() - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- getRelateType() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getRelateWsbs() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getRelType() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getRemark() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getRemindEndTime() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getRemindInterval() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
提醒周期
- getRemindInterval() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
提醒周期
- getRemindStartTime() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getReplyCounts() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- getReplyCounts() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
- getReplyCounts() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getReplyCounts() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getReplyId() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getReplyNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BBSAndShowIndexBO
-
- getReplyNumber() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getReplyState() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getReplyStateStr() - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- getResentTime() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
重复次数
- getResentTime() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
重复次数
- getResourceFlag() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getRightChar() - 类 中的方法com.seeyon.apps.datarelation.bo.FormCondItem
-
- getRightId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getRiskLevel() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getRongState(String) - 接口 中的方法com.seeyon.apps.uc.api.UcApi
-
返回融云用户状态
- getRongState(String) - 接口 中的方法com.seeyon.apps.zx.api.ZxApi
-
返回融云用户状态
- getRoomId() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getRoomState() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getRowOperation() - 类 中的方法com.seeyon.apps.datarelation.bo.FormCondItem
-
- getRptMonth() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getRptMonthDisplay() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getRptYear() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getRunTime() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
按自然时间计算运行时间
- getRunTime() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
按自然时间计算运行时间
- getRunWorktime() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
按工作时间计算运行时间
- getRunWorktime() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
按工作时间计算运行时间
- getRunWorktime() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getRunWorkTime() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getScopeDesc() - 类 中的方法com.seeyon.apps.inquiry.bo.InquiryScopeBO
-
- getScopeId() - 类 中的方法com.seeyon.apps.inquiry.bo.InquiryScopeBO
-
- getScore() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRankIndexBO
-
- getSecret() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getSecretLevel() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getSelectConditionsAndNodesInfo(Object) - 接口 中的方法com.seeyon.apps.open.BusinessOpenApi
-
M1流程分支问题
- getSelf_image_name() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getSelImgUrl() - 类 中的方法com.seeyon.apps.peoplerelate.bo.PeopleRelateBO
-
- getSendDate() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getSendDepartment() - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- getSenderId() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getSenderName() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getSendNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ProcessIndexBO
-
- getSendTo() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getSendTo() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getSendType() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getSendUnitName() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getSendUnitNames() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getSendUserNames() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getSeniorSQL(StringBuilder, Map, Map) - 类 中的静态方法com.seeyon.apps.doc.util.KnowledgeUtils
-
潘小滨封装右上角的条件查询,
- getSerialNo() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getServerBarCodeId() - 接口 中的方法com.seeyon.apps.m3.M3Api
-
获取M3服务器地址二维码图片文件fileId ,用于pc端登录页显示
- getSettopTime() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getSex() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getShareDajia() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getSharedMembers() - 类 中的方法com.seeyon.apps.calendar.event.CalEventAddEvent
-
- getSharedMembers() - 类 中的方法com.seeyon.apps.calendar.event.CalEventUpdateEvent
-
- getShareEnabled() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- getShareNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.DocIndexBO
-
- getShareTarget() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getShareType() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getShowbarName() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getShowCreateTime() - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- getShowName() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BBSAndShowIndexBO
-
- getShowName() - 类 中的方法com.seeyon.apps.doc.bo.DocTreeBO
-
- getShowPicNum() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BBSAndShowIndexBO
-
- getShowToId() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getShowType() - 类 中的方法com.seeyon.apps.calendar.bo.CalendarPortalBO
-
- getShowTypeName() - 类 中的方法com.seeyon.apps.calendar.bo.CalendarPortalBO
-
- getSimpleInquiryBasic(Long) - 接口 中的方法com.seeyon.apps.inquiry.api.InquiryApi
-
获取调查基本信息:不包含发布范围、题、选项
- getSize() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.BahWfParam
-
- getSort() - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- getSort() - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- getSort() - 类 中的方法com.seeyon.apps.inquiry.bo.InquiryScopeBO
-
- getSort() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveytypeBO
-
- getSortCode() - 类 中的方法com.seeyon.apps.calendar.bo.CalendarPortalBO
-
- getSortField() - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- getSource() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
协同来源(用于显示外部系统名称,如NC)
- getSource() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
协同来源(用于显示外部系统名称,如NC)
- getSource() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- getSource() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getSourceCreator() - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- getSourceDataId() - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- getSourceId() - 类 中的方法com.seeyon.apps.archive.manager.IArchiveSync.ArchiveVO
-
- getSourceId() - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- getSourceId() - 类 中的方法com.seeyon.apps.doc.event.DocCancelFavoriteEvent
-
- getSourceId() - 类 中的方法com.seeyon.apps.doc.event.DocFavoriteEvent
-
- getSourceId() - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- getSourceId() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getSourceRecordId() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfo4SourceBO
-
- getSourceRecordId() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getSourcesID() - 类 中的方法com.seeyon.apps.doc.event.DocDeleteEvent
-
- getSourcesID() - 类 中的方法com.seeyon.apps.doc.event.DocFiledEvent
-
- getSourceTitle() - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- getSourceType() - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- getSourceType() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getSpaceKey(byte) - 类 中的静态方法com.seeyon.apps.doc.constants.DocConstants
-
根据空间状态取得空间状态的提示key
- getSpaceType() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- getSpaceType() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveytypeBO
-
- getSpaceType() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getSpecialty() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getStaffInfoByMemberId(Long) - 接口 中的方法com.seeyon.apps.hr.api.HrApi
-
获取员工档案基本信息
正常:
1、传入正确的人员id,返回人员档案信息实体
- getStartAccessId(int) - 类 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum
-
- getStartAffairSubState() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getStartBeginTime() - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- getStartDate() - 类 中的方法com.seeyon.apps.calendar.bo.CalendarPortalBO
-
- getStartDate() - 类 中的方法com.seeyon.apps.collaboration.bo.WorkflowAnalysisParam
-
- getStartDate() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
开始时间
- getStartDate() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
开始时间
- getStartDate() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getStartDate() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getStartDate() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getStartEndTime() - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- getStartLoginName() - 类 中的方法com.seeyon.apps.nc.ncbusiness.bo.NCBusinessFlowBO
-
- getStartMemberDepartmentId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getStartMemberId() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
发起人
- getStartMemberId() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
发起人
- getStartMemberId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getStartMemberId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColQuoteVO
-
- getStartMemberId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getStartMemberName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getStartMemberName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColQuoteVO
-
- getStartMemberName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getStartMemberPostId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getStartMemberPostName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getStartTime() - 类 中的方法com.seeyon.apps.calendar.bo.TimeAuthInfoBO
-
- getStartTime() - 类 中的方法com.seeyon.apps.calendar.bo.TimeViewInfoBO
-
- getStartTime() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getStartTime() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getStartTime() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getStartUserId() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getStartUserId() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- getState() - 类 中的方法com.seeyon.apps.ai.event.AIRemindEvent
-
- getState() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getState() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getState() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
流程状态
- getState() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
流程状态
- getState() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getState() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getState() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getState() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getState() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- getState() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getState() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getState() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getState() - 类 中的方法com.seeyon.apps.videoconference.util.VideoResult
-
- getStateName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getStates() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getStates() - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- getStatus() - 类 中的方法com.seeyon.apps.calendar.bo.TimeViewInfoBO
-
- getStatus() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- getStatus() - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- getStatus() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getStatus() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getStopSyn() - 类 中的静态方法com.seeyon.apps.videoconference.util.Constants
-
- getSubject() - 类 中的方法com.seeyon.apps.ai.event.AIRemindEvent
-
- getSubject() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getSubject(Map<String, Object>) - 类 中的方法com.seeyon.apps.collaboration.api.NewCollDataHandler
-
获取协同标题
- getSubject() - 类 中的方法com.seeyon.apps.collaboration.enums.TransNewColParam
-
- getSubject() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
标题
- getSubject() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
标题
- getSubject() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getSubject() - 类 中的方法com.seeyon.apps.collaboration.vo.ColQuoteVO
-
- getSubject() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getSubject() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getSubject() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getSubject() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- getSubject() - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- getSubject() - 类 中的方法com.seeyon.apps.sursenexchange.api.SendToSursenParam
-
- getSubject() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfo4SourceBO
-
- getSubject() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getSubjectIncludeIcon() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getSubModuleType() - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- getSubState() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- getSubState() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getSubState() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getSubStateName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getSubStateName() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getSubTableName() - 类 中的方法com.seeyon.apps.plan.bo.PlanMentionedUserBO
-
- getSummary() - 类 中的方法com.seeyon.apps.collaboration.bo.BackgroundDealParamBO
-
- getSummary() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getSummary() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getSummaryAttCount() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getSummaryAttmentList() - 类 中的方法com.seeyon.apps.meeting.bo.MtSummaryBO
-
- getSummaryFromTemplate(CtpTemplate) - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
获取公文模板里面的公文信息(这个接口好像没人用了直接注释掉)
正常
1、 传入公文模板,返回模板里面的EdocSummay对象
2、 传入非公文模板或者传入的模板对象为null,返回模板里面的null
- getSummaryId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getSummaryId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColQuoteVO
-
- getSummaryId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getSummaryState() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getSuperNode() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getSuperviseTitle() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- getSupervisors() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- getSupervisorsId() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- getSurveydesc() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getSurveyDesc() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveytypeBO
-
- getSurveyName() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getSurveyTypeId() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getSynMethodConnect() - 接口 中的方法com.seeyon.apps.sap.api.SapApi
-
检测sap 接口的连通性
目前实现是DEE任务,需要单独导入DEE任务
- getSystem() - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- getTaskInfo(Long) - 接口 中的方法com.seeyon.apps.taskmanage.api.TaskmanageApi
-
获取任务
正常:
1、传入正确的任务id,能获取到任务的实体
- getTaskInfoBO() - 类 中的方法com.seeyon.apps.taskmanage.event.TaskInfoAddEvent
-
- getTaskInfoBO() - 类 中的方法com.seeyon.apps.taskmanage.event.TaskInfoDeleteEvent
-
- getTaskInfoBO() - 类 中的方法com.seeyon.apps.taskmanage.event.TaskInfoFinishEvent
-
- getTaskInfoBO() - 类 中的方法com.seeyon.apps.taskmanage.event.TaskInfoUpdateEvent
-
- getTaskListByListType(Map<String, Object>, String) - 接口 中的方法com.seeyon.apps.taskmanage.api.TaskmanageApi
-
根据列表类型获取列表展示数据
正常:
1、传入正确的查询条件参数和列表类型,返回列表数据
异常:
2、所有参数传入null,抛异常
- getTaskTypeId() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getTel_number() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getTelephone() - 类 中的方法com.seeyon.apps.hr.bo.ContactInfoBO
-
- getTempFile() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO
-
- getTempFileFolderName() - 接口 中的方法com.seeyon.apps.archive.manager.IArchiveSync
-
应用的临时文件目录名
- getTempFileList() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO
-
- getTempFolderName() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO
-
- getTemplate(Long) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
获取单条会议模版
正常:
1、传入正确的模板id,返回模板实体
2、传入已经删除的模板id,返回空
异常:
3、传入错误的模板id,返回空
- getTemplateCategory(int) - 类 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum
-
- getTemplateCode() - 类 中的方法com.seeyon.apps.nc.ncbusiness.bo.NCBusinessFlowBO
-
- getTemplateId() - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- getTemplateId() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getTemplateId() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getTemplateId() - 类 中的方法com.seeyon.apps.template.event.TemplateSaveEvent
-
- getTemplateId2ListLong() - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- getTemplateIds() - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- getTemplateNames() - 类 中的方法com.seeyon.apps.wfanalysis.bo.WfAnalysisAuthBO
-
- getTemplates() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- getTempleteId() - 类 中的方法com.seeyon.apps.collaboration.bo.WorkflowAnalysisParam
-
- getTempleteId() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
模板ID
- getTempleteId() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
模板ID
- getTempleteId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getTempleteId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getTempleteId() - 类 中的方法com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- getTempleteName() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ProcessIndexBO
-
- getText() - 枚举 中的方法com.seeyon.apps.calendar.enums.CalendarPortalConstanst.CalendarPageConstanst
-
- getText() - 枚举 中的方法com.seeyon.apps.calendar.enums.CalendarPortalConstanst.CalendarShowType
-
- getText() - 枚举 中的方法com.seeyon.apps.calendar.enums.IcomEnumForCalendar
-
- getText() - 枚举 中的方法com.seeyon.apps.calendar.enums.ShareTypeEnum
-
- getText() - 枚举 中的方法com.seeyon.apps.doc.enums.EntranceTypeEnum
-
- getText() - 枚举 中的方法com.seeyon.apps.plan.enums.PlanTypeEnum
-
- getText() - 枚举 中的方法com.seeyon.apps.plan.enums.PlanUserTypeEnum
-
- getText() - 枚举 中的方法com.seeyon.apps.plan.enums.TransferTypeEnum
-
- getText() - 枚举 中的方法com.seeyon.apps.project.enums.ProjectRoleEnums
-
- getText() - 枚举 中的方法com.seeyon.apps.taskmanage.enums.TaskStatus
-
- getTextByValue(int) - 枚举 中的静态方法com.seeyon.apps.plan.enums.PlanTypeEnum
-
- getTicket(String) - 接口 中的方法com.seeyon.apps.mplus.api.MplusApi
-
获取云联中心(云端)接口调用票据
- getTimeViewAuthStr() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getTimeViewId() - 类 中的方法com.seeyon.apps.calendar.bo.TimeViewAuthBO
-
- getTimeViewTrans() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getTimeZone(String) - 类 中的静态方法com.seeyon.apps.videoconference.util.VideoConfUtil
-
Get the timezone according to the timeZone_digital.
- getTitle() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO.ArchiveFile
-
- getTitle() - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
- getTitle() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getTitle() - 类 中的方法com.seeyon.apps.calendar.bo.CalendarPortalBO
-
- getTitle() - 类 中的方法com.seeyon.apps.calendar.bo.TimeViewInfoBO
-
- getTitle() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getTitle() - 类 中的方法com.seeyon.apps.meeting.bo.MtTemplateBO
-
- getTitle() - 类 中的方法com.seeyon.apps.news.api.NewsDataParam
-
- getTitle() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getTitle() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getTitle() - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- getTitleHtml() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getToCreator() - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- getToDataId() - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- getToId() - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- getTopCount() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- getTopCount() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getTopNumber() - 类 中的方法com.seeyon.apps.bbs.bo.BbsBoardBO
-
- getTopNumberOrder() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getTopOrder() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getTopOrder() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getTopSequence() - 类 中的方法com.seeyon.apps.bbs.bo.BbsArticleBO
-
- getTotalNumberByObjectId(Long) - 接口 中的方法com.seeyon.apps.meeting.api.MeetingApi
-
根据objectId查询 会议 总人数 从协同模块迁移的代码
正常:
1、传入正确的对象id,获取会议总人数
- getTotals() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getTotalScore() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- getTotalScore() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getToType() - 类 中的方法com.seeyon.apps.plan.bo.PlanRefRelationBO
-
- getTrack() - 类 中的方法com.seeyon.apps.ai.event.AIRemindEvent
-
- getTrack() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getTrackList4BizConfig(Long, List<Long>) - 接口 中的方法com.seeyon.apps.collaboration.api.CollaborationApi
-
取得指定表单模板的跟踪事项记录
正常:
1、传入正确的人员id、表单模板id集合,返回跟踪事项记录集合
异常:
2、所有参数传入null,抛异常
- getTrackType() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getTranMemberIds() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getTransXML() - 类 中的方法com.seeyon.apps.nc.ncbusiness.bo.NCBusinessFlowBO
-
- getTrunkFieldName() - 类 中的方法com.seeyon.apps.datarelation.bo.FormCondItem
-
- getType() - 类 中的方法com.seeyon.apps.archive.manager.IArchiveSync.CheckMessage
-
- getType() - 枚举 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam.SortFieldEnum
-
- getType() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getType() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- getType() - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- getType() - 类 中的方法com.seeyon.apps.eip.bo.CtpTemplateBO
-
- getType() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getType() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getTypeId() - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
- getTypeId() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getTypeId() - 类 中的方法com.seeyon.apps.news.api.NewsDataParam
-
- getTypeId() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getTypeName() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- getTypeName() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveytypeBO
-
- getTypeName() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getUcC2sPort() - 接口 中的方法com.seeyon.apps.uc.api.UcApi
-
获取客户端访问端口
正常:
1、调用此接口(已配置致信客户端访问端口),返回致信客户端访问端口
2、调用此接口(未配置致信客户端访问端口),返回空
- getUcMessageByMemberId(String) - 接口 中的方法com.seeyon.apps.uc.api.UcApi
-
通过用户编号获取人员最近的消息列表,只能获取一次
正常
1、传入人员编号获取最近消息列表Map
* 异常:
2、没有返回为空
- getUcRongCacheValue(String) - 接口 中的方法com.seeyon.apps.uc.api.UcApi
-
获取初始化融云数据中存储的值
- getUcRongCacheValue(String) - 接口 中的方法com.seeyon.apps.zx.api.ZxApi
-
获取初始化融云数据中存储的值
- getUcServerInip() - 接口 中的方法com.seeyon.apps.uc.api.UcApi
-
获取UC服务器内网地址
正常:
1、调用此接口(已配置致信内网地址),返回致信服务器内网地址
2、调用此接口(未配置致信内网地址),返回空
- getUcServerOutip() - 接口 中的方法com.seeyon.apps.uc.api.UcApi
-
获取UC服务器外网地址
正常:
1、调用此接口(已配置致信外网地址),返回致信服务器外网地址
2、调用此接口(未配置致信外网地址),返回空
- getUnjoinCount() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getUpdateDate() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getUpdateDate() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- getUpdateDate() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getUpdateDate() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getUpdateDate() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getUpdateMember() - 类 中的方法com.seeyon.apps.calendar.bo.TimeViewInfoBO
-
- getUpdatePhases() - 类 中的方法com.seeyon.apps.project.event.ProjectUpdateEvent
-
- getUpdateSubject() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
- getUpdateTime() - 类 中的方法com.seeyon.apps.calendar.bo.TimeViewInfoBO
-
- getUpdateTime() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getUpdateTime() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getUpdateTime() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getUpdateTimeStr() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getUpdateUser() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- getUpdateUser() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- getUpdateUser() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- getUpdateUser() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- getUpdateUser() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getUpdateUserId() - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
- getUpdateUserId() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getUpdateUserId() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getUpdateUserName() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getUploadTime() - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- getUrgentLevel() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- getUrgentLevel() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- getUrgentLevel() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- getUrl() - 类 中的方法com.seeyon.apps.nc.bo.NCMultiLedgerConf
-
- getUsedname() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getUserAccountName() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getUserId() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ProcessIndexBO
-
- getUserId() - 类 中的方法com.seeyon.apps.calendar.bo.CalendarPortalBO
-
- getUserId() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getUserName() - 类 中的方法com.seeyon.apps.calendar.bo.CalendarPortalBO
-
- getUserName() - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- getUserName() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- getV() - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- getV3xFile() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO.ArchiveFile
-
- getV3xFile() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO.BodyFile
-
- getValue() - 枚举 中的方法com.seeyon.apps.calendar.enums.ShareTypeEnum
-
- getValue() - 枚举 中的方法com.seeyon.apps.plan.enums.PlanTypeEnum
-
- getValue() - 枚举 中的方法com.seeyon.apps.plan.enums.PlanUserTypeEnum
-
- getValue() - 枚举 中的方法com.seeyon.apps.plan.enums.TransferTypeEnum
-
- getValue() - 枚举 中的方法com.seeyon.apps.project.enums.ProjectRoleEnums
-
- getValue() - 枚举 中的方法com.seeyon.apps.taskmanage.enums.TaskStatus
-
- getVideoMeetingId() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getVideoMeetingRoomAppId() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- getVideoParams() - 类 中的静态方法com.seeyon.apps.videoconference.util.VideoConferenceConfig
-
获取视频会议启动参数集合
- getViewNum() - 类 中的方法com.seeyon.apps.show.bo.ShowbarInfoBO
-
- getViewTitle() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- getVoteCount() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- getVouch() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
是否核定0:默认值;1核定通过;2核定不能过
- getVouch() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
是否核定0:默认值;1核定通过;2核定不能过
- getWebserviceCode() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
webserivce服务码
- getWebserviceCode() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
webserivce服务码
- getWebsite() - 类 中的方法com.seeyon.apps.hr.bo.ContactInfoBO
-
- getWeight() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- getWork_starting_date() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getWorkflowDBSuperNode() - 类 中的方法com.seeyon.apps.cip.business.event.DeleteSuperNodeEvent
-
- getWorkflowDBSuperNode() - 类 中的方法com.seeyon.apps.cip.business.event.SaveSuperNodeEvent
-
- getWorkflowRule() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
已过时。
- getWorkflowRule() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
流程规则
- getWorkFlowStates() - 类 中的方法com.seeyon.apps.collaboration.bo.WorkflowAnalysisParam
-
- getWorking_time() - 类 中的方法com.seeyon.apps.hr.bo.StaffInfoBO
-
- getWorkitemId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- getWorkitemId() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getWorklfowIsTimeout() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getWorklfowTimeout() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- getXCPersonelAddress() - 类 中的方法com.seeyon.apps.ctrip.api.AbstractCtripApi
-
- getXCPersonelAddress() - 接口 中的方法com.seeyon.apps.ctrip.api.CtripApi
-
携程人事接口地址数据
正常:
1、正常的获取人事接口地址数据
异常:
1、携程服务异常的时候,获取人事接口地址数据为空,抛出异常或返回false
- getXCServiceConnect() - 类 中的方法com.seeyon.apps.ctrip.api.AbstractCtripApi
-
- getXCServiceConnect() - 接口 中的方法com.seeyon.apps.ctrip.api.CtripApi
-
携程服务连通性检测
正常:
1、检测连通性,携程服务正常的时候返回true
异常:
1、检测连通性,携程服务异常的时候返回false
- getZsjlScore() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- getZsjlScore() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- getZyxtScore() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- getZyxtScore() - 类 中的方法com.seeyon.apps.behavioranalysis.bo.ScoreRadarChartBO
-
- GROUP_LIB_TYPE - 类 中的静态变量com.seeyon.apps.doc.constants.DocConstants
-
- IArchiveSync - com.seeyon.apps.archive.manager中的接口
-
- IArchiveSync.ArchiveVO - com.seeyon.apps.archive.manager中的类
-
- IArchiveSync.CheckMessage - com.seeyon.apps.archive.manager中的类
-
- IArchiveSync.CheckMessage.Type - com.seeyon.apps.archive.manager中的枚举
-
- IcomEnumForCalendar - com.seeyon.apps.calendar.enums中的枚举
-
Title: F2
Description: 枚举图标
Copyright: Copyright (c) 2012
Company: seeyon.com
- IMeetingManager - com.seeyon.apps.meeting.manager中的接口
-
- importDrp2InDeeEngin(List<File>) - 接口 中的方法com.seeyon.apps.dee.api.DeeApi
-
导入dee任务到内置引擎
- importDrp2OutDeeEngin(List<File>) - 接口 中的方法com.seeyon.apps.dee.api.DeeApi
-
导入dee任务到外置引擎
- importUnflowFormByCtripOrder(String, String, String[], List<Map<String, Object>>) - 类 中的方法com.seeyon.apps.ctrip.api.AbstractCtripApi
-
- importUnflowFormByCtripOrder(String, String, String[], List<Map<String, Object>>) - 接口 中的方法com.seeyon.apps.ctrip.api.CtripApi
-
取携程订单apps-soap解耦
导入到V5底表
正常:
1、传入正常的参数,能成功导入
异常:
1、传入错误的参数,抛出异常
- importWorkflowEvents(List<Map<String, Object>>, List<Long>) - 接口 中的方法com.seeyon.apps.dee.api.DeeApi
-
根据事件绑定信息集合把数据导入数据库
- IndexScoreBO - com.seeyon.apps.behavioranalysis.bo中的类
-
行为积分BO
Copyright: Copyright (c) 2015
Company: seeyon.com
- IndexScoreBO() - 类 的构造器com.seeyon.apps.behavioranalysis.bo.IndexScoreBO
-
- INENTIFIER_SIZE - 类 中的静态变量com.seeyon.apps.edoc.bo.SimpleEdocSummary
-
- INFOWARE - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- INFOWARE - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- init(Properties) - 类 中的静态方法com.seeyon.apps.videoconference.util.VideoConferenceConfig
-
视频会议启动初始化
- initialize() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
- INQUIRY_MANAGER_DESC_ADMIN - 类 中的静态变量com.seeyon.apps.inquiry.constants.InquiryConstants
-
- INQUIRY_MANAGER_DESC_AUDIT - 类 中的静态变量com.seeyon.apps.inquiry.constants.InquiryConstants
-
- INQUIRY_NO_AUDIT - 类 中的静态变量com.seeyon.apps.inquiry.constants.InquiryConstants
-
- InquiryAddEvent - com.seeyon.apps.inquiry.event中的类
-
调查发布监听
- InquiryAddEvent(Object) - 类 的构造器com.seeyon.apps.inquiry.event.InquiryAddEvent
-
- InquiryAffairsAssignedEvent - com.seeyon.apps.inquiry.event中的类
-
调查待办生成监听事件
- InquiryAffairsAssignedEvent(Object) - 类 的构造器com.seeyon.apps.inquiry.event.InquiryAffairsAssignedEvent
-
- InquiryApi - com.seeyon.apps.inquiry.api中的接口
-
调查接口
- InquiryAuditEvent - com.seeyon.apps.inquiry.event中的类
-
调查审核监听
- InquiryAuditEvent(Object) - 类 的构造器com.seeyon.apps.inquiry.event.InquiryAuditEvent
-
- InquiryConstants - com.seeyon.apps.inquiry.constants中的类
-
- InquiryConstants() - 类 的构造器com.seeyon.apps.inquiry.constants.InquiryConstants
-
- InquiryScopeBO - com.seeyon.apps.inquiry.bo中的类
-
- InquiryScopeBO() - 类 的构造器com.seeyon.apps.inquiry.bo.InquiryScopeBO
-
- InquirySurveybasicBO - com.seeyon.apps.inquiry.bo中的类
-
- InquirySurveybasicBO() - 类 的构造器com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- InquirySurveytypeBO - com.seeyon.apps.inquiry.bo中的类
-
- InquirySurveytypeBO() - 类 的构造器com.seeyon.apps.inquiry.bo.InquirySurveytypeBO
-
- InquiryVoteEvent - com.seeyon.apps.inquiry.event中的类
-
调查投票监听
- InquiryVoteEvent(Object) - 类 的构造器com.seeyon.apps.inquiry.event.InquiryVoteEvent
-
- insertDocAction(Long, Long, Date, Integer, Long, String) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
新增操作痕迹
正常:
1、所有参数传入正确值,返回操作痕迹id
- INTERFIX - 类 中的静态变量com.seeyon.apps.project.bo.ProjectBO
-
- INVALID_SERVICE_VERSION_OR_ACTION_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- INVALID_SERVICE_VERSION_OR_ACTION_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- INVALID_SITE_SERVICE_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- INVALID_SITE_SERVICE_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- INVALID_USERNAME_OR_PASSWORD_OR_SITENAME_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- INVALID_USERNAME_OR_PASSWORD_OR_SITENAME_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- INVALID_XML_STYLE_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- INVALID_XML_STYLE_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- isA6Enabled() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- isA6Verson(String) - 类 中的静态方法com.seeyon.apps.taskmanage.util.ProductEditionUtil
-
判断是否是A6系列的产品版本
- isA8Verson(String) - 类 中的静态方法com.seeyon.apps.taskmanage.util.ProductEditionUtil
-
判断是否是A8系列的产品版本
- isAccountOfCanUseSMS(long) - 接口 中的方法com.seeyon.apps.mobile.api.MobileApi
-
单位是否可以使用短信,由集团管理员设定
正常:
1、传入正确的单位id(管理员设定该单位可使用短信),返回true
2、传入正确的单位id(管理员设定该单位不可使用短信),返回false
- isAgentDeal() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- isAllAccountExclude(Long) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
是否全单位不积分
- isAllowed() - 类 中的方法com.seeyon.apps.collaboration.batch.BatchCheckResult
-
- isAllowOpen() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- isAllowViewResult() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- isAllowViewResultAhead() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- isAttachmentFlag() - 类 中的方法com.seeyon.apps.bulletin.api.BulletinDataParam
-
- isAttachmentFlag() - 类 中的方法com.seeyon.apps.news.api.NewsDataParam
-
- isAudited() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
审核通过/审核不通过
- isAudited() - 类 中的方法com.seeyon.apps.collaboration.po.HisColSummary
-
审核通过/审核不通过
审核通过/审核不通过
记录审核通过/审核不通过
记录审核通过/审核不通过
记录审核通过,审核不通过
- isAuditFlag() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- isAuditFlag() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- isBbsBoardManager(Long, Long) - 接口 中的方法com.seeyon.apps.bbs.api.BbsApi
-
判断用户是否有板块的管理权限
正常:
1、传入正确的人员id和单位id(该人员有版块管理权限),返回true
2、传入正确的人员id和单位id(该人员没有版块管理权限),返回false
- isBulTypeManager(Long, Long) - 接口 中的方法com.seeyon.apps.bulletin.api.BulletinApi
-
判断用户是否有板块的管理权限
正常:
1、传入正确的人员id和版块id(该人员有版块管理权限),返回true
2、传入正确的人员id和版块id(该人员没有版块管理权限),返回false
- isCan() - 类 中的方法com.seeyon.apps.collaboration.bo.BackgroundDealResult
-
- isCanDecompose() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- isCanDelete() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- isCanEditorDel() - 类 中的方法com.seeyon.apps.project.bo.ProjectSummaryBO
-
- isCanFeedback() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- isCanHasten() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- isCanInvite() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- isCanLook() - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- isCanUpdate() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- isCanUseSMS() - 接口 中的方法com.seeyon.apps.mobile.api.MobileApi
-
系统是否可以使用短信,由集团管理员设定
正常:
1、调用此方法(管理员设定系统可使用短信),返回true
2、调用此方法(管理员设定系统不可使用短信),返回false
- isCanView() - 类 中的方法com.seeyon.apps.calendar.bo.CalendarPortalBO
-
- isCanView() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- isCanView() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- isCategory() - 类 中的方法com.seeyon.apps.vreport.bean.TreeNode
-
- isCol() - 类 中的方法com.seeyon.apps.collaboration.bo.WorkflowAnalysisParam
-
- isCollect() - 类 中的方法com.seeyon.apps.collaboration.vo.AttachmentVO
-
- isColumnEditable() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- isCoverTime() - 类 中的方法com.seeyon.apps.collaboration.po.ColSummary
-
是否超期
- isCreateDepartmentSpace(Long) - 类 中的方法com.seeyon.ctp.portal.api.AbstractSpaceApi
-
- isCreateDepartmentSpace(Long) - 接口 中的方法com.seeyon.ctp.portal.api.SpaceApi
-
判断部门空间是否创建
正常
1、启用的部门id,并且开启部门空间
2、启用的部门id,没有开启部门空间
3、启用的部门id,开启部门空间又关闭
4、启用的部门id,开启部门空间,然后在空间管理处将该部门空间停用
5、停用部门的部门id
异常
1、部门id为不存在的id
- isDefault() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- isDeletedFlag() - 类 中的方法com.seeyon.apps.bulletin.bo.BulDataBO
-
- isDeletedFlag() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- isDocResourceExisted(Long) - 接口 中的方法com.seeyon.apps.doc.api.DocApi
-
判断文档是否存在
正常:
1、传入正确的文档id,返回true
2、传入已删除的文档id,返回false
- isEdoc(int) - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
判断是否是公文
正常:
1、传入正确的appKey,返回true
2、传入错误的appKey,返回false
- isEdocCreateRole(Long, Long, Integer) - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
判断某人是否有某个单位的公文发起权
正常:
1、传入正确的正确的人员id、单位id、公文类型为发文(该人员在该单位有发文发起权),返回true
2、传入正确的正确的人员id、单位id、公文类型为收文(该人员在该单位有收文发起权),返回true
3、传入正确的正确的人员id、单位id、公文类型为签报(该人员在该单位有签报发起权),返回true
4、传入正确的正确的人员id、单位id、公文类型为发文(该人员在该单位没有发文发起权),返回false
5、传入正确的正确的人员id、单位id、公文类型为收文(该人员在该单位没有收文发起权),返回false
6、传入正确的正确的人员id、单位id、公文类型为签报(该人员在该单位没有签报发起权),返回false
异常:
7、所有参数传入null,抛异常
- isEnabled(Long) - 接口 中的方法com.seeyon.apps.blog.api.BlogApi
-
判断人员博客是否启用
正常:
1、传入系统中存在的人员ID且该人员博客已启用,返回true
2、传入系统中存在的人员ID且该人员博客未启用,返回false
- isExchangeRole(Long, Long) - 接口 中的方法com.seeyon.apps.edoc.api.EdocApi
-
判断某用户是否为收发员(包括部门收发员,单位收发员)
正常:
1、传入正确的人员id和单位id(该人员为单位收发员),返回true
2、传入正确的人员id和单位id(该人员为部门收发员),返回true
3、传入正确的人员id和单位id(该人员不是收发员),返回false
异常:
4、所有参数传入null,抛异常
- isExistPigeonholeSource(Long) - 类 中的方法com.seeyon.apps.doc.manager.DocFilingEnable
-
获取归档源.获取对象对应关系:协同:Affair,公文:EdocSummary,会议:MtMeeting(MtMeetingCAP应遗弃)
计划:Plan,调查:InquirySurveybasic,公告:BulData,新闻:NewsData,邮件:MailInfo
信息:InfoSummaryCAP(此对象名有待确定),信息统计:InfoStatCAP(此对象名有待确定)
- isFinish() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
- isFinshed() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
流程是否结束
- isFocusNews() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- isFolder() - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- isFolderEnabled() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- isFulltime() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- isG6Verson(String) - 类 中的静态方法com.seeyon.apps.taskmanage.util.ProductEditionUtil
-
判断是否是G6系列的产品版本
- isGkeContent() - 类 中的方法com.seeyon.apps.archive.bo.ArchiveDocBO.ArchiveFile
-
- isHasArchive() - 类 中的方法com.seeyon.apps.edoc.api.ReceiveEdocParam
-
- isHasAttachments() - 类 中的方法com.seeyon.apps.doc.bo.DocResourceBO
-
- isHasAttachments() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryBO
-
- isHasAttachments() - 类 中的方法com.seeyon.apps.edoc.bo.EdocSummaryComplexBO
-
- isHasAttachments() - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- isHasAttachments() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- isHasAttatchment() - 类 中的方法com.seeyon.apps.plan.bo.PlanBO
-
- isHasAttsFlag() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- isHasAttsFlag() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- isHasSummary() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- isHaveBbs(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有讨论权限
- isHaveColDone(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有协同已办权限
- isHaveColPending(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有协同待办权限
- isHaveColSent(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有协同已发权限
- isHaveEvent(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有日程事件的权限
- isHaveMeetingArrange(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有会议安排权限
- isHaveMeetingDone(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有已处理会议权限
- isHaveMeetingPending(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有待办会议权限
- isHaveMeetingRoomApp(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有会议室申请权限
- isHaveMeetingRoomPerm(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有会议室审核权限
- isHaveNewColl(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否拥有新建协同权限
- isHaveNewProject(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有新建项目的权限
- isHaveNewTask(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有新建任务的权限
- isHavePlan(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有工作计划的权限
- isHaveProjectAndTask(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有项目和任务的权限
- isHavePurview(User, String) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
判断当前用户是否有某个菜单权限
- isHaveTimeView(User) - 类 中的静态方法com.seeyon.apps.taskmanage.util.MenuPurviewUtil
-
是否有时间视图的权限
- isHidden() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- isHiddenAttment() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- isHistoryFlag() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- isImageNews() - 类 中的方法com.seeyon.apps.news.bo.NewsDataBO
-
- isInquiryTypeManager(Long, Long) - 接口 中的方法com.seeyon.apps.inquiry.api.InquiryApi
-
判断用户是否有板块的管理权限
正常:
1、所有参数传入正确值(该人员有版块管理权限),返回true
2、所有参数传入正确值(该人员没有版块管理权限),返回false
- isListByDefaultOrder() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- isLogView() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- isManager(Long, Long) - 接口 中的方法com.seeyon.apps.project.api.ProjectApi
-
判断人员是否有管理项目的权限(项目负责人或项目助理)
正常:
1、传入项目id、项目中项目负责人id,返回true
2、传入项目id、项目中项目助理id,返回true
3、传入项目id、项目中项目成员id,返回false
4、传入项目id、项目领导,返回false
5、传入项目id、相关人员,返回false
6、传入项目id、非项目中人员的id,返回false
异常:
7、所有参数传入null,抛异常
- isMilestone() - 类 中的方法com.seeyon.apps.taskmanage.bo.TaskInfoBO
-
- isMobileLogin(Long) - 接口 中的方法com.seeyon.apps.mobile.api.MobileApi
-
人员是否需要短信登录验证
- isOfficecanPrint() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- isOfficecanSaveLocal() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- isOfficeEnabled() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- isOnlyQueryCount() - 类 中的方法com.seeyon.apps.collaboration.bo.QuerySummaryParam
-
- isOpenBusinessPush() - 接口 中的方法com.seeyon.apps.zx.api.ZxApi
-
判断是否开启业务消息推送
- isPigeonholeArchive(Map<ApplicationCategoryEnum, List<IArchiveSync.ArchiveVO>>, List<IArchiveSync.ArchiveVO>) - 接口 中的方法com.seeyon.apps.archive.api.ArchiveApi
-
检查要上传的档案是否已经进行过归档
正常:
1、传入正确的map参数和文档集合,返回已经归档的文档列表
2、传入正确的map参数和文档集合(所有文档未进行归档),返回空列表
异常:
3、所有参数传入null,抛异常
- isProxy() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- isProxy() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- isRead() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- isReceiveMember(Long) - 类 中的方法com.seeyon.apps.calendar.bo.CalEventBO
-
判断是否是该事件的委托人
- isRetry() - 类 中的方法com.seeyon.apps.collaboration.bo.BackgroundDealParamBO
-
- isRong() - 接口 中的方法com.seeyon.apps.zx.api.ZxApi
-
判断当前通道是否是融云通道
融云通道:true
local:false
- isSearchConditionDefault() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- isSearchConditionEditable() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- isSeeyonreportAdmin(Long, Long) - 接口 中的方法com.seeyon.apps.seeyonreport.api.SeeyonreportApi
-
是否为帆软报表管理员
正常:
1、用户是帆软报表管理员,传入用户id,帆软报表管理员单位id,返回true
2、用户是帆软报表管理员,传入用户id,不是帆软报表管理员的兼职单位id,返回true
3、用户不是帆软报表管理员,传入用户id,单位id,false
- isShowAuthorityButton() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- isShowAuthorityButton() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- isShowButton() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- isShowHastenButton() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- isShowMultiCallBtn() - 接口 中的方法com.seeyon.apps.multicall.api.MultiCallApi
-
判断当前登陆人员是否显示电话会议前端按钮
正常:
1、当前登录人员是内部人员已开通电话会议
2、当前登录人员是编外人员已开通电话会议
3、当前登录人员是内部人员未开通电话会议
4、当前登录人员是编外人员未开通电话会议
5、当前登录人员是vjoin人员
- isShowOuterList() - 类 中的方法com.seeyon.apps.meeting.bo.MeetingBO
-
- isShowVoters() - 类 中的方法com.seeyon.apps.inquiry.bo.InquirySurveybasicBO
-
- isStart() - 类 中的方法com.seeyon.apps.edoc.event.EdocAffairsAssignedEvent
-
- isSuccess() - 类 中的方法com.seeyon.apps.videoconference.util.VideoResult
-
- issueBulletinData(BulletinDataParam) - 接口 中的方法com.seeyon.apps.bulletin.api.BulletinApi
-
发布公告
正常:
1、有权限的人员发布一个公告,所有必填项都包含在参数中,公告能成功发送,返回公告id
异常:
2、所有参数传入null,抛异常
- issueNewsData(NewsDataParam) - 接口 中的方法com.seeyon.apps.news.api.NewsApi
-
发布新闻
正常:
1、传入正确的新闻参数,成功发布新闻
- isSuperNode() - 类 中的方法com.seeyon.apps.collaboration.vo.ColListSimpleVO
-
- isSuperNode() - 类 中的方法com.seeyon.apps.collaboration.vo.ColSummaryVO
-
- isSystem() - 类 中的方法com.seeyon.apps.edoc.bo.EdocElementBO
-
- isTemplateEnabled(Long) - 接口 中的方法com.seeyon.apps.eip.manager.EipApi
-
校验模板是否可用
- isTypeEditable() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- isUploadEnabled() - 类 中的方法com.seeyon.apps.doc.bo.DocLibBO
-
- isUsedFlag() - 类 中的方法com.seeyon.apps.bulletin.bo.BulTypeBO
-
- isUsedFlag() - 类 中的方法com.seeyon.apps.news.bo.NewsTypeBO
-
- isValid() - 类 中的方法com.seeyon.apps.project.bo.ProjectBO
-
校验当前项目是否有效、允许查看,当前只允许查看仍存在、未结束的项目
- isValidateSMS() - 接口 中的方法com.seeyon.apps.mobile.api.MobileApi
-
系统是否可以使用短信,是否配置相关短信插件参数
正常:
1、调用此方法(SeeyonConfig配置了某个短信插件参数,如:金笛),返回true
2、调用此方法(SeeyonConfig未配置任何短信插件参数),返回false
- isValidByUser() - 类 中的方法com.seeyon.apps.meeting.bo.MtCommentBO
-
- isValidByUser() - 类 中的方法com.seeyon.apps.meeting.bo.MtReplyBO
-
- isVideo() - 类 中的方法com.seeyon.apps.plan.bo.RefMeetingBO
-
- V263_DRIVER_CLASS_NAME - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- validataDeeFormDev(long, String) - 接口 中的方法com.seeyon.apps.dee.api.CollaborationFormBindEventListener
-
验证发起时,dee任务和缓存数据是否一致
- validateDeeDevNum(long, long, int) - 接口 中的方法com.seeyon.apps.dee.manager.DeeBindEventManager
-
流程发起时校验开发高级绑定任务数量
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.archive.manager.IArchiveSync.CheckMessage.Type
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.bbs.constants.BbsConstants.BBS_AUTH_TYPE
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.bbs.constants.BbsConstants.REPLY_TYPE
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.behavioranalysis.enums.BehaviorAQueryCondition
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.behavioranalysis.enums.BehaviorWfEnum.ModuleType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.behavioranalysis.enums.BehaviorWfEnum.RptMonthType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.calendar.enums.CalendarPortalConstanst.ApplicationCalendarCategory
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.calendar.enums.CalendarPortalConstanst.CalendarPageConstanst
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.calendar.enums.CalendarPortalConstanst.CalendarShowType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.calendar.enums.IcomEnumForCalendar
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.calendar.enums.ShareTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(int) - 枚举 中的静态方法com.seeyon.apps.calendar.enums.ShareTypeEnum
-
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.batch.BatchState
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.bo.QuerySummaryParam.SortFieldEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.BranchDepartmentStatus
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.ColSummaryVouch
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.ConfigCategory
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.FlowRelateType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.FormVouch
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.NewflowType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.OperationLogActionType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.SendType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.superviseState
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.workManageSetShowContent
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.BackgroundDealType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.ColHandleType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.CollaborationEnum.flowState
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.CollaborationEnum.processTermType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.CollaborationEnum.SubState
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.CollaborationEnum.vouchState
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.ColMessageFilterEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.ColNewFrom
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.ColOpenFrom
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.ColQueryCondition
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.ProjectQueryEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.collaboration.vo.ColSummaryVO.COLTYPE
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.doc.constants.DocConstants.PigeonholeType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.doc.enums.DocActionEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(int) - 枚举 中的静态方法com.seeyon.apps.doc.enums.DocActionEnum
-
根据key得到枚举类型
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.doc.enums.EntranceTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum.ArchiveModifyType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum.EdocErrorCodeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum.EdocOperationEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum.edocType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum.MarkCategory
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum.MarkType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum.SendType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.meeting.enums.MeetingEnums.MeetingFeedbackFlagEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.meeting.enums.MeetingEnums.MeetingRoomStateEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.meeting.enums.MeetingEnums.SummaryStateEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.meeting.enums.MeetingEnums.TASK_TYPE
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.peoplerelate.enums.RelationType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(int) - 枚举 中的静态方法com.seeyon.apps.peoplerelate.enums.RelationType
-
根据key得到枚举类型
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.plan.enums.PlanTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.plan.enums.PlanUserTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.plan.enums.TransferTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.project.enums.ProjectPurviewEnums
-
返回带有指定名称的该类型的枚举常量。
- valueOf(int) - 枚举 中的静态方法com.seeyon.apps.project.enums.ProjectPurviewEnums
-
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.project.enums.ProjectRoleEnums
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.project.util.ProjectUtils.PhaseRemindType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(int) - 枚举 中的静态方法com.seeyon.apps.project.util.ProjectUtils.PhaseRemindType
-
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.taskmanage.enums.TaskPurviewEnums
-
已过时。
返回带有指定名称的该类型的枚举常量。
- valueOf(int) - 枚举 中的静态方法com.seeyon.apps.taskmanage.enums.TaskPurviewEnums
-
已过时。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.taskmanage.enums.TaskStatus
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.taskmanage.util.TaskConstants.TaskAclEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.taskmanage.util.TaskUtils.TaskStatus4Wechat
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.apps.vreport.bean.TreeNode.NodeType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.seeyon.ctp.common.template.enums.TemplateCategoryConstant
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法com.seeyon.apps.archive.manager.IArchiveSync.CheckMessage.Type
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.bbs.constants.BbsConstants.BBS_AUTH_TYPE
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.bbs.constants.BbsConstants.REPLY_TYPE
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.behavioranalysis.enums.BehaviorAQueryCondition
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.behavioranalysis.enums.BehaviorWfEnum.ModuleType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.behavioranalysis.enums.BehaviorWfEnum.RptMonthType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.calendar.enums.CalendarPortalConstanst.ApplicationCalendarCategory
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.calendar.enums.CalendarPortalConstanst.CalendarPageConstanst
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.calendar.enums.CalendarPortalConstanst.CalendarShowType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.calendar.enums.IcomEnumForCalendar
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.calendar.enums.ShareTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.batch.BatchState
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.bo.QuerySummaryParam.SortFieldEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.BranchDepartmentStatus
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.ColSummaryVouch
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.ConfigCategory
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.FlowRelateType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.FormVouch
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.NewflowType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.OperationLogActionType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.SendType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.superviseState
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.constants.ColConstant.workManageSetShowContent
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.BackgroundDealType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.ColHandleType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.CollaborationEnum.flowState
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.CollaborationEnum.processTermType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.CollaborationEnum.SubState
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.CollaborationEnum.vouchState
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.ColMessageFilterEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.ColNewFrom
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.ColOpenFrom
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.ColQueryCondition
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.enums.ProjectQueryEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.collaboration.vo.ColSummaryVO.COLTYPE
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.doc.constants.DocConstants.PigeonholeType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.doc.enums.DocActionEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.doc.enums.EntranceTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum.ArchiveModifyType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum.EdocErrorCodeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum.EdocOperationEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum.edocType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum.MarkCategory
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum.MarkType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.edoc.enums.EdocEnum.SendType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.meeting.enums.MeetingEnums.MeetingFeedbackFlagEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.meeting.enums.MeetingEnums.MeetingRoomStateEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.meeting.enums.MeetingEnums.SummaryStateEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.meeting.enums.MeetingEnums.TASK_TYPE
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.peoplerelate.enums.RelationType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.plan.enums.PlanTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.plan.enums.PlanUserTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.plan.enums.TransferTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.project.enums.ProjectPurviewEnums
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.project.enums.ProjectRoleEnums
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.project.util.ProjectUtils.PhaseRemindType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.taskmanage.enums.TaskPurviewEnums
-
已过时。
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.taskmanage.enums.TaskStatus
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.taskmanage.util.TaskConstants.TaskAclEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.taskmanage.util.TaskUtils.TaskStatus4Wechat
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.apps.vreport.bean.TreeNode.NodeType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.seeyon.ctp.common.template.enums.TemplateCategoryConstant
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- VENDOR_MATCH_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- VENDOR_MATCH_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VENDOR_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- VENDOR_NULL_ERROR - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- verifyPackage(File) - 接口 中的方法com.seeyon.apps.mplus.api.MplusApi
-
对签名业务包进行有效性校验,并解密出原始包的解压密码
- VIDEO_ADD - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VIDEO_AUTHENTICATION_NAME - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VIDEO_AUTHENTICATION_PASSWORD - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VIDEO_CLIENT_NAME - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VIDEO_CLIENT_PWD - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VIDEO_CONF_POINT - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoConferenceConfig
-
- VIDEO_CONF_STATUS - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoConferenceConfig
-
- VIDEO_DELETE - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VIDEO_DRIVER_CLASS_NAME - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VIDEO_EDIT - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VIDEO_FILE - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoConferenceConfig
-
- VIDEO_I18N_RES - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- VIDEO_I18N_RES - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VIDEO_MEETING - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
会议类型,视频会议
- VIDEO_MEETING_TITLE - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
会议类型,视频会议
- VIDEO_PASSWORD - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VIDEO_SERVER_NAME - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VIDEO_SERVER_PWD - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VIDEO_SITE_URL - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VIDEO_TIMEOUT - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoConferenceConfig
-
- VIDEO_USER_ID - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VIDEO_USERNAME - 类 中的静态变量com.seeyon.apps.videoconference.util.VideoContants
-
- VideoApi - com.seeyon.apps.videoconference.api中的接口
-
视频会议接口
- VideoBean - com.seeyon.apps.videoconference.bean中的类
-
- VideoBean() - 类 的构造器com.seeyon.apps.videoconference.bean.VideoBean
-
- VideoConferenceConfig - com.seeyon.apps.videoconference.util中的类
-
- videoConfPoints - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- videoConfStatus - 类 中的静态变量com.seeyon.apps.videoconference.util.Constants
-
- VideoConfUtil - com.seeyon.apps.videoconference.util中的类
-
file:DateUtil.java
- VideoContants - com.seeyon.apps.videoconference.util中的类
-
- VideoContants() - 类 的构造器com.seeyon.apps.videoconference.util.VideoContants
-
- VideoResult - com.seeyon.apps.videoconference.util中的类
-
- VideoResult() - 类 的构造器com.seeyon.apps.videoconference.util.VideoResult
-
- VReportApi - com.seeyon.apps.vreport.api中的接口
-
报表中心接口