it.eng.spagobi.analiticalmodel.document.handlers
Class BIObjectNotesManager

java.lang.Object
  extended by it.eng.spagobi.analiticalmodel.document.handlers.BIObjectNotesManager

public class BIObjectNotesManager
extends java.lang.Object

Manages and implements utilities and task execution for BIObject notes functionality


Constructor Summary
BIObjectNotesManager()
           
 
Method Summary
 java.lang.String getExecutionIdentifier(BIObject biobj)
          Return an identifier for a specific execution.
 java.lang.String getExecutionIdentifier(java.lang.Integer biobjID, java.lang.String executionRole, java.util.HashMap execUrlParMapWithValues)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BIObjectNotesManager

public BIObjectNotesManager()
Method Detail

getExecutionIdentifier

public java.lang.String getExecutionIdentifier(java.lang.Integer biobjID,
                                               java.lang.String executionRole,
                                               java.util.HashMap execUrlParMapWithValues)

getExecutionIdentifier

public java.lang.String getExecutionIdentifier(BIObject biobj)
Return an identifier for a specific execution. The identifier is composed using the parameters url names and values.

Parameters:
biobj - The biobject executed. The biobject must be filled with the parameter value selected by the user
Returns:
String of the biobject execution identifier