public interface SecretLevelApi
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
checkHistoryDocSecrectLevel(java.lang.Long historyDocSecrectLevel) |
java.lang.String |
checkUserSecretLevel(java.lang.Long objectId)
校验用户的密级
包括文件密级、设备定密的校验
|
java.lang.String |
checkUserSecretLevel(java.lang.Long userFileSecretLevelValue,
java.lang.Long objectId) |
java.lang.String |
checkUserSecretLevelByAttachment(java.lang.Long attachemntId,
java.lang.Long userFileSecretLevelValue)
校验指定用户对应附件得密级是否可用
|
java.lang.String checkUserSecretLevelByAttachment(java.lang.Long attachemntId, java.lang.Long userFileSecretLevelValue) throws com.seeyon.ctp.common.exceptions.BusinessException
attachemntId
- 附件得id或url (只能是附件,附件类型比较特殊,没用appSecret进行密级关联)userFileSecretLevelValue
- 指定用户密级com.seeyon.ctp.common.exceptions.BusinessException
java.lang.String checkUserSecretLevel(java.lang.Long objectId) throws com.seeyon.ctp.common.exceptions.BusinessException
objectId
- 资源idcom.seeyon.ctp.common.exceptions.BusinessException
java.lang.String checkUserSecretLevel(java.lang.Long userFileSecretLevelValue, java.lang.Long objectId) throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessException
java.lang.String checkHistoryDocSecrectLevel(java.lang.Long historyDocSecrectLevel) throws com.seeyon.ctp.common.exceptions.BusinessException
historyDocSecrectLevel
- 历史文档的密级com.seeyon.ctp.common.exceptions.BusinessException