Documentum Content Processing Service Generic Two State Monitor Type

ComTrade.EMC.Documentum.xPloreIndexServer.Windows.ContentProcessingService.2State.MonitorType (UnitMonitorType)

Generic two state monitor type for content processing service.

Element properties:

RunAsDefault
AccessibilityPublic
Support Monitor RecalculateFalse

Member Modules:

ID Module Type TypeId RunAs 
dataProvider DataSource ComTrade.EMC.Documentum.xPloreIndexServer.Windows.DS.Xml.ContentProcessingService.DataProvider Default
filter ConditionDetection ComTrade.EMC.Documentum.CD.xPlore.ContentProcessingService.Filter Default
filterNormal ConditionDetection System.ExpressionFilter Default
filterOther ConditionDetection System.ExpressionFilter Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$Update Interval in SecondsThe update interval in seconds.
SyncTimestring$Config/SyncTime$Synchronization TimeThe synchronization time.

Source Code:

<UnitMonitorType ID="ComTrade.EMC.Documentum.xPloreIndexServer.Windows.ContentProcessingService.2State.MonitorType" Accessibility="Public">
<MonitorTypeStates>
<MonitorTypeState ID="NormalState" NoDetection="false"/>
<MonitorTypeState ID="OtherState" NoDetection="false"/>
</MonitorTypeStates>
<Configuration>
<IncludeSchemaTypes>
<SchemaType>System!System.ExpressionEvaluatorSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element minOccurs="1" name="IntervalSeconds" type="xsd:integer"/>
<xsd:element minOccurs="1" name="SyncTime" type="xsd:string"/>
<xsd:element minOccurs="1" name="Name" type="xsd:string"/>
<xsd:element minOccurs="1" name="DeployPath" type="xsd:string"/>
<xsd:element minOccurs="1" name="ExpressionNormal" type="ExpressionType"/>
<xsd:element minOccurs="1" name="ExpressionOther" type="ExpressionType"/>
<xsd:element minOccurs="1" name="TargetComputer" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
<OverrideableParameter ID="SyncTime" Selector="$Config/SyncTime$" ParameterType="string"/>
</OverrideableParameters>
<MonitorImplementation>
<MemberModules>
<DataSource ID="dataProvider" TypeID="ComTrade.EMC.Documentum.xPloreIndexServer.Windows.DS.Xml.ContentProcessingService.DataProvider">
<IntervalSeconds>$Config/IntervalSeconds$</IntervalSeconds>
<SyncTime>$Config/SyncTime$</SyncTime>
<TargetComputer>$Config/TargetComputer$</TargetComputer>
</DataSource>
<ConditionDetection ID="filterNormal" TypeID="System!System.ExpressionFilter">
<Expression>$Config/ExpressionNormal$</Expression>
</ConditionDetection>
<ConditionDetection ID="filterOther" TypeID="System!System.ExpressionFilter">
<Expression>$Config/ExpressionOther$</Expression>
</ConditionDetection>
<ConditionDetection ID="filter" TypeID="CTDmLib!ComTrade.EMC.Documentum.CD.xPlore.ContentProcessingService.Filter">
<Name>$Config/Name$</Name>
<DeployPath>$Config/DeployPath$</DeployPath>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="NormalState">
<Node ID="filterNormal">
<Node ID="filter">
<Node ID="dataProvider"/>
</Node>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="OtherState">
<Node ID="filterOther">
<Node ID="filter">
<Node ID="dataProvider"/>
</Node>
</Node>
</RegularDetection>
</RegularDetections>
</MonitorImplementation>
</UnitMonitorType>