- Posted By: freeproject
- Comments: 0
- Posted By: freeproject
- Comments: 0
Recruitment Management System Activity Diagram
This is the Activity UML diagram of Recruitment Magement System which shows the flows between the activity of Employee, Placement, Inteviews, Agency, Job. The main activity involved in this UML Activity Diagram of Recruitment Magement System are as follows:
- Employee Activity
- Placement Activity
- Inteviews Activity
- Agency Activity
- Job Activity
Features of the Activity UML diagram of Recruitment Magement System
- Admin User can search Employee, view description of a selected Employee, add Employee, update Employee and delete Employee.
- Its shows the activity flow of editing, adding and updating of Placement
- User will be able to search and generate report of Inteviews, Agency, Job
- All objects such as ( Employee, Placement, Job) are interlinked
- Its shows the full description and flow of Employee, Agency, Job, Inteviews, Placement

Login Activity Diagram of Recruitment Magement System:
This is the Login Activity Diagram of Recruitment Magement System, which shows the flows of Login Activity, where admin will be able to login using their username and password. After login user can manage all the operations on Inteviews, Employee, Placement, Job, Agency. All the pages such as Placement, Job, Agency are secure and user can access these page after login. The diagram below helps demonstrate how the login page works in a Recruitment Magement System. The various objects in the Job, Inteviews, Employee, Placement, and Agency page—interact over the course of the Activity, and user will not be able to access this page without verifying their identity.

- Posted By: freeproject
- Comments: 0
Recruitment Management System Class Diagram
Recruitment Magement System Class Diagram describes the structure of a Recruitment Magement System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Recruitment Magement System are Agencies, Employee, Jobs, Campus, Placements, Inteviews.
Classes of Recruitment Magement System Class Diagram:
- Agencies Class : Manage all the operations of Agencies
- Employee Class : Manage all the operations of Employee
- Jobs Class : Manage all the operations of Jobs
- Campus Class : Manage all the operations of Campus
- Placements Class : Manage all the operations of Placements
- Inteviews Class : Manage all the operations of Inteviews
Classes and their attributes of Recruitment Magement System Class Diagram:
- Agencies Attributes : agency_id, agency_name, comapny_type, agency_description, agency_address
- Employee Attributes : employee_id, employee_name, employee_mobile, employee_email, employee_username, employee_password, employee_address
- Jobs Attributes : job_id, job_name, job_type, job_salary, job_vacancy, job_description
- Campus Attributes : campus_id, campus_name, comapny_type, campus_description, campus_address
- Placements Attributes : placement_id, placement_college_id, placement_student_id, placement_qualification, placement_type, placement_description
- Inteviews Attributes : interview_id, interview_job_id, interview_title, interview_type, interview_date, interview_description
Classes and their methods of Recruitment Magement System Class Diagram:
- Agencies Methods : addAgencies(), editAgencies(), deleteAgencies(), updateAgencies(), saveAgencies(), searchAgencies()
- Employee Methods : addEmployee(), editEmployee(), deleteEmployee(), updateEmployee(), saveEmployee(), searchEmployee()
- Jobs Methods : addJobs(), editJobs(), deleteJobs(), updateJobs(), saveJobs(), searchJobs()
- Campus Methods : addCampus(), editCampus(), deleteCampus(), updateCampus(), saveCampus(), searchCampus()
- Placements Methods : addPlacements(), editPlacements(), deletePlacements(), updatePlacements(), savePlacements(), searchPlacements()
- Inteviews Methods : addInteviews(), editInteviews(), deleteInteviews(), updateInteviews(), saveInteviews(), searchInteviews()
Class Diagram of Recruitment Magement System :

- Posted By: freeproject
- Comments: 0
Recruitment Magement System Component Diagram
This is a Component diagram of Recruitment Magement System which shows components, provided and required interfaces, ports, and relationships between the Agency, Placement, Job, Employee and Campus. This type of diagrams is used in Component-Based Development (CBD) to describe systems with Service-Oriented Architecture (SOA). Recruitment Magement System UML component diagram, describes the organization and wiring of the physical components in a system.
Components of UML Component Diagram of Recruitment Magement System:
- Agency Component
- Placement Component
- Job Component
- Employee Component
- Campus Component
Featues of Recruitment Magement System Component Diagram:
- You can show the models the components of Recruitment Magement System.
- Model the database schema of Recruitment Magement System
- Model the executables of an application of Recruitment Magement System
- Model the system's source code of Recruitment Magement System

