Package de.xima.fc.gui.interfaces
Interface IPlaceholderLibrary
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
PlaceholderLibrary
A list with all placeholders that are available. Placeholders are grouped into groups so that it becomes possible to
modify the placeholders of a certain group without affecting placeholders of a different group.
- Author:
- XIMA MEDIA GmbH
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IPlaceholderGroup
static final IPlaceholderGroup
static final IPlaceholderGroup
static final IPlaceholderGroup
static final IPlaceholderGroup
static final IPlaceholderGroup
static final IPlaceholderGroup
static final IPlaceholderGroup
static final IPlaceholderGroup
static final IPlaceholderGroup
static final IPlaceholderGroup
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(IPlaceholderGroup group, PlaceHolder placeholder) void
addAll
(IPlaceholderGroup group, Iterable<PlaceHolder> placeholders) void
addAll
(Map<IPlaceholderGroup, Set<PlaceHolder>> placeholders) void
clearAll()
void
clearAll
(IPlaceholderGroup group) void
clearAll
(Collection<IPlaceholderGroup> groups) Iterable<org.apache.commons.lang3.tuple.Pair<IPlaceholderGroup,
PlaceHolder>> getAll()
getAll
(IPlaceholderGroup group) void
remove
(IPlaceholderGroup group, PlaceHolder placeholder) void
removeAll
(IPlaceholderGroup group, Iterable<PlaceHolder> placeholders) void
replaceAll
(IPlaceholderGroup group, Iterable<PlaceHolder> placeholders) void
updateCounterPlaceholders
(IEntityContext ec, Mandant client) void
updateFormPlaceholders
(IEntityContext ec, Mandant client, Locale locale, PlaceholderContextModel model) void
updateTemplatePlaceholders
(IEntityContext ec, Mandant client) default void
Deprecated.No-op and should not be used.
-
Field Details
-
GROUP_APPOINTMENT
-
GROUP_ATTACHMENT
-
GROUP_COUNTER
-
GROUP_FORM
-
GROUP_SYSTEM
-
GROUP_TEMPLATE
-
GROUP_USER_CURRENT
-
GROUP_USER_INITIAL
-
GROUP_USER_LAST
-
GROUP_WORKFLOW_ACTION_RESULT
-
GROUP_WORKFLOW_TRIGGER_RESULT
-
-
Method Details
-
add
-
addAll
-
addAll
-
clearAll
void clearAll() -
clearAll
-
clearAll
-
getAll
Iterable<org.apache.commons.lang3.tuple.Pair<IPlaceholderGroup,PlaceHolder>> getAll() -
getAll
-
getGroups
Iterable<IPlaceholderGroup> getGroups() -
remove
-
removeAll
-
replaceAll
-
updateCounterPlaceholders
-
updateFormPlaceholders
void updateFormPlaceholders(IEntityContext ec, Mandant client, Locale locale, PlaceholderContextModel model) -
updateTemplatePlaceholders
-
updateWorkflowActionResultPlaceholders
Deprecated.No-op and should not be used. Workflow placeholders are now acquired via a cross view scope request directly from designer tabs.- Parameters:
ec
- Ignored parameter, can be null.action
- Ignored parameter, can be null.
-