跳过导航链接
A B C D F G I L M O P R S T U V 

A

accept(BusinessMessageVisitor) - 接口 中的方法in.clouthink.daas.bm.core.BusinessMessageVisitable
 
accept(MessageReceiverVisitor) - 接口 中的方法in.clouthink.daas.bm.core.MessageReceiverVisitable
 
addHandler(BusinessMessageRequestHandler) - 类 中的方法in.clouthink.daas.bm.core.impl.CompositeBusinessMessageRequestHandler
 
asReceiver() - 接口 中的方法in.clouthink.daas.bm.security.SecurityContext
convert current principal to message receiver

B

build(BusinessMessageTarget, BusinessMessageRequest) - 接口 中的方法in.clouthink.daas.bm.core.BusinessMessageVisitableBuilder
 
BusinessMessage<T> - in.clouthink.daas.bm.domain.model中的接口
The business message transfers in the system
BusinessMessageDetail - in.clouthink.daas.bm.domain.rest中的类
 
BusinessMessageDetail() - 类 的构造器in.clouthink.daas.bm.domain.rest.BusinessMessageDetail
 
BusinessMessageException - in.clouthink.daas.bm.exception中的异常错误
 
BusinessMessageException() - 异常错误 的构造器in.clouthink.daas.bm.exception.BusinessMessageException
 
BusinessMessageException(String) - 异常错误 的构造器in.clouthink.daas.bm.exception.BusinessMessageException
 
BusinessMessageException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.bm.exception.BusinessMessageException
 
BusinessMessageException(Throwable) - 异常错误 的构造器in.clouthink.daas.bm.exception.BusinessMessageException
 
BusinessMessageManager - in.clouthink.daas.bm.core中的接口
All the business message will be put into the manager , then sent out by the underlying impl
businessMessageManager() - 类 中的方法in.clouthink.daas.bm.CoreModuleConfiguration
 
BusinessMessageManagerImpl - in.clouthink.daas.bm.core.impl中的类
 
BusinessMessageManagerImpl() - 类 的构造器in.clouthink.daas.bm.core.impl.BusinessMessageManagerImpl
 
BusinessMessageNotFoundException - in.clouthink.daas.bm.exception中的异常错误
Thrown this if the business message is not found
BusinessMessageNotFoundException() - 异常错误 的构造器in.clouthink.daas.bm.exception.BusinessMessageNotFoundException
 
BusinessMessageNotFoundException(String) - 异常错误 的构造器in.clouthink.daas.bm.exception.BusinessMessageNotFoundException
 
BusinessMessageNotFoundException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.bm.exception.BusinessMessageNotFoundException
 
BusinessMessageNotFoundException(Throwable) - 异常错误 的构造器in.clouthink.daas.bm.exception.BusinessMessageNotFoundException
 
BusinessMessagePermissionException - in.clouthink.daas.bm.exception中的异常错误
 
BusinessMessagePermissionException() - 异常错误 的构造器in.clouthink.daas.bm.exception.BusinessMessagePermissionException
 
BusinessMessagePermissionException(String) - 异常错误 的构造器in.clouthink.daas.bm.exception.BusinessMessagePermissionException
 
BusinessMessagePermissionException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.bm.exception.BusinessMessagePermissionException
 
BusinessMessagePermissionException(Throwable) - 异常错误 的构造器in.clouthink.daas.bm.exception.BusinessMessagePermissionException
 
BusinessMessageQueryParameter - in.clouthink.daas.bm.domain.request中的类
The default impl.
BusinessMessageQueryParameter() - 类 的构造器in.clouthink.daas.bm.domain.request.BusinessMessageQueryParameter
 
BusinessMessageQueryRequest - in.clouthink.daas.bm.domain.request中的接口
 
BusinessMessageRequest<T> - in.clouthink.daas.bm.core中的接口
Send message request
BusinessMessageRequestHandler - in.clouthink.daas.bm.core中的接口
 
BusinessMessageRequestImpl<T> - in.clouthink.daas.bm.core.impl中的类
The build-in BusinessMessageRequest implementation
BusinessMessageRequestImpl() - 类 的构造器in.clouthink.daas.bm.core.impl.BusinessMessageRequestImpl
 
BusinessMessageResponse - in.clouthink.daas.bm.core中的接口
the message response (maybe return in async)
BusinessMessageResponseHandler - in.clouthink.daas.bm.core中的接口
消息发送后,消息发送结果可能同步返回,也可能异步返回,应用需要提供结果处理回调并注册到消息发送中心
BusinessMessageResponseImpl - in.clouthink.daas.bm.core.impl中的类
The build-in BusinessMessageResponse impl
BusinessMessageResponseImpl() - 类 的构造器in.clouthink.daas.bm.core.impl.BusinessMessageResponseImpl
 
BusinessMessageRestController - in.clouthink.daas.bm.domain.rest中的类
The query part of business message rest api
BusinessMessageRestController() - 类 的构造器in.clouthink.daas.bm.domain.rest.BusinessMessageRestController
 
