ComTrade.EMC.Documentum.JobDocumentum Content Server Job

ComTrade.EMC.Documentum.Job (ClassType)

Jobs are tasks that can be automated and performed regularly.

Element properties:

Base ClassComTrade.EMC.Documentum.Repository.Component
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde803b958-6c7d-ee73-64af-bcd93ed514e8

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
ComTrade.EMC.Documentum.Repository.Component:
Name  string  Repository Name Documentum repository/docbase name. true 256  False 
Id  string  Repository ID Repository ID. true 256  False 
HexId  string  Repository ID (hex) Repository ID in hexadecimal format. false 256  False 
ComTrade.EMC.Documentum.Job:
Name  string  Job Name Job name. true 256  False 
Id  string  Job ID Job ID. true 256  False 
Target  string  Designated server Job's target server. false 256  False 
Type  string  Type Job type. false 256  False 

Health Model:

Source Code:

<ClassType ID="ComTrade.EMC.Documentum.Job" Accessibility="Public" Abstract="true" Base="ComTrade.EMC.Documentum.Repository.Component" Hosted="false" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Id" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Target" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Type" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>