Package ch.tocco.nice2.rest.client.api
Interface CustomRelationCounter
- All Known Implementing Classes:
DmsRelationCounter
public interface CustomRelationCounter
The
MultiCountResource
counts the number of related entities for each relation tab.
If a custom count logic is necessary a CustomRelationCounter
should be implemented for this relation.-
Method Summary
-
Method Details
-
getCount
- Returns:
- the number of related entities
-
supports
- Returns:
- `true` if this
CustomRelationCounter
supports the given relation name.
-