BusinessMessageRestSupport - in.clouthink.daas.bm.domain.rest中的接口
 
BusinessMessageService - in.clouthink.daas.bm.domain.service中的接口
The service interface for the domain application
BusinessMessageSummary - in.clouthink.daas.bm.domain.rest中的类
 
BusinessMessageSummary() - 类 的构造器in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
BusinessMessageTarget - in.clouthink.daas.bm.core中的接口
The target which the business message will be sent to
BusinessMessageTargetImpl - in.clouthink.daas.bm.core.impl中的类
The build-in BusinessMessageTarget impl
BusinessMessageTargetImpl() - 类 的构造器in.clouthink.daas.bm.core.impl.BusinessMessageTargetImpl
 
BusinessMessageTargetImpl(String[]) - 类 的构造器in.clouthink.daas.bm.core.impl.BusinessMessageTargetImpl
 
BusinessMessageTargetImpl(String, String[]) - 类 的构造器in.clouthink.daas.bm.core.impl.BusinessMessageTargetImpl
 
BusinessMessageTargetParser - in.clouthink.daas.bm.core中的接口
 
BusinessMessageTargetParserImpl - in.clouthink.daas.bm.core.impl中的类
 
BusinessMessageTargetParserImpl() - 类 的构造器in.clouthink.daas.bm.core.impl.BusinessMessageTargetParserImpl
 
BusinessMessageType - in.clouthink.daas.bm.core中的枚举
 
BusinessMessageVisitable - in.clouthink.daas.bm.core中的接口
The business message builder.
BusinessMessageVisitableBuilder - in.clouthink.daas.bm.core中的接口
 
BusinessMessageVisitor - in.clouthink.daas.bm.core中的接口
 

C

CompositeBusinessMessageRequestHandler - in.clouthink.daas.bm.core.impl中的类
The composite request handler which handle the request one by one.
CompositeBusinessMessageRequestHandler() - 类 的构造器in.clouthink.daas.bm.core.impl.CompositeBusinessMessageRequestHandler
 
convert(BusinessMessage, BusinessMessageDetail) - 类 中的静态方法in.clouthink.daas.bm.domain.rest.BusinessMessageDetail
 
convert(BusinessMessage, BusinessMessageSummary) - 类 中的静态方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
convert(FailureMessage, FailureMessageDetail) - 类 中的静态方法in.clouthink.daas.bm.domain.rest.FailureMessageDetail
 
convert(FailureMessage, FailureMessageSummary) - 类 中的静态方法in.clouthink.daas.bm.domain.rest.FailureMessageSummary
 
CoreModuleConfiguration - in.clouthink.daas.bm中的类
 
CoreModuleConfiguration() - 类 的构造器in.clouthink.daas.bm.CoreModuleConfiguration
 

D

DateRangedQueryParameter - in.clouthink.daas.bm.domain.request中的类
 
DateRangedQueryParameter() - 类 的构造器in.clouthink.daas.bm.domain.request.DateRangedQueryParameter
 
DateRangedQueryRequest - in.clouthink.daas.bm.domain.request中的接口
 
DefaultBusinessMessageRestSupport - in.clouthink.daas.bm.domain.rest中的类
 
DefaultBusinessMessageRestSupport() - 类 的构造器in.clouthink.daas.bm.domain.rest.DefaultBusinessMessageRestSupport
 
DefaultFailureMessageRestSupport - in.clouthink.daas.bm.domain.rest中的类
 
DefaultFailureMessageRestSupport() - 类 的构造器in.clouthink.daas.bm.domain.rest.DefaultFailureMessageRestSupport
 
deleteBusinessMessage(String) - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageRestController
 
deleteBusinessMessage(String, MessageReceiver) - 接口 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageRestSupport
 
deleteBusinessMessage(String, MessageReceiver) - 类 中的方法in.clouthink.daas.bm.domain.rest.DefaultBusinessMessageRestSupport
 
deleteBusinessMessage(String, MessageReceiver) - 接口 中的方法in.clouthink.daas.bm.domain.service.BusinessMessageService
The implementation can just mark the message as deleted , or delete it physically is also allowed.
deleteFailureMessage(String) - 类 中的方法in.clouthink.daas.bm.domain.rest.DefaultFailureMessageRestSupport
 
deleteFailureMessage(String) - 类 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageRestController
 
deleteFailureMessage(String) - 接口 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageRestSupport
 
deleteFailureMessage(String) - 接口 中的方法in.clouthink.daas.bm.domain.service.BusinessMessageService
The implementation can just mark the message as deleted , or delete it physically is also allowed.
doValidate(BusinessMessageTarget) - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageManagerImpl
 
