Oracle WebCenter Sites (MOSC)

MOSC Banner

Can we set filename attribute of Metadata tab dynamically through page filter?

edited Jul 28, 2016 4:16AM in Oracle WebCenter Sites (MOSC) Question

Hi All,

We are using Oracle WebCenter Sites 11.1.1.8 Patch 13, when creating a new page from contributor I need to set the exported to disk filename dynamically using page filter, I used below code to get the filename but I don't know how to set it 

@Override

    public void filterAsset(IFilterEnvironment env, String identifier,

            FTValList ftValList, IFilterableAssetInstance instance)

                    throws AssetException

    {

            String pageName = instance.getName();

            String fileName = instance.GetFileName(env.getICS());

           

    }

Thanks a lot,

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