Package org.ametys.plugins.joboffer
Interface JobOfferConstants
-
public interface JobOfferConstants
Job offer constant
-
-
Field Summary
Fields Modifier and Type Field Description static StringJOB_APPLICATION_ATTRIBUTE_PATH_JOB_OFFERPath of attribute holding the job offerstatic StringJOB_APPLICATION_ATTRIBUTE_PATH_PERSON_IN_CHARGEPath of attribute holding the the persons in chargestatic StringJOB_APPLICATION_CONTENT_TYPEId of the application content typestatic StringJOB_OFFER_ATTRIBUTE_PATH_APPLICATIONSPath of attribute holding the persons in chargestatic StringJOB_OFFER_ATTRIBUTE_PATH_CLOSING_DATEPath of attribute holding the persons in chargestatic StringJOB_OFFER_ATTRIBUTE_PATH_PERSON_IN_CHARGEPath of attribute holding the persons in chargestatic StringJOB_OFFER_ATTRIBUTE_PATH_REF_IDPath of attribute holding the job idstatic StringJOB_OFFER_CONTENT_TYPEId 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
-
-