DataObjectStatusFilter

Represents a filter for the onion.net data search. This filter reduces the search by the status of a data object.

onion.net works, in the data repository, with editing locks. If a user would like to edit the content of a data object, then this user must claim the editing process beforehand. Other users may no longer edit the content of the data object at this point. Only once the process has been returned can other users claim this editing process.

onion.net knows two statuses here. Either the data object is in the status Returned or CheckedOut.

The default value is Ignore.

Values

Ignore

The status of the data object is not filtered at the time of the search.

IsCheckedOut

All data objects with the status CheckedOut are to be displayed. All data objects are displayed which are currently in editing by all users. If only the checked out data objects of a particular user are to be displayed, then the Last Editor must be indicated in the search.

IsCheckedIn

All data objects with the status Returned are to be displayed.