DummyBusinessMessageRequestHandler - in.clouthink.daas.bm.core.impl中的类
The dummy impl.
DummyBusinessMessageRequestHandler() - 类 的构造器in.clouthink.daas.bm.core.impl.DummyBusinessMessageRequestHandler
 
DummyBusinessMessageResponseHandler - in.clouthink.daas.bm.core.impl中的类
The dummy impl.
DummyBusinessMessageResponseHandler() - 类 的构造器in.clouthink.daas.bm.core.impl.DummyBusinessMessageResponseHandler
 

F

FailureMessage<T> - in.clouthink.daas.bm.domain.model中的接口
If the business message is sent in failure, it will be log down
FailureMessageDetail - in.clouthink.daas.bm.domain.rest中的类
 
FailureMessageDetail() - 类 的构造器in.clouthink.daas.bm.domain.rest.FailureMessageDetail
 
FailureMessageNotFoundException - in.clouthink.daas.bm.exception中的异常错误
Thrown this if the failure message is not found
FailureMessageNotFoundException() - 异常错误 的构造器in.clouthink.daas.bm.exception.FailureMessageNotFoundException
 
FailureMessageNotFoundException(String) - 异常错误 的构造器in.clouthink.daas.bm.exception.FailureMessageNotFoundException
 
FailureMessageNotFoundException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.bm.exception.FailureMessageNotFoundException
 
FailureMessageNotFoundException(Throwable) - 异常错误 的构造器in.clouthink.daas.bm.exception.FailureMessageNotFoundException
 
FailureMessageQueryParameter - in.clouthink.daas.bm.domain.request中的类
The default impl.
FailureMessageQueryParameter() - 类 的构造器in.clouthink.daas.bm.domain.request.FailureMessageQueryParameter
 
FailureMessageQueryRequest - in.clouthink.daas.bm.domain.request中的接口
 
FailureMessageRestController - in.clouthink.daas.bm.domain.rest中的类
The query part of failure message rest api
FailureMessageRestController() - 类 的构造器in.clouthink.daas.bm.domain.rest.FailureMessageRestController
 
FailureMessageRestSupport - in.clouthink.daas.bm.domain.rest中的接口
 
FailureMessageSummary - in.clouthink.daas.bm.domain.rest中的类
 
FailureMessageSummary() - 类 的构造器in.clouthink.daas.bm.domain.rest.FailureMessageSummary
 
findBusinessMessageById(String) - 接口 中的方法in.clouthink.daas.bm.domain.service.BusinessMessageService
 
findFailureMessageById(String) - 接口 中的方法in.clouthink.daas.bm.domain.service.BusinessMessageService
 
from(BusinessMessage) - 类 中的静态方法in.clouthink.daas.bm.domain.rest.BusinessMessageDetail
 
from(BusinessMessage) - 类 中的静态方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
from(FailureMessage) - 类 中的静态方法in.clouthink.daas.bm.domain.rest.FailureMessageDetail
 
from(FailureMessage) - 类 中的静态方法in.clouthink.daas.bm.domain.rest.FailureMessageSummary
 

G

getAttributes() - 接口 中的方法in.clouthink.daas.bm.core.BusinessMessageRequest
 
getAttributes() - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageRequestImpl
 
getAttributes() - 接口 中的方法in.clouthink.daas.bm.domain.model.BusinessMessage
 
getAttributes() - 接口 中的方法in.clouthink.daas.bm.domain.model.FailureMessage
 
getAttributes() - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageDetail
 
getAttributes() - 类 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageDetail
 
getBeginDate() - 类 中的方法in.clouthink.daas.bm.domain.request.DateRangedQueryParameter
 
getBeginDate() - 接口 中的方法in.clouthink.daas.bm.domain.request.DateRangedQueryRequest
 
getBody() - 接口 中的方法in.clouthink.daas.bm.core.BusinessMessageRequest
 
getBody() - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageRequestImpl
 
getBody() - 接口 中的方法in.clouthink.daas.bm.domain.model.BusinessMessage
 
getBody() - 接口 中的方法in.clouthink.daas.bm.domain.model.FailureMessage
 
getBody() - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageDetail
 
getBody() - 类 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageDetail
 
getBusinessMessageDetail(String) - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageRestController
 
getBusinessMessageDetail(String, MessageReceiver) - 接口 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageRestSupport
 
getBusinessMessageDetail(String, MessageReceiver) - 类 中的方法in.clouthink.daas.bm.domain.rest.DefaultBusinessMessageRestSupport
 
getCategory() - 接口 中的方法in.clouthink.daas.bm.core.BusinessMessageRequest
 
getCategory() - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageRequestImpl
 
getCategory() - 接口 中的方法in.clouthink.daas.bm.domain.model.BusinessMessage
 
getCategory() - 接口 中的方法in.clouthink.daas.bm.domain.model.FailureMessage
 
getCategory() - 类 中的方法in.clouthink.daas.bm.domain.request.BusinessMessageQueryParameter
 
getCategory() - 接口 中的方法in.clouthink.daas.bm.domain.request.BusinessMessageQueryRequest
 
getCategory() - 类 中的方法in.clouthink.daas.bm.domain.request.FailureMessageQueryParameter
 
getCategory() - 接口 中的方法in.clouthink.daas.bm.domain.request.FailureMessageQueryRequest
 
getCategory() - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
getCategory() - 类 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageSummary
 
getCode() - 接口 中的方法in.clouthink.daas.bm.core.BusinessMessageRequest
 
getCode() - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageRequestImpl
 
getContext() - 类 中的静态方法in.clouthink.daas.bm.security.SecurityContexts
 
getDebugMessage() - 接口 中的方法in.clouthink.daas.bm.core.BusinessMessageResponse
 
getDebugMessage() - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageResponseImpl
 
getDebugMessage() - 接口 中的方法in.clouthink.daas.bm.domain.model.FailureMessage
 
getDebugMessage() - 类 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageDetail
 
getDeleted() - 类 中的方法in.clouthink.daas.bm.domain.request.BusinessMessageQueryParameter
 
getDeleted() - 接口 中的方法in.clouthink.daas.bm.domain.request.BusinessMessageQueryRequest
 
getDeletedAt() - 接口 中的方法in.clouthink.daas.bm.domain.model.BusinessMessage
 
getEndDate() - 类 中的方法in.clouthink.daas.bm.domain.request.DateRangedQueryParameter
 
getEndDate() - 接口 中的方法in.clouthink.daas.bm.domain.request.DateRangedQueryRequest
 
getErrorCode() - 接口 中的方法in.clouthink.daas.bm.core.BusinessMessageResponse
 
getErrorCode() - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageResponseImpl
 
getErrorCode() - 接口 中的方法in.clouthink.daas.bm.domain.model.FailureMessage
 
getErrorCode() - 类 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageSummary
 
getErrorMessage() - 接口 中的方法in.clouthink.daas.bm.core.BusinessMessageResponse
 
getErrorMessage() - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageResponseImpl
 
getErrorMessage() - 接口 中的方法in.clouthink.daas.bm.domain.model.FailureMessage
 
getErrorMessage() - 类 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageSummary
 
getFailureMessageDetail(String) - 类 中的方法in.clouthink.daas.bm.domain.rest.DefaultFailureMessageRestSupport
 
getFailureMessageDetail(String) - 类 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageRestController
 
getFailureMessageDetail(String) - 接口 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageRestSupport
 
getId() - 类 中的方法in.clouthink.daas.bm.core.impl.MessageReceiverImpl
 
getId() - 类 中的方法in.clouthink.daas.bm.core.impl.MessageSenderImpl
 
getId() - 接口 中的方法in.clouthink.daas.bm.core.MessageReceiver
 
getId() - 接口 中的方法in.clouthink.daas.bm.core.MessageSender
 
getId() - 接口 中的方法in.clouthink.daas.bm.domain.model.BusinessMessage
 
getId() - 接口 中的方法in.clouthink.daas.bm.domain.model.FailureMessage
 
getId() - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
getId() - 类 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageSummary
 
getLimit() - 类 中的方法in.clouthink.daas.bm.domain.request.PageQueryParameter
 
getLimit() - 接口 中的方法in.clouthink.daas.bm.domain.request.PageQueryRequest
 
getName() - 类 中的方法in.clouthink.daas.bm.core.impl.MessageReceiverImpl
 
getName() - 类 中的方法in.clouthink.daas.bm.core.impl.MessageSenderImpl
 
getName() - 接口 中的方法in.clouthink.daas.bm.core.MessageReceiver
 
getName() - 接口 中的方法in.clouthink.daas.bm.core.MessageSender
 
getPrincipal() - 接口 中的方法in.clouthink.daas.bm.security.SecurityContext
Get current principal which may be the user of audit event
getProcessedAt() - 接口 中的方法in.clouthink.daas.bm.domain.model.BusinessMessage
 
getRead() - 类 中的方法in.clouthink.daas.bm.domain.request.BusinessMessageQueryParameter
 
getRead() - 接口 中的方法in.clouthink.daas.bm.domain.request.BusinessMessageQueryRequest
 
getReadAt() - 接口 中的方法in.clouthink.daas.bm.domain.model.BusinessMessage
 
getReceiverId() - 接口 中的方法in.clouthink.daas.bm.domain.model.BusinessMessage
 
getReceiverId() - 类 中的方法in.clouthink.daas.bm.domain.request.BusinessMessageQueryParameter
 
getReceiverId() - 接口 中的方法in.clouthink.daas.bm.domain.request.BusinessMessageQueryRequest
 
getReceiverId() - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
getReceiverName() - 接口 中的方法in.clouthink.daas.bm.domain.model.BusinessMessage
 
getReceiverName() - 类 中的方法in.clouthink.daas.bm.domain.request.BusinessMessageQueryParameter
 
