com.ibm.ram.extension
Class CustomReviewProcessAccessor

java.lang.Object
  extended by com.ibm.ram.extension.CustomReviewProcessAccessor

public class CustomReviewProcessAccessor
extends java.lang.Object

This class can be used to get and set protected fields on a CustomReviewProcess.

Since:
7.1.1

Constructor Summary
CustomReviewProcessAccessor()
           
 
Method Summary
static int getExtensionID(CustomReviewProcess reviewProcess)
           
static void setExtensionID(CustomReviewProcess reviewProcess, int extensionID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomReviewProcessAccessor

public CustomReviewProcessAccessor()
Method Detail

getExtensionID

public static int getExtensionID(CustomReviewProcess reviewProcess)
Parameters:
reviewProcess - The CustomReviewProcess to get the extension ID from.
Returns:
The ID of the extension this review process comes from.
Since:
7.1.1

setExtensionID

public static void setExtensionID(CustomReviewProcess reviewProcess,
                                  int extensionID)
Parameters:
reviewProcess - The CustomReviewProcess to set the extension ID for.
extensionID - The ID of the extension this review process comes from.
Since:
7.1.1