Package step.repository.alm.otaclient
Interface ICustomizationPermissionsReports
-
- All Superinterfaces:
com4j.Com4jObject
public interface ICustomizationPermissionsReports extends com4j.Com4jObject
For HP use. Patch interface for skipping permission checking , used for standard reports
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
enableReportsMarch2009(boolean bEnable, java.lang.String verificationCode)
For HP use.Force Skip permission check on add item - patch only for Atlantis for report creation
-
-
-
Method Detail
-
enableReportsMarch2009
void enableReportsMarch2009(boolean bEnable, java.lang.String verificationCode)
For HP use.Force Skip permission check on add item - patch only for Atlantis for report creation
- Parameters:
bEnable
- Mandatory boolean parameter.verificationCode
- Mandatory java.lang.String parameter.
-
-