Issue Details (XML | Word | Printable)

Key: BCMS-13
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Savvas Triantafyllou
Reporter: Savvas Triantafyllou
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
BetaCMS

Support for built in system entities (ContentObject, RepositoryUser, Topic, Taxonomy, Space)

Created: 13/Jan/09 05:09 PM   Updated: 13/Jan/09 05:29 PM
Component/s: betacms-repository, betacms-repository-api, betacms-repository-model
Affects Version/s: 2.1.0.CR1
Fix Version/s: 2.1.0.CR1

Time Tracking:
Not Specified


 Description  « Hide
A built in system entity may be used in specific cases and need not to participate in general queries.
For example, there are some Content types, like portal, which are handled by BetaCMS internally and they do not need
to participate to all queries made for any content object.

If these instances could be marked as built in, then all queries made by external users may be implemented to
search only NON system entities.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Savvas Triantafyllou added a comment - 13/Jan/09 05:29 PM
All CmsRepositoryEntities have a new property 'systemBuiltInEntity'

Also in CmsCriteria a SearchMode has been introduced, where one can choose which type of entities to search (All, BuiltIn or Non-Builtin)

Commited in Revision 2215