com.hlcl.rql.hip.as
Class InheritWorkflow

java.lang.Object
  extended by com.hlcl.rql.hip.as.InheritWorkflow

public class InheritWorkflow
extends java.lang.Object

Author:
lejafr This class extend the CMS standard function 'inherit workflow' so, that some multilinks will not get a workflow.

Constructor Summary
InheritWorkflow(Workflow workflow, java.lang.String shadowElementsNameSuffix)
          Construct a inherit workflow object.
 
Method Summary
 void inheritFromMultiLink(MultiLink link)
          Startet das Vererben bei dem Container mit Namen containerTemplateElementName, das in der gegebenen Seite startPage existieren muss.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InheritWorkflow

public InheritWorkflow(Workflow workflow,
                       java.lang.String shadowElementsNameSuffix)
Construct a inherit workflow object.

Parameters:
shadowElementsNameSuffix - all links which have a shadow element will not get a workflow assigned
See Also:
Template.getShadowedTemplateElements(String)
Method Detail

inheritFromMultiLink

public void inheritFromMultiLink(MultiLink link)
                          throws RQLException
Startet das Vererben bei dem Container mit Namen containerTemplateElementName, das in der gegebenen Seite startPage existieren muss.

Throws:
RQLException