Used by a Requestor (typically) to get all the interfaces currently provided by the specified object in this System.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public ICollection<DOFInterfaceID> getProviderInterfaces( DOFObjectID objectID )
Parameters
- objectID
- Type: org.opendof.core.oalDOFObjectID
The object identifier. This must not be null.
Return Value
Type: ICollectionDOFInterfaceIDA collection of interface identifiers currently provided by the object. May be an empty list.
Remarks
See Also