|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDestinationPluginArtifactFormat
This interface defines a destination plugin artifact for a source document.
| Nested Class Summary | |
|---|---|
static interface |
IDestinationPluginArtifactFormat.CeDistributionMode
Mode of distribution. |
| Method Summary | |
|---|---|
int |
getDistributionMode()
Returns the distribution mode. |
java.lang.String |
getFormat()
Returns the format to be distributed. |
void |
setDistributionMode(int distributionMode)
Sets the distribution mode. |
void |
setFormat(java.lang.String pluginFormat)
Sets the format of plugin artifacts to distribute. |
| Method Detail |
|---|
java.lang.String getFormat()
Returns the format to be distributed.
String representing the SI_FORMAT value to include in distribution
void setFormat(java.lang.String pluginFormat)
throws SDKException
Sets the format of plugin artifacts to distribute.
pluginFormat - A String representing the SI_FORMAT value to include in distribution
SDKExceptionint getDistributionMode()
Returns the distribution mode.
int representing the distribution mode
void setDistributionMode(int distributionMode)
throws SDKException
Sets the distribution mode.
distributionMode - An int representing the distribution mode
SDKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||