com.businessobjects.sdk.plugin.desktop.scopebatch
Interface IScopeBatchDistributionState


public interface IScopeBatchDistributionState

For internal use only.


Nested Class Summary
static class IScopeBatchDistributionState.DistributionPhase
           
 
Method Summary
 void clearState()
           
 int getPhase()
           
 IScopeBatchDistributionPluginState getPluginState(int pluginIndex)
           
 IScopeBatchDistributionScopeState getScopeState(int scopeIndex)
           
 java.util.List getStaticDocuments()
           
 void setPhase(int status)
           
 

Method Detail

getPhase

int getPhase()

setPhase

void setPhase(int status)
              throws SDKException
Throws:
SDKException

getStaticDocuments

java.util.List getStaticDocuments()

getScopeState

IScopeBatchDistributionScopeState getScopeState(int scopeIndex)

getPluginState

IScopeBatchDistributionPluginState getPluginState(int pluginIndex)

clearState

void clearState()