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:
Andrew Hind
2007-03-05 15:51:09 +00:00
parent 5f0401612c
commit 48fe361cf2
16 changed files with 420 additions and 94 deletions

View File

@@ -49,7 +49,7 @@ public interface ScheduledActionDefinition extends InitializingBean
/**
* Get the template action definition that is used to build the Action to execute.
*
* @return
* @return - the template action definition.
*/
public TemplateActionDefinition getTemplateActionDefinition();
@@ -71,7 +71,7 @@ public interface ScheduledActionDefinition extends InitializingBean
/**
* Get the name of the job - used for job admin
*
* @return
* @return - the job name
*/
public String getJobName();
@@ -84,7 +84,7 @@ public interface ScheduledActionDefinition extends InitializingBean
/**
* Get the job group - used for job admin
* @return
* @return - the job group.
*/
public String getJobGroup();
@@ -97,7 +97,7 @@ public interface ScheduledActionDefinition extends InitializingBean
/**
* Get the trigger name - used for job admin
* @return
* @return - the trigger name.
*/
public String getTriggerName();
@@ -111,7 +111,7 @@ public interface ScheduledActionDefinition extends InitializingBean
/**
* Get the trigger group - used for job admin
*
* @return
* @return - the trigger group.
*/
public String getTriggerGroup();