com.ibm.pim.system
Interface PIMScriptManager

All Superinterfaces:
Manager

public interface PIMScriptManager
extends Manager

Interface for the manager of PIMScript objects.

Since:
6.0.0

Field Summary
static java.lang.String copyright
           
 
Method Summary
 PIMScript getPIMScript(java.lang.String path)
          Fetches the PIMScript with given path from the PIM system or file system.
 
Methods inherited from interface com.ibm.pim.common.Manager
getManagerName
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

getPIMScript

PIMScript getPIMScript(java.lang.String path)
Fetches the PIMScript with given path from the PIM system or file system.

Parameters:
path - script path.
Returns:
PIMScript object. Return null, if the path provided is invalid
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use
java.lang.IllegalArgumentException - If the path is null or an empty string.