|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.businessobjects.publisher.postprocessing.PluginTargetDestination
public class PluginTargetDestination
This class represents a BusinessObjects Enterprise destination that receives
artifacts created by publications. It is used to enable the plugin for a default
destination. To enable a post-processing plugin for a destination, add a
configured PluginTargetDestination instance to the target destinations
collection of the plugin.
IPublicationPostProcessingPlugin.getTargetDestinations()| Constructor Summary | |
|---|---|
PluginTargetDestination()
The constructor. |
|
PluginTargetDestination(java.lang.String destinationName,
int distributionMode)
The constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDestinationName()
Returns the ProgID of the destination. |
int |
getDistributionMode()
Returns the distribution mode for the destination. |
void |
setDistributionMode(int distributionMode)
Sets the distribution mode for the destination. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PluginTargetDestination()
public PluginTargetDestination(java.lang.String destinationName,
int distributionMode)
throws SDKException
destinationName - The ProgID of the destination.distributionMode - The distribution mode. Must correspond to a value in
IDestinationPluginArtifactFormat.CeDistributionMode.
SDKException| Method Detail |
|---|
public void setDistributionMode(int distributionMode)
throws SDKException
Sets the distribution mode for the destination. The distribution mode determines whether the source documents are distributed to recipients along with the other publication artifacts. Possible values are:
IDestinationPluginArtifactFormat.CeDistributionMode.FILTER_NONEIDestinationPluginArtifactFormat.CeDistributionMode.FILTER_EXCLUDE_SOURCE_DOCUMENTS
distributionMode - The distribution mode. Must correspond to a value in
IDestinationPluginArtifactFormat.CeDistributionMode.
SDKExceptionpublic java.lang.String getDestinationName()
public int getDistributionMode()
Returns the distribution mode for the destination. The distribution mode determines whether the source documents are distributed to recipients along with the other publication artifacts. Possible values are:
IDestinationPluginArtifactFormat.CeDistributionMode.FILTER_NONEIDestinationPluginArtifactFormat.CeDistributionMode.FILTER_EXCLUDE_SOURCE_DOCUMENTS
distributionMode - The distribution mode.IDestinationPluginArtifactFormat.CeDistributionMode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||