org.alfresco.service.cmr.action
Interface ActionDefinition

All Superinterfaces:
ParameterizedItemDefinition
All Known Subinterfaces:
RenderingEngineDefinition
All Known Implementing Classes:
ActionDefinitionImpl, RenderingEngineDefinitionImpl

public interface ActionDefinition
extends ParameterizedItemDefinition

Rule action interface.


Method Summary
 java.util.List getApplicableTypes()
          Gets a list of the types that this action item is applicable for
 
Methods inherited from interface org.alfresco.service.cmr.action.ParameterizedItemDefinition
getAdhocPropertiesAllowed, getDescription, getName, getParameterDefinitions, getParameterDefintion, getTitle, hasParameterDefinitions
 

Method Detail

getApplicableTypes

java.util.List getApplicableTypes()
Gets a list of the types that this action item is applicable for

Returns:
list of types


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.