com.day.cq.wcm.workflow.impl
Class AutoAssignRule

java.lang.Object
  extended by com.day.cq.wcm.workflow.impl.AutoAssignRule

public class AutoAssignRule
extends Object

The AutoAssignRule ...


Field Summary
static String GLOBBING
           
static String TEMPLATE_PATH
           
static String TEMPLATE_RESOURCE_TYPE
           
static String WORKFLOW_MODEL
           
 
Constructor Summary
AutoAssignRule(Node node, WorkflowSession session)
           
 
Method Summary
 String getGlobbing()
           
 Node getNode()
           
 String getTemplatePath()
           
 String getTemplResourceType()
           
 WorkflowModel getWorkflowModel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GLOBBING

public static final String GLOBBING
See Also:
Constant Field Values

WORKFLOW_MODEL

public static final String WORKFLOW_MODEL
See Also:
Constant Field Values

TEMPLATE_PATH

public static final String TEMPLATE_PATH
See Also:
Constant Field Values

TEMPLATE_RESOURCE_TYPE

public static final String TEMPLATE_RESOURCE_TYPE
See Also:
Constant Field Values
Constructor Detail

AutoAssignRule

public AutoAssignRule(Node node,
                      WorkflowSession session)
Method Detail

getWorkflowModel

public WorkflowModel getWorkflowModel()

getTemplatePath

public String getTemplatePath()

getTemplResourceType

public String getTemplResourceType()

getGlobbing

public String getGlobbing()

getNode

public Node getNode()


Copyright © 2008 Day Management AG. All Rights Reserved.