com.filenet.api.admin

Interface CmProcessEngineConfiguration

  • All Superinterfaces:
    DependentObject, EngineObject, java.io.Serializable, SubsystemConfiguration


    public interface CmProcessEngineConfiguration
    extends SubsystemConfiguration, DependentObject
    Specifies configuration settings for the Process Engine, including the Case Analyzer and Case History publishing services.

    In IBM Content Foundation, Case Analyzer is not supported. Properties associated with Case Analyzer are ignored.

    A CmProcessEngineConfiguration object can be assigned to objects of the server hierarchy (Domain, Site, VirtualServer, and ServerInstance), with the first encountered by the current server being the active instance. A default instance is created at the domain level during domain creation. CmProcessEngineConfiguration objects are persisted in the Global Configuration Database (GCD).

    Metadata

    • Method Detail

      • get_ProcessEngineEnabled

        java.lang.Boolean get_ProcessEngineEnabled()
        Returns the value of the ProcessEngineEnabled property. For more information, see ProcessEngineEnabled Property.
      • set_ProcessEngineEnabled

        void set_ProcessEngineEnabled(java.lang.Boolean value)
        Sets the value of the ProcessEngineEnabled property. For more information, see ProcessEngineEnabled Property.
      • get_MaxPrimaryThreads

        java.lang.Integer get_MaxPrimaryThreads()
        Returns the value of the MaxPrimaryThreads property. For more information, see MaxPrimaryThreads Property.
      • set_MaxPrimaryThreads

        void set_MaxPrimaryThreads(java.lang.Integer value)
        Sets the value of the MaxPrimaryThreads property. For more information, see MaxPrimaryThreads Property.
      • get_MaxSecondaryThreads

        java.lang.Integer get_MaxSecondaryThreads()
        Returns the value of the MaxSecondaryThreads property. For more information, see MaxSecondaryThreads Property.
      • set_MaxSecondaryThreads

        void set_MaxSecondaryThreads(java.lang.Integer value)
        Sets the value of the MaxSecondaryThreads property. For more information, see MaxSecondaryThreads Property.
      • get_MaxHeartbeatThreads

        java.lang.Integer get_MaxHeartbeatThreads()
        Returns the value of the MaxHeartbeatThreads property. For more information, see MaxHeartbeatThreads Property.
      • set_MaxHeartbeatThreads

        void set_MaxHeartbeatThreads(java.lang.Integer value)
        Sets the value of the MaxHeartbeatThreads property. For more information, see MaxHeartbeatThreads Property.
      • get_InternalPortNumber

        java.lang.Integer get_InternalPortNumber()
        Returns the value of the InternalPortNumber property. For more information, see InternalPortNumber Property.
      • set_InternalPortNumber

        void set_InternalPortNumber(java.lang.Integer value)
        Sets the value of the InternalPortNumber property. For more information, see InternalPortNumber Property.
      • get_AnalysisExporterEnabled

        java.lang.Boolean get_AnalysisExporterEnabled()
        Returns the value of the AnalysisExporterEnabled property. For more information, see AnalysisExporterEnabled Property.
      • set_AnalysisExporterEnabled

        void set_AnalysisExporterEnabled(java.lang.Boolean value)
        Sets the value of the AnalysisExporterEnabled property. For more information, see AnalysisExporterEnabled Property.
      • get_MaxEventCollectorThreads

        java.lang.Integer get_MaxEventCollectorThreads()
        Returns the value of the MaxEventCollectorThreads property. For more information, see MaxEventCollectorThreads Property.
      • set_MaxEventCollectorThreads

        void set_MaxEventCollectorThreads(java.lang.Integer value)
        Sets the value of the MaxEventCollectorThreads property. For more information, see MaxEventCollectorThreads Property.
      • get_MaxEventExporterThreads

        java.lang.Integer get_MaxEventExporterThreads()
        Returns the value of the MaxEventExporterThreads property. For more information, see MaxEventExporterThreads Property.
      • set_MaxEventExporterThreads

        void set_MaxEventExporterThreads(java.lang.Integer value)
        Sets the value of the MaxEventExporterThreads property. For more information, see MaxEventExporterThreads Property.
      • get_AnalysisExporterDimensionCacheSize

        java.lang.Integer get_AnalysisExporterDimensionCacheSize()
        Returns the value of the AnalysisExporterDimensionCacheSize property. For more information, see AnalysisExporterDimensionCacheSize Property.
      • set_AnalysisExporterDimensionCacheSize

        void set_AnalysisExporterDimensionCacheSize(java.lang.Integer value)
        Sets the value of the AnalysisExporterDimensionCacheSize property. For more information, see AnalysisExporterDimensionCacheSize Property.
      • get_AnalysisExporterFactCacheSize

        java.lang.Integer get_AnalysisExporterFactCacheSize()
        Returns the value of the AnalysisExporterFactCacheSize property. For more information, see AnalysisExporterFactCacheSize Property.
      • set_AnalysisExporterFactCacheSize

        void set_AnalysisExporterFactCacheSize(java.lang.Integer value)
        Sets the value of the AnalysisExporterFactCacheSize property. For more information, see AnalysisExporterFactCacheSize Property.
      • get_EventExporterLeaseWaitInterval

        java.lang.Integer get_EventExporterLeaseWaitInterval()
        Returns the value of the EventExporterLeaseWaitInterval property. For more information, see EventExporterLeaseWaitInterval Property.
      • set_EventExporterLeaseWaitInterval

        void set_EventExporterLeaseWaitInterval(java.lang.Integer value)
        Sets the value of the EventExporterLeaseWaitInterval property. For more information, see EventExporterLeaseWaitInterval Property.
      • get_HistoryExporterEnabled

        java.lang.Boolean get_HistoryExporterEnabled()
        Returns the value of the HistoryExporterEnabled property. For more information, see HistoryExporterEnabled Property.
      • set_HistoryExporterEnabled

        void set_HistoryExporterEnabled(java.lang.Boolean value)
        Sets the value of the HistoryExporterEnabled property. For more information, see HistoryExporterEnabled Property.
      • get_HistoryExporterUpdateCacheSize

        java.lang.Integer get_HistoryExporterUpdateCacheSize()
        Returns the value of the HistoryExporterUpdateCacheSize property. For more information, see HistoryExporterUpdateCacheSize Property.
      • set_HistoryExporterUpdateCacheSize

        void set_HistoryExporterUpdateCacheSize(java.lang.Integer value)
        Sets the value of the HistoryExporterUpdateCacheSize property. For more information, see HistoryExporterUpdateCacheSize Property.

© Copyright IBM Corporation 2006, 2013. All rights reserved.