Add a filter for specific DOFObjects that currently provide the Object Interface specified.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFQueryBuilder addFilter( params DOFInterfaceID[] interfaceIDs )
Parameters
- interfaceIDs
- Type: org.opendof.core.oalDOFInterfaceID
The interface identifiers that the filter is for.
Return Value
Type: DOFQueryBuilderA reference to this Builder.
Remarks
See Also
Reference
addFilter(DOFInterfaceID[])