public interface BusinessOpenApi
extends com.seeyon.ctp.common.ctpenumnew.EnumItemFilter
| 限定符和类型 | 方法和说明 |
|---|---|
void |
convertNewCollTranVO(java.lang.Object vobj,
java.lang.Object formContent)
协同发起初始化以及协同发起后台校验
正常:
1、传入正常的参数,校验成功 异常: 1、传入错误的参数,校验失败,抛出异常 |
java.lang.String |
getMainBodyDisplayJSPath()
返回正文展现的自定义js文件存放路径
|
java.lang.String |
getMainBodyOnloadMethodName()
正文展现页面默认加载的自定义方法名称,在页面onload的时候执行
|
java.lang.String |
getPrintContentJSPath()
返回正文打印自定义js文件存放路径
|
java.lang.String |
getPrintContentMethodName()
返回正文打印自定义方法名称(此方法用来处理正文打印的内容)
|
void |
getSelectConditionsAndNodesInfo(java.lang.Object parameter)
M1流程分支问题
|
void |
setCollaborationValues(java.lang.Object mCollaboration,
java.lang.Object content,
java.lang.Object formContent,
ColSummary summary)
协同处理初始化以及处理后台校验
|
void |
transCancelFlow(ColSummary summary,
com.seeyon.ctp.common.po.affair.CtpAffair affair)
流程撤销以及取回方法
|
void |
transCreateParameters(java.lang.Object createParameter,
ColSummary summary) |
void |
transFinishWorkItem(java.lang.Object handleParameter,
ColSummary summary,
com.seeyon.ctp.common.po.affair.CtpAffair affair) |
void |
transRepal(java.lang.Object handleParameter,
ColSummary summary,
com.seeyon.ctp.common.po.affair.CtpAffair affair)
处理界面的撤销与回退
|
void |
transStepBack(java.lang.Object handleParameter,
ColSummary summary,
com.seeyon.ctp.common.po.affair.CtpAffair affair) |
void |
transTackBackFlowNew(java.lang.Long summaryId,
java.lang.Long affairId)
流程撤销以及取回方法
|
void convertNewCollTranVO(java.lang.Object vobj,
java.lang.Object formContent)
throws com.seeyon.ctp.common.exceptions.BusinessException
vobj - formContent - com.seeyon.ctp.common.exceptions.BusinessExceptionvoid transCreateParameters(java.lang.Object createParameter,
ColSummary summary)
throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessExceptionvoid setCollaborationValues(java.lang.Object mCollaboration,
java.lang.Object content,
java.lang.Object formContent,
ColSummary summary)
throws com.seeyon.ctp.common.exceptions.BusinessException
mCollaboration - content - formContent - summary - com.seeyon.ctp.common.exceptions.BusinessExceptionvoid transFinishWorkItem(java.lang.Object handleParameter,
ColSummary summary,
com.seeyon.ctp.common.po.affair.CtpAffair affair)
throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessExceptionvoid transRepal(java.lang.Object handleParameter,
ColSummary summary,
com.seeyon.ctp.common.po.affair.CtpAffair affair)
throws com.seeyon.ctp.common.exceptions.BusinessException
handleParameter - summary - affair - com.seeyon.ctp.common.exceptions.BusinessExceptionvoid transStepBack(java.lang.Object handleParameter,
ColSummary summary,
com.seeyon.ctp.common.po.affair.CtpAffair affair)
throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessExceptionvoid transCancelFlow(ColSummary summary, com.seeyon.ctp.common.po.affair.CtpAffair affair) throws com.seeyon.ctp.common.exceptions.BusinessException
summary - affair - com.seeyon.ctp.common.exceptions.BusinessExceptionvoid transTackBackFlowNew(java.lang.Long summaryId,
java.lang.Long affairId)
throws com.seeyon.ctp.common.exceptions.BusinessException
summaryId - affairId - com.seeyon.ctp.common.exceptions.BusinessExceptionvoid getSelectConditionsAndNodesInfo(java.lang.Object parameter)
throws com.seeyon.ctp.common.exceptions.BusinessException
parameter - com.seeyon.ctp.common.exceptions.BusinessExceptionjava.lang.String getPrintContentJSPath()
throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessExceptionjava.lang.String getPrintContentMethodName()
throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessExceptionjava.lang.String getMainBodyDisplayJSPath()
throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessExceptionjava.lang.String getMainBodyOnloadMethodName()
throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessException