Interface GomFilterEntry
- All Superinterfaces:
GomElement
,Serializable
- All Known Implementing Classes:
AbstractGomFilterEntry
,GomFilterAllowEntry
,GomFilterHideEntry
Define filter entries like <ALLOW type='picture'/> <HIDE type='picture'/> to allow or hide(deny) the selection of the specified element filter type.
- Since:
- 4.2.9
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
Allow or hide the defined entry.static class
Wildcard type for a filter entrystatic enum
Allowed element selection types. -
Method Summary
Modifier and TypeMethodDescriptionThe restriction type.The FilterType string representationgetType()
The type to filter for.Methods inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfiguration
-
Method Details
-
getType
GomFilterEntry.FilterType getType()The type to filter for.- Returns:
- the specific element filter type.
- Since:
- 4.2
- See Also:
-
getStringRepresentation
String getStringRepresentation()The FilterType string representation- Returns:
- the FilterType string representation
- Since:
- 4.2
- See Also:
-
getEntryType
GomFilterEntry.EntryType getEntryType()The restriction type.- Returns:
- ALLOW or HIDE type
- Since:
- 4.2
- See Also:
-