- Posted By: freeproject
- Comments: 0
Recruitment Magement System ER Diagram
This ER (Entity Relationship) Diagram represents the model of Recruitment Magement System Entity. The entity-relationship diagram of Recruitment Magement System shows all the visual instrument of database tables and the relations between Employee, Campus, Agencies, Inteviews etc. It used structure data and to define the relationships between structured data groups of Recruitment Magement System functionalities. The main entities of the Recruitment Magement System are Agencies, Employee, Jobs, Campus, Placements and Inteviews.
Recruitment Magement System entities and their attributes :
- Agencies Entity : Attributes of Agencies are agency_id, agency_name, comapny_type, agency_description, agency_address
- Employee Entity : Attributes of Employee are employee_id, employee_name, employee_mobile, employee_email, employee_username, employee_password, employee_address
- Jobs Entity : Attributes of Jobs are job_id, job_name, job_type, job_salary, job_vacancy, job_description
- Campus Entity : Attributes of Campus are campus_id, campus_name, comapny_type, campus_description, campus_address
- Placements Entity : Attributes of Placements are placement_id, placement_college_id, placement_student_id, placement_qualification, placement_type, placement_description
- Inteviews Entity : Attributes of Inteviews are interview_id, interview_job_id, interview_title, interview_type, interview_date, interview_description
Description of Recruitment Magement System Database :
- The details of Agencies is store into the Agencies tables respective with all tables
- Each entity ( Inteviews, Jobs, Placements, Employee, Agencies) contains primary key and unique keys.
- The entity Jobs, Placements has binded with Agencies, Employee entities with foreign key
- There is one-to-one and one-to-many relationships available between Placements, Campus, Inteviews, Agencies
- All the entities Agencies, Placements, Jobs, Inteviews are normalized and reduce duplicacy of records
- We have implemented indexing on each tables of Recruitment Magement System tables for fast query execution.

- Posted By: freeproject
- Comments: 0
Recruitment Magement System Sequence Diagram
This is the UML sequence diagram of Recruitment Magement System which shows the interaction between the objects of Inteviews, Placement, Employee, Job, Agency. The instance of class objects involved in this UML Sequence Diagram of Recruitment Magement System are as follows:
- Inteviews Object
- Placement Object
- Employee Object
- Job Object
- Agency Object
Login Sequence Diagram of Recruitment Magement System:
This is the Login Sequence Diagram of Recruitment Magement System, where admin will be able to login in their account using their credentials. After login user can manage all the operations on Employee, Inteviews, Placement, Agency, Job. All the pages such as Placement, Agency, Job are secure and user can access these page after login. The diagram below helps demonstrate how the login page works in a Recruitment Magement System. The various objects in the Agency, Employee, Inteviews, Placement, and Job page—interact over the course of the sequence, and user will not be able to access this page without verifying their identity.

This is the UML sequence diagram of Recruitment Magement System which shows the interaction between the objects of Inteviews, Placement, Employee, Job, Agency. The instance of class objects involved in this UML Sequence Diagram of Recruitment Magement System are as follows:
- Inteviews Object
- Placement Object
- Employee Object
- Job Object
- Agency Object

- Posted By: freeproject
- Comments: 0
Recruitment Magement System Use Case Diagram
This Use Case Diagram is a graphic depiction of the interactions among the elements of Recruitment Magement System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Recruitment Magement System. The main actors of Recruitment Magement System in this Use Case Diagram are: Super Admin, System User, Campus, Student, who perform the different type of use cases such as Manage Agencies, Manage Employers, Manage Jobs, Manage Campus, Manage Placements, Manage Inteviews, Manage Users and Full Recruitment Magement System Operations. Major elements of the UML use case diagram of Recruitment Magement System are shown on the picture below.
The relationships between and among the actors and the use cases of Recruitment Magement System:
- Super Admin Entity : Use cases of Super Admin are Manage Agencies, Manage Employers, Manage Jobs, Manage Campus, Manage Placements, Manage Inteviews, Manage Users and Full Recruitment Magement System Operations
- System User Entity : Use cases of System User are Manage Agencies, Manage Employers, Manage Jobs, Manage Campus, Manage Placements, Manage Inteviews
- Campus Entity : Use cases of Campus are Send Notifications, Select Companies, Post Requirements, Search Candidates
- Student Entity : Use cases of Student are Check Notifications, Check Company Profile, Apply for Jobs, Check Status
Use Case Diagram of Recruitment Magement System :
