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
           
 
Method Summary
 java.util.Collection getArtifacts()
           
 IScopeBatchDistributionState getDistributionState()
           
 java.lang.String getFirstRecipient()
           
 boolean getIsDynamicRecipientsScopeBatch()
           
 java.lang.String getLastRecipient()
           
 IScopeBatchPostProcessingState getPostProcessingState()
           
 IScopeBatchState getPublicationServiceState()
           
 ISchedulingDocumentState getSchedulingDocumentState(int documentID)
           
 IScopeBatchScopes getScopes()
           
 void setFirstRecipient(java.lang.String firstRecipient)
           
 void setIsDynamicRecipientsScopeBatch(boolean value)
           
 void setLastRecipient(java.lang.String lastRecipient)
           
 

Field Detail

KIND

static final java.lang.String KIND
See Also:
Constant Field Values

PROGID

static final java.lang.String PROGID
See Also:
Constant Field Values
Method Detail

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