com.filenet.wcm.toolkit.util
Class WcmWorkflowVersionHelper

java.lang.Object
  extended bycom.filenet.wcm.toolkit.util.WcmWorkflowVersionHelper

public class WcmWorkflowVersionHelper
extends java.lang.Object

Utility class for encoding/decoding workflow version strings.


Constructor Summary
WcmWorkflowVersionHelper()
           
 
Method Summary
static java.lang.String decode(java.lang.String workflowVersion)
          Decodes the string.
static java.lang.String encode(java.lang.String workflowVersion)
          Encodes the string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WcmWorkflowVersionHelper

public WcmWorkflowVersionHelper()
Method Detail

encode

public static java.lang.String encode(java.lang.String workflowVersion)
Encodes the string. If the string is null, returns "".

Parameters:
workflowVersion - the string to encode
Returns:
the encoded string, or ""

decode

public static java.lang.String decode(java.lang.String workflowVersion)
Decodes the string. If the string is null, returns "".

Parameters:
workflowVersion - the string to decode
Returns:
the decoded string, or ""


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.