com.arsdigita.cms.workflow
Class PreviewTaskURLGenerator

java.lang.Object
  extended bycom.arsdigita.cms.workflow.FinishTaskURLGenerator
      extended bycom.arsdigita.cms.workflow.PreviewTaskURLGenerator
All Implemented Interfaces:
TaskURLGenerator

public class PreviewTaskURLGenerator
extends FinishTaskURLGenerator

Interface for generating a URL for a Task given the ID of the ContentItem and the Task.

Version:
$Revision: #5 $ $Date: 2004/04/07 $
Author:
Uday Mathur (umathur@arsdigita.com)

Field Summary
static String versionId
           
 
Fields inherited from class com.arsdigita.cms.workflow.FinishTaskURLGenerator
s_instance
 
Constructor Summary
PreviewTaskURLGenerator()
           
 
Method Summary
 String generateURL(BigDecimal itemId, BigDecimal taskId)
          Generates a Link to the Finish Task Panel under the Workflow Tab in the Item Management part of the CMS UI.
 
Methods inherited from class com.arsdigita.cms.workflow.FinishTaskURLGenerator
generateURLWithReturn, getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

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

PreviewTaskURLGenerator

public PreviewTaskURLGenerator()
Method Detail

generateURL

public String generateURL(BigDecimal itemId,
                          BigDecimal taskId)
Description copied from class: FinishTaskURLGenerator
Generates a Link to the Finish Task Panel under the Workflow Tab in the Item Management part of the CMS UI.

Specified by:
generateURL in interface TaskURLGenerator
Overrides:
generateURL in class FinishTaskURLGenerator
Parameters:
itemId - a BigDecimal id of the item in question
taskId - a BigDecimal id of the task to finish


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 19 2004:2352 UTC