atg.epub.pws.taglib
Class GetUnsuppliedAssetsTag

java.lang.Object
  extended by PWSResourceFileTagSupport
      extended by atg.epub.pws.taglib.GetUnsuppliedAssetsTag

public class GetUnsuppliedAssetsTag
extends PWSResourceFileTagSupport

Tag for obtaining the names and counts of all and required asset placeholders in the workflow for the given project.

See Also:
GetUnsuppliedAssetsTag$Results

Nested Class Summary
 class GetUnsuppliedAssetsTag.Results
          Results class for returning output from this tag.
static class GetUnsuppliedAssetsTag.TEI
          TagExtraInfo class to handle var/id processing.
 
Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
GetUnsuppliedAssetsTag()
          Empty Constructor
 
Method Summary
 int doStartTag()
          Sets the output id/var variable to a Results object which contains the names and counts of all and required unsupplied asset variables.
 java.lang.String getProcessId()
           
 void release()
           
 void setProcessId(java.lang.String pProcessId)
          Sets the process id to return the unsupplied assets for
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

GetUnsuppliedAssetsTag

public GetUnsuppliedAssetsTag()
Empty Constructor

Method Detail

setProcessId

public void setProcessId(java.lang.String pProcessId)
Sets the process id to return the unsupplied assets for

Parameters:
pProcessId - a valid process id

getProcessId

public java.lang.String getProcessId()
Returns:
the process id which to return the unsupplied assets for

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Sets the output id/var variable to a Results object which contains the names and counts of all and required unsupplied asset variables.

Throws:
javax.servlet.jsp.JspException - if the process id is invalid or the process is not initialized properly
See Also:
GetUnsuppliedAssetsTag$Results

release

public void release()
See Also:
Tag.release()