|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageServicesImportAgentConfiguration
Represents configuration data for an Image Services import operation.
Metadata
Auditable: false
Method Summary | |
---|---|
java.lang.Integer |
get_BatchDelay()
Returns the value of the BatchDelay property. |
java.lang.Boolean |
get_DispatcherEnabled()
Returns the value of the DispatcherEnabled property. |
java.lang.Integer |
get_DispatcherWaitInterval()
Returns the value of the DispatcherWaitInterval property. |
java.lang.Integer |
get_DocumentsPerBatch()
Returns the value of the DocumentsPerBatch property. |
java.lang.Integer |
get_ImportAgentRetryCount()
Returns the value of the ImportAgentRetryCount property. |
java.lang.Integer |
get_NoWorkDelay()
Returns the value of the NoWorkDelay property. |
java.lang.Integer |
get_NumImportAgents()
Returns the value of the NumImportAgents property. |
void |
set_BatchDelay(java.lang.Integer value)
Sets the value of the BatchDelay property. |
void |
set_DispatcherEnabled(java.lang.Boolean value)
Sets the value of the DispatcherEnabled property. |
void |
set_DispatcherWaitInterval(java.lang.Integer value)
Sets the value of the DispatcherWaitInterval property. |
void |
set_DocumentsPerBatch(java.lang.Integer value)
Sets the value of the DocumentsPerBatch property. |
void |
set_ImportAgentRetryCount(java.lang.Integer value)
Sets the value of the ImportAgentRetryCount property. |
void |
set_NoWorkDelay(java.lang.Integer value)
Sets the value of the NoWorkDelay property. |
void |
set_NumImportAgents(java.lang.Integer value)
Sets the value of the NumImportAgents property. |
Methods inherited from interface com.filenet.api.admin.SubsystemConfiguration |
---|
get_Id |
Methods inherited from interface com.filenet.api.core.EngineObject |
---|
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses |
Method Detail |
---|
java.lang.Integer get_DispatcherWaitInterval()
void set_DispatcherWaitInterval(java.lang.Integer value)
java.lang.Boolean get_DispatcherEnabled()
void set_DispatcherEnabled(java.lang.Boolean value)
java.lang.Integer get_NoWorkDelay()
void set_NoWorkDelay(java.lang.Integer value)
java.lang.Integer get_BatchDelay()
void set_BatchDelay(java.lang.Integer value)
java.lang.Integer get_DocumentsPerBatch()
void set_DocumentsPerBatch(java.lang.Integer value)
java.lang.Integer get_NumImportAgents()
void set_NumImportAgents(java.lang.Integer value)
java.lang.Integer get_ImportAgentRetryCount()
void set_ImportAgentRetryCount(java.lang.Integer value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |