Liferay 6.2.0

Uses of Class
com.liferay.portal.kernel.messaging.proxy.MessagingProxy

Packages that use MessagingProxy
com.liferay.portal.kernel.audit   
com.liferay.portal.kernel.bi.rules   
com.liferay.portal.kernel.mobile.device   
com.liferay.portal.kernel.scheduler   
com.liferay.portal.kernel.search   
com.liferay.portal.kernel.workflow   
com.liferay.portal.kernel.workflow.comparator   
 

Uses of MessagingProxy in com.liferay.portal.kernel.audit
 

Methods in com.liferay.portal.kernel.audit with annotations of type MessagingProxy
abstract  boolean AuditRouter.isDeployed()
           
abstract  void AuditRouter.route(AuditMessage auditMessage)
           
 

Uses of MessagingProxy in com.liferay.portal.kernel.bi.rules
 

Methods in com.liferay.portal.kernel.bi.rules with annotations of type MessagingProxy
abstract  void RulesEngine.add(String domainName, RulesResourceRetriever rulesResourceRetriever, ClassLoader... classloaders)
           
abstract  boolean RulesEngine.containsRuleDomain(String domainName)
           
abstract  void RulesEngine.execute(RulesResourceRetriever rulesResourceRetriever, List<Fact<?>> facts, ClassLoader... classloaders)
           
abstract  Map<String,?> RulesEngine.execute(RulesResourceRetriever rulesResourceRetriever, List<Fact<?>> facts, Query query, ClassLoader... classloaders)
           
abstract  void RulesEngine.execute(String domainName, List<Fact<?>> facts, ClassLoader... classloaders)
           
abstract  Map<String,?> RulesEngine.execute(String domainName, List<Fact<?>> facts, Query query, ClassLoader... classloaders)
           
abstract  void RulesEngine.remove(String domainName)
           
abstract  void RulesEngine.update(String domainName, RulesResourceRetriever rulesResourceRetriever, ClassLoader... classloaders)
           
 

Uses of MessagingProxy in com.liferay.portal.kernel.mobile.device
 

Classes in com.liferay.portal.kernel.mobile.device with annotations of type MessagingProxy
 interface DeviceRecognitionProvider
           
 

Uses of MessagingProxy in com.liferay.portal.kernel.scheduler
 

Methods in com.liferay.portal.kernel.scheduler with annotations of type MessagingProxy
abstract  SchedulerResponse SchedulerEngine.getScheduledJob(String jobName, String groupName)
           
abstract  List<SchedulerResponse> SchedulerEngine.getScheduledJobs()
           
abstract  List<SchedulerResponse> SchedulerEngine.getScheduledJobs(String groupName)
           
abstract  void SchedulerEngine.shutdown()
           
abstract  void SchedulerEngine.start()
           
abstract  void SchedulerEngine.unschedule(String groupName)
           
abstract  void SchedulerEngine.unschedule(String jobName, String groupName)
           
 

Uses of MessagingProxy in com.liferay.portal.kernel.search
 

Classes in com.liferay.portal.kernel.search with annotations of type MessagingProxy
 interface IndexSearcher
           
 interface QuerySuggester
           
 

Uses of MessagingProxy in com.liferay.portal.kernel.workflow
 

Classes in com.liferay.portal.kernel.workflow with annotations of type MessagingProxy
 interface WorkflowDefinitionManager
           
 interface WorkflowEngineManager
           
 interface WorkflowInstanceManager
           
 interface WorkflowLogManager
           
 interface WorkflowStatusManager
           
 interface WorkflowTaskManager
           
 

Uses of MessagingProxy in com.liferay.portal.kernel.workflow.comparator
 

Classes in com.liferay.portal.kernel.workflow.comparator with annotations of type MessagingProxy
 interface WorkflowComparatorFactory
           
 


Liferay 6.2.0