getReceiverName() - 接口 中的方法in.clouthink.daas.bm.domain.request.BusinessMessageQueryRequest
 
getReceiverName() - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
getReceiverType() - 接口 中的方法in.clouthink.daas.bm.domain.model.BusinessMessage
 
getReceiverType() - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
getRetried() - 接口 中的方法in.clouthink.daas.bm.domain.model.FailureMessage
 
getRetried() - 类 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageSummary
 
getSendAt() - 接口 中的方法in.clouthink.daas.bm.domain.model.BusinessMessage
 
getSendAt() - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
getSender() - 接口 中的方法in.clouthink.daas.bm.core.BusinessMessageRequest
 
getSender() - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageRequestImpl
 
getSenderId() - 接口 中的方法in.clouthink.daas.bm.domain.model.BusinessMessage
 
getSenderId() - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
getSenderName() - 接口 中的方法in.clouthink.daas.bm.domain.model.BusinessMessage
 
getSenderName() - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
getSenderType() - 接口 中的方法in.clouthink.daas.bm.domain.model.BusinessMessage
 
getSenderType() - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
getStart() - 类 中的方法in.clouthink.daas.bm.domain.request.PageQueryParameter
 
getStart() - 接口 中的方法in.clouthink.daas.bm.domain.request.PageQueryRequest
 
getTarget() - 接口 中的方法in.clouthink.daas.bm.domain.model.FailureMessage
 
getTarget() - 类 中的方法in.clouthink.daas.bm.domain.request.FailureMessageQueryParameter
 
getTarget() - 接口 中的方法in.clouthink.daas.bm.domain.request.FailureMessageQueryRequest
 
getTarget() - 类 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageSummary
 
getTitle() - 接口 中的方法in.clouthink.daas.bm.core.BusinessMessageRequest
 
getTitle() - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageRequestImpl
 
getTitle() - 接口 中的方法in.clouthink.daas.bm.domain.model.BusinessMessage
 
getTitle() - 接口 中的方法in.clouthink.daas.bm.domain.model.FailureMessage
 
getTitle() - 类 中的方法in.clouthink.daas.bm.domain.request.FailureMessageQueryParameter
 
getTitle() - 接口 中的方法in.clouthink.daas.bm.domain.request.FailureMessageQueryRequest
 
getTitle() - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
getTitle() - 类 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageSummary
 
getType() - 接口 中的方法in.clouthink.daas.bm.core.BusinessMessageRequest
 
getType() - 接口 中的方法in.clouthink.daas.bm.core.BusinessMessageTarget
 
getType() - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageRequestImpl
 
getType() - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageTargetImpl
 
getType() - 类 中的方法in.clouthink.daas.bm.core.impl.MessageReceiverImpl
 
getType() - 类 中的方法in.clouthink.daas.bm.core.impl.MessageSenderImpl
 
getType() - 接口 中的方法in.clouthink.daas.bm.core.MessageReceiver
 
getType() - 接口 中的方法in.clouthink.daas.bm.core.MessageSender
 
getType() - 接口 中的方法in.clouthink.daas.bm.domain.model.FailureMessage
 
getType() - 类 中的方法in.clouthink.daas.bm.domain.request.FailureMessageQueryParameter
 
getType() - 接口 中的方法in.clouthink.daas.bm.domain.request.FailureMessageQueryRequest
 
getType() - 类 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageSummary
 
getValues() - 接口 中的方法in.clouthink.daas.bm.core.BusinessMessageTarget
 
getValues() - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageTargetImpl
 

I

in.clouthink.daas.bm - 程序包 in.clouthink.daas.bm
 
in.clouthink.daas.bm.core - 程序包 in.clouthink.daas.bm.core
 
in.clouthink.daas.bm.core.impl - 程序包 in.clouthink.daas.bm.core.impl
 
in.clouthink.daas.bm.domain.model - 程序包 in.clouthink.daas.bm.domain.model
 
in.clouthink.daas.bm.domain.request - 程序包 in.clouthink.daas.bm.domain.request
 
in.clouthink.daas.bm.domain.rest - 程序包 in.clouthink.daas.bm.domain.rest
 
in.clouthink.daas.bm.domain.service - 程序包 in.clouthink.daas.bm.domain.service
 
in.clouthink.daas.bm.exception - 程序包 in.clouthink.daas.bm.exception
 
in.clouthink.daas.bm.security - 程序包 in.clouthink.daas.bm.security
 
isDeleted() - 接口 中的方法in.clouthink.daas.bm.domain.model.BusinessMessage
 
isDeleted() - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
isFinalSucceed() - 接口 中的方法in.clouthink.daas.bm.domain.model.FailureMessage
 
isFinalSucceed() - 类 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageSummary
 
isProcessed() - 接口 中的方法in.clouthink.daas.bm.domain.model.BusinessMessage
 
