Uses of Interface
org.alfresco.service.cmr.rule.RuleService
-
Packages that use RuleService Package Description org.alfresco.repo.action org.alfresco.repo.action.executer org.alfresco.repo.admin.patch org.alfresco.repo.admin.patch.impl org.alfresco.repo.bulkimport.impl org.alfresco.repo.coci org.alfresco.repo.copy org.alfresco.repo.importer org.alfresco.repo.rendition2 org.alfresco.repo.rule org.alfresco.repo.rule.ruletrigger org.alfresco.repo.service org.alfresco.repo.thumbnail org.alfresco.repo.transfer Provides the implementation of the transfer service which can be used to transfer nodes from one repository to another.org.alfresco.service Provides the public facing interfaces of the Services of the Alfresco Repository. -
-
Uses of RuleService in org.alfresco.repo.action
Methods in org.alfresco.repo.action with parameters of type RuleService Modifier and Type Method Description voidActionsAspect. setRuleService(RuleService ruleService) -
Uses of RuleService in org.alfresco.repo.action.executer
Methods in org.alfresco.repo.action.executer with parameters of type RuleService Modifier and Type Method Description voidExecuteAllRulesActionExecuter. setRuleService(RuleService ruleService)Set the rule service -
Uses of RuleService in org.alfresco.repo.admin.patch
Methods in org.alfresco.repo.admin.patch with parameters of type RuleService Modifier and Type Method Description voidPatchServiceImpl. setRuleService(RuleService ruleService) -
Uses of RuleService in org.alfresco.repo.admin.patch.impl
Methods in org.alfresco.repo.admin.patch.impl with parameters of type RuleService Modifier and Type Method Description voidRenameSiteAuthorityDisplayName. setRuleService(RuleService ruleService)Sets the rule service.voidSurfConfigFolderPatch. setRuleService(RuleService ruleService) -
Uses of RuleService in org.alfresco.repo.bulkimport.impl
Fields in org.alfresco.repo.bulkimport.impl declared as RuleService Modifier and Type Field Description protected RuleServiceAbstractBulkFilesystemImporter. ruleServiceMethods in org.alfresco.repo.bulkimport.impl with parameters of type RuleService Modifier and Type Method Description voidAbstractBulkFilesystemImporter. setRuleService(RuleService ruleService) -
Uses of RuleService in org.alfresco.repo.coci
Methods in org.alfresco.repo.coci with parameters of type RuleService Modifier and Type Method Description voidCheckOutCheckInServiceImpl. setRuleService(RuleService ruleService) -
Uses of RuleService in org.alfresco.repo.copy
Methods in org.alfresco.repo.copy with parameters of type RuleService Modifier and Type Method Description voidCopyServiceImpl. setRuleService(RuleService ruleService) -
Uses of RuleService in org.alfresco.repo.importer
Methods in org.alfresco.repo.importer with parameters of type RuleService Modifier and Type Method Description voidImporterComponent. setRuleService(RuleService ruleService)TODO: Remove this in favour of appropriate rule disabling -
Uses of RuleService in org.alfresco.repo.rendition2
Methods in org.alfresco.repo.rendition2 with parameters of type RuleService Modifier and Type Method Description voidRenditionService2Impl. setRuleService(RuleService ruleService) -
Uses of RuleService in org.alfresco.repo.rule
Classes in org.alfresco.repo.rule that implement RuleService Modifier and Type Class Description classRuleServiceImplRule service implementation.Methods in org.alfresco.repo.rule with parameters of type RuleService Modifier and Type Method Description voidReorderRules. setRuleService(RuleService ruleService)Set rule servicevoidRulesAspect. setRuleService(RuleService ruleService)voidRuleTypeImpl. setRuleService(RuleService ruleService)Set the rule service -
Uses of RuleService in org.alfresco.repo.rule.ruletrigger
Fields in org.alfresco.repo.rule.ruletrigger declared as RuleService Modifier and Type Field Description protected RuleServiceRuleTriggerAbstractBase. ruleServiceMethods in org.alfresco.repo.rule.ruletrigger with parameters of type RuleService Modifier and Type Method Description voidRuleTriggerAbstractBase. setRuleService(RuleService ruleService)Set the RuleService to assist with enabled/disabled check -
Uses of RuleService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return RuleService Modifier and Type Method Description RuleServiceServiceDescriptorRegistry. getRuleService() -
Uses of RuleService in org.alfresco.repo.thumbnail
Methods in org.alfresco.repo.thumbnail with parameters of type RuleService Modifier and Type Method Description voidThumbnailServiceImpl. setRuleService(RuleService ruleService)Deprecated. -
Uses of RuleService in org.alfresco.repo.transfer
Methods in org.alfresco.repo.transfer that return RuleService Modifier and Type Method Description RuleServiceRepoTransferReceiverImpl. getRuleService()Get the rule serviceMethods in org.alfresco.repo.transfer with parameters of type RuleService Modifier and Type Method Description voidRepoTransferReceiverImpl. setRuleService(RuleService ruleService)Set the ruleService -
Uses of RuleService in org.alfresco.service
Methods in org.alfresco.service that return RuleService Modifier and Type Method Description RuleServiceServiceRegistry. getRuleService()Deprecated.This method has been deprecated as it would return a service that is not part of the public API.
-