|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDistributionCompleteContext
An IDistributionCompleteContext object is passed to
IDistributionCompletePlugin implementations when
IDistributionCompletePlugin.onDistributionComplete(com.businessobjects.publisher.distribution.IDistributionCompleteContext) is invoked.
| Method Summary | |
|---|---|
ILogger |
getAdminLog()
Deprecated. For internal use only. Use IDistributionCompleteContext.getAdminLogAdapter() instead. |
ILoggerAdapter |
getAdminLogAdapter()
Returns a logger that can be used to log information during post-distribution. |
IInfoStore |
getInfoStore()
Returns an InfoStore object that can be used to query the BusinessObjects Enterprise repository. |
java.lang.String |
getOptions()
Returns the generic parameter value. |
IPublication |
getPublication()
Returns the publication that invoked this plugin. |
IScopeBatch |
getScopeBatch()
For internal use only. |
java.util.List |
getScopeFilters(IInfoObject doc)
Returns a list of IScopeFilter objects that can be used to obtain personalization information |
void |
setOptions(java.lang.String options)
Sets the generic parameter value. |
| Method Detail |
|---|
IInfoStore getInfoStore()
IInfoStore associated with the current session.IPublication getPublication()
IPublication containing the publication instance.IScopeBatch getScopeBatch()
java.lang.String getOptions()
IPublicationEventHandlerInfo.setGenericParameter(java.lang.String).
void setOptions(java.lang.String options)
IPublicationEventHandlerInfo.setGenericParameter(java.lang.String).
options - A String containing the parameter value.ILogger getAdminLog()
IDistributionCompleteContext.getAdminLogAdapter() instead.
java.util.List getScopeFilters(IInfoObject doc)
throws PublishingException
doc - is one of the documents in the publication
PublishingExceptionILoggerAdapter getAdminLogAdapter()
ILoggerAdapter object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||