Does the objectID match a query and has it already been matched on this query.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public bool isPreviousFilterMatch( DOFObjectID objectID )
Parameters
- objectID
- Type: org.opendof.core.oalDOFObjectID
The object identifier. Must not be null.
Return Value
Type: BooleanTrue if a match has already occurred on the object and security scope, false otherwise.
Remarks
See Also