Interface ActionFactory
- All Known Implementing Classes:
AbstractActionFactory, AbstractEntityActionsFactory, AbstractListEntityActionsFactory, AbstractModelActionFactory, AcceptConflictActionFactory, ActionsModelFactory, ColumnModelActionFactory, CreateFromRelationEntityActionsFactory, EntityModelActionFactory, EvaluationQuestionLogicCopyActionFactory, EventLogicCopyActionFactory, ExportingActionFactory, FormModelActionFactory, GenericLabelActionFactory, GridUserSettingActionFactory, HistoryActionFactory, ImportingActionFactory, MainCreateEntityActionsFactory, MainCreateStoreAsTemplateActionsFactory, MainListEntityActionsFactory, MainUpdateEntityActionsFactory, MassMutationActionFactory, ModalCreateEntityActionsFactory, ModalCreateLoadTemplateActionsFactory, ModalUpdateEntityActionsFactory, NullActionFactory, OpenDmsNodeActionFactory, OrderPositionActionFactory, QuestionLogicCopyActionFactory, QuestionnaireLogicCopyActionFactory, RelationsListEntityActionsFactory, ReportingLogicCopyActionFactory, RoomProposalActionFactory, ShowDocumentsActionFactory, SingleMarkActionFactory, ZipFileImportActionFactory
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final intDeprecated.static final intDeprecated.static final StringDeprecated.Add a property using this key to the action to specify what should happen to actions where the user has no perform permission.static final StringDeprecated. -
Method Summary
Modifier and TypeMethodDescription@Nullable Collection<ActionModel> createActions(Situation situation) Deprecated.Create a newActionGroupModelfor the specified situation.
-
Field Details
-
HIGH_PRIORITY
static final int HIGH_PRIORITYDeprecated.- See Also:
-
LOW_PRIORITY
static final int LOW_PRIORITYDeprecated.- See Also:
-
PERFORM_DENIED_KEY
Deprecated.Add a property using this key to the action to specify what should happen to actions where the user has no perform permission.Valid values are
DISABLE_ACTIONandREMOVE_ACTION, where the default action isDISABLE_ACTION.- See Also:
-
REMOVE_ACTION
-
DISABLE_ACTION
-
-
Method Details
-
createActions
Deprecated.Create a newActionGroupModelfor the specified situation.- Returns:
nullif this factory provides no actions for this situation.
-