import com.trackstudio.secured.SecuredTaskTriggerBean;
import java.util.GregorianCalendar;
GregorianCalendar calendar = new GregorianCalendar();
calendar.set(2007, 0, 0, 0, 0);
SecuredTaskTriggerBean input = new SecuredTaskTriggerBean(
task.getId(),
task.getDescription(),
task.getName(),
task.getShortname(),
calendar,
calendar,
task.getClosedate(),
task.getActualBudget(),
task.getBudget(),
null,
task.getNumber(),
task.getSubmitterId(),
task.getHandlerId(),
task.getHandlerUserId(),
task.getHandlerGroupId(),
task.getParentId(),
task.getCategoryId(),
task.getWorkflowId(),
task.getStatusId(),
task.getResolutionId(),
task.getPriorityId(),
task.getUDFValues(),
sc);
input.create(false);
return task;
Return to TrackStudio Support [Russian]
Users browsing this forum: olegko and 0 guests