isProcessed() - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
isProcessRequired() - 接口 中的方法in.clouthink.daas.bm.domain.model.BusinessMessage
 
isProcessRequired() - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
isRead() - 接口 中的方法in.clouthink.daas.bm.domain.model.BusinessMessage
 
isRead() - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
isReceiver(BusinessMessage, T) - 接口 中的方法in.clouthink.daas.bm.security.SecurityContext
 
isResendRequired() - 接口 中的方法in.clouthink.daas.bm.core.BusinessMessageResponse
 
isResendRequired() - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageResponseImpl
 
isSuccess() - 接口 中的方法in.clouthink.daas.bm.core.BusinessMessageResponse
 
isSuccess() - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageResponseImpl
 

L

listBusinessMessagePage(BusinessMessageQueryParameter) - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageRestController
 
listBusinessMessagePage(BusinessMessageQueryParameter, MessageReceiver) - 接口 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageRestSupport
 
listBusinessMessagePage(BusinessMessageQueryParameter, MessageReceiver) - 类 中的方法in.clouthink.daas.bm.domain.rest.DefaultBusinessMessageRestSupport
 
listBusinessMessages(BusinessMessageQueryRequest) - 接口 中的方法in.clouthink.daas.bm.domain.service.BusinessMessageService
 
listFailureMessagePage(FailureMessageQueryParameter) - 类 中的方法in.clouthink.daas.bm.domain.rest.DefaultFailureMessageRestSupport
 
listFailureMessagePage(FailureMessageQueryParameter) - 类 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageRestController
 
listFailureMessagePage(FailureMessageQueryParameter) - 接口 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageRestSupport
 
listFailureMessages(FailureMessageQueryRequest) - 接口 中的方法in.clouthink.daas.bm.domain.service.BusinessMessageService
 

M

markAsProcessed(String, MessageReceiver) - 接口 中的方法in.clouthink.daas.bm.domain.service.BusinessMessageService
 
markAsRead(String, MessageReceiver) - 接口 中的方法in.clouthink.daas.bm.domain.service.BusinessMessageService
 
MessageReceiver - in.clouthink.daas.bm.core中的接口
The final message receiver ( individuality )
MessageReceiverImpl - in.clouthink.daas.bm.core.impl中的类
The default impl.
MessageReceiverImpl() - 类 的构造器in.clouthink.daas.bm.core.impl.MessageReceiverImpl
 
MessageReceiverResolver - in.clouthink.daas.bm.core中的接口
 
MessageReceiverVisitable - in.clouthink.daas.bm.core中的接口
 
MessageReceiverVisitor - in.clouthink.daas.bm.core中的接口
 
MessageSender - in.clouthink.daas.bm.core中的接口
The message sender
MessageSenderImpl - in.clouthink.daas.bm.core.impl中的类
The default impl.
MessageSenderImpl() - 类 的构造器in.clouthink.daas.bm.core.impl.MessageSenderImpl
 

O

onRequest(MessageReceiver, BusinessMessageRequest<T>, BusinessMessageResponseHandler) - 接口 中的方法in.clouthink.daas.bm.core.BusinessMessageRequestHandler
 
onRequest(BusinessMessageTarget, BusinessMessageRequest<T>, BusinessMessageResponseHandler) - 接口 中的方法in.clouthink.daas.bm.core.BusinessMessageRequestHandler
 
onRequest(MessageReceiver, BusinessMessageRequest, BusinessMessageResponseHandler) - 类 中的方法in.clouthink.daas.bm.core.impl.CompositeBusinessMessageRequestHandler
 
onRequest(BusinessMessageTarget, BusinessMessageRequest, BusinessMessageResponseHandler) - 类 中的方法in.clouthink.daas.bm.core.impl.CompositeBusinessMessageRequestHandler
 
onRequest(MessageReceiver, BusinessMessageRequest, BusinessMessageResponseHandler) - 类 中的方法in.clouthink.daas.bm.core.impl.DummyBusinessMessageRequestHandler
 
onRequest(BusinessMessageTarget, BusinessMessageRequest, BusinessMessageResponseHandler) - 类 中的方法in.clouthink.daas.bm.core.impl.DummyBusinessMessageRequestHandler
 
onResponse(BusinessMessageResponse) - 接口 中的方法in.clouthink.daas.bm.core.BusinessMessageResponseHandler
 
onResponse(BusinessMessageResponse) - 类 中的方法in.clouthink.daas.bm.core.impl.DummyBusinessMessageResponseHandler
 

P

PageQueryParameter - in.clouthink.daas.bm.domain.request中的类
分页查询参数实现
PageQueryParameter() - 类 的构造器in.clouthink.daas.bm.domain.request.PageQueryParameter
 
PageQueryParameter(int, int) - 类 的构造器in.clouthink.daas.bm.domain.request.PageQueryParameter
 
PageQueryRequest - in.clouthink.daas.bm.domain.request中的接口
 
