cogadmin.properties 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. #
  2. # Licensed Materials - Property of IBM
  3. #
  4. # IBM Cognos Products: cogadmin
  5. #
  6. # (C) Copyright IBM Corp. 2005, 2014
  7. #
  8. # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  9. #
  10. #################################################################
  11. # XTS Properties file for Cognos Administration Services #
  12. # #
  13. # This file should be loaded by the XTS engine upon startup. #
  14. # #
  15. # Values contained in this file override those specified in #
  16. # xts.properties, or in additional properties files loaded #
  17. # prior to this one. See the comments for the property #
  18. # "resource.properties" in xts.properties. #
  19. # #
  20. #################################################################
  21. #################################
  22. # XTS Function Classes #
  23. #################################
  24. #################################
  25. # XTS Transform Classes #
  26. #################################
  27. #################################
  28. # XTS Request Classes #
  29. #################################
  30. request.class.GetResourceProperty=com.cognos.admin.xts.GetResourceProperty
  31. request.class.GetMultipleResourceProperties=com.cognos.admin.xts.GetMultipleResourceProperties
  32. request.class.QueryRelationshipsByType=com.cognos.admin.xts.QueryRelationshipsByType
  33. request.class.ExecuteResourceAction=com.cognos.admin.xts.ExecuteResourceAction
  34. request.class.WriteThresholds=com.cognos.admin.xts.WriteThresholds
  35. request.class.ReadThresholds=com.cognos.admin.xts.ReadThresholds
  36. request.class.ClearThresholds=com.cognos.admin.xts.ClearThresholds
  37. request.class.GetInteractiveActivities=com.cognos.admin.xts.GetInteractiveActivities
  38. request.class.CancelInteractiveActivities=com.cognos.admin.xts.CancelInteractiveActivities
  39. request.class.CogQueryRelationshipsByType=com.cognos.admin.xts.CogQueryRelationshipsByType
  40. request.class.GenerateBarChart=com.cognos.admin.xts.GenerateBarChart
  41. ############################
  42. # Function Generator Class #
  43. ############################
  44. function.class.getResourceWSDL=com.cognos.admin.xts.function.GetResourceWSDL
  45. # Note: function.class.clearCache is meant for single-Presentation Service (PS)
  46. # environments only. If > 1 PS exists, invoking this request will not clear the
  47. # cogadmin cache of all running instances.
  48. function.class.clearCache=com.cognos.admin.xts.function.ClearCache
  49. function.class.UpdateUserInterfaceProfilesPortlet=com.cognos.admin.xts.function.UpdateUserInterfaceProfilesPortlet
  50. function.class.CreatePolicies=com.cognos.admin.xts.function.CreatePolicies
  51. function.class.ConvertStoreIdsFromJsonToXml=com.cognos.admin.xts.function.ConvertStoreIdsFromJsonToXml