@Api(module=collaboration,
value="\u534f\u540c\u7ed3\u675f\u4e8b\u4ef6\uff08\u5305\u542b\u7ec8\u6b62\uff09",
type=EVENT)
public class CollaborationEndEvent
extends CollaborationFinishEvent
| 构造器和说明 |
|---|
CollaborationEndEvent(CollaborationFinishEvent parent) |
CollaborationEndEvent(java.lang.Object source) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.seeyon.ctp.common.authenticate.domain.User |
getCurrentUser() |
java.lang.Integer |
getOperationType() |
void |
setCurrentUser(com.seeyon.ctp.common.authenticate.domain.User currentUser) |
void |
setOperationType(java.lang.Integer operationType) |
getAffair, getAffairId, getBodyType, getCurrentAffairId, getMainProcessId, getSummary, setAffair, setAffairId, setBodyType, setCurrentAffairId, setMainProcessId, setSummarygetCollaborationApi, getSummaryId, getTemplateCode, isFinished, isTemplate, isTerminated, setSummaryIdpublic CollaborationEndEvent(java.lang.Object source)
public CollaborationEndEvent(CollaborationFinishEvent parent)
@ApiOperation(name="\u83b7\u53d6currentUser",
value="\u83b7\u53d6currentUser",
scenes="\u4e8b\u4ef6get\u65b9\u6cd5")
public com.seeyon.ctp.common.authenticate.domain.User getCurrentUser()
getCurrentUser 在类中 com.seeyon.ctp.event.Event@ApiOperation(name="\u8bbe\u7f6ecurrentUser",
value="\u8bbe\u7f6ecurrentUser",
scenes="\u4e8b\u4ef6set\u65b9\u6cd5")
public void setCurrentUser(@ApiParam(name="currentUser",value="\u5f53\u524d\u7528\u6237",required=true)
com.seeyon.ctp.common.authenticate.domain.User currentUser)
@ApiOperation(name="\u83b7\u53d6operationType",
value="\u83b7\u53d6operationType",
scenes="\u4e8b\u4ef6get\u65b9\u6cd5")
public java.lang.Integer getOperationType()
@ApiOperation(name="\u8bbe\u7f6eoperationType",
value="\u8bbe\u7f6eoperationType",
scenes="\u4e8b\u4ef6set\u65b9\u6cd5")
public void setOperationType(@ApiParam(name="operationType",value="\u6d41\u7a0b\u7ed3\u675f\u7c7b\u578b",required=true)
java.lang.Integer operationType)