Uses of Interface
org.alfresco.service.cmr.action.ActionConditionDefinition
-
Packages that use ActionConditionDefinition Package Description org.alfresco.repo.action org.alfresco.repo.action.evaluator org.alfresco.service.cmr.action -
-
Uses of ActionConditionDefinition in org.alfresco.repo.action
Classes in org.alfresco.repo.action that implement ActionConditionDefinition Modifier and Type Class Description classActionConditionDefinitionImplRule condition implementation class.Methods in org.alfresco.repo.action that return ActionConditionDefinition Modifier and Type Method Description ActionConditionDefinitionActionServiceImpl. getActionConditionDefinition(java.lang.String name)Methods in org.alfresco.repo.action that return types with arguments of type ActionConditionDefinition Modifier and Type Method Description java.util.List<ActionConditionDefinition>ActionServiceImpl. getActionConditionDefinitions() -
Uses of ActionConditionDefinition in org.alfresco.repo.action.evaluator
Fields in org.alfresco.repo.action.evaluator declared as ActionConditionDefinition Modifier and Type Field Description protected ActionConditionDefinitionActionConditionEvaluatorAbstractBase. actionConditionDefinitionThe action condition definitionMethods in org.alfresco.repo.action.evaluator that return ActionConditionDefinition Modifier and Type Method Description ActionConditionDefinitionActionConditionEvaluator. getActionConditionDefintion()Get the action condition deinfinitionActionConditionDefinitionActionConditionEvaluatorAbstractBase. getActionConditionDefintion()Get the action condition definition. -
Uses of ActionConditionDefinition in org.alfresco.service.cmr.action
Methods in org.alfresco.service.cmr.action that return ActionConditionDefinition Modifier and Type Method Description ActionConditionDefinitionActionService. getActionConditionDefinition(java.lang.String name)Get a named action condition definitionMethods in org.alfresco.service.cmr.action that return types with arguments of type ActionConditionDefinition Modifier and Type Method Description java.util.List<ActionConditionDefinition>ActionService. getActionConditionDefinitions()Get all the action condition definitions
-