mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +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:
@@ -34,17 +34,17 @@ import org.alfresco.service.cmr.repository.TemplateService;
|
||||
*/
|
||||
public abstract class AbstractTemplateActionDefinition implements TemplateActionDefinition
|
||||
{
|
||||
/*
|
||||
/**
|
||||
* The action service
|
||||
*/
|
||||
public ActionService actionService;
|
||||
|
||||
/*
|
||||
/**
|
||||
* The template service
|
||||
*/
|
||||
public TemplateService templateService;
|
||||
|
||||
/*
|
||||
/**
|
||||
* The compensating action
|
||||
*/
|
||||
protected TemplateActionDefinition compensatingTemplateActionDefinition;
|
||||
@@ -60,7 +60,7 @@ public abstract class AbstractTemplateActionDefinition implements TemplateAction
|
||||
/**
|
||||
* Get the action service.
|
||||
*
|
||||
* @return
|
||||
* @return - the action service.
|
||||
*/
|
||||
public ActionService getActionService()
|
||||
{
|
||||
@@ -80,7 +80,7 @@ public abstract class AbstractTemplateActionDefinition implements TemplateAction
|
||||
/**
|
||||
* Get the template service.
|
||||
*
|
||||
* @return
|
||||
* @return - the template service
|
||||
*/
|
||||
public TemplateService getTemplateService()
|
||||
{
|
||||
@@ -111,7 +111,7 @@ public abstract class AbstractTemplateActionDefinition implements TemplateAction
|
||||
/**
|
||||
* Get the template that defines the conpensating action.
|
||||
*
|
||||
* @return
|
||||
* @return - the template action definition.
|
||||
*/
|
||||
public TemplateActionDefinition getCompensatingTemplateCompositeActionDefinition()
|
||||
{
|
||||
|
Reference in New Issue
Block a user