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