Fixed @since tags

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@26218 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gavin Cornwell
2011-03-15 22:03:32 +00:00
parent 823938f1a1
commit 55fed98073
52 changed files with 160 additions and 96 deletions

View File

@@ -1,3 +1,21 @@
/*
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
* Alfresco is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Alfresco is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
*/
package org.alfresco.repo.workflow;
import java.io.Serializable;
@@ -8,6 +26,11 @@ import java.util.List;
import org.alfresco.service.cmr.repository.NodeRef;
/**
* @since 3.4.e
* @author Nick Smith
*
*/
public abstract class AbstractWorkflowNodeConverter implements WorkflowNodeConverter
{
/**

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -34,7 +34,7 @@ import org.alfresco.service.cmr.workflow.WorkflowException;
import org.alfresco.service.namespace.QName;
/**
* @since 4.0
* @since 3.4.e
* @author Nick Smith
*
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -59,7 +59,7 @@ import org.alfresco.util.BaseSpringTest;
import org.alfresco.util.GUID;
/**
* @since 4.0
* @since 3.4.e
* @author Nick Smith
* @author Frederik Heremans
*

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -26,7 +26,7 @@ import org.alfresco.service.cmr.workflow.WorkflowException;
import org.alfresco.service.namespace.NamespaceService;
/**
* @since 3.5
* @since 3.4.e
* @author Nick Smith
*
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -25,7 +25,7 @@ import org.alfresco.service.cmr.dictionary.TypeDefinition;
import org.alfresco.service.namespace.QName;
/**
* @since 4.0
* @since 3.4.e
* @author Nick Smith
*
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -25,7 +25,7 @@ import java.util.List;
import org.alfresco.service.cmr.repository.NodeRef;
/**
* @since 3.5
* @since 3.4.e
* @author Nick Smith
*
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -24,7 +24,7 @@ import org.alfresco.service.cmr.repository.NodeRef;
import org.alfresco.service.cmr.security.AuthorityType;
/**
* @since 4.0
* @since 3.4.e
* @author Nick Smith
*
*/
@@ -46,7 +46,7 @@ public class WorkflowAuthorityManager
*/
public String mapAuthorityToName(NodeRef authority)
{
return authorityDAO.getAuthorityName(authority);
return authorityDAO.getAuthorityName(authority);
}
/**

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -21,6 +21,7 @@ package org.alfresco.repo.workflow;
/**
* @author Frederik Heremans
* @since 3.4.e
*/
public interface WorkflowConstants
{

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -20,7 +20,7 @@
package org.alfresco.repo.workflow;
/**
* @since 4.0
* @since 3.4.e
* @author Nick Smith
*
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -26,7 +26,7 @@ import java.util.List;
import org.alfresco.service.cmr.repository.NodeRef;
/**
* @since 4.0
* @since 3.4.e
* @author Nick Smith
*/
public interface WorkflowNodeConverter

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -43,7 +43,7 @@ import org.alfresco.service.cmr.workflow.WorkflowTransition;
import org.alfresco.service.namespace.QName;
/**
* @since 3.5
* @since 3.4.e
* @author Nick Smith
*
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -35,7 +35,7 @@ import org.alfresco.service.cmr.repository.datatype.DefaultTypeConverter;
import org.alfresco.service.namespace.QName;
/**
* @since 3.5
* @since 3.4.e
* @author Nick Smith
*
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -25,7 +25,7 @@ import org.alfresco.service.cmr.dictionary.TypeDefinition;
import org.alfresco.service.namespace.QName;
/**
* @since 4.0
* @since 3.4.e
* @author Nick Smith
*
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -28,7 +28,7 @@ import org.alfresco.service.cmr.dictionary.TypeDefinition;
import org.alfresco.service.namespace.QName;
/**
* @since 4.0
* @since 3.4.e
* @author Nick Smith
*
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -23,7 +23,7 @@ import org.alfresco.service.namespace.NamespacePrefixResolver;
import org.alfresco.service.namespace.QName;
/**
* @since 4.0
* @since 3.4.e
* @author Nick Smith
*
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -78,7 +78,7 @@ import org.springframework.test.context.transaction.TransactionConfiguration;
import org.springframework.transaction.annotation.Transactional;
/**
* @since 4.0
* @since 3.4.e
* @author Nick Smith
* @author Frederik Heremans
*

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -20,7 +20,7 @@
package org.alfresco.repo.workflow.activiti;
/**
* @since 3.5
* @since 3.4.e
* @author Nick Smith
*
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -29,7 +29,7 @@ import org.alfresco.service.cmr.repository.NodeRef;
/**
* @author Nick Smith
*
* @since 3.4.e
*/
public class ActivitiNodeConverter extends AbstractWorkflowNodeConverter
{

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -32,6 +32,7 @@ import org.mozilla.javascript.Scriptable;
* Scriptable Node suitable for Activti Beanshell access
*
* @author Frederik Heremans
* @since 3.4.e
*/
public class ActivitiScriptNode extends ScriptNode
{

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -28,6 +28,7 @@ import org.alfresco.service.cmr.repository.NodeRef;
* List of {@link ActivitiScriptNode}s.
*
* @author Frederik Heremans
* @since 3.4.e
*/
public class ActivitiScriptNodeList extends ArrayList<ActivitiScriptNode>
{

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -32,7 +32,7 @@ import org.activiti.engine.runtime.ProcessInstance;
import org.springframework.core.io.ClassPathResource;
/**
* @since 4.0
* @since 3.4.e
* @author Nick Smith
*
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -46,7 +46,7 @@ import org.springframework.context.ConfigurableApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* @since 3.4
* @since 3.4.e
* @author Nick Smith
*
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -44,7 +44,7 @@ import org.alfresco.util.ApplicationContextHelper;
import org.springframework.context.ApplicationContext;
/**
* @since 3.4
* @since 3.4.e
* @author Nick Smith
*
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -51,7 +51,7 @@ import org.junit.Before;
import org.junit.Test;
/**
* @since 4.0
* @since 3.4.e
* @author Nick Smith
* @author Frederik Heremans
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -28,7 +28,7 @@ import org.alfresco.service.cmr.dictionary.TypeDefinition;
import org.alfresco.service.namespace.QName;
/**
* @since 4.0
* @since 3.4.e
* @author Nick Smith
*
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -30,7 +30,7 @@ import org.alfresco.repo.workflow.WorkflowObjectFactory;
import org.alfresco.service.cmr.dictionary.TypeDefinition;
/**
* @since 4.0
* @since 3.4.e
* @author Nick Smith
*
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -55,6 +55,7 @@ import org.alfresco.util.GUID;
* Test to verify timer execution autentication and transaction behaviour.
*
* @author Frederik Heremans
* @since 3.4.e
*/
public class ActivitiTimerExecutionTest extends BaseSpringTest {

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -58,10 +58,10 @@ import org.alfresco.service.cmr.workflow.WorkflowTransition;
import org.alfresco.service.namespace.QName;
/**
* @since 3.5
*
* @author Nick Smith
* @author Frederik Heremans
*
* @since 3.4.e
*/
public class ActivitiTypeConverter
{

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -40,7 +40,7 @@ import org.activiti.engine.runtime.ProcessInstance;
import org.activiti.engine.task.Task;
/**
* @since 4.0
* @since 3.4.e
* @author Nick Smith
*
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -62,7 +62,7 @@ import org.junit.Test;
* Spring-configured JUnit 4 test case.
* Uses Spring to load up a test context and runs each test case in a transaction which gets rolled back.
* Loads up the activiti-context.xml and test-database-context.xml.
* @since 3.5
* @since 3.4.e
* @author Nick Smith
*
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -105,7 +105,7 @@ import org.w3c.dom.NodeList;
import org.xml.sax.InputSource;
/**
* @since 4.0
* @since 3.4.e
* @author Nick Smith
* @author Frederik Heremans
*

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -24,8 +24,8 @@ import org.alfresco.repo.workflow.WorkflowPropertyHandlerRegistry;
import org.alfresco.repo.workflow.activiti.properties.ActivitiPropertyConverter;
/**
* @author Nick
*
* @author Nick Smith
* @since 3.4.e
*/
public class ActivitiWorkflowManager
{

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -40,8 +40,8 @@ import org.alfresco.service.namespace.NamespaceService;
import org.springframework.beans.factory.FactoryBean;
/**
* @author Nick
*
* @author Nick Smith
* @since 3.4.e
*/
public class ActivitiWorkflowManagerFactory implements FactoryBean<ActivitiWorkflowManager>
{

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -34,7 +34,7 @@ import org.alfresco.service.namespace.NamespaceService;
import org.alfresco.service.namespace.QName;
/**
* @since 4.0
* @since 3.4.e
* @author Nick Smith
*
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -36,6 +36,7 @@ import org.activiti.engine.impl.variable.VariableDeclaration;
* This is used to wire in custom logic when task is created and completed.
*
* @author Frederik Heremans
* @since 3.4.e
*/
public class AddTaskListenerParseListener implements BpmnParseListener
{

View File

@@ -1,3 +1,22 @@
/*
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
* Alfresco is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Alfresco is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
*/
package org.alfresco.repo.workflow.activiti;
import java.util.List;
@@ -8,6 +27,11 @@ import org.activiti.engine.impl.variable.SerializableType;
import org.activiti.engine.impl.variable.VariableType;
import org.activiti.spring.SpringProcessEngineConfiguration;
/**
* @since 3.4.e
* @author Nick Smith
* @author Frederik Heremans
*/
public class AlfrescoProcessEngineConfiguration extends SpringProcessEngineConfiguration
{
private List<VariableType> customTypes;

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -37,6 +37,7 @@ import org.alfresco.repo.security.authentication.AuthenticationUtil.RunAsWork;
* It wraps another JobHandler to which the actual execution is delegated to.
*
* @author Frederik Heremans
* @since 3.4.e
*/
public class AuthenticatedTimerJobHandler implements JobHandler
{

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -36,6 +36,12 @@ import org.alfresco.service.ServiceRegistry;
import org.alfresco.service.cmr.repository.NodeRef;
import org.alfresco.service.namespace.NamespaceService;
/**
*
* @author Nick Smith
* @author Frederik Heremans
* @since 3.4.e
*/
public class ScriptExecutionListener extends ActivitiScriptBase implements ExecutionListener
{
private static final String DELETED_FLAG = "deleted";

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -29,7 +29,7 @@ import org.alfresco.service.cmr.dictionary.TypeDefinition;
import org.alfresco.service.namespace.QName;
/**
* @since 4.0
* @since 3.4.e
* @author Nick Smith
*
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -29,7 +29,7 @@ import org.alfresco.service.cmr.dictionary.TypeDefinition;
import org.alfresco.service.namespace.QName;
/**
* @since 4.0
* @since 3.4.e
* @author Nick Smith
*
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -31,7 +31,7 @@ import org.alfresco.service.cmr.repository.NodeRef;
import org.alfresco.service.namespace.QName;
/**
* @since 4.0
* @since 3.4.e
* @author Nick Smith
*
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -41,7 +41,7 @@ import org.alfresco.service.cmr.repository.NodeRef;
import org.alfresco.service.namespace.QName;
/**
* @since 4.0
* @since 3.4.e
* @author Nick Smith
*
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -29,7 +29,7 @@ import org.alfresco.service.cmr.dictionary.TypeDefinition;
import org.alfresco.service.namespace.QName;
/**
* @since 4.0
* @since 3.4.e
* @author Nick Smith
*
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -68,7 +68,7 @@ import org.apache.commons.lang.ObjectUtils;
import org.apache.commons.lang.StringUtils;
/**
* @since 4.0
* @since 3.4.e
* @author Nick Smith
*
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -39,6 +39,7 @@ import org.alfresco.service.cmr.workflow.WorkflowException;
* activiti workflow.
*
* @author Frederik Heremans
* @since 3.4.e
*/
public class ActivitiScriptBase {

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -37,6 +37,7 @@ import org.alfresco.service.cmr.repository.NodeRef;
* using scripting-language specified by 'language'
*
* @author Frederik Heremans
* @since 3.4.e
*/
public class ScriptTaskListener extends ActivitiScriptBase implements TaskListener
{

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -43,6 +43,7 @@ import org.alfresco.service.namespace.NamespaceService;
* and preparing it for historic usage.
*
* @author Frederik Heremans
* @since 3.4.e
*/
public class TaskCompleteListener implements TaskListener
{

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -32,6 +32,7 @@ import org.alfresco.repo.workflow.activiti.properties.ActivitiPropertyConverter;
* default properties for this task.
*
* @author Frederik Heremans
* @since 3.4.e
*/
public class TaskCreateListener implements TaskListener
{

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -35,6 +35,7 @@ import org.alfresco.service.cmr.repository.NodeRef;
* a process variable in activiti.
*
* @author Frederik Heremans
* @since 3.4.e
*/
public class ScriptNodeListVariableType extends SerializableType
{

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -33,6 +33,7 @@ import org.alfresco.service.cmr.repository.NodeRef;
* scripts.
*
* @author Frederik Heremans
* @since 3.4.e
*/
public class ScriptNodeVariableType implements VariableType
{

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -22,12 +22,11 @@ import org.alfresco.repo.workflow.AbstractWorkflowServiceIntegrationTest;
import org.alfresco.service.namespace.NamespaceService;
import org.alfresco.service.namespace.QName;
/**
* Workflow Service Implementation Tests
* JBPM Workflow Service Implementation Tests
*
* @author davidc
* @author Nick Smith
* @since 3.4.e
*/
public class JbpmWorkflowServiceIntegrationTest extends AbstractWorkflowServiceIntegrationTest
{
@@ -63,7 +62,8 @@ public class JbpmWorkflowServiceIntegrationTest extends AbstractWorkflowServiceI
}
@Override
protected QName getAdhocProcessName() {
protected QName getAdhocProcessName()
{
return QName.createQName(NamespaceService.WORKFLOW_MODEL_1_0_URI, "adhoc");
}
}