/** * */ package net.conselldemallorca.helium.jbpm3.handlers; import org.jbpm.graph.def.ActionHandler; import org.jbpm.graph.exe.ExecutionContext; /** * Handler per calcular la data de fi d'un termini. * * @author Limit Tecnologies <limit@limit.es> */ @SuppressWarnings("serial") public class SwimlaneCopiarPareHandler implements ActionHandler, SwimlaneCopiarPareHandlerInterface { public void execute(ExecutionContext executionContext) throws Exception {} public void setSwimlaneNom(String swimlaneNom) {} }