|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IProcessingExtension
This interface allows you to retrieve information about a processing extension contained in the ProcessingExtensions Collection. You can also update the location and description of the processing extension.
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns the description of the processing extension. |
java.lang.String |
getName()
Returns the name of the processing extension. |
java.lang.String |
getPath()
Returns the location of the processing extension. |
void |
setDescription(java.lang.String description)
Sets the description of the processing extension. |
void |
setPath(java.lang.String path)
Sets the location of the processing extension. |
| Method Detail |
|---|
java.lang.String getName()
throws SDKException
Returns the name of the processing extension.
String specifying the name of the processing extension.
SDKException - This is thrown if the process is unsuccessful.
java.lang.String getPath()
throws SDKException
Returns the location of the processing extension. When the associated object is a report object as opposed to an
IReportGlobal object, the path will not be set.
String specifying the location of the processing extension.
SDKException - This is thrown if the process is unsuccessful.void setPath(java.lang.String path)
Sets the location of the processing extension. When the associated object is a report object as opposed to an
IReportGlobal object, the path will not be set.
path - A String specifying the location of the processing extension.
java.lang.String getDescription()
throws SDKException
Returns the description of the processing extension. When the associated object is a report object as opposed to an
IReportGlobal object, the description will not be set.
String containing the description of the processing extension.
SDKException - This is thrown if the process is unsuccessful.void setDescription(java.lang.String description)
Sets the description of the processing extension. When the associated object is a report object as opposed to an
IReportGlobal object, the description will not be set.
description - A String containing the description of the processing
extension.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||