parse(String) - 接口 中的方法in.clouthink.daas.bm.core.BusinessMessageTargetParser
Parse the target String expression
parse(String) - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageTargetParserImpl
 
process(String, BusinessMessageRequest) - 接口 中的方法in.clouthink.daas.bm.core.BusinessMessageManager
The request will be processed immediately but the message won't be send out immediately which is decided by the underlying impl ( in some occasion, the message ending is suspend , the sender won't send the message until the message ending is re-active)
process(MessageReceiver, BusinessMessageRequest) - 接口 中的方法in.clouthink.daas.bm.core.BusinessMessageManager
The request will be processed immediately but the message won't be send out immediately which is decided by the underlying impl ( in some occasion, the message ending is suspend , the sender won't send the message until the message ending is re-active)
process(String, BusinessMessageRequest) - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageManagerImpl
 
process(MessageReceiver, BusinessMessageRequest) - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageManagerImpl
 
processBusinessMessage(String) - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageRestController
 
processBusinessMessage(String, MessageReceiver) - 接口 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageRestSupport
 
processBusinessMessage(String, MessageReceiver) - 类 中的方法in.clouthink.daas.bm.domain.rest.DefaultBusinessMessageRestSupport
 

R

readBusinessMessage(String) - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageRestController
 
readBusinessMessage(String, MessageReceiver) - 接口 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageRestSupport
 
readBusinessMessage(String, MessageReceiver) - 类 中的方法in.clouthink.daas.bm.domain.rest.DefaultBusinessMessageRestSupport
 
register(BusinessMessageResponseHandler) - 接口 中的方法in.clouthink.daas.bm.core.BusinessMessageManager
The message is sent in sync or async mode , the response handler will be called when required.
register(BusinessMessageTargetParser) - 接口 中的方法in.clouthink.daas.bm.core.BusinessMessageManager
The message target parser
register(BusinessMessageRequestHandler) - 接口 中的方法in.clouthink.daas.bm.core.BusinessMessageManager
The message request handler
register(BusinessMessageResponseHandler) - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageManagerImpl
 
register(BusinessMessageTargetParser) - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageManagerImpl
 
register(BusinessMessageRequestHandler) - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageManagerImpl
 
removeHandler(BusinessMessageRequestHandler) - 类 中的方法in.clouthink.daas.bm.core.impl.CompositeBusinessMessageRequestHandler
 
resolve(BusinessMessageTarget) - 接口 中的方法in.clouthink.daas.bm.core.MessageReceiverResolver
Resolve the message receiver based on the message target

S

saveBusinessMessage(BusinessMessage) - 接口 中的方法in.clouthink.daas.bm.domain.service.BusinessMessageService
Persist the business message
SecurityContext<T> - in.clouthink.daas.bm.security中的接口
The security context for business message get current principal which is access the business message service make decision whether current principal is the same receiver of business message convert current principal as message sender
SecurityContexts - in.clouthink.daas.bm.security中的类
The security contexts holder
SendMessageFailedException - in.clouthink.daas.bm.exception中的异常错误
Thrown this if send message goes failure
SendMessageFailedException() - 异常错误 的构造器in.clouthink.daas.bm.exception.SendMessageFailedException
 
SendMessageFailedException(String) - 异常错误 的构造器in.clouthink.daas.bm.exception.SendMessageFailedException
 
SendMessageFailedException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.bm.exception.SendMessageFailedException
 
SendMessageFailedException(Throwable) - 异常错误 的构造器in.clouthink.daas.bm.exception.SendMessageFailedException
 
setAttributes(Map<String, Object>) - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageRequestImpl
 
setAttributes(Map<String, ?>) - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageDetail
 
setAttributes(Map<String, ?>) - 类 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageDetail
 
setBeginDate(Date) - 类 中的方法in.clouthink.daas.bm.domain.request.DateRangedQueryParameter
 
setBody(T) - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageRequestImpl
 
setBody(String) - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageDetail
 
setBody(String) - 类 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageDetail
 
setCategory(String) - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageRequestImpl
 
setCategory(String) - 类 中的方法in.clouthink.daas.bm.domain.request.BusinessMessageQueryParameter
 
setCategory(String) - 类 中的方法in.clouthink.daas.bm.domain.request.FailureMessageQueryParameter
 
setCategory(String) - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
setCategory(String) - 类 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageSummary
 
setCode(String) - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageRequestImpl
 
setDebugMessage(String) - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageResponseImpl
 
setDebugMessage(String) - 类 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageDetail
 
setDeleted(Boolean) - 类 中的方法in.clouthink.daas.bm.domain.request.BusinessMessageQueryParameter
 
setDeleted(boolean) - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
setEndDate(Date) - 类 中的方法in.clouthink.daas.bm.domain.request.DateRangedQueryParameter
 
