Package org.fenixedu.academic.domain.candidacy.workflow

Examples of org.fenixedu.academic.domain.candidacy.workflow.PrintSystemAccessDataOperation


            operations.add(new RegistrationOperation(Collections.singleton(RoleType.CANDIDATE), this));
            break;
        case REGISTERED:
            operations.add(new PrintScheduleOperation(Collections.singleton(RoleType.STUDENT), this));
            operations.add(new PrintRegistrationDeclarationOperation(Collections.singleton(RoleType.STUDENT), this));
            operations.add(new PrintSystemAccessDataOperation(Collections.singleton(RoleType.STUDENT), this));
            //operations.add(new PrintUnder23TransportsDeclarationOperation(RoleType.STUDENT, this));
            //operations.add(new PrintMeasurementTestDateOperation(RoleType.STUDENT, this));
            operations.add(new PrintAllDocumentsOperation(RoleType.STUDENT, this));
            break;
        }
View Full Code Here


            operations.add(new RegistrationOperation(Collections.singleton(RoleType.CANDIDATE), this));
            break;
        case REGISTERED:
            operations.add(new PrintScheduleOperation(Collections.singleton(RoleType.STUDENT), this));
            operations.add(new PrintRegistrationDeclarationOperation(Collections.singleton(RoleType.STUDENT), this));
            operations.add(new PrintSystemAccessDataOperation(Collections.singleton(RoleType.STUDENT), this));
            //operations.add(new PrintUnder23TransportsDeclarationOperation(RoleType.STUDENT, this));
            //operations.add(new PrintMeasurementTestDateOperation(RoleType.STUDENT, this));
            operations.add(new PrintAllDocumentsOperation(RoleType.STUDENT, this));
            break;
        }
View Full Code Here

TOP

Related Classes of org.fenixedu.academic.domain.candidacy.workflow.PrintSystemAccessDataOperation

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.