Uses of Interface
org.alfresco.service.cmr.action.ParameterizedItemDefinition
-
Packages that use ParameterizedItemDefinition Package Description org.alfresco.repo.action org.alfresco.repo.rendition org.alfresco.service.cmr.action org.alfresco.service.cmr.rendition -
-
Uses of ParameterizedItemDefinition in org.alfresco.repo.action
Classes in org.alfresco.repo.action that implement ParameterizedItemDefinition Modifier and Type Class Description classActionConditionDefinitionImplRule condition implementation class.classActionDefinitionImplRule action implementation classclassParameterizedItemDefinitionImplRule item implementation classMethods in org.alfresco.repo.action with parameters of type ParameterizedItemDefinition Modifier and Type Method Description protected voidParameterizedItemAbstractBase. checkMandatoryProperties(ParameterizedItem ruleItem, ParameterizedItemDefinition ruleItemDefinition)Checked whether all the mandatory parameters for the rule item have been assigned. -
Uses of ParameterizedItemDefinition in org.alfresco.repo.rendition
Classes in org.alfresco.repo.rendition that implement ParameterizedItemDefinition Modifier and Type Class Description classRenderingEngineDefinitionImplDeprecated.The RenditionService is being replace by the simpler async RenditionService2. -
Uses of ParameterizedItemDefinition in org.alfresco.service.cmr.action
Subinterfaces of ParameterizedItemDefinition in org.alfresco.service.cmr.action Modifier and Type Interface Description interfaceActionConditionDefinitionRule condition interfaceinterfaceActionDefinitionRule action interface. -
Uses of ParameterizedItemDefinition in org.alfresco.service.cmr.rendition
Subinterfaces of ParameterizedItemDefinition in org.alfresco.service.cmr.rendition Modifier and Type Interface Description interfaceRenderingEngineDefinitionDeprecated.The RenditionService is being replace by the simpler async RenditionService2.
-