Dear all,
When I enabled the "versioning" and "approval" of a folder in KM repository, I can see the word "Versioning Enabled" and "Approval Enabled" at the detail page of a folder. However, I can't found any property or method can get this information from code. Do any one know how to get these informations?
Thanks
Sam
You may have to use different services to get these properties. Use Statemanagementservice to check weather approval process is enabled or not. You may have look at the web log at Automating Document Approval Process through Custom Java iView to get the reference to the service. you can use the method sResource.getUtils().isStatemanagementEnabled()
Arul
Add a comment