Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IFilter.RestoreSecurity Property

Gets or sets whether default security should be restored on the retrieved object.

bool RestoreSecurity {get; set;}

Property Value

A boolean flag describing whether default security should be restored on the retrieved object. true indicates that security on returned objects should be applied to with respect to the user who performs a query. false indicates all the objects that satisfy the query criteria should be returned regardless of security settings. Default value for restoreSecurity is false. This default mode, with no security information applied on the query, is more efficient.

Note: If this method returns true, the query will not return any of the objects that the querying user does not have appropriate access to.

See Also

IFilter Interface | Plumtree.Remote.PRC.Collaboration.Query Namespace