mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Java doc tidy up in auditing and scheduled actions
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5295 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -43,6 +43,10 @@ public class CompositeTemplateActionDefinition extends AbstractTemplateActionDef
|
||||
*/
|
||||
private List<TemplateActionDefinition> templateActionDefinitions;
|
||||
|
||||
/**
|
||||
* Default constructor.
|
||||
*
|
||||
*/
|
||||
public CompositeTemplateActionDefinition()
|
||||
{
|
||||
super();
|
||||
@@ -62,7 +66,7 @@ public class CompositeTemplateActionDefinition extends AbstractTemplateActionDef
|
||||
/**
|
||||
* Get the list of template actions.
|
||||
*
|
||||
* @return
|
||||
* @return - a list of templates for action definitions.
|
||||
*/
|
||||
public List<TemplateActionDefinition> templateActionDefinitions()
|
||||
{
|
||||
@@ -71,6 +75,8 @@ public class CompositeTemplateActionDefinition extends AbstractTemplateActionDef
|
||||
|
||||
/**
|
||||
* Build the composite action in the context of the given node.
|
||||
* @param nodeRef
|
||||
* @return - the contextualised action.
|
||||
*
|
||||
*/
|
||||
public Action getAction(NodeRef nodeRef)
|
||||
|
Reference in New Issue
Block a user