com.businessobjects.sdk.plugin.desktop.scopebatch
Interface IScopeBatchBase
- All Known Subinterfaces:
- IScopeBatch
public interface IScopeBatchBase
For internal use only.
|
Field Summary |
static java.lang.String |
KIND
|
static java.lang.String |
PROGID
|
KIND
static final java.lang.String KIND
- See Also:
- Constant Field Values
PROGID
static final java.lang.String PROGID
- See Also:
- Constant Field Values
getScopes
IScopeBatchScopes getScopes()
throws SDKException
- Throws:
SDKException
getIsDynamicRecipientsScopeBatch
boolean getIsDynamicRecipientsScopeBatch()
throws SDKException
- Throws:
SDKException
setIsDynamicRecipientsScopeBatch
void setIsDynamicRecipientsScopeBatch(boolean value)
throws SDKException
- Throws:
SDKException
getArtifacts
java.util.Collection getArtifacts()
throws SDKException
- Throws:
SDKException
getPublicationServiceState
IScopeBatchState getPublicationServiceState()
throws SDKException
- Throws:
SDKException
getSchedulingDocumentState
ISchedulingDocumentState getSchedulingDocumentState(int documentID)
getPostProcessingState
IScopeBatchPostProcessingState getPostProcessingState()
throws SDKException
- Throws:
SDKException
getDistributionState
IScopeBatchDistributionState getDistributionState()
throws SDKException
- Throws:
SDKException
getFirstRecipient
java.lang.String getFirstRecipient()
throws SDKException
- Throws:
SDKException
setFirstRecipient
void setFirstRecipient(java.lang.String firstRecipient)
throws SDKException
- Throws:
SDKException
getLastRecipient
java.lang.String getLastRecipient()
throws SDKException
- Throws:
SDKException
setLastRecipient
void setLastRecipient(java.lang.String lastRecipient)
throws SDKException
- Throws:
SDKException