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 IPlaceholderGroupstatic final IPlaceholderGroupstatic final IPlaceholderGroupstatic final IPlaceholderGroupstatic final IPlaceholderGroupstatic final IPlaceholderGroupstatic final IPlaceholderGroupstatic final IPlaceholderGroupstatic final IPlaceholderGroupstatic final IPlaceholderGroupstatic final IPlaceholderGroup -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(IPlaceholderGroup group, PlaceHolder placeholder) voidaddAll(IPlaceholderGroup group, Iterable<PlaceHolder> placeholders) voidaddAll(Map<IPlaceholderGroup, Set<PlaceHolder>> placeholders) voidclearAll()voidclearAll(IPlaceholderGroup group) voidclearAll(Collection<IPlaceholderGroup> groups) Iterable<org.apache.commons.lang3.tuple.Pair<IPlaceholderGroup,PlaceHolder>> getAll()getAll(IPlaceholderGroup group) voidremove(IPlaceholderGroup group, PlaceHolder placeholder) voidremoveAll(IPlaceholderGroup group, Iterable<PlaceHolder> placeholders) voidreplaceAll(IPlaceholderGroup group, Iterable<PlaceHolder> placeholders) voidupdateCounterPlaceholders(IEntityContext ec, Mandant client) voidupdateFormPlaceholders(IEntityContext ec, Mandant client, Locale locale, PlaceholderContextModel model) voidupdateTemplatePlaceholders(IEntityContext ec, Mandant client) default voidDeprecated.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.
-