public abstract class AbstractCollaborationEvent
extends com.seeyon.ctp.event.Event
构造器和说明 |
---|
AbstractCollaborationEvent(java.lang.Object source) |
限定符和类型 | 方法和说明 |
---|---|
protected CollaborationApi |
getCollaborationApi()
获取CollaborationApi
|
java.lang.Long |
getSummaryId()
取得流程Id。
|
java.lang.String |
getTemplateCode()
返回模板编号
|
boolean |
isFinished()
判断流程是否已结束。
|
boolean |
isTemplate(java.lang.String templateCode)
当前流程是使用指定模板编号对应的模板发起的。
|
boolean |
isTerminated()
判断流程是否已被终止。
|
void |
setSummaryId(java.lang.Long summaryId) |
public java.lang.Long getSummaryId()
public void setSummaryId(java.lang.Long summaryId)
protected CollaborationApi getCollaborationApi() throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessException
public java.lang.String getTemplateCode() throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessException
public boolean isFinished() throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessException
public boolean isTerminated() throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessException
public boolean isTemplate(java.lang.String templateCode) throws com.seeyon.ctp.common.exceptions.BusinessException
templateCode
- 模板编号。com.seeyon.ctp.common.exceptions.BusinessException