cancel
Showing results for 
Search instead for 
Did you mean: 

Content Expiry-MoveActionExecuter.java

lakshmi
Champ in-the-making
Champ in-the-making
Hi,

Am writing a scheduled action to find out the expired content (using cm:effectivity aspect) and move the expired content to archive folder. For this am referring to MoveActionExecuter.java

here am not sure of the inputs to this class

public static final String PARAM_DESTINATION_FOLDER = "destination-folder";
    public static final String PARAM_ASSOC_TYPE_QNAME = "assoc-type";
    public static final String PARAM_ASSOC_QNAME = "assoc-name";

can anybody explain what these three parameters refer to?

How should i give this in parameterTemplates  in my action definition?

Thanks in advance..

Lakshmi
1 REPLY 1

witho
Champ on-the-rise
Champ on-the-rise
Hi,

Did you succeed writing your scheluded action? I am developing a similar action and I need help with the MoveActionExecuter too. Any lead?

Thanks a lot.