public class DefaultRuleActionsService extends Object implements RuleActionsService
RuleActionsService| Constructor and Description |
|---|
DefaultRuleActionsService() |
public RuleActionData createActionFromDefinition(RuleActionDefinitionData definition)
RuleActionsServicecreateActionFromDefinition in interface RuleActionsServicedefinition - - the action definitionpublic String buildActionBreadcrumbs(List<RuleActionData> actions, Map<String,RuleActionDefinitionData> actionDefinitions) throws RuleEngineServiceException
RuleActionsServicebuildActionBreadcrumbs in interface RuleActionsServiceactions - - actionsactionDefinitions - - action definitionsRuleEngineServiceExceptionpublic String buildStyledActionBreadcrumbs(List<RuleActionData> actions, Map<String,RuleActionDefinitionData> actionDefinitions) throws RuleEngineServiceException
RuleActionsServicebuildStyledActionBreadcrumbs in interface RuleActionsServiceactions - - actionsactionDefinitions - - action definitionsRuleEngineServiceException@Deprecated public String convertActionsToString(List<RuleActionData> actions) throws RuleEngineServiceException
RuleActionsServiceRuleActionData objects to a String representation.convertActionsToString in interface RuleActionsServiceactions - - the action data objectsRuleConverterException - if an error occurs during the conversionRuleEngineServiceException@Deprecated public List<RuleActionData> convertActionsFromString(String actions) throws RuleEngineServiceException
RuleActionsServiceRuleActionData objects.convertActionsFromString in interface RuleActionsServiceactions - - the String representationRuleConverterException - if an error occurs during the conversionRuleEngineServiceExceptionpublic String convertActionsToString(List<RuleActionData> actions, Map<String,RuleActionDefinitionData> actionDefinitions) throws RuleEngineServiceException
RuleActionsServiceRuleActionData objects to a String representation.convertActionsToString in interface RuleActionsServiceactions - - the action data objectsactionDefinitions - - action definitionsRuleConverterException - if an error occurs during the conversionRuleEngineServiceExceptionpublic List<RuleActionData> convertActionsFromString(String actions, Map<String,RuleActionDefinitionData> actionDefinitions) throws RuleEngineServiceException
RuleActionsServiceRuleActionData objects.convertActionsFromString in interface RuleActionsServiceactions - - the String representationactionDefinitions - - action definitionsRuleConverterException - if an error occurs during the conversionRuleEngineServiceExceptionpublic RuleActionsConverter getRuleActionsConverter()
public void setRuleActionsConverter(RuleActionsConverter ruleActionsConverter)
public RuleActionBreadcrumbsBuilder getRuleActionBreadcrumbsBuilder()
public void setRuleActionBreadcrumbsBuilder(RuleActionBreadcrumbsBuilder ruleActionBreadcrumbsBuilder)
public RuleParametersService getRuleParametersService()
public void setRuleParametersService(RuleParametersService ruleParametersService)
Copyright © 2017 SAP SE. All Rights Reserved.