getCheckedOutEntitiesForPatch(patchNumber: Integer; deltaId: String): MethodSet;
The getCheckedOutEntitiesForPatch method of the JadePatchControlInterface class returns a set of all methods that were updated by using the patch number specified in the patchNumber parameter and that are checked out to the delta with a delta identifier specified in the deltaId parameter. If a value is not specified for the deltaId parameter, the getCheckedOutEntitiesForPatch method returns a set of all checked out methods for the specified patch number.