setErrorCode(String) - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageResponseImpl
 
setErrorCode(String) - 类 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageSummary
 
setErrorMessage(String) - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageResponseImpl
 
setErrorMessage(String) - 类 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageSummary
 
setFinalSucceed(boolean) - 类 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageSummary
 
setId(String) - 类 中的方法in.clouthink.daas.bm.core.impl.MessageReceiverImpl
 
setId(String) - 类 中的方法in.clouthink.daas.bm.core.impl.MessageSenderImpl
 
setId(String) - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
setId(String) - 类 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageSummary
 
setLimit(int) - 类 中的方法in.clouthink.daas.bm.domain.request.PageQueryParameter
 
setName(String) - 类 中的方法in.clouthink.daas.bm.core.impl.MessageReceiverImpl
 
setName(String) - 类 中的方法in.clouthink.daas.bm.core.impl.MessageSenderImpl
 
setProcessed(boolean) - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
setProcessRequired(boolean) - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
setRead(Boolean) - 类 中的方法in.clouthink.daas.bm.domain.request.BusinessMessageQueryParameter
 
setRead(boolean) - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
setReceiverId(String) - 类 中的方法in.clouthink.daas.bm.domain.request.BusinessMessageQueryParameter
 
setReceiverId(String) - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
setReceiverName(String) - 类 中的方法in.clouthink.daas.bm.domain.request.BusinessMessageQueryParameter
 
setReceiverName(String) - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
setReceiverType(String) - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
setResendRequired(boolean) - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageResponseImpl
 
setRetried(int) - 类 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageSummary
 
setSendAt(Date) - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
setSender(MessageSender) - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageRequestImpl
 
setSenderId(String) - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
setSenderName(String) - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
setSenderType(String) - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
setStart(int) - 类 中的方法in.clouthink.daas.bm.domain.request.PageQueryParameter
 
setSuccess(boolean) - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageResponseImpl
 
setTarget(String) - 类 中的方法in.clouthink.daas.bm.domain.request.FailureMessageQueryParameter
 
setTarget(String) - 类 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageSummary
 
setTitle(String) - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageRequestImpl
 
setTitle(String) - 类 中的方法in.clouthink.daas.bm.domain.request.FailureMessageQueryParameter
 
setTitle(String) - 类 中的方法in.clouthink.daas.bm.domain.rest.BusinessMessageSummary
 
setTitle(String) - 类 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageSummary
 
setType(BusinessMessageType) - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageRequestImpl
 
setType(String) - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageTargetImpl
 
setType(String) - 类 中的方法in.clouthink.daas.bm.core.impl.MessageReceiverImpl
 
setType(String) - 类 中的方法in.clouthink.daas.bm.core.impl.MessageSenderImpl
 
setType(BusinessMessageType) - 类 中的方法in.clouthink.daas.bm.domain.request.FailureMessageQueryParameter
 
setType(BusinessMessageType) - 类 中的方法in.clouthink.daas.bm.domain.rest.FailureMessageSummary
 
setValues(String[]) - 类 中的方法in.clouthink.daas.bm.core.impl.BusinessMessageTargetImpl
 

T

TYPE_ALIAS - 接口 中的静态变量in.clouthink.daas.bm.core.BusinessMessageTarget
 
TYPE_ALL - 接口 中的静态变量in.clouthink.daas.bm.core.BusinessMessageTarget
 
TYPE_AND - 接口 中的静态变量in.clouthink.daas.bm.core.BusinessMessageTarget
 
TYPE_DEVICE - 接口 中的静态变量in.clouthink.daas.bm.core.BusinessMessageTarget
 
TYPE_OR - 接口 中的静态变量in.clouthink.daas.bm.core.BusinessMessageTarget
 

U

UnsupportedTargetTypeException - in.clouthink.daas.bm.exception中的异常错误
 
UnsupportedTargetTypeException() - 异常错误 的构造器in.clouthink.daas.bm.exception.UnsupportedTargetTypeException
 
UnsupportedTargetTypeException(String) - 异常错误 的构造器in.clouthink.daas.bm.exception.UnsupportedTargetTypeException
 
UnsupportedTargetTypeException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.bm.exception.UnsupportedTargetTypeException
 
UnsupportedTargetTypeException(Throwable) - 异常错误 的构造器in.clouthink.daas.bm.exception.UnsupportedTargetTypeException
 

V

valueOf(String) - 枚举 中的静态方法in.clouthink.daas.bm.core.BusinessMessageType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法in.clouthink.daas.bm.core.BusinessMessageType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
visit(BusinessMessage) - 接口 中的方法in.clouthink.daas.bm.core.BusinessMessageVisitor
 
visit(MessageReceiver) - 接口 中的方法in.clouthink.daas.bm.core.MessageReceiverVisitor
 
A B C D F G I L M O P R S T U V 
跳过导航链接

Copyright © 2016. All rights reserved.