Model Reference
Database vs Data Model
You query the data model, not the database tables. There is no security
when you query the database, a database user that has access to the tables can always see
all objects. Furthermore, the table names, column names, and data types will
change without prior notice. Some table and column names have inconsistent
names, this is known.
The data model consists of a number of tables that can be accessed using SQL'92 queries; a
subset of the standard is supported. The API has several methods on
SchedulerSession
, for example, to query the data model.
For example, to select all jobs in status Queued, you specify the
following query in the executeObjectQuery
method of
SchedulerSession
:
select Job.* from Job where Job.Status = 'Q'
Functions
The following SQL'92 functions have been implemented:
-
AVG(<expression> | DISTINCT column-name)
-
calculates the average
-
COUNT( DISTINCT column-name | * )
- returns the number of items in a group
-
FORMAT_EXPRESSION(<expression>, <format>[,
<timezone>])
- <format>
conforms to
Time.formatNow()
and expression to Time.expressionNow()
REL function expression.
-
FORMAT_NOW(<format>[, <timezone>])
- <format>
conforms to Time.formatNow()
REL function format.
-
MAX(<expression>)
- calculate the maximum value
from <expression>
-
MIN()
- calculate the minimum value from
<expression>
-
NOW([<expression>])
- <expression>
conforms to Time.expressionNow()
REL function expression.
-
SUM([DISTINCT | ALL] n)
- returns a sum
Example
select count(*) from Job where Job.Status = 'Q'
Note
Depending on the underlying database, these functions may not always return the
expected value. Please see the documentation of your database vendor for implementation
specifications.
Warning
Querying the database tables directly is not supported. Table names,
column names, and data types will change without prior notice. You query
the data model layer instead.
Classes
ActionWork
Field |
Mandatory |
Type |
ActionWorkStatus |
true
|
ActionWorkStatus
|
ActionWorkType |
true
|
ActionWorkType
|
Behavior |
true
|
|
LLPVersion |
true
|
|
NewStatus |
false
|
|
NumNewStatusLines |
true
|
|
OldStatus |
false
|
|
RelatedObject2Id |
false
|
|
RelatedObjectId |
false
|
|
StartTimeGMT |
true
|
|
UniqueId |
true
|
|
Field |
Mandatory |
Type |
ActionWork |
true
|
ActionWork
|
Behavior |
true
|
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
AdHocAlertSource
Field |
Mandatory |
Type |
Address |
false
|
|
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
DefaultAlertEscalation |
false
|
AlertEscalation
|
Description |
false
|
|
Enabled |
true
|
|
EscalationExpression |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
OperatorMessageExpression |
false
|
|
OperatorMessageReplyExpression |
false
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
TimeWindow |
false
|
TimeWindow
|
TimeWindowStatus |
true
|
TimeWindowStatus
|
TimeZone |
false
|
TimeZone
|
UniqueId |
true
|
|
Validity |
true
|
Validity
|
AggregateJobCount
Field |
Mandatory |
Type |
Behavior |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Delivered |
true
|
|
EndTime |
false
|
|
Hash |
false
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
QueryId |
true
|
|
StartTime |
false
|
|
Total |
false
|
|
UniqueId |
true
|
|
Alert
AlertEscalation
Field |
Mandatory |
Type |
Address |
false
|
|
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
DefaultAlertEscalation |
false
|
AlertEscalation
|
DelayAmount |
true
|
|
DelayUnits |
true
|
TimeUnit
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
UniqueId |
true
|
|
Validity |
true
|
Validity
|
AlertEscalationAction
AlertEscalationActionJARCache
Field |
Mandatory |
Type |
AlertEscalationAction |
true
|
AlertEscalationAction
|
Behavior |
true
|
|
Hash |
false
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
AlertEscalationActionJARCacheLine
Field |
Mandatory |
Type |
AlertEscalationActionJARCache |
true
|
AlertEscalationActionJARCache
|
Behavior |
true
|
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
AlertEscalationActionSourceLine
Field |
Mandatory |
Type |
AlertEscalationAction |
true
|
AlertEscalationAction
|
Behavior |
true
|
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
AlertSourceAction
AlertSourceActionJARCache
Field |
Mandatory |
Type |
AlertSourceAction |
true
|
AlertSourceAction
|
Behavior |
true
|
|
Hash |
false
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
AlertSourceActionJARCacheLine
Field |
Mandatory |
Type |
AlertSourceActionJARCache |
true
|
AlertSourceActionJARCache
|
Behavior |
true
|
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
AlertSourceActionSourceLine
Field |
Mandatory |
Type |
AlertSourceAction |
true
|
AlertSourceAction
|
Behavior |
true
|
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
AlertSourceEmail
AlertSourceEmailLine
Field |
Mandatory |
Type |
AlertSourceEmail |
true
|
AlertSourceEmail
|
Behavior |
true
|
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
Application
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
UniqueId |
true
|
|
AuditDiffLine
Field |
Mandatory |
Type |
AuditObject |
true
|
AuditObject
|
Behavior |
true
|
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
AuditObject
Field |
Mandatory |
Type |
Action |
true
|
ModelChangeAction
|
AdditionalInfo |
false
|
|
AuditedObjectBusinessKey |
true
|
|
AuditedObjectPartitionUniqueId |
true
|
|
AuditedObjectType |
true
|
|
AuditedObjectUniqueId |
true
|
|
Behavior |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
IsolationGroup |
true
|
IsolationGroup
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
Level |
true
|
AuditLevel
|
LLPVersion |
true
|
|
SearchAdditionalInfo |
false
|
|
SearchAuditedObjectBusinessKey |
true
|
|
SearchUser |
true
|
|
UniqueId |
true
|
|
User |
true
|
|
AuditObjectDefLine
Field |
Mandatory |
Type |
AuditObject |
true
|
AuditObject
|
Behavior |
true
|
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
AuditRule
Field |
Mandatory |
Type |
Application |
false
|
Application
|
ApplicationRule |
true
|
ApplicationMatch
|
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Enabled |
true
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
Level |
true
|
AuditLevel
|
LLPVersion |
true
|
|
Name |
true
|
|
NamePattern |
false
|
|
NamePatternMatchType |
true
|
AuditNameMatchType
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
PartitionPattern |
false
|
|
PartitionPatternMatchType |
true
|
AuditNameMatchType
|
ReasonRequired |
true
|
|
ReasonRequiredRegEx |
false
|
|
RuleObjectType |
true
|
|
SearchName |
true
|
|
UniqueId |
true
|
|
AuditSubjectLogin
Field |
Mandatory |
Type |
Behavior |
true
|
|
Channel |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Forwarded |
false
|
|
ForwardedFor |
false
|
|
IPAddress |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
LoginDateTime |
true
|
|
LogoutDateTime |
false
|
|
Protocol |
true
|
|
Reason |
false
|
|
SearchUser |
true
|
|
Successful |
true
|
|
UniqueId |
true
|
|
User |
true
|
|
UserAgent |
true
|
|
BuiltInWebService
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
Enabled |
true
|
|
LLPVersion |
true
|
|
Name |
true
|
|
SearchName |
true
|
|
UniqueId |
true
|
|
ConstraintDefinition
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
FactoryClassName |
true
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
Library |
false
|
Library
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
UniqueId |
true
|
|
Validity |
true
|
Validity
|
Credential
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
CredentialProtocol |
true
|
CredentialProtocol
|
Description |
false
|
|
Endpoint |
true
|
|
ExternallyAvailable |
false
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
NumExtraPasswordLines |
true
|
|
Partition |
true
|
Partition
|
Password |
true
|
|
RealUser |
true
|
|
UniqueId |
true
|
|
VirtualUser |
false
|
|
VirtualUserUnique |
true
|
|
CredentialProtocol
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
Type |
false
|
CredentialProtocolType
|
UniqueId |
true
|
|
Dashboard
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
OwnerSubject |
true
|
Subject
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
UniqueId |
true
|
|
UpdateTime |
true
|
|
DashboardEntity
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
DashboardEntityType |
false
|
DashboardEntityType
|
Description |
false
|
|
DialConfig |
false
|
|
DialDefaults |
false
|
|
DisplayOrder |
true
|
|
HelpDocument |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
NumExtraDialConfigLines |
true
|
|
NumExtraProviderConfigLines |
true
|
|
ParentDashboardEntity |
false
|
DashboardEntity
|
ProviderConfig |
false
|
|
ProviderDefaults |
false
|
|
ProviderType |
false
|
|
SearchName |
true
|
|
UniqueId |
true
|
|
DashboardItem
Field |
Mandatory |
Type |
Behavior |
true
|
|
Dashboard |
true
|
Dashboard
|
FirstText |
true
|
|
LLPVersion |
true
|
|
NumAdditionalLines |
true
|
|
UniqueId |
true
|
|
DashboardItemLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
DashboardItem |
true
|
DashboardItem
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
Database
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
DriverProperties |
false
|
|
FrequentUsers |
false
|
|
Hidden |
true
|
|
InitializationQuery |
false
|
|
InvalidUserNameOrPasswordSQLExceptions |
false
|
|
JdbcDriverClassName |
true
|
|
JdbcUrl |
true
|
|
JdbcUserName |
false
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
Library |
false
|
Library
|
LLPVersion |
true
|
|
MaxAbandonedTime |
false
|
|
MaxConnectTime |
false
|
|
MaxIdleTime |
false
|
|
MaxNumberOfConnections |
false
|
|
MaxNumberOfConnectionsPerFrequentUser |
false
|
|
MaxNumberOfConnectionsPerSporadicUser |
false
|
|
MinNumberOfIdleConnectionsPerFrequentUser |
false
|
|
Name |
true
|
|
NonTransientConnectSQLExceptions |
false
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
PoolingState |
true
|
JdbcConnectionPoolingState
|
SearchName |
true
|
|
SevereSQLExceptions |
false
|
|
UniqueId |
true
|
|
ValidationQuery |
false
|
|
DatumDefinition
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
UniqueId |
true
|
|
DeletedJobFile
Field |
Mandatory |
Type |
Behavior |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
FileName |
true
|
|
JobId |
false
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
ProcessServer |
false
|
ProcessServer
|
ProcessServerService |
false
|
ProcessServerService
|
Service |
false
|
Service
|
UniqueId |
true
|
|
DeletedTemporaryObject
Field |
Mandatory |
Type |
Behavior |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
JobId |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LinkedObjectDefinition |
true
|
ObjectDefinition
|
LinkedUniqueId |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
Document
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Format |
true
|
Format
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
UniqueId |
true
|
|
DocumentLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
Document |
true
|
Document
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
EmailAlertGateway
Field |
Mandatory |
Type |
ActionSubject |
false
|
Subject
|
AlertRateInterval |
true
|
|
AlertRateLimit |
true
|
|
AlertResendDelay |
true
|
|
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
Pattern |
true
|
|
ProcessingOrder |
true
|
|
SearchName |
true
|
|
UniqueId |
true
|
|
Validity |
true
|
Validity
|
EmailAlertGatewayAction
EmailAlertGatewayActionJARCache
Field |
Mandatory |
Type |
Behavior |
true
|
|
EmailAlertGatewayAction |
true
|
EmailAlertGatewayAction
|
Hash |
false
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
EmailAlertGatewayActionJARCacheLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
EmailAlertGatewayActionJARCache |
true
|
EmailAlertGatewayActionJARCache
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
EmailAlertGatewayActionSourceLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
EmailAlertGatewayAction |
true
|
EmailAlertGatewayAction
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
EmailAlertGatewayEmail
Field |
Mandatory |
Type |
Behavior |
true
|
|
EmailAlertGateway |
true
|
EmailAlertGateway
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
EmailAlertGatewayEmailLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
EmailAlertGatewayEmail |
true
|
EmailAlertGatewayEmail
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
Field |
Mandatory |
Type |
Behavior |
true
|
|
EmailAlertGateway |
true
|
EmailAlertGateway
|
LLPVersion |
true
|
|
Name |
true
|
|
UniqueId |
true
|
|
Value |
true
|
|
EmailAlertGatewayJobFileAttachment
Field |
Mandatory |
Type |
Behavior |
true
|
|
EmailAlertGateway |
true
|
EmailAlertGateway
|
LLPVersion |
true
|
|
Name |
true
|
|
UniqueId |
true
|
|
Event
Field |
Mandatory |
Type |
Behavior |
true
|
|
ClearerComment |
false
|
|
ClearerObjectDefinition |
false
|
ObjectDefinition
|
ClearerUniqueId |
false
|
|
ClearTime |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
EventDefinition |
true
|
EventDefinition
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
RaisedSequence |
true
|
|
RaiserComment |
false
|
|
RaiserObjectDefinition |
false
|
ObjectDefinition
|
RaiserUniqueId |
false
|
|
RaiseTime |
false
|
|
Status |
true
|
EventStatus
|
UniqueId |
true
|
|
EventDefinition
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
DefaultClearComment |
false
|
|
DefaultRaiseComment |
false
|
|
Deprecated1 |
false
|
|
Deprecated2 |
false
|
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
RequiresCommentOnClear |
true
|
|
RequiresCommentOnRaise |
true
|
|
SearchName |
true
|
|
UniqueId |
true
|
|
EventDefinitionStatus
Field |
Mandatory |
Type |
Behavior |
true
|
|
CurrentRaisedEventId |
false
|
|
EventDefinition |
true
|
EventDefinition
|
LastRaisedEventId |
false
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
Export
Field |
Mandatory |
Type |
ArchiveJobFile |
false
|
JobFile
|
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
InternalExportRuleSet |
true
|
ExportRuleSet
|
IsolationGroup |
true
|
IsolationGroup
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
WrappedJob |
true
|
Job
|
ExportRule
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
ExportContents |
true
|
|
ExportRuleSet |
true
|
ExportRuleSet
|
LLPVersion |
true
|
|
Name |
true
|
|
QueryFilter |
true
|
QueryFilter
|
SearchName |
true
|
|
UniqueId |
true
|
|
ExportRuleItem
Field |
Mandatory |
Type |
Behavior |
true
|
|
ExportContents |
true
|
|
ExportRuleSet |
true
|
ExportRuleSet
|
ExportUniqueId |
true
|
|
LLPVersion |
true
|
|
ObjectDefinition |
true
|
ObjectDefinition
|
UniqueId |
true
|
|
ExportRuleSet
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
UniqueId |
true
|
|
ExtAuthRoles
Field |
Mandatory |
Type |
description |
false
|
|
role |
true
|
|
ExtAuthUser
Field |
Mandatory |
Type |
changePasswordNextLogin |
true
|
|
email |
false
|
|
fullname |
false
|
|
password |
true
|
|
username |
true
|
|
ExtAuthUserRoles
Field |
Mandatory |
Type |
role |
true
|
|
username |
true
|
|
ExtBinaryData
Field |
Mandatory |
Type |
Data |
true
|
|
Hash |
true
|
|
LastModified |
true
|
|
ExtensionPoint
Field |
Mandatory |
Type |
ActionSubject |
false
|
Subject
|
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
DeploymentDescriptor |
true
|
|
Description |
false
|
|
Enabled |
true
|
|
Extends |
true
|
ExtensionPointExtendsType
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
Library |
true
|
Library
|
LLPVersion |
true
|
|
LogLevel |
true
|
LogLevel
|
MaxBackupFiles |
true
|
|
MaxLogSize |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
NumExtraDeploymentDescriptorLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
UniqueId |
true
|
|
Validity |
true
|
Validity
|
Visibility |
true
|
ExtensionPointVisibilityType
|
ExtensionPointJARCache
Field |
Mandatory |
Type |
Behavior |
true
|
|
ExtensionPoint |
true
|
ExtensionPoint
|
Hash |
false
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
ExtensionPointJARCacheLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
ExtensionPointJARCache |
true
|
ExtensionPointJARCache
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
ExtensionPointSource
Field |
Mandatory |
Type |
Behavior |
true
|
|
ExtensionPoint |
true
|
ExtensionPoint
|
FQClassName |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
ExtensionPointSourceLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
ExtensionPointSource |
true
|
ExtensionPointSource
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
FileEvent
Field |
Mandatory |
Type |
Behavior |
true
|
|
CheckLock |
true
|
|
Directory |
true
|
|
Event |
true
|
Event
|
FinalPath |
true
|
|
LLPVersion |
true
|
|
MoveDirectory |
false
|
|
OriginalPath |
true
|
|
Pattern |
true
|
|
PollInterval |
true
|
|
ProcessServer |
true
|
ProcessServer
|
UniqueId |
true
|
|
FileEventDefinition
Field |
Mandatory |
Type |
Behavior |
true
|
|
CheckLock |
true
|
|
Comment |
false
|
|
Description |
false
|
|
Directory |
true
|
|
Enabled |
true
|
|
EventDefinition |
true
|
EventDefinition
|
LLPVersion |
true
|
|
MinimalAge |
true
|
|
MinimalSize |
true
|
|
MoveDirectory |
false
|
|
Name |
false
|
|
OverwriteFile |
true
|
|
Pattern |
true
|
|
PollInterval |
true
|
|
ProcessServer |
true
|
ProcessServer
|
RaiseComment |
true
|
|
SearchName |
false
|
|
UniqueId |
true
|
|
FileEventDefinitionFile
Field |
Mandatory |
Type |
AbsolutePath |
true
|
|
Behavior |
true
|
|
FileEventDefinition |
true
|
FileEventDefinition
|
LastModified |
true
|
|
LLPVersion |
true
|
|
Locked |
true
|
|
Size |
true
|
|
SystemName |
true
|
|
UniqueId |
true
|
|
FinalStatusHandler
Field |
Mandatory |
Type |
Action |
true
|
FinalStatusAction
|
Behavior |
true
|
|
Deprecated1 |
false
|
|
JobDefinition |
true
|
JobDefinition
|
LLPVersion |
true
|
|
MessageText |
false
|
|
RestartDelayAmount |
true
|
|
RestartDelayUnits |
true
|
TimeUnit
|
Status |
true
|
JobStatus
|
UniqueId |
true
|
|
ForecastJob
Field |
Mandatory |
Type |
Behavior |
true
|
|
ChildOrder |
true
|
|
Description |
true
|
|
ErrorDescription |
true
|
|
ExpectedJobStatus |
false
|
JobStatus
|
ExpectedRunTime |
false
|
|
Frequency |
true
|
|
Job |
false
|
Job
|
JobChainCall |
false
|
JobChainCall
|
JobChainStep |
false
|
JobChainStep
|
JobDefinition |
true
|
JobDefinition
|
JobGroup |
false
|
JobGroup
|
LLPVersion |
true
|
|
NextSubmitBaseTime |
true
|
|
NumChildForecastJobs |
true
|
|
ParentForecastJob |
false
|
ForecastJob
|
Priority |
true
|
|
Queue |
true
|
Queue
|
ReturnCode |
false
|
|
SearchDescription |
true
|
|
StartTime |
true
|
|
StepIteration |
false
|
|
SubmitFrame |
false
|
SubmitFrame
|
TimeWindow |
false
|
TimeWindow
|
TimeZone |
false
|
TimeZone
|
UniqueId |
true
|
|
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Extension |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
MimeType |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
UniqueId |
true
|
|
Field |
Mandatory |
Type |
Behavior |
true
|
|
Field |
true
|
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
ObjectDefinition |
false
|
ObjectDefinition
|
RefUniqueId |
true
|
|
UniqueId |
true
|
|
GlobalPrivilege
Field |
Mandatory |
Type |
Activated |
true
|
|
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
SearchName |
true
|
|
UniqueId |
true
|
|
HistoryJob
Field |
Mandatory |
Type |
Behavior |
true
|
|
ChildOrder |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Deprecated1 |
true
|
|
Deprecated2 |
true
|
|
Deprecated3 |
false
|
|
Description |
true
|
|
HistoryJobType |
false
|
|
HoldOnSubmit |
true
|
|
JobDefinitionName |
false
|
|
JobDefinitionType |
true
|
JobDefinitionType
|
JobId |
true
|
|
JobTimeZone |
false
|
TimeZone
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
MasterJobDefinition |
true
|
JobDefinition
|
MaxRestart |
false
|
|
NumJobParameters |
true
|
|
OwnerSubject |
true
|
Subject
|
ParentJobId |
false
|
|
Priority |
true
|
|
ProcessServer |
false
|
ProcessServer
|
ProcessServerName |
false
|
|
Queue |
true
|
Queue
|
QueueName |
false
|
|
RequestedStartTimeInternal |
true
|
|
RequestedStartTimeType |
true
|
StartTimeType
|
RestartCount |
false
|
|
RestartJobId |
false
|
|
ReturnCode |
false
|
|
RunEnd |
false
|
|
RunStart |
false
|
|
RuntimeExpiration |
false
|
|
ScheduledStartTime |
true
|
|
SearchDescription |
true
|
|
Status |
true
|
JobStatus
|
StepIteration |
false
|
|
UniqueId |
true
|
|
HistoryMonitorValue
Field |
Mandatory |
Type |
Behavior |
true
|
|
HistoryTime |
true
|
|
LLPVersion |
true
|
|
MonitorValue |
true
|
MonitorValue
|
UniqueId |
true
|
|
ValueDate |
false
|
|
ValueDateTimeZone |
false
|
TimeZone
|
ValueNumber |
false
|
|
ValueString |
false
|
|
HistoryOperatorMessage
Field |
Mandatory |
Type |
Behavior |
true
|
|
CreateTime |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
IsolationGroup |
true
|
IsolationGroup
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Partition |
false
|
Partition
|
RepliedBySubject |
false
|
Subject
|
ReplyTime |
true
|
|
UniqueId |
true
|
|
Import
Field |
Mandatory |
Type |
ArchiveJobFile |
false
|
JobFile
|
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
ImportSource |
false
|
ImportSource
|
InternalImportRuleSet |
false
|
ImportRuleSet
|
IsolationGroup |
true
|
IsolationGroup
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Options |
false
|
|
UniqueId |
true
|
|
WrappedJob |
true
|
Job
|
ImportAction
ImportActionJARCache
Field |
Mandatory |
Type |
Behavior |
true
|
|
Hash |
false
|
|
ImportAction |
true
|
ImportAction
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
ImportActionJARCacheLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
ImportActionJARCache |
true
|
ImportActionJARCache
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
ImportActionParameter
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
DefaultValue |
false
|
|
Description |
false
|
|
ImportRuleSet |
true
|
ImportRuleSet
|
LLPVersion |
true
|
|
Name |
true
|
|
Nullable |
true
|
|
SearchName |
true
|
|
UniqueId |
true
|
|
ImportActionSourceLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
ImportAction |
true
|
ImportAction
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
ImportMatchRule
Field |
Mandatory |
Type |
Behavior |
true
|
|
ImportRule |
true
|
ImportRule
|
ImportRuleDefinition |
true
|
ImportRuleDefinition
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
Var1 |
false
|
|
Var2 |
false
|
|
ImportOverrideRule
Field |
Mandatory |
Type |
Behavior |
true
|
|
IgnoreFailure |
true
|
|
ImportRule |
true
|
ImportRule
|
ImportRuleDefinition |
true
|
ImportRuleDefinition
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
Var1 |
false
|
|
Var2 |
false
|
|
ImportRule
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
ImportRuleSet |
true
|
ImportRuleSet
|
LLPVersion |
true
|
|
Name |
true
|
|
SearchName |
true
|
|
UniqueId |
true
|
|
ImportRuleDefinition
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Matcher |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ObjectDefinition |
true
|
ObjectDefinition
|
Overrider |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
UniqueId |
true
|
|
ImportRuleSet
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Deprecated1 |
false
|
|
Deprecated2 |
false
|
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
UniqueId |
true
|
|
Validity |
true
|
Validity
|
VariablePrefix |
false
|
|
ImportRuleSetPartitionRename
Field |
Mandatory |
Type |
Behavior |
true
|
|
ImportRuleSet |
true
|
ImportRuleSet
|
LLPVersion |
true
|
|
NewPartition |
true
|
|
OldPartition |
true
|
|
ProcessOrder |
true
|
|
UniqueId |
true
|
|
ImportSource
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
Password |
true
|
|
RemoteUrl |
true
|
|
SearchName |
true
|
|
UniqueId |
true
|
|
Username |
true
|
|
IsolationGroup
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
SearchName |
true
|
|
UniqueId |
true
|
|
JARFile
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
Library |
true
|
Library
|
LLPVersion |
true
|
|
Name |
true
|
|
SearchName |
true
|
|
UniqueId |
true
|
|
JARFileJARCache
Field |
Mandatory |
Type |
Behavior |
true
|
|
Hash |
false
|
|
JARFile |
true
|
JARFile
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
JARFileJARCacheLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
JARFileJARCache |
true
|
JARFileJARCache
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
Job
Field |
Mandatory |
Type |
Behavior |
true
|
|
BlocksOnJob |
false
|
Job
|
ChildOrder |
true
|
|
CompletionStrategy |
false
|
CompletionStrategyType
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
true
|
|
ForcedProcessServer |
false
|
ProcessServer
|
ForcedToRunNow |
true
|
|
HasRuntimeParameters |
true
|
|
HoldOnSubmit |
true
|
|
JobChainCall |
false
|
JobChainCall
|
JobChainStep |
false
|
JobChainStep
|
JobDefinition |
true
|
JobDefinition
|
JobGroup |
false
|
JobGroup
|
JobId |
true
|
|
JobTimeZone |
false
|
TimeZone
|
KeepExpiration |
false
|
|
KillSignal |
false
|
KillSignalType
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LastStatusChangeTime |
true
|
|
LLPVersion |
true
|
|
MinimumOpenDuration |
false
|
|
NextRecalculation |
false
|
|
NextSubmitBaseTime |
true
|
|
NumChildJobs |
true
|
|
NumExtraMinOpenDurationExprLines |
true
|
|
NumJobFiles |
true
|
|
NumJobLocks |
true
|
|
NumJobMetaData |
true
|
|
NumJobNotes |
true
|
|
NumJobParameters |
true
|
|
NumJobRaiseEvents |
true
|
|
NumJobRuntimeLimits |
true
|
|
NumJobWaitEvents |
true
|
|
OwnerSubject |
true
|
Subject
|
ParametersSetByUser |
true
|
|
ParentJob |
false
|
Job
|
PreviousProcessServer |
false
|
ProcessServer
|
Priority |
true
|
|
ProcessServer |
false
|
ProcessServer
|
ProxyProcessServer |
false
|
ProcessServer
|
Queue |
true
|
Queue
|
QueueInherited |
true
|
|
QueueOrder |
false
|
|
RemoteCreationTime |
false
|
|
RemoteEvent |
false
|
|
RemoteId |
false
|
|
RemoteOSUser |
false
|
|
RemoteRunEnd |
false
|
|
RemoteRunStart |
false
|
|
RemoteStatus |
false
|
|
RemoteSystem |
false
|
|
RequestedStartTimeInternal |
true
|
|
RequestedStartTimeType |
true
|
StartTimeType
|
RequestedStatus |
false
|
JobStatus
|
RestartCount |
false
|
|
RestartJobId |
false
|
|
ReturnCode |
false
|
|
RunEnd |
false
|
|
RunStart |
false
|
|
RunTime |
false
|
|
RuntimeExpiration |
false
|
|
SAPNWCallbackVariant |
false
|
SAPNWCallbackVariant
|
ScheduledStartTime |
true
|
|
SearchDescription |
true
|
|
StartAtValue |
false
|
|
Status |
true
|
JobStatus
|
StatusForJobGroup |
true
|
JobStatusForJobGroup
|
StepIteration |
false
|
|
SubmitFrame |
false
|
SubmitFrame
|
TimeWindow |
false
|
TimeWindow
|
TimeWindowTimeZone |
false
|
TimeZone
|
UniqueId |
true
|
|
JobChain
Field |
Mandatory |
Type |
Behavior |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
JobDefinition |
true
|
JobDefinition
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
RequestRestartByDefault |
true
|
|
RestartCount |
false
|
|
RestartDelayAmount |
true
|
|
RestartDelayUnits |
true
|
TimeUnit
|
UniqueId |
true
|
|
JobChainCall
Field |
Mandatory |
Type |
Behavior |
true
|
|
Description |
false
|
|
IgnoreStatus |
true
|
|
JobChainStep |
true
|
JobChainStep
|
JobDefinition |
true
|
JobDefinition
|
LLPVersion |
true
|
|
NumJobLocks |
true
|
|
NumRaiseEvents |
true
|
|
NumWaitEvents |
true
|
|
SequenceNumber |
true
|
|
StepWaitingOnJob |
true
|
|
UniqueId |
true
|
|
JobChainCallInExpressionParameter
Field |
Mandatory |
Type |
Behavior |
true
|
|
Expression |
true
|
|
JobChainCall |
true
|
JobChainCall
|
LLPVersion |
true
|
|
LocalJobDefinitionParameter |
true
|
JobDefinitionParameter
|
NumExtraExpressionLines |
true
|
|
UniqueId |
true
|
|
JobChainCallInReferenceParameter
JobChainCallJobLock
Field |
Mandatory |
Type |
Behavior |
true
|
|
JobChainCall |
true
|
JobChainCall
|
JobLock |
true
|
JobLock
|
LLPVersion |
true
|
|
RequiredCount |
true
|
|
UniqueId |
true
|
|
JobChainCallOutReferenceParameter
JobChainCallPrecondition
JobChainCallProcessMonitorUpdater
JobChainCallRaiseEvent
JobChainCallSchedulingParameter
JobChainCallWaitEvent
JobChainStatusHandler
Field |
Mandatory |
Type |
Action |
true
|
HandlerAction
|
Behavior |
true
|
|
GotoStepJobChainStep |
false
|
JobChainStep
|
JobChain |
true
|
JobChain
|
LLPVersion |
true
|
|
Message |
false
|
|
ReturnCode |
false
|
|
SequenceNumber |
true
|
|
Status |
false
|
JobStatus
|
UniqueId |
true
|
|
JobChainStep
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
JobChain |
true
|
JobChain
|
LLPVersion |
true
|
|
Name |
true
|
|
RestartCount |
false
|
|
RestartDelayAmount |
true
|
|
RestartDelayUnits |
true
|
TimeUnit
|
SearchName |
true
|
|
SequenceNumber |
true
|
|
UniqueId |
true
|
|
JobChainStepPrecondition
JobChainStepStatusHandler
Field |
Mandatory |
Type |
Action |
true
|
HandlerAction
|
Behavior |
true
|
|
GotoStepJobChainStep |
false
|
JobChainStep
|
JobChainStep |
true
|
JobChainStep
|
LLPVersion |
true
|
|
Message |
false
|
|
ReturnCode |
false
|
|
SequenceNumber |
true
|
|
Status |
false
|
JobStatus
|
UniqueId |
true
|
|
JobDatum
Field |
Mandatory |
Type |
Behavior |
true
|
|
DatumDefinition |
true
|
DatumDefinition
|
Job |
true
|
Job
|
LLPVersion |
true
|
|
NumExtraValue |
true
|
|
UniqueId |
true
|
|
Value |
true
|
|
ValueDateTimeZone |
false
|
|
ValueNumber |
false
|
|
ValueTimeZone |
false
|
TimeZone
|
JobDefinition
Field |
Mandatory |
Type |
ActionSubject |
false
|
Subject
|
Behavior |
true
|
|
BranchedLastModificationTime |
false
|
|
BranchedLLPVersion |
true
|
|
ChangeOwnerTime |
true
|
|
Comment |
false
|
|
CompletionStrategy |
true
|
CompletionStrategyType
|
CreatedBySubject |
true
|
Subject
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
CriticalProcess |
true
|
|
DefaultLogFormat |
false
|
Format
|
DefaultOutputFormat |
false
|
Format
|
DefaultQueue |
false
|
Queue
|
Deprecated1 |
true
|
|
Deprecated2 |
true
|
|
Deprecated3 |
true
|
|
Deprecated4 |
true
|
|
Deprecated5 |
true
|
|
Deprecated6 |
true
|
|
Deprecated7 |
true
|
|
Deprecated8 |
true
|
|
Deprecated9 |
false
|
|
Description |
false
|
|
Discarded |
true
|
|
EquivalentObject |
true
|
|
EvaluationOwnerType |
true
|
OwnerType
|
Hidden |
true
|
|
HoldOnSubmit |
true
|
|
JobDefinitionType |
true
|
JobDefinitionType
|
JobTimeZone |
false
|
TimeZone
|
KeepAmount |
false
|
|
KeepForce |
true
|
|
KeepInStatusAmount |
false
|
|
KeepInStatusUnit |
false
|
JobDefinitionKeepUnit
|
KeepJobsInStatus |
false
|
|
KeepType |
false
|
JobDefinitionKeepType
|
KeepUnits |
false
|
JobDefinitionKeepUnit
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Maintenance |
true
|
|
MasterJobDefinition |
false
|
JobDefinition
|
MaxPriority |
false
|
|
MinimumOpenDurationExpression |
false
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
NumExtraMinOpenDurationExprLines |
true
|
|
Overdue |
true
|
|
OverdueEventDefinition |
false
|
EventDefinition
|
OverdueStatus |
false
|
JobStatus
|
OverviewFormat |
false
|
|
OwnerSubject |
true
|
Subject
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
Priority |
false
|
|
ReactionJobType |
false
|
ReactionJobType
|
RELRelatedLibrary |
false
|
Library
|
Resource |
false
|
Resource
|
RestartCount |
false
|
|
ReturncodeMapToCompleted |
false
|
|
SearchName |
true
|
|
Template |
true
|
|
TimeWindow |
false
|
TimeWindow
|
TimeWindowTimeZone |
false
|
TimeZone
|
TopLevel |
true
|
|
UniqueId |
true
|
|
Validity |
true
|
Validity
|
JobDefinitionAction
JobDefinitionActionJARCache
Field |
Mandatory |
Type |
Behavior |
true
|
|
Hash |
false
|
|
JobDefinitionAction |
true
|
JobDefinitionAction
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
JobDefinitionActionJARCacheLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
JobDefinitionActionJARCache |
true
|
JobDefinitionActionJARCache
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
JobDefinitionActionSourceLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
JobDefinitionAction |
true
|
JobDefinitionAction
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
JobDefinitionAlertSource
Field |
Mandatory |
Type |
Address |
false
|
|
AlertAtRestart |
false
|
|
AlertBehavior |
true
|
AlertingBehavior
|
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
DefaultAlertEscalation |
false
|
AlertEscalation
|
Description |
false
|
|
Enabled |
true
|
|
EscalationExpression |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NameMatchType |
true
|
NameMatchType
|
NamePattern |
true
|
|
NumExtraCommentLines |
true
|
|
OperatorMessageExpression |
false
|
|
OperatorMessageReplyExpression |
false
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
PartitionMatchType |
true
|
NameMatchType
|
PartitionPattern |
false
|
|
SearchName |
true
|
|
TimeWindow |
false
|
TimeWindow
|
TimeWindowStatus |
true
|
TimeWindowStatus
|
TimeZone |
false
|
TimeZone
|
UniqueId |
true
|
|
Validity |
true
|
Validity
|
JobDefinitionAlertSourceParameterMatch
JobDefinitionAlertSourceRule
JobDefinitionAlertSourceStatus
Field |
Mandatory |
Type |
Behavior |
true
|
|
DelayAmount |
true
|
|
DelayUnits |
true
|
TimeUnit
|
JobDefinitionAlertSource |
true
|
JobDefinitionAlertSource
|
LLPVersion |
true
|
|
OperatorMessageExpression |
false
|
|
Status |
true
|
JobStatus
|
UniqueId |
true
|
|
JobDefinitionConstraint
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
ConstraintDefinition |
true
|
ConstraintDefinition
|
Description |
false
|
|
JobDefinition |
true
|
JobDefinition
|
LLPVersion |
true
|
|
Name |
true
|
|
UniqueId |
true
|
|
JobDefinitionConstraintParameterMapping
Field |
Mandatory |
Type |
Behavior |
true
|
|
JobDefinitionConstraint |
true
|
JobDefinitionConstraint
|
LLPVersion |
true
|
|
ParameterName |
true
|
|
UniqueId |
true
|
|
Value |
true
|
|
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
Form |
true
|
|
JobDefinition |
true
|
JobDefinition
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraFormLines |
true
|
|
SearchName |
true
|
|
UniqueId |
true
|
|
JobDefinitionJobLock
Field |
Mandatory |
Type |
Behavior |
true
|
|
JobDefinition |
true
|
JobDefinition
|
JobLock |
true
|
JobLock
|
LLPVersion |
true
|
|
RequiredCount |
true
|
|
UniqueId |
true
|
|
JobDefinitionParameter
Field |
Mandatory |
Type |
Array |
true
|
|
ArrayDuplicateValuesAllowed |
true
|
|
ArrayMaxLength |
false
|
|
ArrayMinLength |
true
|
|
ArraySorted |
true
|
|
Behavior |
true
|
|
Comment |
false
|
|
DataLength |
false
|
|
DataPrecision |
false
|
|
DataScale |
false
|
|
DataType |
true
|
ParameterType
|
DefaultExpression |
false
|
|
DefaultValueEditable |
false
|
ValueEditable
|
Description |
false
|
|
Direction |
true
|
ParameterDirection
|
Display |
true
|
|
DisplayOrder |
true
|
|
Editable |
true
|
EditableType
|
GroupName |
false
|
|
JobDefinition |
true
|
JobDefinition
|
JobDefinitionParameterSubType |
false
|
|
JobFormat |
false
|
|
LLPVersion |
true
|
|
Name |
true
|
|
Nullable |
true
|
|
NumExtraDefaultExpressionLines |
true
|
|
NumExtraSimpleConstraintDataLines |
true
|
|
ParameterMappingType |
true
|
ParameterMappingType
|
PartOfKey |
true
|
|
Password |
true
|
|
Runtime |
true
|
|
SearchName |
true
|
|
SimpleConstraintData |
false
|
|
SimpleConstraintMessage |
false
|
|
SimpleConstraintOptional |
true
|
|
SimpleConstraintSort |
true
|
SimpleConstraintSort
|
SimpleConstraintType |
true
|
SimpleConstraintType
|
UniqueId |
true
|
|
JobDefinitionParameterSubType
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
SearchName |
true
|
|
UniqueId |
true
|
|
JobDefinitionProcessMonitorUpdater
JobDefinitionRaiseEvent
JobDefinitionRunner
Field |
Mandatory |
Type |
Behavior |
true
|
|
Family |
true
|
|
JobDefinitionType |
true
|
JobDefinitionType
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
JobDefinitionRunnerScript
Field |
Mandatory |
Type |
Behavior |
true
|
|
JobDefinitionRunner |
true
|
JobDefinitionRunner
|
LLPVersion |
true
|
|
ScriptNumber |
true
|
|
UniqueId |
true
|
|
JobDefinitionRunnerScriptLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
JobDefinitionRunnerScript |
true
|
JobDefinitionRunnerScript
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
JobDefinitionRuntimeLimit
JobDefinitionType
Field |
Mandatory |
Type |
ArrayParameterSupport |
true
|
ArrayParameterSupport
|
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
HandlerService |
true
|
Service
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
Library |
false
|
Library
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
SupportedCompletionStrategyCodes |
false
|
|
UniqueId |
true
|
|
Validity |
true
|
Validity
|
JobDefinitionTypeAction
JobDefinitionTypeActionJARCache
Field |
Mandatory |
Type |
Behavior |
true
|
|
Hash |
false
|
|
JobDefinitionTypeAction |
true
|
JobDefinitionTypeAction
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
JobDefinitionTypeActionJARCacheLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
JobDefinitionTypeActionJARCache |
true
|
JobDefinitionTypeActionJARCache
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
JobDefinitionWaitEvent
JobFile
Field |
Mandatory |
Type |
Behavior |
true
|
|
CharacterSet |
false
|
|
FileLastModificationTime |
false
|
|
FileName |
true
|
|
FileOrder |
true
|
|
Format |
true
|
Format
|
InCommonLogFormat |
true
|
|
Job |
true
|
Job
|
LLPVersion |
true
|
|
Name |
true
|
|
OwnerSubject |
false
|
Subject
|
ProcessServer |
false
|
ProcessServer
|
Service |
false
|
Service
|
Size |
false
|
|
TargetJobFile |
false
|
JobFile
|
TimeZone |
false
|
TimeZone
|
Type |
true
|
JobFileType
|
UniqueId |
true
|
|
JobFileSearch
Field |
Mandatory |
Type |
BeginLine |
false
|
|
Behavior |
true
|
|
EndLine |
false
|
|
EntireLine |
false
|
|
Filename |
true
|
|
IgnoreCase |
false
|
|
JobDefinition |
true
|
JobDefinition
|
JobNote |
false
|
|
LLPVersion |
true
|
|
NewJobStatus |
false
|
JobStatus
|
OutParamExpr |
false
|
|
OutputJobDefinitionParameter |
false
|
JobDefinitionParameter
|
ProcessingOrder |
true
|
|
ReturnCode |
false
|
|
Reverse |
false
|
|
SearchPattern |
true
|
|
Stop |
false
|
|
UniqueId |
true
|
|
WildCard |
false
|
|
JobGroup
Field |
Mandatory |
Type |
Behavior |
true
|
|
CalculationStatus |
true
|
JobGroupCalculationStatus
|
ChangeOwnerTime |
true
|
|
CreatedBySubject |
true
|
Subject
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
CurrentPresubmitCount |
true
|
|
Deprecated1 |
false
|
|
EndDate |
false
|
|
EndDateTimeZone |
false
|
TimeZone
|
Exclude |
false
|
|
ForcedProcessServer |
false
|
ProcessServer
|
HoldOnSubmit |
true
|
|
JobCount |
true
|
|
JobDefinition |
true
|
JobDefinition
|
JobTimeZone |
false
|
TimeZone
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LatestJob |
false
|
Job
|
LLPVersion |
true
|
|
MaxJobs |
false
|
|
MinimumOpenDurationExpression |
false
|
|
MustProcess |
true
|
|
NextSubmitBaseTime |
false
|
|
NumExcludeLines |
true
|
|
NumExtraMinOpenDurationExprLines |
true
|
|
NumJobGroupParameters |
true
|
|
OwnerSubject |
false
|
Subject
|
PresubmitCount |
true
|
|
Priority |
true
|
|
Queue |
true
|
Queue
|
RecurrencePattern |
false
|
|
StartAtValue |
false
|
|
Status |
true
|
JobGroupStatus
|
SubmitFrame |
false
|
SubmitFrame
|
TimeWindow |
false
|
TimeWindow
|
TimeWindowTimeZone |
false
|
TimeZone
|
UniqueId |
true
|
|
JobGroupParameter
Field |
Mandatory |
Type |
Behavior |
true
|
|
InValueDate |
false
|
|
InValueNumber |
false
|
|
InValueString |
false
|
|
InValueTimeZone |
false
|
TimeZone
|
JobDefinitionParameter |
true
|
JobDefinitionParameter
|
JobGroup |
true
|
JobGroup
|
LLPVersion |
true
|
|
NumJobGroupParameterInLines |
true
|
|
NumJobGroupParameterOutLines |
true
|
|
OutValueDate |
false
|
|
OutValueNumber |
false
|
|
OutValueString |
false
|
|
OutValueTimeZone |
false
|
TimeZone
|
UniqueId |
true
|
|
JobGroupParameterInLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
JobGroupParameter |
true
|
JobGroupParameter
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
JobGroupParameterOutLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
JobGroupParameter |
true
|
JobGroupParameter
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
JobGroupUpdateAction
Field |
Mandatory |
Type |
ActionType |
true
|
JobGroupUpdateActionType
|
AuditSubjectUid |
false
|
|
Behavior |
true
|
|
JobGroup |
true
|
JobGroup
|
LLPVersion |
true
|
|
PresubmitCount |
false
|
|
UniqueId |
true
|
|
JobJobLock
Field |
Mandatory |
Type |
Behavior |
true
|
|
InUse |
true
|
|
Job |
true
|
Job
|
JobLock |
true
|
JobLock
|
LLPVersion |
true
|
|
RequiredCount |
true
|
|
UniqueId |
true
|
|
JobLock
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Deprecated1 |
true
|
|
Deprecated2 |
false
|
|
Description |
false
|
|
Held |
true
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
LockType |
true
|
LockType
|
MaxCount |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
UniqueId |
true
|
|
JobLockUsage
Field |
Mandatory |
Type |
Behavior |
true
|
|
HeldByJob |
false
|
Job
|
JobLock |
true
|
JobLock
|
LLPVersion |
true
|
|
TotalInUseCount |
true
|
|
UniqueId |
true
|
|
JobNote
Field |
Mandatory |
Type |
Behavior |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Job |
true
|
Job
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
OwnerSubject |
false
|
Subject
|
Text |
true
|
|
UniqueId |
true
|
|
JobParameter
Field |
Mandatory |
Type |
Behavior |
true
|
|
DisplayOrder |
false
|
|
InValueDate |
false
|
|
InValueNumber |
false
|
|
InValueString |
false
|
|
InValueTimeZone |
false
|
TimeZone
|
Job |
true
|
Job
|
JobDefinitionParameter |
true
|
JobDefinitionParameter
|
LLPVersion |
true
|
|
NumJobParameterInLines |
true
|
|
NumJobParameterOutLines |
true
|
|
OutValueDate |
false
|
|
OutValueNumber |
false
|
|
OutValueString |
false
|
|
OutValueTimeZone |
false
|
TimeZone
|
UniqueId |
true
|
|
JobParameterInLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
JobParameter |
true
|
JobParameter
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
JobParameterOutLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
JobParameter |
true
|
JobParameter
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
Field |
Mandatory |
Type |
Behavior |
true
|
|
CallStartDelay |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
FinalStatus |
true
|
JobStatus
|
JobChainCall |
false
|
JobChainCall
|
JobDefinition |
true
|
JobDefinition
|
JobId |
false
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
LogFileSize |
false
|
|
OutputFileSize |
false
|
|
RequestedStartTime |
false
|
|
RunTime |
false
|
|
UniqueId |
true
|
|
JobRaiseEvent
JobRuntimeLimit
Field |
Mandatory |
Type |
AdHocAlertSource |
false
|
AdHocAlertSource
|
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
EventDefinition |
false
|
EventDefinition
|
Job |
true
|
Job
|
KillJob |
true
|
|
LimitDuration |
false
|
|
LimitTime |
false
|
|
LLPVersion |
true
|
|
MaxMinType |
true
|
MaxMinType
|
Name |
true
|
|
SearchName |
true
|
|
TimeZone |
false
|
TimeZone
|
UniqueId |
true
|
|
JobWaitEvent
Language
Field |
Mandatory |
Type |
Behavior |
true
|
|
LLPVersion |
true
|
|
Name |
true
|
|
SearchName |
true
|
|
Tag |
true
|
|
UniqueId |
true
|
|
LDAPProfile
Field |
Mandatory |
Type |
Active |
true
|
|
AdminRole |
false
|
|
BAEUserRole |
false
|
|
BaseDN |
true
|
|
Behavior |
true
|
|
BusinessUserRole |
false
|
|
Comment |
false
|
|
ConnectionPassword |
false
|
|
ConnectionURL |
true
|
|
ConnectionUserName |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Deprecated |
false
|
|
Description |
false
|
|
GroupMemberField |
false
|
|
GroupNameField |
false
|
|
GroupSearchBase |
false
|
|
GroupSearchExpression |
false
|
|
Hidden |
true
|
|
IsolationAdminRole |
false
|
|
ITUserRole |
false
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LDAPServerType |
true
|
LDAPServerType
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ProfileName |
true
|
|
ScreenReaderRole |
false
|
|
SearchName |
true
|
|
SearchScope |
false
|
|
UniqueId |
true
|
|
UserDNExpression |
false
|
|
UserExactSearchExpression |
false
|
|
UserMailField |
false
|
|
UserNameField |
false
|
|
UserRole |
false
|
|
UserSearchBase |
false
|
|
Library
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
UniqueId |
true
|
|
Validity |
true
|
Validity
|
LibraryJARCache
Field |
Mandatory |
Type |
Behavior |
true
|
|
Hash |
false
|
|
Library |
true
|
Library
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
LibraryJARCacheLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
LibraryJARCache |
true
|
LibraryJARCache
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
LibrarySource
Field |
Mandatory |
Type |
Behavior |
true
|
|
FQClassName |
true
|
|
Library |
true
|
Library
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
LibrarySourceLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
LibrarySource |
true
|
LibrarySource
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
LicenseKey
Field |
Mandatory |
Type |
Behavior |
true
|
|
ContractName |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
UniqueId |
true
|
|
Value |
true
|
|
MailConnectionSetting
Field |
Mandatory |
Type |
Behavior |
true
|
|
LLPVersion |
true
|
|
MailConnector |
true
|
MailConnector
|
PropertyName |
true
|
|
PropertyValue |
true
|
|
UniqueId |
true
|
|
MailConnector
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
DesiredStatus |
true
|
ProcessServerStatus
|
ErrorFolder |
true
|
|
Hidden |
true
|
|
InboxFolder |
true
|
|
JobDefinition |
true
|
JobDefinition
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
Password |
false
|
|
PollInterval |
true
|
|
ProcessedFolder |
true
|
|
Protocol |
true
|
MailConnectionProtocol
|
SearchName |
true
|
|
Server |
true
|
|
ServerKey |
false
|
|
ServerSecret |
false
|
|
StartOnStartup |
true
|
|
Status |
true
|
ProcessServerStatus
|
UniqueId |
true
|
|
Username |
true
|
|
ModuleState
Field |
Mandatory |
Type |
Behavior |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
State |
false
|
|
UniqueId |
true
|
|
MonitorAlertSource
Field |
Mandatory |
Type |
Address |
false
|
|
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
DefaultAlertEscalation |
false
|
AlertEscalation
|
Description |
false
|
|
Enabled |
true
|
|
EscalationExpression |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LinkableMonitor |
MonitorCheck |
true
|
MonitorCheck
|
MonitorNode |
MonitorNode
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
OperatorMessageExpression |
false
|
|
OperatorMessageReplyExpression |
false
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
TimeWindow |
false
|
TimeWindow
|
TimeWindowStatus |
true
|
TimeWindowStatus
|
TimeZone |
false
|
TimeZone
|
UniqueId |
true
|
|
Validity |
true
|
Validity
|
MonitorAlertSourceRule
Field |
Mandatory |
Type |
AlertEscalation |
false
|
AlertEscalation
|
Behavior |
true
|
|
DelayAmount |
true
|
|
DelayUnits |
true
|
TimeUnit
|
LLPVersion |
true
|
|
MonitorAlertSource |
true
|
MonitorAlertSource
|
OperatorMessageExpression |
false
|
|
ProcessingOrder |
true
|
|
Rising |
true
|
|
Severity |
true
|
|
UniqueId |
true
|
|
MonitorCheck
Field |
Mandatory |
Type |
ActualSeverity |
false
|
|
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ObjectDefinition |
false
|
ObjectDefinition
|
ObjectId |
false
|
|
ParentMonitorNode |
false
|
MonitorNode
|
PropagationType |
true
|
MonitorCheckPropagation
|
RemoteId |
false
|
|
RemoteSystem |
false
|
|
SearchName |
true
|
|
UniqueId |
true
|
|
MonitorCondition
Field |
Mandatory |
Type |
ActionSubject |
false
|
Subject
|
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
Expression |
false
|
|
LLPVersion |
true
|
|
MonitorCheck |
true
|
MonitorCheck
|
Name |
true
|
|
SearchName |
true
|
|
Severity |
true
|
|
UniqueId |
true
|
|
MonitorEvent
Field |
Mandatory |
Type |
Behavior |
true
|
|
EventDefinition |
true
|
EventDefinition
|
LinkableMonitor |
MonitorCheck |
true
|
MonitorCheck
|
MonitorNode |
MonitorNode
|
LLPVersion |
true
|
|
Reason |
false
|
|
Rising |
true
|
|
Severity |
true
|
|
UniqueId |
true
|
|
MonitorLink
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LinkedLinkableMonitor |
LinkedMonitorCheck |
true
|
MonitorCheck
|
LinkedMonitorNode |
MonitorNode
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentMonitorNode |
false
|
MonitorNode
|
SearchName |
true
|
|
UniqueId |
true
|
|
MonitorNode
Field |
Mandatory |
Type |
ActualSeverity |
false
|
|
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
IsolationGroup |
true
|
IsolationGroup
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentMonitorNode |
false
|
MonitorNode
|
PropagationType |
true
|
MonitorNodePropagation
|
RemoteId |
false
|
|
RemoteSystem |
false
|
|
SearchName |
true
|
|
UniqueId |
true
|
|
MonitorValue
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
false
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
MonitorCheck |
true
|
MonitorCheck
|
Name |
true
|
|
ObjectFieldDefinition |
false
|
ObjectFieldDefinition
|
SearchName |
true
|
|
Type |
true
|
ParameterType
|
UniqueId |
true
|
|
ValueDate |
false
|
|
ValueDateTimeZone |
false
|
TimeZone
|
ValueNumber |
false
|
|
ValueString |
false
|
|
MonitorValueAggregate
Field |
Mandatory |
Type |
AggregateType |
true
|
|
Behavior |
true
|
|
End |
true
|
|
InternalValue |
true
|
|
LLPVersion |
true
|
|
MonitorValue |
true
|
MonitorValue
|
PeriodType |
true
|
|
StandardDeviation |
true
|
|
Start |
true
|
|
UniqueId |
true
|
|
NavigationBar
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
OwnerSubject |
true
|
Subject
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
UniqueId |
true
|
|
NavigationBarItem
Field |
Mandatory |
Type |
Behavior |
true
|
|
DisplayOrder |
true
|
|
IconURL |
false
|
|
LinkData |
false
|
|
LLPVersion |
true
|
|
Name |
false
|
|
NavigationBar |
true
|
NavigationBar
|
NumItems |
true
|
|
ParentNavigationBarItem |
false
|
NavigationBarItem
|
SearchName |
false
|
|
Type |
true
|
NavigationBarItemType
|
UniqueId |
true
|
|
ObjectDefinition
Field |
Mandatory |
Type |
Behavior |
true
|
|
BusinessKeyObjectIndex |
false
|
ObjectIndex
|
CustomTableName |
false
|
|
LLPVersion |
true
|
|
ObjectName |
true
|
|
SearchName |
false
|
|
UniqueId |
true
|
|
Validity |
true
|
Validity
|
ObjectFieldDefinition
Field |
Mandatory |
Type |
Behavior |
true
|
|
ColumnLength |
false
|
|
ColumnPrecision |
false
|
|
CustomColumnName |
false
|
|
DefaultValue |
false
|
|
FieldName |
true
|
|
FieldReferenceObjectDefinition |
false
|
ObjectDefinition
|
FieldType |
true
|
ModelTypes
|
LLPVersion |
true
|
|
Nullable |
true
|
|
ObjectDefinition |
true
|
ObjectDefinition
|
ReferencedObjectDefinition |
false
|
ObjectDefinition
|
ReferencedObjectDefinitionDeleteType |
true
|
DeleteType
|
Reserved |
false
|
|
SearchName |
true
|
|
TimeZoneColumnName |
false
|
|
UniqueId |
true
|
|
UpdateTimeZone |
true
|
|
ObjectIndex
Field |
Mandatory |
Type |
Behavior |
true
|
|
Description |
false
|
|
LLPVersion |
true
|
|
Name |
true
|
|
ObjectDefinition |
true
|
ObjectDefinition
|
SearchName |
true
|
|
Unique |
true
|
|
UniqueId |
true
|
|
ObjectIndexColumn
ObjectReference
Field |
Mandatory |
Type |
Behavior |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LinkedObjectDefinition |
true
|
ObjectDefinition
|
LinkedUniqueId |
true
|
|
LLPVersion |
true
|
|
Name |
true
|
|
SearchName |
true
|
|
SourceObjectDefinition |
true
|
ObjectDefinition
|
SourceUniqueId |
true
|
|
UniqueId |
true
|
|
ObjectSearch
ObjectSearchCondition
Field |
Mandatory |
Type |
ActionSearch |
true
|
|
Behavior |
true
|
|
CommentSearch |
true
|
|
DateOperator |
true
|
DateComparisonType
|
DescSearch |
true
|
|
EndDate |
false
|
|
ExtensionPointSearch |
true
|
|
FileEventMoveDirectorySearch |
true
|
|
FileEventSourceSearch |
true
|
|
JobChainDefinitionSearch |
true
|
|
JobDefinitionSearch |
true
|
|
JobSearch |
true
|
|
Label |
true
|
|
LibrarySearch |
true
|
|
LLPVersion |
true
|
|
NameSearch |
true
|
|
NumberOperator |
true
|
NumberComparisonType
|
ObjectDefinition |
false
|
|
ObjectFieldDefinition |
false
|
|
ObjectSearch |
true
|
ObjectSearch
|
Operator |
true
|
ObjectSearchOperatorType
|
ParameterName |
false
|
|
ParameterValue |
false
|
|
RelatedObjectFieldDefinition |
false
|
|
SearchBoolean |
false
|
|
SearchFor |
false
|
|
SearchNumber |
false
|
|
SearchTimeZone |
false
|
TimeZone
|
StartDate |
false
|
|
TriggerSearch |
true
|
|
Type |
true
|
ObjectSearchConditionType
|
UniqueId |
true
|
|
Username |
false
|
|
ObjectTag
Field |
Mandatory |
Type |
Behavior |
true
|
|
LLPVersion |
true
|
|
NumExtraValue |
true
|
|
ObjectDefinition |
true
|
ObjectDefinition
|
ObjectTagDefinition |
true
|
ObjectTagDefinition
|
Partition |
true
|
Partition
|
RefUniqueId |
true
|
|
UniqueId |
true
|
|
Value |
true
|
|
ObjectTagDefinition
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ObjectDefinition |
false
|
ObjectDefinition
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
UniqueId |
true
|
|
OperatorMessage
Field |
Mandatory |
Type |
Behavior |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
FirstText |
true
|
|
IsolationGroup |
true
|
IsolationGroup
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
NumAdditionalLines |
true
|
|
Partition |
false
|
Partition
|
RepliedBySubject |
false
|
Subject
|
Reply |
false
|
|
ReplyExpression |
false
|
|
ReplyStatus |
true
|
ReplyStatus
|
ReplyTime |
false
|
|
SenderObjectDefinition |
false
|
ObjectDefinition
|
SenderObjectDescription |
false
|
|
SenderObjectUniqueId |
false
|
|
UniqueId |
true
|
|
OperatorMessageDatum
Field |
Mandatory |
Type |
Behavior |
true
|
|
LLPVersion |
true
|
|
Name |
true
|
|
OperatorMessage |
true
|
OperatorMessage
|
SearchName |
true
|
|
UniqueId |
true
|
|
Value |
true
|
|
OperatorMessageLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
OperatorMessage |
true
|
OperatorMessage
|
UniqueId |
true
|
|
OraAppsJobControlRule
Field |
Mandatory |
Type |
Action |
true
|
SynchronizeAction
|
Behavior |
true
|
|
DefaultQueue |
false
|
Queue
|
Description |
false
|
|
Enabled |
true
|
|
JobnameMask |
true
|
|
JobnameMaskCaseSensitive |
true
|
|
LLPVersion |
true
|
|
OraAppsSystem |
true
|
OraAppsSystem
|
Priority |
false
|
|
ProcessingOrder |
true
|
|
RetrieveJoblog |
true
|
|
RetrieveOutput |
true
|
|
UniqueId |
true
|
|
UsernameMask |
true
|
|
OraAppsSystem
OracleConnection
Field |
Mandatory |
Type |
Behavior |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
OracleInstanceId |
true
|
|
OracleSessionId |
true
|
|
OracleUsername |
true
|
|
PipeNameIn |
true
|
|
PipeNameOut |
true
|
|
PrivateLastAccesstime |
true
|
|
UniqueId |
true
|
|
OraOhiSystem
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Database |
false
|
Database
|
DefaultJobTimeZone |
true
|
TimeZone
|
Deprecated1 |
true
|
|
Deprecated2 |
true
|
|
Description |
false
|
|
Hidden |
true
|
|
JobHandlingEnabled |
true
|
JobHandlingType
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
ProcessServer |
true
|
ProcessServer
|
Queue |
true
|
Queue
|
SearchName |
true
|
|
UniqueId |
true
|
|
Partition
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Deprecated1 |
true
|
|
Description |
false
|
|
Exportable |
true
|
|
Hidden |
true
|
|
IsolationGroup |
true
|
IsolationGroup
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
SearchName |
true
|
|
UniqueId |
true
|
|
PeopleSoftJobControlRule
Field |
Mandatory |
Type |
Action |
true
|
SynchronizeAction
|
Behavior |
true
|
|
DefaultQueue |
false
|
Queue
|
Description |
false
|
|
Enabled |
true
|
|
JobnameMask |
true
|
|
JobnameMaskCaseSensitive |
true
|
|
LLPVersion |
true
|
|
PeopleSoftSystem |
true
|
PeopleSoftSystem
|
Priority |
false
|
|
ProcessingOrder |
true
|
|
RetrieveJoblog |
true
|
|
RetrieveOutput |
true
|
|
UniqueId |
true
|
|
UsernameMask |
true
|
|
PeopleSoftJobOutputLocation
Field |
Mandatory |
Type |
Behavior |
true
|
|
Description |
false
|
|
Enabled |
true
|
|
HostName |
true
|
|
InstanceName |
true
|
|
LLPVersion |
true
|
|
PeopleSoftSystem |
true
|
PeopleSoftSystem
|
Port |
false
|
|
ProcessingOrder |
true
|
|
Protocol |
true
|
|
UniqueId |
true
|
|
PeopleSoftSystem
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
DefaultJobTimeZone |
true
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
J2EEConnectString |
false
|
|
JobHandlingEnabled |
true
|
JobHandlingType
|
JobOutputRetrievalProcessServer |
false
|
ProcessServer
|
Language |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
ProcessServer |
true
|
ProcessServer
|
Queue |
true
|
Queue
|
SearchName |
true
|
|
UniqueId |
true
|
|
UserName |
true
|
|
PeriodFunction
Field |
Mandatory |
Type |
Behavior |
true
|
|
Classname |
false
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
Library |
false
|
Library
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParameterComment |
false
|
|
ParameterDefaults |
false
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
UniqueId |
true
|
|
Validity |
true
|
Validity
|
PeriodFunctionJARCache
Field |
Mandatory |
Type |
Behavior |
true
|
|
Hash |
false
|
|
LLPVersion |
true
|
|
PeriodFunction |
true
|
PeriodFunction
|
UniqueId |
true
|
|
PeriodFunctionJARCacheLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
PeriodFunctionJARCache |
true
|
PeriodFunctionJARCache
|
UniqueId |
true
|
|
PersistenceInternalClusterMasterNaming
Field |
Mandatory |
Type |
Name |
true
|
|
Value |
true
|
|
PersistenceInternalClusterNaming
Field |
Mandatory |
Type |
LastModificationTime |
true
|
|
Name |
true
|
|
RWURL |
true
|
|
Secret |
true
|
|
UIURL |
true
|
|
PersistenceInternalErrorHandling
Field |
Mandatory |
Type |
Code |
true
|
|
Handler |
true
|
|
ProcessingOrder |
true
|
|
Type |
true
|
|
PersistenceInternalLock
Field |
Mandatory |
Type |
LastLockTime |
true
|
|
Name |
true
|
|
Owner |
true
|
|
Status |
true
|
|
PersistenceInternalSequence
Field |
Mandatory |
Type |
Name |
true
|
|
Value |
true
|
|
ProcessMonitor
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
Instance |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
UniqueId |
true
|
|
ProcessMonitorDefinition
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
UniqueId |
true
|
|
ProcessMonitorItem
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
DisplayOrder |
true
|
|
LLPVersion |
true
|
|
Name |
true
|
|
ProcessMonitor |
true
|
ProcessMonitor
|
ProgressEnd |
false
|
|
ProgressNumber |
false
|
|
ProgressNumberMax |
false
|
|
ProgressPercentComplete |
false
|
|
ProgressStart |
false
|
|
ProgressStatus |
false
|
JobStatus
|
ProgressText |
false
|
|
ProgressTimeZone |
false
|
TimeZone
|
RelatedObjectDefinition |
false
|
ObjectDefinition
|
RelatedObjectUniqueId |
false
|
|
SearchName |
true
|
|
StartCount |
true
|
|
Status |
true
|
ProcessMonitorItemStatus
|
StatusChanged |
true
|
|
Type |
true
|
ProcessMonitorItemType
|
UniqueId |
true
|
|
ProcessMonitorItemDefinition
ProcessMonitorLog
Field |
Mandatory |
Type |
Behavior |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
true
|
|
LLPVersion |
true
|
|
ProgressEnd |
false
|
|
ProgressStart |
true
|
|
RelatedObjectId |
true
|
|
RelatedObjectName |
true
|
|
RepliedBySubject |
false
|
Subject
|
Reply |
false
|
|
StartCount |
true
|
|
Type |
true
|
ProcessMonitorLogType
|
UniqueId |
true
|
|
ProcessServer
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
DefaultJobTimeZone |
true
|
TimeZone
|
Description |
false
|
|
DesiredStatus |
true
|
ProcessServerStatus
|
ExecutionSize |
false
|
|
Hidden |
true
|
|
Inclusive |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
LoadThreshold |
false
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
SecureGatewayCandidate |
true
|
|
StartOnStartup |
true
|
|
Status |
true
|
ProcessServerStatus
|
UniqueId |
true
|
|
ProcessServerAlertSource
Field |
Mandatory |
Type |
Address |
false
|
|
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
DefaultAlertEscalation |
false
|
AlertEscalation
|
Description |
false
|
|
Enabled |
true
|
|
EscalationExpression |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NameMatchType |
true
|
NameMatchType
|
NamePattern |
true
|
|
NumExtraCommentLines |
true
|
|
OperatorMessageExpression |
false
|
|
OperatorMessageReplyExpression |
false
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
PartitionMatchType |
true
|
NameMatchType
|
PartitionPattern |
false
|
|
SearchName |
true
|
|
TimeWindow |
false
|
TimeWindow
|
TimeWindowStatus |
true
|
TimeWindowStatus
|
TimeZone |
false
|
TimeZone
|
UniqueId |
true
|
|
Validity |
true
|
Validity
|
ProcessServerAlertSourceStatus
ProcessServerCheck
Field |
Mandatory |
Type |
Address |
false
|
|
AdHocAlertSource |
false
|
AdHocAlertSource
|
Attribute1 |
true
|
|
Attribute2 |
false
|
|
Behavior |
true
|
|
Comment |
false
|
|
ConditionExpression |
false
|
|
Data |
false
|
|
DelayAmount |
true
|
|
DelayUnits |
true
|
TimeUnit
|
Description |
false
|
|
Enabled |
true
|
|
JobDefinition |
false
|
JobDefinition
|
LLPVersion |
true
|
|
Message |
false
|
|
Name |
true
|
|
PollInterval |
true
|
|
ProcessServer |
true
|
ProcessServer
|
SearchName |
true
|
|
Severity |
false
|
|
Style |
true
|
ProcessServerCheckStyle
|
UniqueId |
true
|
|
ProcessServerCheckLog
Field |
Mandatory |
Type |
Behavior |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
LLPVersion |
true
|
|
ProcessServerCheck |
true
|
ProcessServerCheck
|
Success |
true
|
|
UniqueId |
true
|
|
ProcessServerCheckLogParameter
Field |
Mandatory |
Type |
Behavior |
true
|
|
LLPVersion |
true
|
|
Name |
true
|
|
ProcessServerCheckLog |
true
|
ProcessServerCheckLog
|
UniqueId |
true
|
|
Value |
true
|
|
ProcessServerJobDefinitionType
ProcessServerLoadFactor
Field |
Mandatory |
Type |
Behavior |
true
|
|
Description |
false
|
|
LLPVersion |
true
|
|
MonitorValue |
true
|
MonitorValue
|
Multiplier |
true
|
|
ProcessServer |
true
|
ProcessServer
|
Threshold |
true
|
|
UniqueId |
true
|
|
ProcessServerParameter
ProcessServerResource
Field |
Mandatory |
Type |
Behavior |
true
|
|
LLPVersion |
true
|
|
ProcessServer |
true
|
ProcessServer
|
Resource |
true
|
Resource
|
UniqueId |
true
|
|
ProcessServerService
ProcessServerStatusLog
PublishApproval
Field |
Mandatory |
Type |
ApprovalRuleId |
true
|
|
ApprovalURL |
true
|
|
ApproverName |
false
|
|
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
DocId |
true
|
|
DocPath |
true
|
|
Job |
false
|
Job
|
LastModified |
false
|
|
LLPVersion |
true
|
|
PublicationId |
true
|
|
PublishItem |
true
|
|
Status |
false
|
|
UniqueId |
true
|
|
VersionId |
true
|
|
PublishedWebService
Field |
Mandatory |
Type |
AddJobNote |
true
|
|
Behavior |
true
|
|
BranchedLLPVersion |
true
|
|
Comment |
false
|
|
Description |
false
|
|
Enabled |
true
|
|
IsolationGroup |
true
|
|
JobDefinition |
true
|
JobDefinition
|
LLPVersion |
true
|
|
Name |
true
|
|
SearchName |
true
|
|
UniqueId |
true
|
|
WSURL |
false
|
|
PublishItem
Field |
Mandatory |
Type |
Behavior |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
JobDefinition |
true
|
JobDefinition
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
R2WCatalogAlias |
true
|
R2WCatalogAlias
|
ReportName |
true
|
|
RequireApproval |
true
|
|
Source |
true
|
|
UniqueId |
true
|
|
PublishLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
PublishItem |
true
|
PublishItem
|
UniqueId |
true
|
|
QueryCondition
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
ConditionText |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
DisplayOrder |
true
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ObjectDefinition |
true
|
ObjectDefinition
|
ObjectFieldDefinition |
false
|
ObjectFieldDefinition
|
SearchName |
true
|
|
Type |
true
|
QueryConditionType
|
TypeValue |
false
|
|
UniqueId |
true
|
|
QueryConditionValue
QueryFilter
Queue
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
ExecutionSize |
false
|
|
Held |
true
|
|
Hidden |
true
|
|
HoldLevel |
false
|
|
Inclusive |
true
|
|
InclusiveConsoleJobs |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NextWindowChange |
false
|
|
NumExtraCommentLines |
true
|
|
Open |
true
|
|
Overdue |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
QueueTimeZone |
false
|
TimeZone
|
SearchName |
true
|
|
TimeWindow |
false
|
TimeWindow
|
UniqueId |
true
|
|
QueueAlertSource
Field |
Mandatory |
Type |
Address |
false
|
|
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
DefaultAlertEscalation |
false
|
AlertEscalation
|
Description |
false
|
|
Enabled |
true
|
|
EscalationExpression |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NamePattern |
true
|
|
NumExtraCommentLines |
true
|
|
OperatorMessageExpression |
false
|
|
OperatorMessageReplyExpression |
false
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
TimeWindow |
false
|
TimeWindow
|
TimeWindowStatus |
true
|
TimeWindowStatus
|
TimeZone |
false
|
TimeZone
|
UniqueId |
true
|
|
Validity |
true
|
Validity
|
QueueAlertSourceStatus
Field |
Mandatory |
Type |
Behavior |
true
|
|
LLPVersion |
true
|
|
OperatorMessageExpression |
false
|
|
QueueAlertSource |
true
|
QueueAlertSource
|
Status |
true
|
QueueStatus
|
UniqueId |
true
|
|
QueueProvider
Field |
Mandatory |
Type |
Behavior |
true
|
|
ExecutionSize |
false
|
|
Held |
true
|
|
HoldLevel |
false
|
|
Inclusive |
true
|
|
LLPVersion |
true
|
|
NextWindowChange |
false
|
|
Open |
true
|
|
ProcessServer |
true
|
ProcessServer
|
Queue |
true
|
Queue
|
QueueProviderTimeZone |
false
|
TimeZone
|
TimeWindow |
false
|
TimeWindow
|
UniqueId |
true
|
|
R2WCatalog
Field |
Mandatory |
Type |
Behavior |
true
|
|
CatName |
false
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
Password |
false
|
|
ProcessServer |
true
|
ProcessServer
|
Queue |
true
|
Queue
|
SearchName |
true
|
|
UniqueId |
true
|
|
URL |
true
|
|
UseCredential |
true
|
|
Username |
false
|
|
R2WCatalogAlias
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
LLPVersion |
true
|
|
Name |
true
|
|
R2WCatalog |
true
|
R2WCatalog
|
SearchName |
true
|
|
UniqueId |
true
|
|
RegistryEntry
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
NumExtraValueLines |
true
|
|
OverrideAllowed |
true
|
|
ParentRegistryEntry |
false
|
RegistryEntry
|
SearchName |
true
|
|
UniqueId |
true
|
|
Value |
false
|
|
RELEntryPoint
Field |
Mandatory |
Type |
Behavior |
true
|
|
FQClassName |
true
|
|
Library |
true
|
Library
|
LLPVersion |
true
|
|
MethodSignature |
true
|
|
Name |
true
|
|
UniqueId |
true
|
|
RemoteSystem
Field |
Mandatory |
Type |
AllowRuleSetOverride |
true
|
|
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
ImportRuleSet |
false
|
ImportRuleSet
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Location |
false
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
Options |
false
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
Password |
false
|
|
PromoteFurtherJobDefinition |
false
|
JobDefinition
|
PushAcceptorJobDefinition |
false
|
JobDefinition
|
PusherJobDefinition |
false
|
JobDefinition
|
SearchName |
true
|
|
Type |
true
|
RemoteSystemType
|
UniqueId |
true
|
|
Username |
false
|
|
Report
Field |
Mandatory |
Type |
Behavior |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
JobDefinition |
true
|
JobDefinition
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
Limit |
false
|
|
LLPVersion |
true
|
|
NumExtraQueryLines |
true
|
|
Query |
false
|
|
QueryFilter |
false
|
QueryFilter
|
ReportQueryType |
true
|
ReportQueryType
|
UniqueId |
true
|
|
ReportColumn
Field |
Mandatory |
Type |
Behavior |
true
|
|
ColumnFormat |
false
|
ReportColumnFormat
|
ColumnOrder |
true
|
|
Comment |
false
|
|
Description |
false
|
|
Display |
true
|
|
LLPVersion |
true
|
|
Name |
true
|
|
Report |
true
|
Report
|
SearchName |
true
|
|
UniqueId |
true
|
|
Value |
false
|
|
ReportSelection
ReportSort
Field |
Mandatory |
Type |
Ascending |
true
|
|
Behavior |
true
|
|
LLPVersion |
true
|
|
Report |
true
|
Report
|
ReportColumn |
true
|
ReportColumn
|
SortOrder |
true
|
|
UniqueId |
true
|
|
Resource
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
UniqueId |
true
|
|
RestrictedSchedulerSessionSpecification
Field |
Mandatory |
Type |
BaseUser |
true
|
|
Behavior |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Expiry |
true
|
|
Info |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Partition |
true
|
Partition
|
RemoteUserInfo |
true
|
|
UniqueId |
true
|
|
RestrictedSchedulerSessionSpecificationEntity
SAPAbapProgram
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
LLPVersion |
true
|
|
Name |
true
|
|
SAPLanguage |
true
|
|
SAPSystem |
true
|
SAPSystem
|
SearchName |
true
|
|
UniqueId |
true
|
|
SAPAbapProgramParameter
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
DbField |
false
|
|
DefaultValue |
false
|
|
Description |
false
|
|
GroupId |
false
|
|
Hidden |
true
|
|
Kind |
true
|
SAPAbapProgramParameterKind
|
Length |
true
|
|
LLPVersion |
true
|
|
Name |
true
|
|
Position |
true
|
|
Protected |
true
|
|
Required |
true
|
|
SAPAbapProgram |
true
|
SAPAbapProgram
|
SapType |
true
|
SAPAbapProgramParameterType
|
SearchName |
true
|
|
Type |
true
|
|
UniqueId |
true
|
|
SAPAbapVariant
Field |
Mandatory |
Type |
BackgroundOnly |
true
|
|
Behavior |
true
|
|
ClientNumber |
true
|
|
Comment |
false
|
|
Description |
false
|
|
LLPVersion |
true
|
|
Name |
true
|
|
Protected |
true
|
|
SAPAbapProgram |
true
|
SAPAbapProgram
|
SAPLanguage |
true
|
|
SearchName |
true
|
|
System |
true
|
|
UniqueId |
true
|
|
SAPAbapVariantParameter
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
High |
false
|
|
Kind |
true
|
|
Length |
true
|
|
LLPVersion |
true
|
|
Low |
false
|
|
Name |
true
|
|
Option |
true
|
|
SAPAbapVariant |
true
|
SAPAbapVariant
|
SearchName |
true
|
|
Sign |
true
|
|
Type |
true
|
|
UniqueId |
true
|
|
SAPAbapVariantParameterValue
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
Kind |
true
|
SAPAbapProgramParameterKind
|
LLPVersion |
true
|
|
Name |
true
|
|
SAPAbapVariant |
true
|
SAPAbapVariant
|
SearchName |
true
|
|
UniqueId |
true
|
|
Value |
false
|
|
SAPAbapVariantSelopt
SAPAbapVariantSeloptValue
SAPApplicationServer
Field |
Mandatory |
Type |
Active |
true
|
|
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
Enabled |
true
|
|
LLPVersion |
true
|
|
LoadThreshold |
false
|
|
Name |
true
|
|
NumberOfClassAWorkProcesses |
true
|
|
NumberOfWorkProcesses |
true
|
|
SAPSystem |
true
|
SAPSystem
|
SearchName |
true
|
|
UniqueId |
true
|
|
SAPApplicationServerGroup
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
LLPVersion |
true
|
|
Name |
true
|
|
SAPSystem |
true
|
SAPSystem
|
SearchName |
true
|
|
UniqueId |
true
|
|
SAPApplicationServerLoadFactor
Field |
Mandatory |
Type |
Behavior |
true
|
|
Description |
false
|
|
LLPVersion |
true
|
|
MonitorValue |
true
|
MonitorValue
|
Multiplier |
true
|
|
SAPApplicationServer |
true
|
SAPApplicationServer
|
Threshold |
true
|
|
UniqueId |
true
|
|
SAPApplicationServerProvider
SAPArchiveDocumentType
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
LLPVersion |
true
|
|
Name |
true
|
|
SAPArchiveObject |
true
|
SAPArchiveObject
|
SearchName |
true
|
|
UniqueId |
true
|
|
SAPArchiveObject
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
LLPVersion |
true
|
|
Name |
true
|
|
SAPSystem |
true
|
SAPSystem
|
SearchName |
true
|
|
UniqueId |
true
|
|
SAPBAEConfiguration
Field |
Mandatory |
Type |
AuditLevel |
true
|
|
Behavior |
true
|
|
ClientNumber |
true
|
|
DefaultScheduler |
true
|
|
Description |
false
|
|
Enabled |
true
|
|
InterfaceVersion |
false
|
|
LLPVersion |
true
|
|
MaximumNumberOfRFCConnections |
false
|
|
NumberOfRfcServers |
true
|
|
Password |
true
|
|
RFCDestination |
false
|
|
SAPBAEConnector |
true
|
SAPBAEConnector
|
SAPLanguage |
true
|
|
UniqueId |
true
|
|
Username |
true
|
|
SAPBAEConnector
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
ConnectString |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
DesiredStatus |
true
|
ProcessServerStatus
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SAPSystemTimeZone |
true
|
TimeZone
|
SearchName |
true
|
|
StartOnStartup |
true
|
|
Status |
true
|
ProcessServerStatus
|
UniqueId |
true
|
|
SAPBatchEvent
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
LastSAPModificationTime |
false
|
|
LLPVersion |
true
|
|
Name |
true
|
|
SAPChangeUser |
false
|
|
SAPLastModificationTimeZone |
false
|
TimeZone
|
SAPSystem |
true
|
SAPSystem
|
SearchName |
true
|
|
SystemEvent |
true
|
|
UniqueId |
true
|
|
SAPCalendar
Field |
Mandatory |
Type |
Behavior |
true
|
|
Description |
false
|
|
Ident |
true
|
|
LLPVersion |
true
|
|
Month1 |
true
|
|
Month10 |
true
|
|
Month11 |
true
|
|
Month12 |
true
|
|
Month2 |
true
|
|
Month3 |
true
|
|
Month4 |
true
|
|
Month5 |
true
|
|
Month6 |
true
|
|
Month7 |
true
|
|
Month8 |
true
|
|
Month9 |
true
|
|
SAPSystem |
true
|
SAPSystem
|
Type |
true
|
|
UniqueId |
true
|
|
Year |
true
|
|
SAPExternalCommand
Field |
Mandatory |
Type |
AdditionalParameters |
false
|
|
Behavior |
true
|
|
CheckAll |
false
|
|
Comment |
false
|
|
Description |
false
|
|
IsSapCommand |
false
|
|
LLPVersion |
true
|
|
Name |
true
|
|
OsType |
true
|
|
Parameters |
false
|
|
Program |
true
|
|
SAPLanguage |
true
|
|
SapPermition |
false
|
|
SAPSystem |
true
|
SAPSystem
|
SearchName |
true
|
|
TraceOn |
false
|
|
UniqueId |
true
|
|
SAPInfoPackage
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
LLPVersion |
true
|
|
Name |
true
|
|
SAPLanguage |
true
|
|
SAPSystem |
true
|
SAPSystem
|
SearchName |
true
|
|
UniqueId |
true
|
|
SAPInfoPackageGroup
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
LLPVersion |
true
|
|
Name |
true
|
|
SAPSystem |
true
|
SAPSystem
|
SearchName |
true
|
|
UniqueId |
true
|
|
SAPInfoPackageGroupStep
Field |
Mandatory |
Type |
Active |
true
|
|
Behavior |
true
|
|
CheckBefore |
true
|
|
Comment |
false
|
|
Description |
false
|
|
LLPVersion |
true
|
|
Lnr |
false
|
|
Name |
true
|
|
Num |
true
|
|
ObjVersion |
false
|
|
SAPInfoPackageGroup |
true
|
SAPInfoPackageGroup
|
SearchName |
true
|
|
UniqueId |
true
|
|
Wait |
true
|
|
SAPJ2EEClient
Field |
Mandatory |
Type |
Behavior |
true
|
|
Description |
false
|
|
Enabled |
true
|
|
InterfaceVersion |
false
|
|
LLPVersion |
true
|
|
Password |
true
|
|
SAPSystem |
true
|
SAPSystem
|
Type |
true
|
SAPJ2EEClientType
|
UniqueId |
true
|
|
Username |
true
|
|
SAPLanguage
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
LLPVersion |
true
|
|
Name |
true
|
|
SAPLanguage |
true
|
|
SAPSystem |
true
|
SAPSystem
|
SearchName |
true
|
|
UniqueId |
true
|
|
SAPLogError
Field |
Mandatory |
Type |
Behavior |
true
|
|
ClientNumberMask |
true
|
|
CreateJobNote |
true
|
|
Description |
false
|
|
JobnameMask |
true
|
|
LLPVersion |
true
|
|
MessageID |
true
|
|
MessageNumber |
true
|
|
MessageText |
false
|
|
MessageType |
true
|
|
ProcessingOrder |
true
|
|
ReturnCode |
true
|
|
SAPSystem |
true
|
SAPSystem
|
UniqueId |
true
|
|
UsernameMask |
true
|
|
SAPMassActivity
Field |
Mandatory |
Type |
AddOnsStructure |
false
|
|
BasicsStructure |
false
|
|
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
JType |
false
|
|
LLPVersion |
true
|
|
Name |
true
|
|
SAPLanguage |
true
|
|
SAPSystem |
true
|
SAPSystem
|
SearchName |
true
|
|
Transaction |
false
|
|
UniqueId |
true
|
|
SAPMassActivityFieldParameter
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
LLPVersion |
true
|
|
Name |
true
|
|
SAPMassActivityLayoutField |
true
|
SAPMassActivityLayoutField
|
SAPMassActivityParameterSet |
true
|
SAPMassActivityParameterSet
|
ScriptingAllowed |
true
|
|
SearchName |
true
|
|
UniqueId |
true
|
|
Value |
false
|
|
SAPMassActivityFieldTable
SAPMassActivityFieldTableRow
Field |
Mandatory |
Type |
Behavior |
true
|
|
Description |
false
|
|
LLPVersion |
true
|
|
RowNumber |
true
|
|
SAPMassActivityFieldTable |
true
|
SAPMassActivityFieldTable
|
UniqueId |
true
|
|
SAPMassActivityFieldTableRowValue
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
LLPVersion |
true
|
|
Name |
true
|
|
SAPMassActivityFieldTableRow |
true
|
SAPMassActivityFieldTableRow
|
SearchName |
true
|
|
UniqueId |
true
|
|
Value |
false
|
|
SAPMassActivityLayoutField
Field |
Mandatory |
Type |
Behavior |
true
|
|
ClientNumber |
true
|
|
Comment |
false
|
|
Description |
false
|
|
LayoutField |
false
|
|
LayoutTab |
false
|
|
LayoutTabNr |
false
|
|
LLPVersion |
true
|
|
Name |
true
|
|
Position |
true
|
|
SAPMassActivity |
true
|
SAPMassActivity
|
SAPMassActivityParameter |
false
|
SAPMassActivityParameter
|
SearchName |
true
|
|
UniqueId |
true
|
|
SAPMassActivityObject
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
LLPVersion |
true
|
|
Name |
true
|
|
SAPMassActivity |
true
|
SAPMassActivity
|
SearchName |
true
|
|
UniqueId |
true
|
|
SAPMassActivityParameter
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
Datatype |
true
|
|
Description |
false
|
|
FieldName |
false
|
|
Length |
true
|
|
LLPVersion |
true
|
|
Mandatory |
true
|
|
Name |
true
|
|
ParentSAPMassActivityParameter |
false
|
SAPMassActivityParameter
|
Position |
true
|
|
Rollname |
false
|
|
SAPMassActivityStructure |
true
|
SAPMassActivityStructure
|
SearchName |
true
|
|
StructureName |
true
|
|
Type |
true
|
SAPMassActivityParameterType
|
UniqueId |
true
|
|
SAPMassActivityParameterSet
Field |
Mandatory |
Type |
Behavior |
true
|
|
ClientNumber |
true
|
|
Comment |
false
|
|
Description |
false
|
|
LLPVersion |
true
|
|
Name |
true
|
|
SAPMassActivity |
true
|
SAPMassActivity
|
ScriptingAllowed |
true
|
|
SearchName |
true
|
|
UniqueId |
true
|
|
SAPMassActivityStructure
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
LLPVersion |
true
|
|
Name |
true
|
|
SAPMassActivity |
true
|
SAPMassActivity
|
SearchName |
true
|
|
UniqueId |
true
|
|
SAPNWCallbackParameterMapping
SAPNWCallbackVariant
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
LLPVersion |
true
|
|
Name |
true
|
|
SAPBAEConnector |
true
|
SAPBAEConnector
|
SearchName |
true
|
|
UniqueId |
true
|
|
SAPNWCallbackVariantDetail
Field |
Mandatory |
Type |
Behavior |
true
|
|
CallbackGroup |
false
|
|
LLPVersion |
true
|
|
SAPLanguage |
true
|
|
SAPNWCallbackVariant |
true
|
SAPNWCallbackVariant
|
Scope |
true
|
SAPNWCallbackScope
|
Text |
true
|
|
UniqueId |
true
|
|
URL |
true
|
|
SAPOutputDevice
Field |
Mandatory |
Type |
AccessMethod |
false
|
|
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
DeviceType |
false
|
|
HostPrinter |
false
|
|
LLPVersion |
true
|
|
Locked |
true
|
|
Name |
true
|
|
SAPSystem |
true
|
SAPSystem
|
SearchName |
true
|
|
StatusMessage |
false
|
|
UniqueId |
true
|
|
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
LLPVersion |
true
|
|
Name |
true
|
|
SAPOutputDevice |
true
|
SAPOutputDevice
|
SearchName |
true
|
|
UniqueId |
true
|
|
SAPPIChannel
Field |
Mandatory |
Type |
Behavior |
true
|
|
ChannelId |
true
|
|
Comment |
false
|
|
Description |
false
|
|
LLPVersion |
true
|
|
Name |
true
|
|
Party |
false
|
|
SAPSystem |
true
|
SAPSystem
|
SearchName |
true
|
|
Service |
true
|
|
UniqueId |
true
|
|
SAPProcessChain
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
LLPVersion |
true
|
|
Name |
true
|
|
SAPLanguage |
true
|
|
SAPSystem |
true
|
SAPSystem
|
SearchName |
true
|
|
UniqueId |
true
|
|
SAPProcessDefinition
Field |
Mandatory |
Type |
Behavior |
true
|
|
Deprecated1 |
false
|
|
Deprecated2 |
true
|
|
EventEnd |
false
|
|
EventEndParameter |
false
|
|
EventGreen |
false
|
|
EventGreenParameter |
false
|
|
EventRed |
false
|
|
EventRedParameter |
false
|
|
EventStart |
false
|
|
EventStartParameter |
false
|
|
GreenEqualsRed |
true
|
|
LLPVersion |
true
|
|
MaxNumberOfRestarts |
true
|
|
OnErrorProcessType |
false
|
|
OnErrorProcessVariant |
false
|
|
ProcessType |
false
|
|
ProcessTypeDescription |
false
|
|
ProcessVariant |
false
|
|
ProcessVariantDescription |
false
|
|
RestartDelay |
true
|
|
RestartDelayUnits |
true
|
TimeUnit
|
RestartUnchecked |
true
|
|
SAPProcessChain |
true
|
SAPProcessChain
|
UniqueId |
true
|
|
SAPProcessRestart
Field |
Mandatory |
Type |
Behavior |
true
|
|
Job |
true
|
Job
|
LLPVersion |
true
|
|
NumberOfRestarts |
true
|
|
SAPProcessDefinition |
true
|
SAPProcessDefinition
|
UniqueId |
true
|
|
SAPRecipient
Field |
Mandatory |
Type |
Behavior |
true
|
|
ClientNumber |
true
|
|
Comment |
false
|
|
Description |
false
|
|
LLPVersion |
true
|
|
Name |
true
|
|
Owner |
false
|
|
SAPSystem |
true
|
SAPSystem
|
SearchName |
true
|
|
Type |
true
|
SAPRecipientType
|
UniqueId |
true
|
|
SAPScript
Field |
Mandatory |
Type |
Behavior |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
JobDefinition |
true
|
JobDefinition
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
SAPScriptAttribute
Field |
Mandatory |
Type |
Behavior |
true
|
|
LLPVersion |
true
|
|
Name |
true
|
|
SAPScript |
true
|
SAPScript
|
UniqueId |
true
|
|
Value |
true
|
|
SAPSystem
Field |
Mandatory |
Type |
Behavior |
true
|
|
CcmsJobDefinition |
false
|
JobDefinition
|
Comment |
false
|
|
ConnectString |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
DefaultJobTimeZone |
true
|
TimeZone
|
Description |
false
|
|
FailOverSpoolListRetrievalProcessServer |
false
|
ProcessServer
|
Hidden |
true
|
|
Isolated |
true
|
|
J2EEConnectString |
false
|
|
JobHandlingEnabled |
true
|
JobHandlingType
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
LoadBalancingEnabled |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
ProcessServer |
true
|
ProcessServer
|
Queue |
true
|
Queue
|
SearchName |
true
|
|
SpoolListRetrievalProcessServer |
false
|
ProcessServer
|
UniqueId |
true
|
|
SAPXAL
Field |
Mandatory |
Type |
AuditLevel |
true
|
|
Behavior |
true
|
|
ClientNumber |
true
|
|
Description |
false
|
|
Enabled |
true
|
|
InterfaceVersion |
false
|
|
LLPVersion |
true
|
|
MaximumNumberOfRFCConnections |
false
|
|
Password |
true
|
|
SAPLanguage |
true
|
|
SAPSystem |
true
|
SAPSystem
|
UniqueId |
true
|
|
Username |
true
|
|
SAPXBP
Field |
Mandatory |
Type |
AuditLevel |
true
|
|
Behavior |
true
|
|
ClientNumber |
true
|
|
DefaultClient |
true
|
|
Description |
false
|
|
Enabled |
true
|
|
InterfaceVersion |
false
|
|
LLPVersion |
true
|
|
MaximumNumberOfRFCConnections |
false
|
|
Password |
true
|
|
SAPLanguage |
true
|
|
SAPSystem |
true
|
SAPSystem
|
UniqueId |
true
|
|
Username |
true
|
|
SAPXBPEventRule
Field |
Mandatory |
Type |
Behavior |
true
|
|
Description |
false
|
|
Enabled |
true
|
|
EventDefinition |
true
|
EventDefinition
|
LLPVersion |
true
|
|
SAPEventId |
true
|
|
SAPEventParameter |
true
|
|
SAPSystem |
true
|
SAPSystem
|
UniqueId |
true
|
|
SAPXBPJobControlRule
Field |
Mandatory |
Type |
Action |
true
|
InterceptAction
|
Behavior |
true
|
|
CcmsJobDefinition |
false
|
JobDefinition
|
ClientNumberMask |
true
|
|
DefaultQueue |
false
|
Queue
|
DefaultSAPApplicationServer |
false
|
SAPApplicationServer
|
DefaultSAPApplicationServerGroup |
false
|
SAPApplicationServerGroup
|
Description |
false
|
|
Enabled |
true
|
|
IgnoreApplReturnCode |
true
|
|
JobClass |
true
|
|
JobnameMask |
true
|
|
JobnameMaskCaseSensitive |
true
|
|
LLPVersion |
true
|
|
Priority |
false
|
|
ProcessingOrder |
true
|
|
RetrieveApplLog |
true
|
|
RetrieveJoblog |
true
|
|
RetrieveSpool |
true
|
|
SAPSystem |
true
|
SAPSystem
|
SelectActive |
true
|
|
SelectCanceled |
true
|
|
SelectFinished |
true
|
|
SelectReady |
true
|
|
SelectReleased |
true
|
|
SelectScheduled |
true
|
|
UniqueId |
true
|
|
UsernameMask |
true
|
|
SAPXMW
Field |
Mandatory |
Type |
AuditLevel |
true
|
|
Behavior |
true
|
|
ClientNumber |
true
|
|
Description |
false
|
|
Enabled |
true
|
|
InterfaceVersion |
false
|
|
LLPVersion |
true
|
|
MaximumNumberOfRFCConnections |
false
|
|
MonitorRoot |
false
|
|
Password |
true
|
|
SAPLanguage |
true
|
|
SAPSystem |
true
|
SAPSystem
|
UniqueId |
true
|
|
Username |
true
|
|
Script
Field |
Mandatory |
Type |
Behavior |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
JobDefinition |
true
|
JobDefinition
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
Library |
true
|
Library
|
LLPVersion |
true
|
|
RemoteRunAsUser |
false
|
|
RunAsUser |
false
|
|
UniqueId |
true
|
|
ScriptJARCache
Field |
Mandatory |
Type |
Behavior |
true
|
|
Hash |
false
|
|
LLPVersion |
true
|
|
Script |
true
|
Script
|
UniqueId |
true
|
|
ScriptJARCacheLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
ScriptJARCache |
true
|
ScriptJARCache
|
UniqueId |
true
|
|
ScriptSourceLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
Script |
true
|
Script
|
UniqueId |
true
|
|
Service
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
ServiceImplementation |
true
|
|
UniqueId |
true
|
|
SoftwareGroup
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
RequiredLicense |
false
|
LicensableItem
|
SearchName |
true
|
|
UniqueId |
true
|
|
SoftwareItem
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
FileName |
false
|
|
HashSha256 |
false
|
|
LLPVersion |
true
|
|
Name |
true
|
|
RequiredLicense |
false
|
LicensableItem
|
SearchName |
true
|
|
Size |
true
|
|
SoftwareGroup |
true
|
SoftwareGroup
|
Timestamp |
false
|
|
UniqueId |
true
|
|
Version |
false
|
|
SoftwareItemContentLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
SoftwareItem |
true
|
SoftwareItem
|
UniqueId |
true
|
|
Statistics
Field |
Mandatory |
Type |
Behavior |
true
|
|
Completed |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Errors |
false
|
|
Executed |
false
|
|
JobDefinition |
true
|
JobDefinition
|
KeyParameters |
false
|
|
LastJob |
false
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
MaximumRunTime |
false
|
|
MinimumRunTime |
false
|
|
ObjectDefinition |
true
|
ObjectDefinition
|
PercentCompleted |
false
|
|
RefUniqueId |
false
|
|
SumCallStartDelays |
false
|
|
SumLogFileSizes |
false
|
|
SumOutFileSizes |
false
|
|
SumRuntimes |
false
|
|
SumSquaresCallStartDelays |
false
|
|
SumSquaresLogFileSizes |
false
|
|
SumSquaresOutFileSizes |
false
|
|
SumSquaresRuntimes |
false
|
|
UniqueId |
true
|
|
StatisticsSample
Field |
Mandatory |
Type |
AverageCallStartDelay |
false
|
|
AverageLogFileSize |
false
|
|
AverageOutFileSize |
false
|
|
AverageRunTime |
false
|
|
Behavior |
true
|
|
CallId |
false
|
|
CallSequenceNumber |
false
|
|
Completed |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
DayOfYear |
false
|
|
Errors |
false
|
|
Executed |
false
|
|
JobDefinitionId |
true
|
|
LastCompleted |
false
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LastNotCompleted |
false
|
|
LLPVersion |
true
|
|
MasterJobDefinitionId |
true
|
|
ObjectDefinition |
true
|
ObjectDefinition
|
ObjName |
true
|
|
PercentCompleted |
false
|
|
RequestedStartTime |
false
|
|
SampleDate |
true
|
|
SampleTimeZone |
false
|
TimeZone
|
StdDeviationCallDelay |
false
|
|
StdDeviationLogFile |
false
|
|
StdDeviationOutFile |
false
|
|
StdDeviationRuntime |
false
|
|
StepId |
false
|
|
StepSequenceNumber |
false
|
|
UniqueId |
true
|
|
Subject
Field |
Mandatory |
Type |
Active |
true
|
|
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Deprecated |
true
|
|
Deprecated2 |
false
|
|
Description |
false
|
|
Disabled |
true
|
|
Email |
false
|
|
Grantable |
true
|
|
GrantToable |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
MaxAttachmentSize |
false
|
|
Name |
true
|
|
NotificationType |
true
|
NotificationType
|
ProxySubject |
false
|
Subject
|
ProxySubjectEndDate |
false
|
|
ProxySubjectStartDate |
false
|
|
RemoteName |
false
|
|
ScreenReader |
true
|
|
SearchDescription |
false
|
|
SearchEmail |
false
|
|
SearchName |
true
|
|
SuperReader |
true
|
|
Type |
true
|
SubjectType
|
UniqueId |
true
|
|
SubjectGlobalPrivilegeGrant
Field |
Mandatory |
Type |
Behavior |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Exportable |
true
|
|
Grantable |
true
|
|
GrantedGlobalPrivilege |
true
|
GlobalPrivilege
|
GranteeSubject |
true
|
Subject
|
GrantorSubject |
false
|
Subject
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
SubjectIsolationGroup
Field |
Mandatory |
Type |
Behavior |
true
|
|
IsolationGroup |
true
|
IsolationGroup
|
LLPVersion |
true
|
|
Subject |
true
|
Subject
|
UniqueId |
true
|
|
SubjectObjectPrivilegeGrant
Field |
Mandatory |
Type |
AutomaticGrant |
false
|
|
Behavior |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Deprecated1 |
true
|
|
Deprecated2 |
true
|
|
Exportable |
true
|
|
GranteeSubject |
true
|
Subject
|
GrantorSubject |
false
|
Subject
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
ObjectDefinition |
true
|
ObjectDefinition
|
ObjectUniqueId |
true
|
|
PrivilegeDeleteGrantable |
true
|
|
PrivilegeDeleteGranted |
true
|
|
PrivilegeEditGrantable |
true
|
|
PrivilegeEditGranted |
true
|
|
PrivilegeExtra1Grantable |
true
|
|
PrivilegeExtra1Granted |
true
|
|
PrivilegeExtra2Grantable |
true
|
|
PrivilegeExtra2Granted |
true
|
|
PrivilegeExtra3Grantable |
true
|
|
PrivilegeExtra3Granted |
true
|
|
PrivilegeExtra4Grantable |
true
|
|
PrivilegeExtra4Granted |
true
|
|
PrivilegeExtra5Grantable |
true
|
|
PrivilegeExtra5Granted |
true
|
|
PrivilegeViewGrantable |
true
|
|
PrivilegeViewGranted |
true
|
|
UniqueId |
true
|
|
SubjectObjectTypePrivilegeGrant
Field |
Mandatory |
Type |
Behavior |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Deprecated1 |
true
|
|
Deprecated2 |
true
|
|
Exportable |
true
|
|
GranteeSubject |
true
|
Subject
|
GrantorSubject |
false
|
Subject
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
Level |
true
|
GrantLevel
|
LLPVersion |
true
|
|
ObjectDefinition |
true
|
ObjectDefinition
|
PartitionOrIsolationGroupUniqueId |
true
|
|
PrivilegeCreateGrantable |
true
|
|
PrivilegeCreateGranted |
true
|
|
PrivilegeDeleteGrantable |
true
|
|
PrivilegeDeleteGranted |
true
|
|
PrivilegeEditGrantable |
true
|
|
PrivilegeEditGranted |
true
|
|
PrivilegeExtra1Grantable |
true
|
|
PrivilegeExtra1Granted |
true
|
|
PrivilegeExtra2Grantable |
true
|
|
PrivilegeExtra2Granted |
true
|
|
PrivilegeExtra3Grantable |
true
|
|
PrivilegeExtra3Granted |
true
|
|
PrivilegeExtra4Grantable |
true
|
|
PrivilegeExtra4Granted |
true
|
|
PrivilegeExtra5Grantable |
true
|
|
PrivilegeExtra5Granted |
true
|
|
PrivilegeViewGrantable |
true
|
|
PrivilegeViewGranted |
true
|
|
UniqueId |
true
|
|
SubjectRoleGrant
Field |
Mandatory |
Type |
Behavior |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Exportable |
true
|
|
Grantable |
true
|
|
GrantedSubject |
true
|
Subject
|
GranteeSubject |
true
|
Subject
|
GrantorSubject |
false
|
Subject
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
SubjectRoleGrantExpanded
Field |
Mandatory |
Type |
Behavior |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
GrantedSubject |
true
|
Subject
|
GranteeSubject |
true
|
Subject
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
SubmitFrame
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
EndDate |
false
|
|
EndDateTimeZone |
false
|
TimeZone
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
SubmitTime |
true
|
|
UniqueId |
true
|
|
SubmitFrameElement
Field |
Mandatory |
Type |
Behavior |
true
|
|
Description |
false
|
|
DuringTimeWindow |
false
|
TimeWindow
|
EveryNumberOf |
false
|
|
LLPVersion |
true
|
|
MustFitTimeWindow |
true
|
|
PreM29NoLongerUsedEveryNumberOf |
true
|
|
PreM29NoLongerUsedUnit |
true
|
TimeUnit
|
PreserveTimes |
true
|
|
StartTime |
false
|
|
StartTimeZone |
false
|
TimeZone
|
SubmitFrame |
true
|
SubmitFrame
|
UniqueId |
true
|
|
Unit |
false
|
TimeUnit
|
Table
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
ImportMode |
true
|
TableImportMode
|
InMemory |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
NumTableValues |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
TableDefinition |
true
|
TableDefinition
|
UniqueId |
true
|
|
TableDefinition
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
UniqueId |
true
|
|
TableDefinitionColumn
Field |
Mandatory |
Type |
Behavior |
true
|
|
ColumnName |
true
|
|
Comment |
false
|
|
DataLength |
false
|
|
DataType |
true
|
ParameterType
|
DefaultValue |
false
|
|
Description |
false
|
|
DisplayOrder |
true
|
|
LLPVersion |
true
|
|
Nullable |
true
|
|
NumExtraSimpleConstraintDataLines |
true
|
|
Password |
true
|
|
SearchColumnName |
true
|
|
SimpleConstraintData |
false
|
|
SimpleConstraintMessage |
false
|
|
SimpleConstraintOptional |
true
|
|
SimpleConstraintSort |
true
|
SimpleConstraintSort
|
SimpleConstraintType |
true
|
SimpleConstraintType
|
TableDefinition |
true
|
TableDefinition
|
UniqueId |
true
|
|
TableDefinitionConstraint
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
ConstraintDefinition |
true
|
ConstraintDefinition
|
Description |
false
|
|
LLPVersion |
true
|
|
Name |
true
|
|
TableDefinition |
true
|
TableDefinition
|
UniqueId |
true
|
|
TableDefinitionConstraintParameterMapping
Field |
Mandatory |
Type |
Behavior |
true
|
|
LLPVersion |
true
|
|
ParameterName |
true
|
|
TableDefinitionConstraint |
true
|
TableDefinitionConstraint
|
UniqueId |
true
|
|
Value |
true
|
|
TableValue
Field |
Mandatory |
Type |
Behavior |
true
|
|
ColumnName |
true
|
|
ColumnValue |
false
|
|
DeprecatedColumnValue |
true
|
|
DisplayOrder |
true
|
|
Key |
true
|
|
LLPVersion |
true
|
|
SearchColumnName |
true
|
|
SearchKey |
true
|
|
Table |
true
|
Table
|
UniqueId |
true
|
|
TemporaryObject
Field |
Mandatory |
Type |
Behavior |
true
|
|
Job |
true
|
Job
|
LinkedObjectDefinition |
true
|
ObjectDefinition
|
LinkedUniqueId |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
TimeWindow
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
DayShiftCalendarTimeWindow |
false
|
TimeWindow
|
DayShiftOffset |
false
|
|
Description |
false
|
|
DisabledDuringTimeWindow |
false
|
TimeWindow
|
EnabledDuringTimeWindow |
false
|
TimeWindow
|
EnabledOrShiftCalendarTimeWindow |
false
|
TimeWindow
|
Hidden |
true
|
|
IsCalendar |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
SubmitTime |
true
|
|
TimeZone |
false
|
TimeZone
|
UniqueId |
true
|
|
TimeWindowElement
Field |
Mandatory |
Type |
Behavior |
true
|
|
DateFrom |
false
|
|
DateFromTimeZone |
false
|
TimeZone
|
DateTo |
false
|
|
DateToTimeZone |
false
|
TimeZone
|
DayFrom |
false
|
|
DayShift |
false
|
|
DayTo |
false
|
|
Description |
false
|
|
DisabledDuringTimeWindow |
false
|
TimeWindow
|
EnabledDuringTimeWindow |
false
|
TimeWindow
|
LLPVersion |
true
|
|
MonthFrom |
false
|
|
MonthTo |
false
|
|
OffsetTimeOfDay |
false
|
|
Parameters |
false
|
|
PeriodFunction |
false
|
PeriodFunction
|
TimeOfDayFrom |
false
|
|
TimeOfDayTo |
false
|
|
TimeWindow |
true
|
TimeWindow
|
TimeZone |
false
|
TimeZone
|
UniqueId |
true
|
|
WeekdayFrom |
false
|
|
WeekdayTo |
false
|
|
WeekFrom |
false
|
|
WeekTo |
false
|
|
TimeZone
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
OlsonName |
true
|
|
SearchName |
true
|
|
ShowInList |
true
|
|
UniqueId |
true
|
|
Translation
Field |
Mandatory |
Type |
Behavior |
true
|
|
InternalTranslation |
true
|
|
Language |
true
|
Language
|
LLPVersion |
true
|
|
TranslationKey |
true
|
TranslationKey
|
UniqueId |
true
|
|
TranslationKey
Field |
Mandatory |
Type |
Behavior |
true
|
|
Key |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
Trigger
Field |
Mandatory |
Type |
ActionSubject |
false
|
Subject
|
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Description |
false
|
|
Enabled |
true
|
|
ExecutionOrder |
true
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
Library |
true
|
Library
|
LLPVersion |
true
|
|
LogLevel |
true
|
LogLevel
|
MaxBackupFiles |
true
|
|
MaxLogSize |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
ParentApplication |
false
|
Application
|
Partition |
true
|
Partition
|
SearchName |
true
|
|
TriggerPoint |
true
|
TriggerPoint
|
UniqueId |
true
|
|
Validity |
true
|
Validity
|
TriggerJARCache
Field |
Mandatory |
Type |
Behavior |
true
|
|
Hash |
false
|
|
LLPVersion |
true
|
|
Trigger |
true
|
Trigger
|
UniqueId |
true
|
|
TriggerJARCacheLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
TriggerJARCache |
true
|
TriggerJARCache
|
UniqueId |
true
|
|
TriggerSource
Field |
Mandatory |
Type |
Behavior |
true
|
|
FQClassName |
true
|
|
LLPVersion |
true
|
|
Trigger |
true
|
Trigger
|
UniqueId |
true
|
|
TriggerSourceLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
TriggerSource |
true
|
TriggerSource
|
UniqueId |
true
|
|
UpdateFutureJobAction
Field |
Mandatory |
Type |
ActionType |
true
|
UpdateFutureJobActionType
|
Behavior |
true
|
|
JobDefinitionId |
false
|
|
JobId |
false
|
|
LLPVersion |
true
|
|
SubjectUid |
false
|
|
UniqueId |
true
|
|
UsageData
Field |
Mandatory |
Type |
Behavior |
true
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
Data |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
NumExtraDataLines |
true
|
|
TransactionId |
false
|
|
UniqueId |
true
|
|
Field |
Mandatory |
Type |
Behavior |
true
|
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
UsageData |
true
|
UsageData
|
UserMessage
UserMessageAttachment
Field |
Mandatory |
Type |
AttachmentReferenceId |
false
|
|
AttachmentType |
true
|
UserMessageAttachmentType
|
AttachToNotification |
true
|
|
Behavior |
true
|
|
Description |
true
|
|
Link |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
UserMessage |
true
|
UserMessage
|
UserMessageDefinition
UserMessageDefinitionAttachment
Field |
Mandatory |
Type |
AttachToNotification |
true
|
|
Behavior |
true
|
|
Description |
true
|
|
LLPVersion |
true
|
|
Specification |
true
|
|
UniqueId |
true
|
|
UserMessageDefinition |
true
|
UserMessageDefinition
|
UserMessageDefinitionLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
UserMessageDefinition |
true
|
UserMessageDefinition
|
UserMessageDefinitionParticipant
UserMessageDefinitionResponse
Field |
Mandatory |
Type |
Behavior |
true
|
|
Comment |
false
|
|
Description |
false
|
|
GoToStep |
false
|
|
LLPVersion |
true
|
|
Name |
true
|
|
ReplyRequired |
true
|
|
ReturnCode |
true
|
|
SearchName |
true
|
|
Status |
true
|
JobStatus
|
UniqueId |
true
|
|
UserMessageDefinition |
true
|
UserMessageDefinition
|
UserMessageHistory
UserMessageLine
Field |
Mandatory |
Type |
Behavior |
true
|
|
LineNumber |
true
|
|
LineText |
true
|
|
LLPVersion |
true
|
|
UniqueId |
true
|
|
UserMessage |
true
|
UserMessage
|
UserMessageParticipant
Field |
Mandatory |
Type |
Behavior |
true
|
|
LLPVersion |
true
|
|
Name |
true
|
|
Type |
true
|
SubjectType
|
UniqueId |
true
|
|
UserMessage |
true
|
UserMessage
|
VisualizationAlert
Field |
Mandatory |
Type |
Animated |
true
|
|
AnimationTime |
true
|
|
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
DefaultFontSize |
true
|
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
LogCategories |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
OwnerSubject |
true
|
Subject
|
SearchName |
true
|
|
UniqueId |
true
|
|
VisualizationAlertSource
VisualizationProcessServerQueue
Field |
Mandatory |
Type |
Animated |
true
|
|
AnimationTime |
true
|
|
BackgroundDocument |
false
|
Document
|
Behavior |
true
|
|
Comment |
false
|
|
CreationTime |
true
|
|
CreationTimeZone |
false
|
TimeZone
|
DefaultFontSize |
true
|
|
Description |
false
|
|
Hidden |
true
|
|
LastModificationTime |
false
|
|
LastModifierSubject |
false
|
Subject
|
LLPVersion |
true
|
|
LogCategories |
true
|
|
Name |
true
|
|
NumExtraCommentLines |
true
|
|
OwnerSubject |
true
|
Subject
|
SearchName |
true
|
|
UniqueId |
true
|
|
VisualizationPSQProcessServer
Field |
Mandatory |
Type |
Behavior |
true
|
|
LeftPosition |
false
|
|
LLPVersion |
true
|
|
MaxLoad |
true
|
|
ProcessServer |
true
|
ProcessServer
|
TopPosition |
false
|
|
UniqueId |
true
|
|
Visible |
true
|
|
VisualizationProcessServerQueue |
true
|
VisualizationProcessServerQueue
|
VisualizationPSQQueue
Field |
Mandatory |
Type |
Behavior |
true
|
|
LeftPosition |
false
|
|
LLPVersion |
true
|
|
Queue |
true
|
Queue
|
TopPosition |
false
|
|
UniqueId |
true
|
|
Visible |
true
|
|
VisualizationProcessServerQueue |
true
|
VisualizationProcessServerQueue
|
VisualizationPSQText
Enumerations
ActionWorkStatus
Value |
Code |
NotStarted |
N
|
Started |
S
|
ActionWorkType
Value |
Code |
AlertEscalationPostAction |
e
|
AlertSourcePostAction |
a
|
CatalogReferenceAction |
A
|
CleanUpJobFileAction |
c
|
CredentialTraceAction |
t
|
EscalationAction |
E
|
EventComponentCheckAction |
T
|
FinalizeSleepJobAction |
F
|
JobDefinitionAlertAction |
J
|
MonitorAlertAction |
M
|
OnChangeAction |
s
|
OperatorMessageAction |
o
|
PostRunningAction |
C
|
PreRunningAction |
S
|
ProcessServerAlertAction |
P
|
ProcessServerRestartAction |
z
|
QueueAlertAction |
Q
|
RescheduleJobGroupAction |
G
|
ResendAlertAction |
r
|
RestartJobAction |
j
|
RunProcessServerCheckAction |
p
|
RuntimeExpirationAction |
R
|
TimeWindowChangeAction |
W
|
UpdateFutureJobAction |
U
|
UserMessageNotificationAction |
n
|
VisualizationUpdateAction |
V
|
AlertEscalationActionType
AlertingBehavior
Value |
Code |
ChainAndJobs |
I
|
ChainAndSteps |
H
|
ChainOnly |
C
|
ChainStepsAndJobs |
A
|
JobsOnly |
J
|
Standard |
S
|
StepsAndJobs |
O
|
StepsOnly |
T
|
AlertSourceActionType
AlertStatus
Value |
Code |
Acknowledged |
A
|
Escalated |
E
|
NotAcknowledged |
N
|
Resent |
R
|
ApplicationMatch
Value |
Code |
AllObjects |
A
|
AnyObjectInAnApplication |
a
|
ExactApplication |
E
|
NoApplication |
N
|
SubApplications |
s
|
ArrayParameterSupport
Value |
Code |
Both |
B
|
In |
I
|
None |
N
|
Out |
O
|
AuditLevel
Value |
Code |
DiffOnly |
1
|
FullAudit |
2
|
AuditNameMatchType
Value |
Code |
ExactCaseInsensitive |
e
|
ExactCaseSensitive |
E
|
GlobCaseInsensitive |
g
|
GlobCaseSensitive |
G
|
RegExCaseInsensitive |
r
|
RegExCaseSensitive |
R
|
CalculatedRuntimeLimitType
Value |
Code |
Percent |
P
|
StdDevs |
S
|
CompletionStrategyType
Value |
Code |
Default |
-
|
External |
R
|
ExternalWaitForChildJobs |
W
|
Resilient |
T
|
CredentialProtocolType
Value |
Code |
Certificate |
C
|
Passphrase |
A
|
Password |
P
|
PrivateKey |
K
|
PublicKey |
U
|
DashboardEntityType
Value |
Code |
ActionWork |
10
|
ActiveJobGroups |
11
|
AuditEntries |
30
|
CustomHealth |
4
|
CustomQueryFilter |
22
|
DashboardOverview |
1
|
HousekeepingDashboard |
23
|
HousekeepingGlobalConfiguration |
25
|
HousekeepingHealth |
24
|
HousekeepingJob |
34
|
HousekeepingJobs |
33
|
HousekeepingUserConfiguration |
26
|
JobsActionRequired |
15
|
JobsDelayedInRemoteSystem |
20
|
JobsEventWait |
18
|
JobsInIntermediateStates |
19
|
JobsLockWait |
17
|
JobsLongRunningAction |
14
|
JobsLongRuntime |
13
|
JobsNotCurrentMaster |
21
|
JobsStartDelay |
16
|
MissingSchedules |
12
|
MonitoringDashboard |
0
|
MonitoringGlobalConfiguration |
5
|
MonitoringUserConfiguration |
6
|
PendingEvents |
29
|
ProcessServers |
7
|
Queues |
8
|
Retention |
32
|
ScheduleHealth |
3
|
SecureGateway |
9
|
SystemHealth |
2
|
UnrepliedOperatorMessages |
27
|
UnrepliedUserMessages |
28
|
UnusedDefinitions |
31
|
DateComparisonType
Value |
Code |
Between |
b
|
NotBetween |
n
|
DeleteType
Value |
Code |
noRestriction |
N
|
restrictParent |
R
|
withParent |
W
|
EditableType
Value |
Code |
Always |
A
|
Never |
N
|
OnlyIfNull |
0
|
EmailAlertGatewayActionType
ERTPlusOrMinusType
Value |
Code |
Minus |
M
|
Plus |
P
|
EventStatus
Value |
Code |
Cleared |
C
|
Pending |
p
|
PendingRaised |
P
|
Raised |
R
|
ExtensionPointExtendsType
Value |
Code |
JobChainEditor |
j
|
View |
v
|
ExtensionPointVisibilityType
Value |
Code |
Both |
B
|
Disabled |
D
|
External |
E
|
Internal |
I
|
FinalStatusAction
Value |
Code |
ContinueSubmitFrame |
C
|
RequestRestart |
M
|
Restart |
R
|
RestartFromError |
E
|
RestartNoResubmit |
N
|
StopSubmitFrame |
S
|
GrantLevel
Value |
Code |
IsolationGroup |
I
|
Partition |
P
|
System |
S
|
HandlerAction
Value |
Code |
Continue |
I
|
GotoStep |
G
|
IgnoreJobChainDefault |
N
|
MarkCompleted |
C
|
RaiseError |
E
|
RequestRestart |
Q
|
RestartChain |
R
|
RestartChainMaster |
M
|
RestartFailedJobs |
F
|
RestartFailedJobsMaster |
f
|
RestartStep |
r
|
RestartStepDelayed |
D
|
RestartStepDelayedMaster |
d
|
RestartStepMaster |
m
|
ImportRuleSetActionType
Value |
Code |
PostImport |
O
|
PostPersist |
P
|
PreImport |
R
|
InterceptAction
Value |
Code |
Hold |
I
|
Ignore |
R
|
Monitor |
M
|
Schedule |
S
|
ScheduleIntercepted |
C
|
StartImmediately |
T
|
JdbcConnectionPoolingState
Value |
Code |
Disabled |
1
|
DisabledForProcesses |
2
|
Enabled |
3
|
JobDefinitionActionType
Value |
Code |
OnBeforeJobUserChange |
B
|
OnChange |
s
|
OnJobFileContentAccess |
F
|
OnUserMessageOperation |
U
|
PostRunning |
C
|
PreRunning |
S
|
JobDefinitionAlertSourceParameterMatchType
Value |
Code |
ExactInsensitive |
e
|
ExactSensitive |
E
|
GlobInsensitive |
g
|
GlobSensitive |
G
|
RegexInsensitive |
r
|
RegexSensitive |
R
|
JobDefinitionAlertSourceRuleOperation
Value |
Code |
EqualTo |
E
|
InRange |
R
|
MatchesRegex |
M
|
NotEqualTo |
e
|
NotInRange |
r
|
NotMatchesRegex |
m
|
JobDefinitionAlertSourceRuleVariable
Value |
Code |
Priority |
p
|
ProcessServer |
P
|
Queue |
Q
|
RemoteEvent |
E
|
RemoteId |
I
|
RemoteStatus |
S
|
RemoteSystem |
Y
|
ReturnCode |
R
|
JobDefinitionKeepType
Value |
Code |
Key |
K
|
System |
S
|
User |
U
|
JobDefinitionKeepUnit
Value |
Code |
Days |
D
|
Indefinite |
I
|
Jobs |
J
|
Minutes |
M
|
Months |
O
|
Seconds |
S
|
JobDefinitionTypeActionType
Value |
Code |
BeforeDefinitionChange |
D
|
JobFileType
Value |
Code |
Input |
I
|
Log |
L
|
Output |
O
|
JobGroupCalculationStatus
Value |
Code |
InRescheduling |
I
|
None |
N
|
PropagateFieldChange |
G
|
RecalculateNoReschedule |
R
|
RecalculatePresubmittedJobDeleted |
P
|
RecalculateQueue |
Q
|
RecalculateSubmitFrame |
S
|
RecalculateTimeWindow |
T
|
JobGroupStatus
Value |
Code |
Active |
A
|
Finished |
F
|
FinishedEndDate |
D
|
FinishedFinalJobStatusAction |
J
|
FinishedJobCount |
C
|
FinishedManually |
M
|
FinishedSubmitFrame |
S
|
Held |
H
|
JobGroupUpdateActionType
Value |
Code |
Default |
D
|
Edit |
E
|
First |
F
|
NoAction |
N
|
Resubmit |
R
|
TimeWindowChange |
T
|
JobHandlingType
Value |
Code |
All |
A
|
Disabled |
D
|
Intercepted |
I
|
JobStatus
Value |
Code |
Assigned |
a
|
Canceled |
A
|
Canceling |
c
|
Chained |
P
|
Completed |
C
|
Console |
O
|
ConsoleRestart |
o
|
Delayed |
D
|
Disabled |
J
|
Dispatched |
q
|
Error |
E
|
EventWait |
V
|
Held |
H
|
Ignored |
j
|
Killed |
K
|
Killing |
G
|
LockWait |
I
|
Modified |
M
|
Never |
N
|
New |
-
|
OnChange |
4
|
Overdue |
F
|
PostRunning |
8
|
PreRunning |
6
|
Queued |
Q
|
QueueHeld |
B
|
Running |
R
|
Scheduled |
S
|
Skipped |
T
|
Uncertain |
u
|
Unknown |
U
|
Waiting |
W
|
JobStatusForJobGroup
Value |
Code |
Default |
D
|
Delayed |
L
|
Edited |
E
|
EditedPersist |
P
|
Restarted |
R
|
RestartedAutomatically |
A
|
KillSignalType
LDAPServerType
Value |
Code |
ActiveDirectory |
A
|
eDirectory |
N
|
Misc |
M
|
OpenLDAP |
S
|
OracleInternetDirectory |
O
|
Tivoli |
T
|
LicensableItem
Value |
Code |
Contract.Subscription |
U
|
InternalTool.SAP.RFCAutomation |
9
|
InternalTool.SAP.TransactionConverter |
A
|
Module.Alerting |
p
|
Module.Archiving |
3
|
Module.Auditing |
w
|
Module.Forms |
P
|
Module.Hosting |
8
|
Module.ImportExport |
d
|
Module.IsolationGroup |
1
|
Module.LoadBalancing |
y
|
Module.Mail |
e
|
Module.ProcessMonitor |
D
|
Module.Reconciliation |
L
|
Module.RemoteEvent |
x
|
Module.Scripting |
q
|
Module.Security |
v
|
Module.SNMP |
f
|
Module.UserMessage |
C
|
Module.WebServices.Inbound |
7
|
PricingModel.Job |
I
|
ProcessServerService.AgentInitiated |
Q
|
ProcessServerService.AS400.limit |
u
|
ProcessServerService.External.limit |
r
|
ProcessServerService.GlobalExecution.limit |
S
|
ProcessServerService.JCL_FTP |
z
|
ProcessServerService.JDBC.limit |
5
|
ProcessServerService.LowVolume.limit |
G
|
ProcessServerService.LowVolume.threshold |
H
|
ProcessServerService.MailConnector.limit |
T
|
ProcessServerService.OraApps.limit |
4
|
ProcessServerService.OracleJob |
M
|
ProcessServerService.OraOhi.limit |
K
|
ProcessServerService.OS.limit |
b
|
ProcessServerService.PeopleSoft.limit |
F
|
ProcessServerService.Publish.limit |
E
|
ProcessServerService.SAP.ApplicationsAPI |
n
|
ProcessServerService.SAP.BAEConnector.limit |
B
|
ProcessServerService.SAP.CalendarSync |
j
|
ProcessServerService.SAP.cc |
c
|
ProcessServerService.SAP.iDoc |
k
|
ProcessServerService.SAP.JRFC |
R
|
ProcessServerService.SAP.limit |
a
|
ProcessServerService.SAP.MassActivities |
t
|
ProcessServerService.SAP.ProcessChainRestart |
s
|
ProcessServerService.SAP.SolutionManager |
o
|
ProcessServerService.SAP.XBPAllVersions |
h
|
ProcessServerService.SAP.XBPExternal |
g
|
ProcessServerService.SAP.XBPVariant |
i
|
ProcessServerService.SAP.XMBMessageMonitoring |
J
|
ProcessServerService.SAPBOBJ.limit |
2
|
ProcessServerService.VMS.limit |
0
|
System.BusinessUsers.limit |
N
|
System.NamedUsers.limit |
m
|
System.Production |
l
|
WebServices.OutboundServer.limit |
6
|
LockType
Value |
Code |
Counted |
C
|
SharedExclusive |
E
|
Simple |
S
|
LogLevel
Value |
Code |
Debug |
d
|
Error |
e
|
Fatal |
a
|
Info |
i
|
None |
f
|
Trace |
t
|
Warn |
w
|
MaxMinType
Value |
Code |
Maximum |
X
|
Minimum |
N
|
ModelChangeAction
Value |
Code |
Created |
C
|
Deleted |
D
|
Modified |
M
|
Special |
S
|
ModelTypes
Value |
Code |
Blob |
b
|
Bool |
B
|
Char |
C
|
Date |
D
|
Enum |
E
|
Integer |
I
|
IntEnum |
i
|
Number |
N
|
Object |
O
|
String |
S
|
MonitorCheckPropagation
Value |
Code |
Default |
D
|
MonitorService |
M
|
ProcessServer |
P
|
Queue |
Q
|
MonitorNodePropagation
Value |
Code |
Default |
D
|
MonitorService |
M
|
NameMatchType
Value |
Code |
ExactCaseInsensitive |
e
|
ExactCaseSensitive |
E
|
GlobCaseInsensitive |
g
|
GlobCaseSensitive |
G
|
RegExCaseInsensitive |
r
|
RegExCaseSensitive |
R
|
NavigationBarItemType
Value |
Code |
Action |
i
|
Application |
a
|
ExtensionPoint |
e
|
ExtensionPointGroup |
p
|
Group |
g
|
Overview |
o
|
Settings |
s
|
Shortcut |
c
|
TreeGroup |
t
|
NotificationType
Value |
Code |
All |
2147483647
|
None |
0
|
NumberComparisonType
Value |
Code |
Equals |
e
|
GreaterThan |
g
|
GreaterThanOrEquals |
G
|
LessThan |
l
|
LessThanOrEquals |
L
|
NotEquals |
n
|
ObjectSearchCombineRule
Value |
Code |
And |
a
|
Custom |
c
|
Or |
o
|
ObjectSearchConditionType
Value |
Code |
Application |
A
|
Comment |
C
|
Description |
D
|
Documentation |
O
|
FileEvent |
F
|
Modified |
M
|
Name |
N
|
ParameterValue |
V
|
Partition |
P
|
Source |
S
|
SpecificField |
X
|
ObjectSearchOperatorType
Value |
Code |
Equals |
e
|
Like |
l
|
NotEquals |
E
|
NotLike |
L
|
ObjectSearchResultType
Value |
Code |
AllResults |
a
|
Count |
c
|
Limited |
l
|
ObjectSearchSortRule
Value |
Code |
ObjectType |
o
|
Relevance |
r
|
OraAppsDefaultValueOption
Value |
Code |
Always |
A
|
Mandatory |
M
|
Never |
N
|
OraAppsSubmitUserType
Value |
Code |
Current |
C
|
Fixed |
F
|
LOV |
L
|
OutputRetrievalType
Value |
Code |
useHTTP |
H
|
usePlatformAgent |
P
|
OwnerType
Value |
Code |
JobDefinitionOwner |
D
|
JobOwner |
J
|
SystemDefault |
S
|
ParameterDirection
Value |
Code |
In |
I
|
InOut |
B
|
Out |
O
|
ParameterMappingType
Value |
Code |
Generated |
1
|
Normal |
0
|
PassThrough |
2
|
ParameterType
Value |
Code |
Character |
C
|
Date |
E
|
DateTime |
A
|
DateTimeZone |
D
|
File |
F
|
Number |
N
|
String |
S
|
Table |
L
|
Time |
T
|
ProcessMonitorItemStatus
Value |
Code |
Completed |
C
|
Error |
E
|
InProgress |
P
|
ManualTask |
M
|
NotStarted |
S
|
Warning |
W
|
ProcessMonitorItemType
Value |
Code |
ProcessMonitor |
P
|
Task |
T
|
ProcessMonitorLogType
Value |
Code |
Completed |
C
|
Delegated |
D
|
Error |
E
|
Forwarded |
F
|
Responded |
R
|
Started |
S
|
Updated |
U
|
Waiting |
W
|
ProcessServerCheckStyle
Value |
Code |
DatabaseCPUUtilisation |
C
|
DatabaseLogUtilisation |
U
|
DatabaseTableSpaceFree |
T
|
Eventlog |
E
|
Logfile |
L
|
Process |
P
|
Service |
V
|
Socket |
S
|
ProcessServerParameterType
Value |
Code |
Current |
C
|
Desired |
D
|
LastWorking |
L
|
ProcessServerStatus
Value |
Code |
Connecting |
C
|
Created |
-
|
Error |
E
|
Overloaded |
O
|
PartiallyRunning |
P
|
Running |
R
|
Shutdown |
S
|
ShutdownAbort |
X
|
ShutdownImmediate |
Y
|
ShutdownNormal |
Z
|
Starting |
I
|
Unknown |
U
|
Updating |
G
|
QueryConditionType
Value |
Code |
CustomSQL |
C
|
DateCompare |
D
|
IntegerCompare |
I
|
IntelliSearchCompare |
M
|
NowTimeCompare |
G
|
Null |
N
|
ObjectCompare |
O
|
StringCompare |
S
|
QueryConditionValueCombiner
QueryConditionValueInclude
Value |
Code |
Exclude |
E
|
Include |
I
|
QueueStatus
Value |
Code |
ClosedHeld |
C
|
ClosedNoProcessServers |
P
|
ClosedProcessServersShutdown |
S
|
ClosedQueueProvidersHeld |
H
|
ClosedSchedulersHeldOrNotRunning |
R
|
ClosedTimeWindow |
T
|
Full |
F
|
Open |
O
|
UnknownRecalculatingTimeWindow |
U
|
ReactionJobType
Value |
Code |
Any |
A
|
Check |
C
|
PromoteFurtherPusher |
F
|
PushAcceptor |
U
|
Pusher |
P
|
RemoteSystemType
Value |
Code |
Both |
B
|
Destination |
D
|
Source |
S
|
ReplyStatus
Value |
Code |
AutomaticallyReplied |
A
|
NotRequired |
N
|
Replied |
R
|
Required |
Q
|
Value |
Code |
BusinessKey |
B
|
Formatted |
F
|
Permalink |
P
|
PermalinkBusinessKey |
L
|
Raw |
R
|
ReportQueryType
Value |
Code |
QueryFilter |
F
|
SQL |
S
|
ReportSelectionOperation
Value |
Code |
EqualTo |
E
|
GreaterThan |
G
|
GreaterThanOrEqualTo |
g
|
InRange |
R
|
LessThan |
L
|
LessThanOrEqualTo |
l
|
MatchesRegex |
M
|
NotEqualTo |
e
|
NotInRange |
r
|
NotMatchesRegex |
m
|
RuntimeLimitType
Value |
Code |
Calculated |
C
|
Expression |
E
|
Fixed |
F
|
Offset |
O
|
SAPAbapProgramParameterKind
Value |
Code |
Parameter |
P
|
SelectOption |
S
|
SAPAbapProgramParameterOption
Value |
Code |
BT |
i
|
CP |
g
|
EQ |
a
|
GE |
f
|
GT |
e
|
LE |
d
|
LT |
c
|
NB |
j
|
NE |
b
|
NP |
h
|
SAPAbapProgramParameterSign
Value |
Code |
Exclude |
E
|
Include |
I
|
SAPAbapProgramParameterType
Value |
Code |
Date |
D
|
Number |
N
|
RadioButton |
R
|
String |
S
|
Time |
T
|
SAPJ2EEClientType
Value |
Code |
BOBJ |
B
|
JXBP |
J
|
PI |
P
|
SAPMassActivityParameterType
Value |
Code |
Date |
D
|
Number |
N
|
Numc |
C
|
Object |
J
|
Option |
O
|
Sign |
I
|
String |
F
|
Structure |
S
|
Table |
T
|
Time |
M
|
Variant |
V
|
SAPNWCallbackParameterScope
Value |
Code |
JobDefinition |
D
|
JobRunTime |
I
|
Logon |
L
|
SAPBAEConnector |
S
|
XBP |
X
|
SAPNWCallbackScope
Value |
Code |
Job |
J
|
SAPBAEConnector |
S
|
SAPRecipientType
Value |
Code |
ExternalAddress |
A
|
FaxNumber |
F
|
InternetUser |
U
|
Name |
_
|
OfficeUser |
O
|
OrganizationalUnit |
H
|
OrganizationObject |
G
|
PrivateList |
P
|
RemoteUser |
R
|
SAPObject |
J
|
SharedList |
C
|
TelexNumber |
L
|
User |
B
|
X400Address |
X
|
X500Address |
D
|
SchedulingParameterName
Value |
Code |
HoldOnSubmit |
H
|
MinimumOpenDurationExpression |
D
|
Priority |
P
|
Queue |
Q
|
StartTime |
S
|
SubmitDisabled |
T
|
TimeWindow |
W
|
SimpleConstraintSort
Value |
Code |
Ascending |
0
|
Descending |
1
|
None |
2
|
SimpleConstraintType
Value |
Code |
Enumeration |
U
|
Expression |
E
|
List |
L
|
None |
N
|
PairList |
P
|
QueryFilter |
Q
|
Table |
T
|
StartTimeType
Value |
Code |
Inherited |
I
|
UserSet |
U
|
SubjectType
SynchronizeAction
Value |
Code |
Hold |
I
|
Ignore |
R
|
Monitor |
M
|
TableImportMode
Value |
Code |
ImportRows |
R
|
ImportTable |
T
|
Merge |
M
|
TimeUnit
Value |
Code |
Days |
D
|
Hours |
H
|
Minutes |
M
|
Months |
O
|
Seconds |
S
|
Years |
Y
|
TimeWindowStatus
Value |
Code |
IsClosed |
N
|
IsOpen |
Y
|
None |
X
|
TriggerPoint
Value |
Code |
BeforeDefinitionChange |
D
|
BeforeJobOnChange |
O
|
BeforeJobOnChangeMaintenance |
M
|
BeforeJobPostRunning |
A
|
BeforeJobPreRunning |
R
|
BeforeUserMessageOperation |
U
|
OnBeforeJobUserChange |
B
|
OnJobFileContentAccess |
F
|
UpdateFutureJobActionType
Value |
Code |
Abort |
A
|
CancelAndRestart |
R
|
CancelJob |
C
|
HoldJob |
H
|
SetToError |
E
|
UseNewJobDefinition |
U
|
UseOldJobDefinition |
O
|
UserMessageAttachmentType
Value |
Code |
Document |
D
|
JobFile |
J
|
Link |
L
|
UserMessageFlowAction
Value |
Code |
AddedAttachment |
A
|
Completed |
c
|
Created |
C
|
Delegated |
D
|
DeletedAttachment |
d
|
Forwarded |
F
|
ProxyApplied |
P
|
ReplacedAttachment |
r
|
Respond |
R
|
Updated |
u
|
UploadedAttachment |
U
|
UserMessageNotificationMethod
Value |
Code |
IndividualEmails |
t
|
None |
f
|
OneEmail |
o
|
Validity
Value |
Code |
Invalid |
i
|
Valid |
v
|
ValueEditable
Value |
Code |
Always |
A
|
Calculated |
C
|
Never |
N
|
OnlyWhenNull |
O
|
VisualizationFontSize
Value |
Code |
Default |
d
|
ExtraLarge |
L
|
ExtraSmall |
S
|
Large |
l
|
Small |
s
|
WaitEventSubmitType
Value |
Code |
Always |
A
|
Never |
N
|
OnlyOne |
O
|
Miscellaneous
Boolean Values
Boolean attributes are represented in the database as 't' for true, and 'f' for
false. They are mandatory; such columns should never be null.
Date Values
Date values are stored as whole numbers, where the number represents the number of
milliseconds since the start of 1970 (UTC). A time-zone is always associated
with a date-field; consult the API reference to determine which relation refers to the
time-zone for a given date field.
Integer Values
Integer values are always stored as whole numbers. The model may impose minimum/maximum
constraints; consult the API reference to see if this is the case for a given field.
Number Values
Number values are stored in various ways, usually as BIGINT
, and sometimes
as NUMERIC(n)
. See the Model reference to see what the case is for a given
field.
String Values
String values are stored as such, with the following caveats:
- Trailing whitespace is not allowed.
- NULLs are never stored; instead a single space (' ') is used.
For convenience, a special "IS STRINGNULL
" SQL operator is
defined. It should be used instead of "IS NULL
" against string
columns in SQL queries.