Today, I started to coding for Object Manager application that is a inspiration from a migration project and apos applications. Application is being based on the Business Objects XI 3.1 Java sdk.
I am trying to build something because with Business Object Cmc application we, Business Objects Administrator Users, can only assign security levels and rights for a object for once time. If we want to assign security rights/levels, we have two options. First one is the putting same kind objects(means reports) in same folder . second one is preparing groups those handle our principals. But if our objects must be in different folders because of business needs and preparing a group for each principal creates lots of groups again because of business needs.
At this point I am preparing a matrix table occurance of groups/users and objects(folders,reports,etc.). In the intersection of the user/group and object shows you a drop down list. In the list you will be able to see “Full Control”,”Inherit”,”No Access”,”Schedule”,”View”,”View On Demand” and “Advanced”. At this point when you select “Advanced” option box will be opened and show you advanced security rights/levels assigned for object/user combination.Through this box you will be able to assign levels/rights.
Today,for begginning, I prepared selecting user/group and object pages. Prepared demo page, for static object and user/group , which can show rights and levels. And at the end I figure out a way to entegration my application with Cmc Application of the Business Objects XI 3.1 .
Now at the begginning of the my project a few days I will be concentrated on the api for security levels and rights. And I will prepare classes for helping me through the flow.
For now I think it will be a nice plug-in for Cmc application. This is enough for day one. (: