Interface GomProjectEntry
- All Superinterfaces:
GomElement
,Serializable
- All Known Subinterfaces:
GomSingleProjectEntry
- All Known Implementing Classes:
GomCategoryEntry
,GomMediaStoreLocalProjectEntry
,GomMediaStoreRemoteProjectEntry
,GomSiteOrMediaStoreLocalProjectEntry
,GomSiteOrMediaStoreRemoteProjectEntry
,GomStorableLocalProjectEntry
,GomStorableRemoteProjectEntry
A project entry.
- Since:
- 4.2.5
-
Method Summary
Modifier and TypeMethodDescriptionGet a constraint representation of this entry.Methods inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfiguration
-
Method Details
-
asConstraint
ProjectConstraint asConstraint()Get a constraint representation of this entry.- Returns:
- The entry's constraint representation.
- Since:
- 4.2.5
-