Oracle WebCenter Content (MOSC)

MOSC Banner

Problem in editing security group of a file

edited Jul 10, 2013 7:01PM in Oracle WebCenter Content (MOSC) 2 commentsAnswered
 Hi all,
I am not able to edit   security group of a file.
following is the code i am using for changing meta data of a file

                binder.putLocal("IdcService", "FLD_EDIT_FILE");
                binder.putLocal("fFileGUID",fileid);
                binder.putLocal("dSecurityGroup","IJM_SHARED");
                // Write the data binder for the request to stdout
                 serializer.serializeBinder (System.out, binder);
                // Send the request to Content Server
                 ServiceResponse response1 = idcClient.sendRequest(userContext,binder);
                // Get the data binder for the response from Content Server
                DataBinder responseData1 = response1.getResponseAsBinder();
                // Write the response data binder to stdout
               serializer.serializeBinder (System.out, responseData1);


Please help on this 



Regards,
Shakir

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center