Package org.ametys.odf.observation
Interface OdfObservationConstants
public interface OdfObservationConstants
Observation constants specific to ODF.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringArgument for new parents of aProgramItemstatic final StringArgument for a old parent of aProgramItemstatic final StringArgument for aProgramItemstatic final StringArgument for id of aProgramItemstatic final StringEvent when a educational path does no more existstatic final StringArgument of skills exclusion for a content.static final StringEvent id sent when a skills display of content is changed.static final StringEvent id sent when a content is translated.
-
Field Details
-
ODF_CONTENT_TRANSLATED
Event id sent when a content is translated.- See Also:
-
ODF_CONTENT_SKILLS_EXCLUSION_CHANGED
Event id sent when a skills display of content is changed.- See Also:
-
ODF_CONTENT_SKILLS_EXCLUSION_ARG
Argument of skills exclusion for a content.- See Also:
-
EVENT_PROGRAM_ITEM_HIERARCHY_CHANGED
Event when a educational path does no more exist- See Also:
-
ARGS_PROGRAM_ITEM
Argument for aProgramItem- See Also:
-
ARGS_PROGRAM_ITEM_ID
Argument for id of aProgramItem- See Also:
-
ARGS_OLD_PARENT_PROGRAM_ITEM_ID
Argument for a old parent of aProgramItem- See Also:
-
ARGS_NEW_PARENT_PROGRAM_ITEM_IDS
Argument for new parents of aProgramItem- See Also:
-