Package org.ametys.plugins.joboffer
Interface JobOfferConstants
-
public interface JobOfferConstants
Job offer constant
-
-
Field Summary
Fields Modifier and Type Field Description static String
JOB_APPLICATION_ATTRIBUTE_PATH_JOB_OFFER
Path of attribute holding the job offerstatic String
JOB_APPLICATION_ATTRIBUTE_PATH_PERSON_IN_CHARGE
Path of attribute holding the the persons in chargestatic String
JOB_APPLICATION_CONTENT_TYPE
Id of the application content typestatic String
JOB_OFFER_ATTRIBUTE_PATH_APPLICATIONS
Path of attribute holding the persons in chargestatic String
JOB_OFFER_ATTRIBUTE_PATH_CLOSING_DATE
Path of attribute holding the persons in chargestatic String
JOB_OFFER_ATTRIBUTE_PATH_PERSON_IN_CHARGE
Path of attribute holding the persons in chargestatic String
JOB_OFFER_ATTRIBUTE_PATH_REF_ID
Path of attribute holding the job idstatic String
JOB_OFFER_CONTENT_TYPE
Id of the application job offer
-
-
-
Field Detail
-
JOB_APPLICATION_CONTENT_TYPE
static final String JOB_APPLICATION_CONTENT_TYPE
Id of the application content type- See Also:
- Constant Field Values
-
JOB_OFFER_CONTENT_TYPE
static final String JOB_OFFER_CONTENT_TYPE
Id of the application job offer- See Also:
- Constant Field Values
-
JOB_OFFER_ATTRIBUTE_PATH_PERSON_IN_CHARGE
static final String JOB_OFFER_ATTRIBUTE_PATH_PERSON_IN_CHARGE
Path of attribute holding the persons in charge- See Also:
- Constant Field Values
-
JOB_OFFER_ATTRIBUTE_PATH_CLOSING_DATE
static final String JOB_OFFER_ATTRIBUTE_PATH_CLOSING_DATE
Path of attribute holding the persons in charge- See Also:
- Constant Field Values
-
JOB_OFFER_ATTRIBUTE_PATH_APPLICATIONS
static final String JOB_OFFER_ATTRIBUTE_PATH_APPLICATIONS
Path of attribute holding the persons in charge- See Also:
- Constant Field Values
-
JOB_OFFER_ATTRIBUTE_PATH_REF_ID
static final String JOB_OFFER_ATTRIBUTE_PATH_REF_ID
Path of attribute holding the job id- See Also:
- Constant Field Values
-
JOB_APPLICATION_ATTRIBUTE_PATH_JOB_OFFER
static final String JOB_APPLICATION_ATTRIBUTE_PATH_JOB_OFFER
Path of attribute holding the job offer- See Also:
- Constant Field Values
-
JOB_APPLICATION_ATTRIBUTE_PATH_PERSON_IN_CHARGE
static final String JOB_APPLICATION_ATTRIBUTE_PATH_PERSON_IN_CHARGE
Path of attribute holding the the persons in charge- See Also:
- Constant Field Values
-
-