org.alfresco.repo.action.scheduled
Interface TemplateActionDefinition

All Known Implementing Classes:
AbstractTemplateActionDefinition, CompositeTemplateActionDefinition, SimpleTemplateActionDefinition

public interface TemplateActionDefinition

A template action definition is used to generate an action from a template style definition.


Method Summary
 Action getAction(org.alfresco.service.cmr.repository.NodeRef nodeRef)
          Generate an action definition for the action defined by this template.
 

Method Detail

getAction

Action getAction(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Generate an action definition for the action defined by this template.

Parameters:
nodeRef -
Returns:
- the action.


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