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 toTime.formatNow()
and expression toTime.expressionNow()
REL function expression. -
FORMAT_NOW(<format>[, <timezone>])
-<format>
conforms toTime.formatNow()
REL function format. -
MAX(<expression>)
- calculate the maximum value from <expression> -
MIN()
- calculate the minimum value from <expression> -
NOW([<expression>])
-<expression>
conforms toTime.expressionNow()
REL function expression. -
SUM([DISTINCT | ALL] n)
- returns a sum
Example
select count(*) from Job where Job.Status = 'Q'
Classes
ActionWork
Field | Mandatory | Type | |
---|---|---|---|
ActionWorkStatus | true | ActionWorkStatus | |
ActionWorkType | true | ActionWorkType | |
Behavior | true | Long | |
LLPVersion | true | Long | |
NewStatus | false | String | |
NumNewStatusLines | true | Long | |
OldStatus | false | String | |
RelatedObject2Id | false | Long | |
RelatedObjectId | false | Long | |
StartTimeGMT | true | Long | |
UniqueId | true | Long |
ActionWorkExtraLine
Field | Mandatory | Type | |
---|---|---|---|
ActionWork | true | ActionWork | |
Behavior | true | Long | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
AdHocAlertSource
Field | Mandatory | Type | |
---|---|---|---|
Address | false | String | |
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
DefaultAlertEscalation | false | AlertEscalation | |
Description | false | String | |
Enabled | true | Boolean | |
EscalationExpression | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
OperatorMessageExpression | false | String | |
OperatorMessageReplyExpression | false | String | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
TimeWindow | false | TimeWindow | |
TimeWindowStatus | true | TimeWindowStatus | |
TimeZone | false | TimeZone | |
UniqueId | true | Long | |
Validity | true | Validity |
AggregateJobCount
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Delivered | true | Boolean | |
Deprecated1 | false | String | |
Deprecated2 | true | Long | |
EndTime | false | Long | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
QueryName | false | String | |
StartTime | false | Long | |
Total | false | Long | |
UniqueId | true | Long |
Alert
Field | Mandatory | Type | |
---|---|---|---|
AlertEscalation | false | AlertEscalation | |
AlertSource | AdHocAlertSource | true | AdHocAlertSource |
JobDefinitionAlertSource | JobDefinitionAlertSource | ||
MonitorAlertSource | MonitorAlertSource | ||
ProcessServerAlertSource | ProcessServerAlertSource | ||
QueueAlertSource | QueueAlertSource | ||
Behavior | true | Long | |
CauseAlert | false | Alert | |
CreationTime | false | Date | |
CreationTimeZone | false | TimeZone | |
Deprecated1 | true | Long | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
OperatorMessage | true | OperatorMessage | |
RaisedSequence | true | Long | |
ResendCount | true | Long | |
SourceObjectDefinition | false | ObjectDefinition | |
SourceObjectUniqueId | false | Long | |
Status | true | AlertStatus | |
UniqueId | true | Long |
AlertEscalation
Field | Mandatory | Type | |
---|---|---|---|
Address | false | String | |
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
DefaultAlertEscalation | false | AlertEscalation | |
DelayAmount | true | Long | |
DelayUnits | true | TimeUnit | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
UniqueId | true | Long | |
Validity | true | Validity |
AlertEscalationAction
Field | Mandatory | Type | |
---|---|---|---|
ActionSubject | false | Subject | |
AlertEscalation | true | AlertEscalation | |
Behavior | true | Long | |
Deprecated | true | Long | |
Enabled | true | Boolean | |
Library | true | Library | |
LLPVersion | true | Long | |
Type | true | AlertEscalationActionType | |
UniqueId | true | Long |
AlertEscalationActionJARCache
Field | Mandatory | Type | |
---|---|---|---|
AlertEscalationAction | true | AlertEscalationAction | |
Behavior | true | Long | |
Hash | false | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
AlertEscalationActionJARCacheLine
Field | Mandatory | Type | |
---|---|---|---|
AlertEscalationActionJARCache | true | AlertEscalationActionJARCache | |
Behavior | true | Long | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
AlertEscalationActionSourceLine
Field | Mandatory | Type | |
---|---|---|---|
AlertEscalationAction | true | AlertEscalationAction | |
Behavior | true | Long | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
AlertSourceAction
Field | Mandatory | Type | |
---|---|---|---|
ActionSubject | false | Subject | |
AlertSource | AdHocAlertSource | true | AdHocAlertSource |
JobDefinitionAlertSource | JobDefinitionAlertSource | ||
MonitorAlertSource | MonitorAlertSource | ||
ProcessServerAlertSource | ProcessServerAlertSource | ||
QueueAlertSource | QueueAlertSource | ||
Behavior | true | Long | |
Deprecated | true | Long | |
Enabled | true | Boolean | |
IsolationGroup | true | IsolationGroup | |
Library | true | Library | |
LLPVersion | true | Long | |
ParentUniqueId | true | Long | |
Type | true | AlertSourceActionType | |
UniqueId | true | Long |
AlertSourceActionJARCache
Field | Mandatory | Type | |
---|---|---|---|
AlertSourceAction | true | AlertSourceAction | |
Behavior | true | Long | |
Hash | false | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
AlertSourceActionJARCacheLine
Field | Mandatory | Type | |
---|---|---|---|
AlertSourceActionJARCache | true | AlertSourceActionJARCache | |
Behavior | true | Long | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
AlertSourceActionSourceLine
Field | Mandatory | Type | |
---|---|---|---|
AlertSourceAction | true | AlertSourceAction | |
Behavior | true | Long | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
AlertSourceEmail
Field | Mandatory | Type | |
---|---|---|---|
AlertSource | AdHocAlertSource | true | AdHocAlertSource |
JobDefinitionAlertSource | JobDefinitionAlertSource | ||
MonitorAlertSource | MonitorAlertSource | ||
ProcessServerAlertSource | ProcessServerAlertSource | ||
QueueAlertSource | QueueAlertSource | ||
Behavior | true | Long | |
IsolationGroup | true | IsolationGroup | |
LLPVersion | true | Long | |
ParentUniqueId | true | Long | |
UniqueId | true | Long |
AlertSourceEmailLine
Field | Mandatory | Type | |
---|---|---|---|
AlertSourceEmail | true | AlertSourceEmail | |
Behavior | true | Long | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
Application
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
UniqueId | true | Long |
AuditDiffLine
Field | Mandatory | Type | |
---|---|---|---|
AuditObject | true | AuditObject | |
Behavior | true | Long | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
AuditObject
Field | Mandatory | Type | |
---|---|---|---|
Action | true | ModelChangeAction | |
AdditionalInfo | false | String | |
AuditedObjectBusinessKey | true | String | |
AuditedObjectPartitionUniqueId | true | Long | |
AuditedObjectType | true | String | |
AuditedObjectUniqueId | true | Long | |
Behavior | true | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
IsolationGroup | true | IsolationGroup | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
Level | true | AuditLevel | |
LLPVersion | true | Long | |
SearchAdditionalInfo | false | String | |
SearchAuditedObjectBusinessKey | true | String | |
SearchUser | true | String | |
UniqueId | true | Long | |
User | true | String |
AuditObjectDefLine
Field | Mandatory | Type | |
---|---|---|---|
AuditObject | true | AuditObject | |
Behavior | true | Long | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
AuditRule
Field | Mandatory | Type | |
---|---|---|---|
Application | false | Application | |
ApplicationRule | true | ApplicationMatch | |
AuditActionsCode | true | String | |
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Enabled | true | Boolean | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
Level | true | AuditLevel | |
LLPVersion | true | Long | |
Name | true | String | |
NamePattern | false | String | |
NamePatternMatchType | true | AuditNameMatchType | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
PartitionPattern | false | String | |
PartitionPatternMatchType | true | AuditNameMatchType | |
ReasonRequired | true | Boolean | |
ReasonRequiredRegEx | false | String | |
RuleObjectType | true | String | |
SearchName | true | String | |
UniqueId | true | Long |
AuditSubjectLogin
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Channel | true | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Forwarded | false | String | |
ForwardedFor | false | String | |
IPAddress | true | String | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
LoginDateTime | true | Date | |
LogoutDateTime | false | Date | |
Protocol | true | String | |
Reason | false | String | |
SearchUser | true | String | |
Successful | true | Boolean | |
UniqueId | true | Long | |
User | true | String | |
UserAgent | true | String |
BuiltInWebService
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
Enabled | true | Boolean | |
LLPVersion | true | Long | |
Name | true | String | |
SearchName | true | String | |
UniqueId | true | Long |
ConstraintDefinition
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
FactoryClassName | true | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
Library | false | Library | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
UniqueId | true | Long | |
Validity | true | Validity |
Credential
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
CredentialProtocol | true | CredentialProtocol | |
Description | false | String | |
Endpoint | true | String | |
ExternallyAvailable | false | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
NumExtraPasswordLines | true | Long | |
Partition | true | Partition | |
Password | true | String | |
RealUser | true | String | |
UniqueId | true | Long | |
VirtualUser | false | String | |
VirtualUserUnique | true | String |
CredentialProtocol
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
Type | false | CredentialProtocolType | |
UniqueId | true | Long |
Dashboard
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
OwnerSubject | true | Subject | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
UniqueId | true | Long | |
UpdateTime | true | Long |
DashboardEntity
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
DashboardEntityType | false | DashboardEntityType | |
Description | false | String | |
DialConfig | false | String | |
DialDefaults | false | String | |
DisplayOrder | true | Long | |
HelpDocument | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
NumExtraDialConfigLines | true | Long | |
NumExtraProviderConfigLines | true | Long | |
ParentDashboardEntity | false | DashboardEntity | |
ProviderConfig | false | String | |
ProviderDefaults | false | String | |
ProviderType | false | String | |
SearchName | true | String | |
UniqueId | true | Long |
DashboardItem
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Dashboard | true | Dashboard | |
FirstText | true | String | |
LLPVersion | true | Long | |
NumAdditionalLines | true | Long | |
UniqueId | true | Long |
DashboardItemLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
DashboardItem | true | DashboardItem | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
Database
Field | Mandatory | Type | |
---|---|---|---|
AutoCommitStyle | true | AutoCommitStyle | |
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
DriverProperties | false | String | |
FrequentUsers | false | String | |
Hidden | true | Boolean | |
InitializationQuery | false | String | |
InvalidUserNameOrPasswordSQLExceptions | false | String | |
JdbcDriverClassName | true | String | |
JdbcUrl | true | String | |
JdbcUserName | false | String | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
Library | false | Library | |
LLPVersion | true | Long | |
MaxAbandonedTime | false | Long | |
MaxConnectTime | false | Long | |
MaxIdleTime | false | Long | |
MaxNumberOfConnections | false | Long | |
MaxNumberOfConnectionsPerFrequentUser | false | Long | |
MaxNumberOfConnectionsPerSporadicUser | false | Long | |
MinNumberOfIdleConnectionsPerFrequentUser | false | Long | |
Name | true | String | |
NonTransientConnectSQLExceptions | false | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
PoolingState | true | JdbcConnectionPoolingState | |
SearchName | true | String | |
SevereSQLExceptions | false | String | |
UniqueId | true | Long | |
ValidationQuery | false | String |
DatumDefinition
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CopiedToNewJob | true | Boolean | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
UniqueId | true | Long |
DeletedJobFile
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
FileName | true | String | |
JobId | false | Long | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
ProcessServer | false | ProcessServer | |
ProcessServerService | false | ProcessServerService | |
Service | false | Service | |
UniqueId | true | Long |
DeletedTemporaryObject
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
JobId | true | Long | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LinkedObjectDefinition | true | ObjectDefinition | |
LinkedUniqueId | true | Long | |
LLPVersion | true | Long | |
UniqueId | true | Long |
Document
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Format | true | Format | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
UniqueId | true | Long |
DocumentLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Document | true | Document | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
EmailAlertGateway
Field | Mandatory | Type | |
---|---|---|---|
ActionSubject | false | Subject | |
AlertRateInterval | true | Long | |
AlertRateLimit | true | Long | |
AlertResendDelay | true | Long | |
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
Pattern | true | String | |
ProcessingOrder | true | Long | |
SearchName | true | String | |
UniqueId | true | Long | |
Validity | true | Validity |
EmailAlertGatewayAction
Field | Mandatory | Type | |
---|---|---|---|
ActionSubject | false | Subject | |
Behavior | true | Long | |
Deprecated | true | Long | |
EmailAlertGateway | true | EmailAlertGateway | |
Enabled | true | Boolean | |
Library | true | Library | |
LLPVersion | true | Long | |
Type | true | EmailAlertGatewayActionType | |
UniqueId | true | Long |
EmailAlertGatewayActionJARCache
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
EmailAlertGatewayAction | true | EmailAlertGatewayAction | |
Hash | false | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
EmailAlertGatewayActionJARCacheLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
EmailAlertGatewayActionJARCache | true | EmailAlertGatewayActionJARCache | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
EmailAlertGatewayActionSourceLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
EmailAlertGatewayAction | true | EmailAlertGatewayAction | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
EmailAlertGatewayEmail
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
EmailAlertGateway | true | EmailAlertGateway | |
LLPVersion | true | Long | |
UniqueId | true | Long |
EmailAlertGatewayEmailLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
EmailAlertGatewayEmail | true | EmailAlertGatewayEmail | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
EmailAlertGatewayHeader
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
EmailAlertGateway | true | EmailAlertGateway | |
LLPVersion | true | Long | |
Name | true | String | |
UniqueId | true | Long | |
Value | true | String |
EmailAlertGatewayJobFileAttachment
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
EmailAlertGateway | true | EmailAlertGateway | |
LLPVersion | true | Long | |
Name | true | String | |
UniqueId | true | Long |
Event
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
ClearerComment | false | String | |
ClearerObjectDefinition | false | ObjectDefinition | |
ClearerUniqueId | false | Long | |
ClearTime | false | Date | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
EventDefinition | true | EventDefinition | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
RaisedSequence | true | Long | |
RaiserComment | false | String | |
RaiserObjectDefinition | false | ObjectDefinition | |
RaiserUniqueId | false | Long | |
RaiseTime | false | Date | |
Status | true | EventStatus | |
UniqueId | true | Long |
EventDefinition
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
DefaultClearComment | false | String | |
DefaultRaiseComment | false | String | |
Deprecated1 | false | Long | |
Deprecated2 | false | Long | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
RequiresCommentOnClear | true | Boolean | |
RequiresCommentOnRaise | true | Boolean | |
SearchName | true | String | |
UniqueId | true | Long |
EventDefinitionStatus
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CurrentRaisedEventId | false | Long | |
EventDefinition | true | EventDefinition | |
LastRaisedEventId | false | Long | |
LLPVersion | true | Long | |
UniqueId | true | Long |
Export
Field | Mandatory | Type | |
---|---|---|---|
ArchiveJobFile | false | JobFile | |
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
InternalExportRuleSet | true | ExportRuleSet | |
IsolationGroup | true | IsolationGroup | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
UniqueId | true | Long | |
WrappedJob | true | Job |
ExportRule
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
ExportContents | true | Boolean | |
ExportRuleSet | true | ExportRuleSet | |
LLPVersion | true | Long | |
Name | true | String | |
QueryFilter | true | QueryFilter | |
SearchName | true | String | |
UniqueId | true | Long |
ExportRuleItem
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
ExportContents | true | Boolean | |
ExportRuleSet | true | ExportRuleSet | |
ExportUniqueId | true | Long | |
LLPVersion | true | Long | |
ObjectDefinition | true | ObjectDefinition | |
UniqueId | true | Long |
ExportRuleSet
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
UniqueId | true | Long |
ExtAuthRoles
Field | Mandatory | Type | |
---|---|---|---|
description | false | String | |
role | true | String |
ExtAuthUser
Field | Mandatory | Type | |
---|---|---|---|
changePasswordNextLogin | true | Boolean | |
false | String | ||
fullname | false | String | |
password | true | String | |
username | true | String |
ExtAuthUserRoles
Field | Mandatory | Type | |
---|---|---|---|
role | true | String | |
username | true | String |
ExtBinaryData
Field | Mandatory | Type | |
---|---|---|---|
Data | true | byte[] | |
Hash | true | String | |
LastModified | true | Long |
ExtensionPoint
Field | Mandatory | Type | |
---|---|---|---|
ActionSubject | false | Subject | |
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
DeploymentDescriptor | true | String | |
Description | false | String | |
Enabled | true | Boolean | |
Extends | true | ExtensionPointExtendsType | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
Library | true | Library | |
LLPVersion | true | Long | |
LogLevel | true | LogLevel | |
MaxBackupFiles | true | Long | |
MaxLogSize | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
NumExtraDeploymentDescriptorLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
UniqueId | true | Long | |
Validity | true | Validity | |
Visibility | true | ExtensionPointVisibilityType |
ExtensionPointJARCache
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
ExtensionPoint | true | ExtensionPoint | |
Hash | false | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
ExtensionPointJARCacheLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
ExtensionPointJARCache | true | ExtensionPointJARCache | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
ExtensionPointSource
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
ExtensionPoint | true | ExtensionPoint | |
FQClassName | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
ExtensionPointSourceLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
ExtensionPointSource | true | ExtensionPointSource | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
FileEvent
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CheckLock | true | Boolean | |
Directory | true | String | |
Event | true | Event | |
FinalPath | true | String | |
LLPVersion | true | Long | |
MoveDirectory | false | String | |
OriginalPath | true | String | |
Pattern | true | String | |
PollInterval | true | Long | |
ProcessServer | true | ProcessServer | |
UniqueId | true | Long |
FileEventDefinition
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CheckLock | true | Boolean | |
Comment | false | String | |
Description | false | String | |
Directory | true | String | |
Enabled | true | Boolean | |
EventDefinition | true | EventDefinition | |
LLPVersion | true | Long | |
MinimalAge | true | Long | |
MinimalSize | true | Long | |
MoveDirectory | false | String | |
Name | false | String | |
OverwriteFile | true | Boolean | |
Pattern | true | String | |
PollInterval | true | Long | |
ProcessServer | true | ProcessServer | |
RaiseComment | true | String | |
SearchName | false | String | |
UniqueId | true | Long |
FileEventDefinitionFile
Field | Mandatory | Type | |
---|---|---|---|
AbsolutePath | true | String | |
Behavior | true | Long | |
FileEventDefinition | true | FileEventDefinition | |
LastModified | true | Long | |
LLPVersion | true | Long | |
Locked | true | Boolean | |
Size | true | Long | |
SystemName | true | String | |
UniqueId | true | Long |
FinalStatusHandler
Field | Mandatory | Type | |
---|---|---|---|
Action | true | FinalStatusAction | |
Behavior | true | Long | |
Deprecated1 | false | Long | |
JobDefinition | true | JobDefinition | |
LLPVersion | true | Long | |
MessageText | false | String | |
RestartDelayAmount | true | Long | |
RestartDelayUnits | true | TimeUnit | |
Status | true | JobStatus | |
UniqueId | true | Long |
ForecastJob
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
ChildOrder | true | Long | |
Description | true | String | |
ErrorDescription | true | String | |
ExpectedJobStatus | false | JobStatus | |
ExpectedRunTime | false | Long | |
Frequency | true | Long | |
Job | false | Job | |
JobChainCall | false | JobChainCall | |
JobChainStep | false | JobChainStep | |
JobDefinition | true | JobDefinition | |
JobGroup | false | JobGroup | |
LLPVersion | true | Long | |
NextSubmitBaseTime | true | Date | |
NumChildForecastJobs | true | Long | |
ParentForecastJob | false | ForecastJob | |
Priority | true | Long | |
Queue | true | Queue | |
ReturnCode | false | Long | |
SearchDescription | true | String | |
StartTime | true | Date | |
StepIteration | false | Long | |
SubmitFrame | false | SubmitFrame | |
TimeWindow | false | TimeWindow | |
TimeZone | false | TimeZone | |
UniqueId | true | Long |
Format
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Extension | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
MimeType | true | String | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
UniqueId | true | Long |
GenericExtraLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Field | true | String | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
ObjectDefinition | false | ObjectDefinition | |
RefUniqueId | true | Long | |
UniqueId | true | Long |
GlobalPrivilege
Field | Mandatory | Type | |
---|---|---|---|
Activated | true | Boolean | |
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
SearchName | true | String | |
UniqueId | true | Long |
HistoryJob
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
ChildOrder | true | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Deprecated1 | true | Long | |
Deprecated2 | true | Boolean | |
Deprecated3 | false | Long | |
Description | true | String | |
HistoryJobType | false | String | |
HoldOnSubmit | true | Boolean | |
JobDefinitionName | false | String | |
JobDefinitionType | true | JobDefinitionType | |
JobId | true | Long | |
JobTimeZone | false | TimeZone | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
MasterJobDefinition | true | JobDefinition | |
MaxRestart | false | Long | |
NumJobParameters | true | Long | |
OwnerSubject | true | Subject | |
ParentJobId | false | Long | |
Priority | true | Long | |
ProcessServer | false | ProcessServer | |
ProcessServerName | false | String | |
Queue | true | Queue | |
QueueName | false | String | |
RequestedStartTimeInternal | true | Date | |
RequestedStartTimeType | true | StartTimeType | |
RestartCount | false | Long | |
RestartJobId | false | Long | |
ReturnCode | false | Long | |
RunEnd | false | Date | |
RunStart | false | Date | |
RuntimeExpiration | false | Date | |
ScheduledStartTime | true | Date | |
SearchDescription | true | String | |
Status | true | JobStatus | |
StepIteration | false | Long | |
UniqueId | true | Long |
HistoryMonitorValue
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
HistoryTime | true | Long | |
LLPVersion | true | Long | |
MonitorValue | true | MonitorValue | |
UniqueId | true | Long | |
ValueDate | false | Date | |
ValueDateTimeZone | false | TimeZone | |
ValueNumber | false | BigDecimal | |
ValueString | false | String |
HistoryOperatorMessage
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CreateTime | true | Date | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
IsolationGroup | true | IsolationGroup | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Partition | false | Partition | |
RepliedBySubject | false | Subject | |
ReplyTime | true | Date | |
UniqueId | true | Long |
Import
Field | Mandatory | Type | |
---|---|---|---|
ArchiveJobFile | false | JobFile | |
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
ImportSource | false | ImportSource | |
InternalImportRuleSet | false | ImportRuleSet | |
IsolationGroup | true | IsolationGroup | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Options | false | String | |
UniqueId | true | Long | |
WrappedJob | true | Job |
ImportAction
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
ImportRuleSet | true | ImportRuleSet | |
Library | true | Library | |
LLPVersion | true | Long | |
Type | true | ImportRuleSetActionType | |
UniqueId | true | Long |
ImportActionJARCache
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Hash | false | String | |
ImportAction | true | ImportAction | |
LLPVersion | true | Long | |
UniqueId | true | Long |
ImportActionJARCacheLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
ImportActionJARCache | true | ImportActionJARCache | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
ImportActionParameter
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
DefaultValue | false | String | |
Description | false | String | |
ImportRuleSet | true | ImportRuleSet | |
LLPVersion | true | Long | |
Name | true | String | |
Nullable | true | Boolean | |
SearchName | true | String | |
UniqueId | true | Long |
ImportActionSourceLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
ImportAction | true | ImportAction | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
ImportMatchRule
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
ImportRule | true | ImportRule | |
ImportRuleDefinition | true | ImportRuleDefinition | |
LLPVersion | true | Long | |
UniqueId | true | Long | |
Var1 | false | String | |
Var2 | false | String |
ImportOverrideRule
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
IgnoreFailure | true | Boolean | |
ImportRule | true | ImportRule | |
ImportRuleDefinition | true | ImportRuleDefinition | |
LLPVersion | true | Long | |
UniqueId | true | Long | |
Var1 | false | String | |
Var2 | false | String |
ImportRule
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
ImportRuleSet | true | ImportRuleSet | |
LLPVersion | true | Long | |
Name | true | String | |
SearchName | true | String | |
UniqueId | true | Long |
ImportRuleDefinition
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Matcher | true | Boolean | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ObjectDefinition | true | ObjectDefinition | |
Overrider | true | Boolean | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
UniqueId | true | Long |
ImportRuleSet
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Deprecated1 | false | String | |
Deprecated2 | false | Long | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
UniqueId | true | Long | |
Validity | true | Validity | |
VariablePrefix | false | String |
ImportRuleSetPartitionRename
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
ImportRuleSet | true | ImportRuleSet | |
LLPVersion | true | Long | |
NewPartition | true | String | |
OldPartition | true | String | |
ProcessOrder | true | Long | |
UniqueId | true | Long |
ImportSource
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
Password | true | String | |
RemoteUrl | true | String | |
SearchName | true | String | |
UniqueId | true | Long | |
Username | true | String |
IsolationGroup
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
SearchName | true | String | |
UniqueId | true | Long |
JARFile
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
Library | true | Library | |
LLPVersion | true | Long | |
Name | true | String | |
SearchName | true | String | |
UniqueId | true | Long |
JARFileJARCache
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Hash | false | String | |
JARFile | true | JARFile | |
LLPVersion | true | Long | |
UniqueId | true | Long |
JARFileJARCacheLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
JARFileJARCache | true | JARFileJARCache | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
Job
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
BlocksOnJob | false | Job | |
ChildOrder | true | Long | |
CompletionStrategy | false | CompletionStrategyType | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | true | String | |
ForcedProcessServer | false | ProcessServer | |
ForcedToRunNow | true | Boolean | |
HasRuntimeParameters | true | Boolean | |
HoldOnSubmit | true | Boolean | |
JobChainCall | false | JobChainCall | |
JobChainStep | false | JobChainStep | |
JobDefinition | true | JobDefinition | |
JobGroup | false | JobGroup | |
JobId | true | Long | |
JobTimeZone | false | TimeZone | |
KeepExpiration | false | Date | |
KillSignal | false | KillSignalType | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LastStatusChangeTime | true | Date | |
LLPVersion | true | Long | |
MinimumOpenDuration | false | Long | |
NextRecalculation | false | Date | |
NextSubmitBaseTime | true | Date | |
NumChildJobs | true | Long | |
NumExtraMinOpenDurationExprLines | true | Long | |
NumJobFiles | true | Long | |
NumJobLocks | true | Long | |
NumJobMetaData | true | Long | |
NumJobNotes | true | Long | |
NumJobParameters | true | Long | |
NumJobRaiseEvents | true | Long | |
NumJobRuntimeLimits | true | Long | |
NumJobWaitEvents | true | Long | |
NumOfSubJobs | true | Long | |
OwnerSubject | true | Subject | |
ParametersSetByUser | true | Boolean | |
ParentJob | false | Job | |
PreviousProcessServer | false | ProcessServer | |
Priority | true | Long | |
ProcessServer | false | ProcessServer | |
ProxyProcessServer | false | ProcessServer | |
Queue | true | Queue | |
QueueInherited | true | Boolean | |
QueueOrder | false | String | |
RemoteCreationTime | false | Date | |
RemoteEvent | false | String | |
RemoteId | false | String | |
RemoteOSUser | false | String | |
RemoteRunEnd | false | Date | |
RemoteRunStart | false | Date | |
RemoteStatus | false | String | |
RemoteSystem | false | String | |
RequestedStartTimeInternal | true | Date | |
RequestedStartTimeType | true | StartTimeType | |
RequestedStatus | false | JobStatus | |
RestartCount | false | Long | |
RestartJobId | false | Long | |
ReturnCode | false | Long | |
RunEnd | false | Date | |
RunStart | false | Date | |
RunTime | false | Long | |
RuntimeExpiration | false | Date | |
SAPNWCallbackVariant | false | SAPNWCallbackVariant | |
ScheduledStartTime | true | Date | |
SearchDescription | true | String | |
StartAtValue | false | String | |
Status | true | JobStatus | |
StatusForJobGroup | true | JobStatusForJobGroup | |
StepIteration | false | Long | |
SubmitFrame | false | SubmitFrame | |
TimeWindow | false | TimeWindow | |
TimeWindowTimeZone | false | TimeZone | |
UniqueId | true | Long |
JobChain
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
JobDefinition | true | JobDefinition | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
RequestRestartByDefault | true | Boolean | |
RestartCount | false | Long | |
RestartDelayAmount | true | Long | |
RestartDelayUnits | true | TimeUnit | |
UniqueId | true | Long |
JobChainCall
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
ChainWaitingOnJob | true | Boolean | |
Description | false | String | |
IgnoreStatus | true | Boolean | |
JobChainStep | true | JobChainStep | |
JobDefinition | true | JobDefinition | |
LLPVersion | true | Long | |
NumJobLocks | true | Long | |
NumRaiseEvents | true | Long | |
NumWaitEvents | true | Long | |
SequenceNumber | true | Long | |
StepWaitingOnJob | true | Boolean | |
UniqueId | true | Long | |
UseRelativeTime | true | Boolean |
JobChainCallInExpressionParameter
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Expression | true | String | |
JobChainCall | true | JobChainCall | |
LLPVersion | true | Long | |
LocalJobDefinitionParameter | true | JobDefinitionParameter | |
NumExtraExpressionLines | true | Long | |
UniqueId | true | Long |
JobChainCallInReferenceParameter
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
JobChainCall | true | JobChainCall | |
LLPVersion | true | Long | |
LocalJobDefinitionParameter | true | JobDefinitionParameter | |
SourceJobChainCall | false | JobChainCall | |
SourceJobDefinitionParameter | true | JobDefinitionParameter | |
UniqueId | true | Long |
JobChainCallJobLock
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
JobChainCall | true | JobChainCall | |
JobLock | true | JobLock | |
LLPVersion | true | Long | |
RequiredCount | true | Long | |
UniqueId | true | Long |
JobChainCallOutReferenceParameter
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
JobChainCall | true | JobChainCall | |
LLPVersion | true | Long | |
LocalJobDefinitionParameter | true | JobDefinitionParameter | |
TargetJobDefinitionParameter | true | JobDefinitionParameter | |
UniqueId | true | Long |
JobChainCallPrecondition
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Expression | false | String | |
JobChainCall | true | JobChainCall | |
LLPVersion | true | Long | |
TimeWindow | false | TimeWindow | |
TimeWindowStatus | true | TimeWindowStatus | |
TimeZone | false | TimeZone | |
UniqueId | true | Long |
JobChainCallProcessMonitorUpdater
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
InstanceExpression | false | String | |
JobChainCall | true | JobChainCall | |
LLPVersion | true | Long | |
ProcessMonitorDefinition | true | ProcessMonitorDefinition | |
ProcessMonitorItemDefinition | true | ProcessMonitorItemDefinition | |
UniqueId | true | Long |
JobChainCallRaiseEvent
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Deprecated | false | Long | |
ErrorCode | false | String | |
EventDefinition | true | EventDefinition | |
Expression | false | String | |
JobChainCall | true | JobChainCall | |
LLPVersion | true | Long | |
RaiseComment | true | String | |
StatusToRaiseOn | true | JobStatus | |
TimeWindow | false | TimeWindow | |
TimeWindowStatus | true | TimeWindowStatus | |
TimeZone | false | TimeZone | |
UniqueId | true | Long |
JobChainCallSchedulingParameter
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Expression | true | String | |
JobChainCall | true | JobChainCall | |
LLPVersion | true | Long | |
Name | true | SchedulingParameterName | |
Queue | false | Queue | |
TimeWindow | false | TimeWindow | |
UniqueId | true | Long |
JobChainCallWaitEvent
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
ClearComment | false | String | |
ClearsEvent | true | Boolean | |
CreatedBySystem | true | Boolean | |
EventDefinition | true | EventDefinition | |
Expression | false | String | |
JobChainCall | true | JobChainCall | |
LLPVersion | true | Long | |
TimeWindow | false | TimeWindow | |
TimeWindowStatus | true | TimeWindowStatus | |
TimeZone | false | TimeZone | |
UniqueId | true | Long |
JobChainStatusHandler
Field | Mandatory | Type | |
---|---|---|---|
Action | true | HandlerAction | |
Behavior | true | Long | |
GotoStepJobChainStep | false | JobChainStep | |
JobChain | true | JobChain | |
LLPVersion | true | Long | |
Message | false | String | |
ReturnCode | false | Long | |
SequenceNumber | true | Long | |
Status | false | JobStatus | |
UniqueId | true | Long |
JobChainStep
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
JobChain | true | JobChain | |
LLPVersion | true | Long | |
Name | true | String | |
RestartCount | false | Long | |
RestartDelayAmount | true | Long | |
RestartDelayUnits | true | TimeUnit | |
SearchName | true | String | |
SequenceNumber | true | Long | |
UniqueId | true | Long |
JobChainStepPrecondition
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Expression | false | String | |
JobChainStep | true | JobChainStep | |
LLPVersion | true | Long | |
TimeWindow | false | TimeWindow | |
TimeWindowStatus | true | TimeWindowStatus | |
TimeZone | false | TimeZone | |
UniqueId | true | Long |
JobChainStepStatusHandler
Field | Mandatory | Type | |
---|---|---|---|
Action | true | HandlerAction | |
Behavior | true | Long | |
GotoStepJobChainStep | false | JobChainStep | |
JobChainStep | true | JobChainStep | |
LLPVersion | true | Long | |
Message | false | String | |
ReturnCode | false | Long | |
SequenceNumber | true | Long | |
Status | false | JobStatus | |
UniqueId | true | Long |
JobDatum
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
DatumDefinition | true | DatumDefinition | |
Job | true | Job | |
LLPVersion | true | Long | |
NumExtraValue | true | Long | |
UniqueId | true | Long | |
Value | true | String | |
ValueDateTimeZone | false | Date | |
ValueNumber | false | BigDecimal | |
ValueTimeZone | false | TimeZone |
JobDefinition
Field | Mandatory | Type | |
---|---|---|---|
ActionSubject | false | Subject | |
Behavior | true | Long | |
BranchedLastModificationTime | false | Date | |
BranchedLLPVersion | true | Long | |
ChangeOwnerTime | true | Date | |
Comment | false | String | |
CompletionStrategy | true | CompletionStrategyType | |
CreatedBySubject | true | Subject | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
CriticalProcess | true | Boolean | |
DefaultLogFormat | false | Format | |
DefaultOutputFormat | false | Format | |
DefaultQueue | false | Queue | |
Deprecated1 | true | Long | |
Deprecated2 | true | Long | |
Deprecated3 | true | Long | |
Deprecated4 | true | Long | |
Deprecated5 | true | Long | |
Deprecated6 | true | Long | |
Deprecated7 | true | BigDecimal | |
Deprecated8 | true | BigDecimal | |
Deprecated9 | false | Long | |
Description | false | String | |
Discarded | true | Boolean | |
EquivalentObject | true | Boolean | |
EvaluationOwnerType | true | OwnerType | |
Hidden | true | Boolean | |
HoldOnSubmit | true | Boolean | |
JobDefinitionType | true | JobDefinitionType | |
JobTimeZone | false | TimeZone | |
KeepAmount | false | Long | |
KeepForce | true | Boolean | |
KeepInStatusAmount | false | Long | |
KeepInStatusUnit | false | JobDefinitionKeepUnit | |
KeepJobsInStatus | false | String | |
KeepType | false | JobDefinitionKeepType | |
KeepUnits | false | JobDefinitionKeepUnit | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Maintenance | true | Boolean | |
MasterJobDefinition | false | JobDefinition | |
MaxPriority | false | Long | |
MinimumOpenDurationExpression | false | String | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
NumExtraMinOpenDurationExprLines | true | Long | |
Overdue | true | Boolean | |
OverdueEventDefinition | false | EventDefinition | |
OverdueStatus | false | JobStatus | |
OverviewFormat | false | String | |
OwnerSubject | true | Subject | |
ParentApplication | false | Application | |
Partition | true | Partition | |
Priority | false | Long | |
ReactionJobType | false | ReactionJobType | |
RELRelatedLibrary | false | Library | |
Resource | false | Resource | |
RestartCount | false | Long | |
ReturncodeMapToCompleted | false | String | |
SearchName | true | String | |
Template | true | Boolean | |
TimeWindow | false | TimeWindow | |
TimeWindowTimeZone | false | TimeZone | |
TopLevel | true | Boolean | |
UniqueId | true | Long | |
Validity | true | Validity |
JobDefinitionAction
Field | Mandatory | Type | |
---|---|---|---|
ActionSubject | false | Subject | |
Behavior | true | Long | |
Deprecated | true | Long | |
Enabled | true | Boolean | |
JobDefinition | true | JobDefinition | |
Library | true | Library | |
LLPVersion | true | Long | |
Type | true | JobDefinitionActionType | |
UniqueId | true | Long |
JobDefinitionActionJARCache
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Hash | false | String | |
JobDefinitionAction | true | JobDefinitionAction | |
LLPVersion | true | Long | |
UniqueId | true | Long |
JobDefinitionActionJARCacheLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
JobDefinitionActionJARCache | true | JobDefinitionActionJARCache | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
JobDefinitionActionSourceLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
JobDefinitionAction | true | JobDefinitionAction | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
JobDefinitionAlertSource
Field | Mandatory | Type | |
---|---|---|---|
Address | false | String | |
AlertAtRestart | false | Long | |
AlertBehavior | true | AlertingBehavior | |
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
DefaultAlertEscalation | false | AlertEscalation | |
Description | false | String | |
Enabled | true | Boolean | |
EscalationExpression | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NameMatchType | true | NameMatchType | |
NamePattern | true | String | |
NumExtraCommentLines | true | Long | |
OperatorMessageExpression | false | String | |
OperatorMessageReplyExpression | false | String | |
ParentApplication | false | Application | |
Partition | true | Partition | |
PartitionMatchType | true | NameMatchType | |
PartitionPattern | false | String | |
SearchName | true | String | |
TimeWindow | false | TimeWindow | |
TimeWindowStatus | true | TimeWindowStatus | |
TimeZone | false | TimeZone | |
UniqueId | true | Long | |
Validity | true | Validity |
JobDefinitionAlertSourceParameterMatch
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
JobDefinitionAlertSource | true | JobDefinitionAlertSource | |
LLPVersion | true | Long | |
MatchType | true | JobDefinitionAlertSourceParameterMatchType | |
Name | true | String | |
SearchName | true | String | |
UniqueId | true | Long | |
Value | true | String |
JobDefinitionAlertSourceRule
Field | Mandatory | Type | |
---|---|---|---|
AlertEscalation | false | AlertEscalation | |
Behavior | true | Long | |
JobDefinitionAlertSource | true | JobDefinitionAlertSource | |
LLPVersion | true | Long | |
Operation | true | JobDefinitionAlertSourceRuleOperation | |
ProcessingOrder | true | Long | |
UniqueId | true | Long | |
Value | true | String | |
Variable | true | JobDefinitionAlertSourceRuleVariable |
JobDefinitionAlertSourceStatus
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
DelayAmount | true | Long | |
DelayUnits | true | TimeUnit | |
JobDefinitionAlertSource | true | JobDefinitionAlertSource | |
LLPVersion | true | Long | |
OperatorMessageExpression | false | String | |
Status | true | JobStatus | |
UniqueId | true | Long |
JobDefinitionConstraint
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
ConstraintDefinition | true | ConstraintDefinition | |
Description | false | String | |
JobDefinition | true | JobDefinition | |
LLPVersion | true | Long | |
Name | true | String | |
UniqueId | true | Long |
JobDefinitionConstraintParameterMapping
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
JobDefinitionConstraint | true | JobDefinitionConstraint | |
LLPVersion | true | Long | |
ParameterName | true | String | |
UniqueId | true | Long | |
Value | true | String |
JobDefinitionForm
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
Form | true | String | |
JobDefinition | true | JobDefinition | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraFormLines | true | Long | |
SearchName | true | String | |
UniqueId | true | Long |
JobDefinitionJobLock
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
JobDefinition | true | JobDefinition | |
JobLock | true | JobLock | |
LLPVersion | true | Long | |
RequiredCount | true | Long | |
UniqueId | true | Long |
JobDefinitionParameter
Field | Mandatory | Type | |
---|---|---|---|
Array | true | Boolean | |
ArrayDuplicateValuesAllowed | true | Boolean | |
ArrayMaxLength | false | Long | |
ArrayMinLength | true | Long | |
ArraySorted | true | Boolean | |
Behavior | true | Long | |
Comment | false | String | |
DataLength | false | Long | |
DataPrecision | false | Long | |
DataScale | false | Long | |
DataType | true | ParameterType | |
DefaultExpression | false | String | |
DefaultValueEditable | false | ValueEditable | |
Description | false | String | |
Direction | true | ParameterDirection | |
Display | true | Boolean | |
DisplayOrder | true | Long | |
Editable | true | EditableType | |
GroupName | false | String | |
JobDefinition | true | JobDefinition | |
JobDefinitionParameterSubType | false | String | |
JobFormat | false | String | |
LLPVersion | true | Long | |
Name | true | String | |
Nullable | true | Boolean | |
NumExtraDefaultExpressionLines | true | Long | |
NumExtraSimpleConstraintDataLines | true | Long | |
ParameterMappingType | true | ParameterMappingType | |
PartOfKey | true | Boolean | |
Password | true | Boolean | |
Runtime | true | Boolean | |
SearchName | true | String | |
SimpleConstraintData | false | String | |
SimpleConstraintMessage | false | String | |
SimpleConstraintOptional | true | Boolean | |
SimpleConstraintSort | true | SimpleConstraintSort | |
SimpleConstraintType | true | SimpleConstraintType | |
UniqueId | true | Long |
JobDefinitionParameterSubType
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
SearchName | true | String | |
UniqueId | true | Long |
JobDefinitionProcessMonitorUpdater
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
InstanceExpression | false | String | |
JobDefinition | true | JobDefinition | |
LLPVersion | true | Long | |
ProcessMonitorDefinition | true | ProcessMonitorDefinition | |
ProcessMonitorItemDefinition | false | ProcessMonitorItemDefinition | |
UniqueId | true | Long |
JobDefinitionRaiseEvent
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Deprecated | false | Long | |
ErrorCode | false | String | |
EventDefinition | true | EventDefinition | |
Expression | false | String | |
JobDefinition | true | JobDefinition | |
LLPVersion | true | Long | |
RaiseComment | true | String | |
StatusToRaiseOn | true | JobStatus | |
TimeWindow | false | TimeWindow | |
TimeWindowStatus | true | TimeWindowStatus | |
TimeZone | false | TimeZone | |
UniqueId | true | Long |
JobDefinitionRunner
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Family | true | String | |
JobDefinitionType | true | JobDefinitionType | |
LLPVersion | true | Long | |
UniqueId | true | Long |
JobDefinitionRunnerScript
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
JobDefinitionRunner | true | JobDefinitionRunner | |
LLPVersion | true | Long | |
ScriptNumber | true | Long | |
UniqueId | true | Long |
JobDefinitionRunnerScriptLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
JobDefinitionRunnerScript | true | JobDefinitionRunnerScript | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
JobDefinitionRuntimeLimit
Field | Mandatory | Type | |
---|---|---|---|
AdHocAlertSource | false | AdHocAlertSource | |
Behavior | true | Long | |
CalculatedLimitType | true | CalculatedRuntimeLimitType | |
Comment | false | String | |
Deprecated | true | Long | |
Description | false | String | |
ERTPlusOrMinusType | true | ERTPlusOrMinusType | |
EventDefinition | false | EventDefinition | |
JobDefinition | true | JobDefinition | |
KillJob | true | Boolean | |
LimitExpression | false | String | |
LimitType | true | RuntimeLimitType | |
LimitValue | false | Long | |
LLPVersion | true | Long | |
MaxMinType | true | MaxMinType | |
Name | true | String | |
SearchName | true | String | |
UniqueId | true | Long |
JobDefinitionType
Field | Mandatory | Type | |
---|---|---|---|
ArrayParameterSupport | true | ArrayParameterSupport | |
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
HandlerService | true | Service | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
Library | false | Library | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
SupportedCompletionStrategyCodes | false | String | |
UniqueId | true | Long | |
Validity | true | Validity |
JobDefinitionTypeAction
Field | Mandatory | Type | |
---|---|---|---|
ActionSubject | false | Subject | |
Behavior | true | Long | |
Enabled | true | Boolean | |
JobDefinitionType | true | JobDefinitionType | |
Library | true | Library | |
LLPVersion | true | Long | |
NumExtraSourceLines | true | Long | |
Source | true | String | |
Type | true | JobDefinitionTypeActionType | |
UniqueId | true | Long |
JobDefinitionTypeActionJARCache
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Hash | false | String | |
JobDefinitionTypeAction | true | JobDefinitionTypeAction | |
LLPVersion | true | Long | |
UniqueId | true | Long |
JobDefinitionTypeActionJARCacheLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
JobDefinitionTypeActionJARCache | true | JobDefinitionTypeActionJARCache | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
JobDefinitionWaitEvent
Field | Mandatory | Type | |
---|---|---|---|
AutoSubmit | true | WaitEventSubmitType | |
Behavior | true | Long | |
ClearComment | false | String | |
ClearsEvent | true | Boolean | |
CreatedBySystem | true | Boolean | |
EventDefinition | true | EventDefinition | |
Expression | false | String | |
JobDefinition | true | JobDefinition | |
LLPVersion | true | Long | |
TimeWindow | false | TimeWindow | |
TimeWindowStatus | true | TimeWindowStatus | |
TimeZone | false | TimeZone | |
UniqueId | true | Long |
JobFile
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CharacterSet | false | String | |
FileLastModificationTime | false | Date | |
FileName | true | String | |
FileOrder | true | Long | |
Format | true | Format | |
InCommonLogFormat | true | Boolean | |
Job | true | Job | |
LLPVersion | true | Long | |
Name | true | String | |
OwnerSubject | false | Subject | |
ProcessServer | false | ProcessServer | |
Service | false | Service | |
Size | false | Long | |
TargetJobFile | false | JobFile | |
TimeZone | false | TimeZone | |
Type | true | JobFileType | |
UniqueId | true | Long |
JobFileSearch
Field | Mandatory | Type | |
---|---|---|---|
BeginLine | false | Long | |
Behavior | true | Long | |
EndLine | false | Long | |
EntireLine | false | Boolean | |
Filename | true | String | |
IgnoreCase | false | Boolean | |
JobDefinition | true | JobDefinition | |
JobNote | false | Boolean | |
LLPVersion | true | Long | |
NewJobStatus | false | JobStatus | |
OutParamExpr | false | String | |
OutputJobDefinitionParameter | false | JobDefinitionParameter | |
ProcessingOrder | true | Long | |
ReturnCode | false | Long | |
Reverse | false | Boolean | |
SearchPattern | true | String | |
Stop | false | Boolean | |
UniqueId | true | Long | |
WildCard | false | Boolean |
JobGroup
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CalculationStatus | true | JobGroupCalculationStatus | |
ChangeOwnerTime | true | Date | |
CreatedBySubject | true | Subject | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
CurrentPresubmitCount | true | Long | |
Deprecated1 | false | Long | |
EndDate | false | Date | |
EndDateTimeZone | false | TimeZone | |
Exclude | false | String | |
ForcedProcessServer | false | ProcessServer | |
HoldOnSubmit | true | Boolean | |
JobCount | true | Long | |
JobDefinition | true | JobDefinition | |
JobTimeZone | true | TimeZone | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LatestJob | false | Job | |
LLPVersion | true | Long | |
MaxJobs | false | Long | |
MinimumOpenDurationExpression | false | String | |
MustProcess | true | Boolean | |
NextSubmitBaseTime | false | Date | |
NumExcludeLines | true | Long | |
NumExtraMinOpenDurationExprLines | true | Long | |
NumForecastedYearlyJobRunsCount | true | Long | |
NumJobGroupParameters | true | Long | |
OwnerSubject | false | Subject | |
PresubmitCount | true | Long | |
Priority | true | Long | |
Queue | true | Queue | |
RecurrencePattern | false | String | |
StartAtValue | false | String | |
Status | true | JobGroupStatus | |
SubmitFrame | false | SubmitFrame | |
TimeWindow | false | TimeWindow | |
TimeWindowTimeZone | false | TimeZone | |
UniqueId | true | Long |
JobGroupParameter
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
InValueDate | false | Date | |
InValueNumber | false | BigDecimal | |
InValueString | false | String | |
InValueTimeZone | false | TimeZone | |
JobDefinitionParameter | true | JobDefinitionParameter | |
JobGroup | true | JobGroup | |
LLPVersion | true | Long | |
NumJobGroupParameterInLines | true | Long | |
NumJobGroupParameterOutLines | true | Long | |
OutValueDate | false | Date | |
OutValueNumber | false | BigDecimal | |
OutValueString | false | String | |
OutValueTimeZone | false | TimeZone | |
UniqueId | true | Long |
JobGroupParameterInLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
JobGroupParameter | true | JobGroupParameter | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
JobGroupParameterOutLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
JobGroupParameter | true | JobGroupParameter | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
JobGroupUpdateAction
Field | Mandatory | Type | |
---|---|---|---|
ActionType | true | JobGroupUpdateActionType | |
AuditSubjectUid | false | Long | |
Behavior | true | Long | |
JobGroup | true | JobGroup | |
LLPVersion | true | Long | |
PresubmitCount | false | Long | |
UniqueId | true | Long |
JobJobLock
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
InUse | true | Boolean | |
Job | true | Job | |
JobLock | true | JobLock | |
LLPVersion | true | Long | |
RequiredCount | true | Long | |
UniqueId | true | Long |
JobLock
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Deprecated1 | true | Long | |
Deprecated2 | false | Long | |
Description | false | String | |
Held | true | Boolean | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
LockType | true | LockType | |
MaxCount | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
UniqueId | true | Long |
JobLockUsage
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
HeldByJob | false | Job | |
JobLock | true | JobLock | |
LLPVersion | true | Long | |
TotalInUseCount | true | Long | |
UniqueId | true | Long |
JobNote
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Job | true | Job | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
OwnerSubject | false | Subject | |
Text | true | String | |
UniqueId | true | Long |
JobParameter
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
DisplayOrder | false | Long | |
InValueDate | false | Date | |
InValueNumber | false | BigDecimal | |
InValueString | false | String | |
InValueTimeZone | false | TimeZone | |
Job | true | Job | |
JobDefinitionParameter | true | JobDefinitionParameter | |
LLPVersion | true | Long | |
NumJobParameterInLines | true | Long | |
NumJobParameterOutLines | true | Long | |
OutValueDate | false | Date | |
OutValueNumber | false | BigDecimal | |
OutValueString | false | String | |
OutValueTimeZone | false | TimeZone | |
UniqueId | true | Long |
JobParameterInLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
JobParameter | true | JobParameter | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
JobParameterOutLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
JobParameter | true | JobParameter | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
JobPerformance
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CallStartDelay | false | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
FinalStatus | true | JobStatus | |
JobChainCall | false | JobChainCall | |
JobDefinition | true | JobDefinition | |
JobId | false | Long | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
LogFileSize | false | Long | |
OutputFileSize | false | Long | |
RequestedStartTime | false | Date | |
RunTime | false | Long | |
UniqueId | true | Long |
JobRaiseEvent
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Deprecated | false | Long | |
ErrorCode | false | String | |
Event | false | Event | |
EventDefinition | true | EventDefinition | |
Expression | false | String | |
Job | true | Job | |
LLPVersion | true | Long | |
RaiseComment | true | String | |
StatusToRaiseOn | true | JobStatus | |
TimeWindow | false | TimeWindow | |
TimeWindowStatus | true | TimeWindowStatus | |
TimeZone | false | TimeZone | |
UniqueId | true | Long |
JobRuntimeLimit
Field | Mandatory | Type | |
---|---|---|---|
AdHocAlertSource | false | AdHocAlertSource | |
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
EventDefinition | false | EventDefinition | |
Job | true | Job | |
KillJob | true | Boolean | |
LimitDuration | false | Long | |
LimitTime | false | Date | |
LLPVersion | true | Long | |
MaxMinType | true | MaxMinType | |
Name | true | String | |
SearchName | true | String | |
TimeZone | false | TimeZone | |
UniqueId | true | Long |
JobWaitEvent
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
ClearComment | false | String | |
ClearsEvent | true | Boolean | |
EventDefinition | true | EventDefinition | |
Expression | false | String | |
Job | true | Job | |
LLPVersion | true | Long | |
RaisedEvent | false | Event | |
TimeWindow | false | TimeWindow | |
TimeWindowStatus | true | TimeWindowStatus | |
TimeZone | false | TimeZone | |
UniqueId | true | Long |
Language
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
LLPVersion | true | Long | |
Name | true | String | |
SearchName | true | String | |
Tag | true | String | |
UniqueId | true | Long |
LDAPProfile
Field | Mandatory | Type | |
---|---|---|---|
Active | true | Boolean | |
AdminRole | false | String | |
BAEUserRole | false | String | |
BaseDN | true | String | |
Behavior | true | Long | |
BusinessUserRole | false | String | |
Comment | false | String | |
ConnectionPassword | false | String | |
ConnectionURL | true | String | |
ConnectionUserName | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Deprecated | false | String | |
Description | false | String | |
GroupMemberField | false | String | |
GroupNameField | false | String | |
GroupSearchBase | false | String | |
GroupSearchExpression | false | String | |
Hidden | true | Boolean | |
IsolationAdminRole | false | String | |
ITUserRole | false | String | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LDAPServerType | true | LDAPServerType | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ProfileName | true | String | |
ScreenReaderRole | false | String | |
SearchName | true | String | |
SearchScope | false | String | |
UniqueId | true | Long | |
UserDNExpression | false | String | |
UserExactSearchExpression | false | String | |
UserMailField | false | String | |
UserNameField | false | String | |
UserRole | false | String | |
UserSearchBase | false | String |
Library
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
UniqueId | true | Long | |
Validity | true | Validity |
LibraryJARCache
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Hash | false | String | |
Library | true | Library | |
LLPVersion | true | Long | |
UniqueId | true | Long |
LibraryJARCacheLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
LibraryJARCache | true | LibraryJARCache | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
LibrarySource
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
FQClassName | true | String | |
Library | true | Library | |
LLPVersion | true | Long | |
UniqueId | true | Long |
LibrarySourceLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
LibrarySource | true | LibrarySource | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
LicenseKey
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
ContractName | true | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
UniqueId | true | Long | |
Value | true | String |
MailConnectionSetting
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
LLPVersion | true | Long | |
MailConnector | true | MailConnector | |
PropertyName | true | String | |
PropertyValue | true | String | |
UniqueId | true | Long |
MailConnector
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
DesiredStatus | true | ProcessServerStatus | |
ErrorFolder | true | String | |
Hidden | true | Boolean | |
InboxFolder | true | String | |
JobDefinition | true | JobDefinition | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
Password | false | String | |
PollInterval | true | Long | |
ProcessedFolder | true | String | |
Protocol | true | MailConnectionProtocol | |
SearchName | true | String | |
Server | true | String | |
ServerKey | false | String | |
ServerSecret | false | String | |
StartOnStartup | true | Boolean | |
Status | true | ProcessServerStatus | |
UniqueId | true | Long | |
Username | true | String |
ModelChangeNotification
Field | Mandatory | Type | |
---|---|---|---|
CreationTime | true | Long | |
LLPVersion | true | Long | |
Messages | true | byte[] | |
PluginId | true | String |
ModuleState
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
State | false | String | |
UniqueId | true | Long |
MonitorAlertSource
Field | Mandatory | Type | |
---|---|---|---|
Address | false | String | |
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
DefaultAlertEscalation | false | AlertEscalation | |
Description | false | String | |
Enabled | true | Boolean | |
EscalationExpression | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LinkableMonitor | MonitorCheck | true | MonitorCheck |
MonitorNode | MonitorNode | ||
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
OperatorMessageExpression | false | String | |
OperatorMessageReplyExpression | false | String | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
TimeWindow | false | TimeWindow | |
TimeWindowStatus | true | TimeWindowStatus | |
TimeZone | false | TimeZone | |
UniqueId | true | Long | |
Validity | true | Validity |
MonitorAlertSourceRule
Field | Mandatory | Type | |
---|---|---|---|
AlertEscalation | false | AlertEscalation | |
Behavior | true | Long | |
DelayAmount | true | Long | |
DelayUnits | true | TimeUnit | |
LLPVersion | true | Long | |
MonitorAlertSource | true | MonitorAlertSource | |
OperatorMessageExpression | false | String | |
ProcessingOrder | true | Long | |
Rising | true | Boolean | |
Severity | true | Long | |
UniqueId | true | Long |
MonitorCheck
Field | Mandatory | Type | |
---|---|---|---|
ActualSeverity | false | Long | |
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ObjectDefinition | false | ObjectDefinition | |
ObjectId | false | Long | |
ParentMonitorNode | false | MonitorNode | |
PropagationType | true | MonitorCheckPropagation | |
RemoteId | false | String | |
RemoteSystem | false | String | |
SearchName | true | String | |
UniqueId | true | Long |
MonitorCondition
Field | Mandatory | Type | |
---|---|---|---|
ActionSubject | false | Subject | |
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
Expression | false | String | |
LLPVersion | true | Long | |
MonitorCheck | true | MonitorCheck | |
Name | true | String | |
SearchName | true | String | |
Severity | true | Long | |
UniqueId | true | Long |
MonitorEvent
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
EventDefinition | true | EventDefinition | |
LinkableMonitor | MonitorCheck | true | MonitorCheck |
MonitorNode | MonitorNode | ||
LLPVersion | true | Long | |
Reason | false | String | |
Rising | true | Boolean | |
Severity | true | Long | |
UniqueId | true | Long |
MonitorLink
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LinkedLinkableMonitor | LinkedMonitorCheck | true | MonitorCheck |
LinkedMonitorNode | MonitorNode | ||
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentMonitorNode | false | MonitorNode | |
SearchName | true | String | |
UniqueId | true | Long |
MonitorNode
Field | Mandatory | Type | |
---|---|---|---|
ActualSeverity | false | Long | |
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
IsolationGroup | true | IsolationGroup | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentMonitorNode | false | MonitorNode | |
PropagationType | true | MonitorNodePropagation | |
RemoteId | false | String | |
RemoteSystem | false | String | |
SearchName | true | String | |
UniqueId | true | Long |
MonitorValue
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | false | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
MonitorCheck | true | MonitorCheck | |
Name | true | String | |
ObjectFieldDefinition | false | ObjectFieldDefinition | |
SearchName | true | String | |
Type | true | ParameterType | |
UniqueId | true | Long | |
ValueDate | false | Date | |
ValueDateTimeZone | false | TimeZone | |
ValueNumber | false | BigDecimal | |
ValueString | false | String |
MonitorValueAggregate
Field | Mandatory | Type | |
---|---|---|---|
AggregateType | true | Long | |
Behavior | true | Long | |
End | true | Long | |
InternalValue | true | String | |
LLPVersion | true | Long | |
MonitorValue | true | MonitorValue | |
PeriodType | true | Long | |
StandardDeviation | true | BigDecimal | |
Start | true | Long | |
UniqueId | true | Long |
NavigationBar
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
OwnerSubject | true | Subject | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
UniqueId | true | Long |
NavigationBarItem
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
DisplayOrder | true | Long | |
IconURL | false | String | |
LinkData | false | String | |
LLPVersion | true | Long | |
Name | false | String | |
NavigationBar | true | NavigationBar | |
NumItems | true | Long | |
ParentNavigationBarItem | false | NavigationBarItem | |
SearchName | false | String | |
Type | true | NavigationBarItemType | |
UniqueId | true | Long |
ObjectDefinition
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
BusinessKeyObjectIndex | false | ObjectIndex | |
CustomTableName | false | String | |
ExportRestricted | true | Boolean | |
LLPVersion | true | Long | |
ObjectName | true | String | |
SearchName | false | String | |
UniqueId | true | Long | |
Validity | true | Validity |
ObjectFieldDefinition
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
ColumnLength | false | Long | |
ColumnPrecision | false | Long | |
CustomColumnName | false | String | |
DefaultValue | false | String | |
FieldName | true | String | |
FieldReferenceObjectDefinition | false | ObjectDefinition | |
FieldType | true | ModelTypes | |
LLPVersion | true | Long | |
Nullable | true | Boolean | |
ObjectDefinition | true | ObjectDefinition | |
ReferencedObjectDefinition | false | ObjectDefinition | |
ReferencedObjectDefinitionDeleteType | true | DeleteType | |
Reserved | false | String | |
SearchName | true | String | |
TimeZoneColumnName | false | String | |
UniqueId | true | Long | |
UpdateTimeZone | true | Boolean |
ObjectIndex
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Description | false | String | |
LLPVersion | true | Long | |
Name | true | String | |
ObjectDefinition | true | ObjectDefinition | |
SearchName | true | String | |
Unique | true | Boolean | |
UniqueId | true | Long |
ObjectIndexColumn
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
ColumnOrder | true | Long | |
LLPVersion | true | Long | |
ObjectFieldDefinition | true | ObjectFieldDefinition | |
ObjectIndex | true | ObjectIndex | |
UniqueId | true | Long |
ObjectReference
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LinkedObjectDefinition | true | ObjectDefinition | |
LinkedUniqueId | true | Long | |
LLPVersion | true | Long | |
Name | true | String | |
SearchName | true | String | |
SourceObjectDefinition | true | ObjectDefinition | |
SourceUniqueId | true | Long | |
UniqueId | true | Long |
ObjectSearch
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CombineRule | true | ObjectSearchCombineRule | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
CustomCombineRule | true | String | |
JobDefinition | true | JobDefinition | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
ResultType | true | ObjectSearchResultType | |
RowLimit | false | Long | |
SortRule | true | ObjectSearchSortRule | |
UniqueId | true | Long |
ObjectSearchCondition
Field | Mandatory | Type | |
---|---|---|---|
ActionSearch | true | Boolean | |
Behavior | true | Long | |
CommentSearch | true | Boolean | |
DateOperator | true | DateComparisonType | |
DescSearch | true | Boolean | |
EndDate | false | Date | |
ExtensionPointSearch | true | Boolean | |
FileEventMoveDirectorySearch | true | Boolean | |
FileEventSourceSearch | true | Boolean | |
JobChainDefinitionSearch | true | Boolean | |
JobDefinitionSearch | true | Boolean | |
JobSearch | true | Boolean | |
Label | true | String | |
LibrarySearch | true | Boolean | |
LLPVersion | true | Long | |
NameSearch | true | Boolean | |
NumberOperator | true | NumberComparisonType | |
ObjectDefinition | false | Long | |
ObjectFieldDefinition | false | Long | |
ObjectSearch | true | ObjectSearch | |
Operator | true | ObjectSearchOperatorType | |
ParameterName | false | String | |
ParameterValue | false | String | |
RelatedObjectFieldDefinition | false | Long | |
SearchBoolean | false | Boolean | |
SearchFor | false | String | |
SearchNumber | false | BigDecimal | |
SearchTimeZone | false | TimeZone | |
StartDate | false | Date | |
TriggerSearch | true | Boolean | |
Type | true | ObjectSearchConditionType | |
UniqueId | true | Long | |
Username | false | String |
ObjectTag
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
LLPVersion | true | Long | |
NumExtraValue | true | Long | |
ObjectDefinition | true | ObjectDefinition | |
ObjectTagDefinition | true | ObjectTagDefinition | |
Partition | true | Partition | |
RefUniqueId | true | Long | |
UniqueId | true | Long | |
Value | true | String |
ObjectTagDefinition
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ObjectDefinition | false | ObjectDefinition | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
UniqueId | true | Long |
OperatorMessage
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
FirstText | true | String | |
IsolationGroup | true | IsolationGroup | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
NumAdditionalLines | true | Long | |
Partition | false | Partition | |
RepliedBySubject | false | Subject | |
Reply | false | String | |
ReplyExpression | false | String | |
ReplyStatus | true | ReplyStatus | |
ReplyTime | false | Date | |
SenderObjectDefinition | false | ObjectDefinition | |
SenderObjectDescription | false | String | |
SenderObjectUniqueId | false | Long | |
UniqueId | true | Long |
OperatorMessageDatum
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
LLPVersion | true | Long | |
Name | true | String | |
OperatorMessage | true | OperatorMessage | |
SearchName | true | String | |
UniqueId | true | Long | |
Value | true | String |
OperatorMessageLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
OperatorMessage | true | OperatorMessage | |
UniqueId | true | Long |
OraAppsJobControlRule
Field | Mandatory | Type | |
---|---|---|---|
Action | true | SynchronizeAction | |
Behavior | true | Long | |
DefaultQueue | false | Queue | |
Description | false | String | |
Enabled | true | Boolean | |
JobnameMask | true | String | |
JobnameMaskCaseSensitive | true | Boolean | |
LLPVersion | true | Long | |
OraAppsSystem | true | OraAppsSystem | |
Priority | false | Long | |
ProcessingOrder | true | Long | |
RetrieveChildJobs | true | Boolean | |
RetrieveJoblog | true | Boolean | |
RetrieveOutput | true | Boolean | |
UniqueId | true | Long | |
UsernameMask | true | String |
OraAppsSystem
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Credential | true | Long | |
Database | false | Database | |
DefaultJobTimeZone | true | TimeZone | |
DefaultValueOption | true | OraAppsDefaultValueOption | |
Deprecated1 | true | String | |
Deprecated2 | true | String | |
Description | false | String | |
Hidden | true | Boolean | |
JobHandlingEnabled | true | JobHandlingType | |
JobOutputRetrievalProcessServer | false | ProcessServer | |
Language | true | String | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
OutputRetrievalType | true | OutputRetrievalType | |
ParentApplication | false | Application | |
Partition | true | Partition | |
ProcessServer | true | ProcessServer | |
Queue | true | Queue | |
SearchName | true | String | |
SubmitUserName | false | String | |
SubmitUserType | true | OraAppsSubmitUserType | |
UniqueId | true | Long |
OracleConnection
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
OracleInstanceId | true | Long | |
OracleSessionId | true | String | |
OracleUsername | true | String | |
PipeNameIn | true | String | |
PipeNameOut | true | String | |
PrivateLastAccesstime | true | Date | |
UniqueId | true | Long |
OraOhiSystem
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Database | false | Database | |
DefaultJobTimeZone | true | TimeZone | |
Deprecated1 | true | String | |
Deprecated2 | true | String | |
Description | false | String | |
Hidden | true | Boolean | |
JobHandlingEnabled | true | JobHandlingType | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
ProcessServer | true | ProcessServer | |
Queue | true | Queue | |
SearchName | true | String | |
UniqueId | true | Long |
Partition
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Deprecated1 | true | Boolean | |
Description | false | String | |
Exportable | true | Boolean | |
Hidden | true | Boolean | |
IsolationGroup | true | IsolationGroup | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
SearchName | true | String | |
UniqueId | true | Long |
PeopleSoftJobControlRule
Field | Mandatory | Type | |
---|---|---|---|
Action | true | SynchronizeAction | |
Behavior | true | Long | |
DefaultQueue | false | Queue | |
Description | false | String | |
Enabled | true | Boolean | |
JobnameMask | true | String | |
JobnameMaskCaseSensitive | true | Boolean | |
LLPVersion | true | Long | |
PeopleSoftSystem | true | PeopleSoftSystem | |
Priority | false | Long | |
ProcessingOrder | true | Long | |
RetrieveJoblog | true | Boolean | |
RetrieveOutput | true | Boolean | |
UniqueId | true | Long | |
UsernameMask | true | String |
PeopleSoftJobOutputLocation
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Description | false | String | |
Enabled | true | Boolean | |
HostName | true | String | |
InstanceName | true | String | |
LLPVersion | true | Long | |
PeopleSoftSystem | true | PeopleSoftSystem | |
Port | false | Long | |
ProcessingOrder | true | Long | |
Protocol | true | String | |
UniqueId | true | Long |
PeopleSoftSystem
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
DefaultJobTimeZone | true | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
J2EEConnectString | false | String | |
JobHandlingEnabled | true | JobHandlingType | |
JobOutputRetrievalProcessServer | false | ProcessServer | |
Language | true | String | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
ProcessServer | true | ProcessServer | |
Queue | true | Queue | |
SearchName | true | String | |
UniqueId | true | Long | |
UserName | true | String |
PeriodFunction
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Classname | false | String | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
Library | false | Library | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParameterComment | false | String | |
ParameterDefaults | false | String | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
UniqueId | true | Long | |
Validity | true | Validity |
PeriodFunctionJARCache
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Hash | false | String | |
LLPVersion | true | Long | |
PeriodFunction | true | PeriodFunction | |
UniqueId | true | Long |
PeriodFunctionJARCacheLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
PeriodFunctionJARCache | true | PeriodFunctionJARCache | |
UniqueId | true | Long |
PersistenceInternalClusterMasterNaming
Field | Mandatory | Type | |
---|---|---|---|
Name | true | String | |
Value | true | String |
PersistenceInternalClusterNaming
Field | Mandatory | Type | |
---|---|---|---|
LastModificationTime | true | Long | |
Name | true | String | |
RWURL | true | String | |
Secret | true | String | |
UIURL | true | String |
PersistenceInternalErrorHandling
Field | Mandatory | Type | |
---|---|---|---|
Code | true | String | |
Handler | true | String | |
ProcessingOrder | true | Long | |
Type | true | String |
PersistenceInternalLock
Field | Mandatory | Type | |
---|---|---|---|
LastLockTime | true | Long | |
Name | true | String | |
Owner | true | String | |
Status | true | String |
PersistenceInternalSequence
Field | Mandatory | Type | |
---|---|---|---|
Name | true | String | |
Value | true | Long |
ProcessMonitor
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
Instance | true | String | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
Partition | true | Partition | |
SearchName | true | String | |
UniqueId | true | Long |
ProcessMonitorDefinition
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
UniqueId | true | Long |
ProcessMonitorItem
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
DisplayOrder | true | Long | |
LLPVersion | true | Long | |
Name | true | String | |
ProcessMonitor | true | ProcessMonitor | |
ProgressEnd | false | Date | |
ProgressNumber | false | Long | |
ProgressNumberMax | false | Long | |
ProgressPercentComplete | false | Long | |
ProgressStart | false | Date | |
ProgressStatus | false | JobStatus | |
ProgressText | false | String | |
ProgressTimeZone | false | TimeZone | |
RelatedObjectDefinition | false | ObjectDefinition | |
RelatedObjectUniqueId | false | Long | |
SearchName | true | String | |
StartCount | true | Long | |
Status | true | ProcessMonitorItemStatus | |
StatusChanged | true | Date | |
Type | true | ProcessMonitorItemType | |
UniqueId | true | Long |
ProcessMonitorItemDefinition
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
DisplayOrder | true | Long | |
InstanceExpression | false | String | |
LLPVersion | true | Long | |
Name | true | String | |
ProcessMonitorDefinition | true | ProcessMonitorDefinition | |
SearchName | true | String | |
SubProcessMonitorDefinition | false | ProcessMonitorDefinition | |
Type | true | ProcessMonitorItemType | |
UniqueId | true | Long |
ProcessMonitorLog
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | true | String | |
LLPVersion | true | Long | |
ProgressEnd | false | Date | |
ProgressStart | true | Date | |
RelatedObjectId | true | Long | |
RelatedObjectName | true | String | |
RepliedBySubject | false | Subject | |
Reply | false | String | |
StartCount | true | Long | |
Type | true | ProcessMonitorLogType | |
UniqueId | true | Long |
ProcessServer
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
DefaultJobTimeZone | true | TimeZone | |
Description | false | String | |
DesiredStatus | true | ProcessServerStatus | |
ExecutionSize | false | Long | |
Hidden | true | Boolean | |
Inclusive | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
LoadThreshold | false | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
SecureGatewayCandidate | true | Boolean | |
StartOnStartup | true | Boolean | |
Status | true | ProcessServerStatus | |
UniqueId | true | Long |
ProcessServerAlertSource
Field | Mandatory | Type | |
---|---|---|---|
Address | false | String | |
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
DefaultAlertEscalation | false | AlertEscalation | |
Description | false | String | |
Enabled | true | Boolean | |
EscalationExpression | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NameMatchType | true | NameMatchType | |
NamePattern | true | String | |
NumExtraCommentLines | true | Long | |
OperatorMessageExpression | false | String | |
OperatorMessageReplyExpression | false | String | |
ParentApplication | false | Application | |
Partition | true | Partition | |
PartitionMatchType | true | NameMatchType | |
PartitionPattern | false | String | |
SearchName | true | String | |
TimeWindow | false | TimeWindow | |
TimeWindowStatus | true | TimeWindowStatus | |
TimeZone | false | TimeZone | |
UniqueId | true | Long | |
Validity | true | Validity |
ProcessServerAlertSourceStatus
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
DelayAmount | true | Long | |
DelayUnits | true | TimeUnit | |
LLPVersion | true | Long | |
OperatorMessageExpression | false | String | |
ProcessServerAlertSource | true | ProcessServerAlertSource | |
Status | true | ProcessServerStatus | |
UniqueId | true | Long |
ProcessServerCheck
Field | Mandatory | Type | |
---|---|---|---|
Address | false | String | |
AdHocAlertSource | false | AdHocAlertSource | |
Attribute1 | true | String | |
Attribute2 | false | String | |
Behavior | true | Long | |
Comment | false | String | |
ConditionExpression | false | String | |
Data | false | String | |
DelayAmount | true | Long | |
DelayUnits | true | TimeUnit | |
Description | false | String | |
Enabled | true | Boolean | |
JobDefinition | false | JobDefinition | |
LLPVersion | true | Long | |
Message | false | String | |
Name | true | String | |
PollInterval | true | Long | |
ProcessServer | true | ProcessServer | |
SearchName | true | String | |
Severity | false | Long | |
Style | true | ProcessServerCheckStyle | |
UniqueId | true | Long |
ProcessServerCheckLog
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
LLPVersion | true | Long | |
ProcessServerCheck | true | ProcessServerCheck | |
Success | true | Boolean | |
UniqueId | true | Long |
ProcessServerCheckLogParameter
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
LLPVersion | true | Long | |
Name | true | String | |
ProcessServerCheckLog | true | ProcessServerCheckLog | |
UniqueId | true | Long | |
Value | true | String |
ProcessServerJobDefinitionType
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
JobDefinitionType | true | JobDefinitionType | |
LLPVersion | true | Long | |
ProcessServer | true | ProcessServer | |
UniqueId | true | Long |
ProcessServerLoadFactor
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Description | false | String | |
LLPVersion | true | Long | |
MonitorValue | true | MonitorValue | |
Multiplier | true | Long | |
ProcessServer | true | ProcessServer | |
Threshold | true | Long | |
UniqueId | true | Long |
ProcessServerParameter
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Description | false | String | |
LLPVersion | true | Long | |
Name | true | String | |
ProcessServer | true | ProcessServer | |
Type | true | ProcessServerParameterType | |
UniqueId | true | Long | |
Value | true | String |
ProcessServerResource
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
LLPVersion | true | Long | |
ProcessServer | true | ProcessServer | |
Resource | true | Resource | |
UniqueId | true | Long |
ProcessServerService
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
DesiredStatus | true | ProcessServerStatus | |
LLPVersion | true | Long | |
ProcessServer | true | ProcessServer | |
Service | true | Service | |
StartOnStartup | true | Boolean | |
Status | true | ProcessServerStatus | |
UniqueId | true | Long |
ProcessServerStatusLog
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
LLPVersion | true | Long | |
ProcessServer | true | ProcessServer | |
Status | true | ProcessServerStatus | |
UniqueId | true | Long |
PublishApproval
Field | Mandatory | Type | |
---|---|---|---|
ApprovalRuleId | true | Long | |
ApprovalURL | true | String | |
ApproverName | false | String | |
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
DocId | true | Long | |
DocPath | true | String | |
Job | false | Job | |
LastModified | false | Date | |
LLPVersion | true | Long | |
PublicationId | true | Long | |
PublishItem | true | Long | |
Status | false | String | |
UniqueId | true | Long | |
VersionId | true | Long |
PublishedWebService
Field | Mandatory | Type | |
---|---|---|---|
AddJobNote | true | Boolean | |
Behavior | true | Long | |
BranchedLLPVersion | true | Long | |
Comment | false | String | |
Description | false | String | |
Enabled | true | Boolean | |
IsolationGroup | true | Long | |
JobDefinition | true | JobDefinition | |
LLPVersion | true | Long | |
Name | true | String | |
SearchName | true | String | |
UniqueId | true | Long | |
WSURL | false | String |
PublishItem
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
JobDefinition | true | JobDefinition | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
R2WCatalogAlias | true | R2WCatalogAlias | |
ReportName | true | String | |
RequireApproval | true | Boolean | |
Source | true | String | |
UniqueId | true | Long |
PublishLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
PublishItem | true | PublishItem | |
UniqueId | true | Long |
QueryCondition
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
ConditionText | true | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
DisplayOrder | true | Long | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ObjectDefinition | true | ObjectDefinition | |
ObjectFieldDefinition | false | ObjectFieldDefinition | |
SearchName | true | String | |
Type | true | QueryConditionType | |
TypeValue | false | String | |
UniqueId | true | Long |
QueryConditionValue
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Deprecated1 | true | Boolean | |
Deprecated2 | true | Boolean | |
Include | true | QueryConditionValueInclude | |
LLPVersion | true | Long | |
QueryCondition | true | QueryCondition | |
QueryFilter | true | QueryFilter | |
UniqueId | true | Long | |
Value1 | false | String | |
Value2 | false | String |
QueryFilter
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
DisplayOrder | true | Long | |
ExcludeCombiner | false | QueryConditionValueCombiner | |
Hidden | true | Boolean | |
IncludeCombiner | true | QueryConditionValueCombiner | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ObjectDefinition | true | ObjectDefinition | |
OwnerSubject | false | Subject | |
ParentApplication | false | Application | |
SearchName | true | String | |
UniqueId | true | Long |
Queue
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
ExecutionSize | false | Long | |
Held | true | Boolean | |
Hidden | true | Boolean | |
HoldLevel | false | Long | |
Inclusive | true | Boolean | |
InclusiveConsoleJobs | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NextWindowChange | false | Date | |
NumExtraCommentLines | true | Long | |
Open | true | Boolean | |
Overdue | true | Boolean | |
ParentApplication | false | Application | |
Partition | true | Partition | |
QueueTimeZone | false | TimeZone | |
SearchName | true | String | |
TimeWindow | false | TimeWindow | |
UniqueId | true | Long |
QueueAlertSource
Field | Mandatory | Type | |
---|---|---|---|
Address | false | String | |
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
DefaultAlertEscalation | false | AlertEscalation | |
Description | false | String | |
Enabled | true | Boolean | |
EscalationExpression | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NamePattern | true | String | |
NumExtraCommentLines | true | Long | |
OperatorMessageExpression | false | String | |
OperatorMessageReplyExpression | false | String | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
TimeWindow | false | TimeWindow | |
TimeWindowStatus | true | TimeWindowStatus | |
TimeZone | false | TimeZone | |
UniqueId | true | Long | |
Validity | true | Validity |
QueueAlertSourceStatus
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
LLPVersion | true | Long | |
OperatorMessageExpression | false | String | |
QueueAlertSource | true | QueueAlertSource | |
Status | true | QueueStatus | |
UniqueId | true | Long |
QueueProvider
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
ExecutionSize | false | Long | |
Held | true | Boolean | |
HoldLevel | false | Long | |
Inclusive | true | Boolean | |
LLPVersion | true | Long | |
NextWindowChange | false | Date | |
Open | true | Boolean | |
ProcessServer | true | ProcessServer | |
Queue | true | Queue | |
QueueProviderTimeZone | false | TimeZone | |
TimeWindow | false | TimeWindow | |
UniqueId | true | Long |
R2WCatalog
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CatName | false | String | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
Password | false | String | |
ProcessServer | true | ProcessServer | |
Queue | true | Queue | |
SearchName | true | String | |
UniqueId | true | Long | |
URL | true | String | |
UseCredential | true | Boolean | |
Username | false | String |
R2WCatalogAlias
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
LLPVersion | true | Long | |
Name | true | String | |
R2WCatalog | true | R2WCatalog | |
SearchName | true | String | |
UniqueId | true | Long |
RegistryEntry
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
NumExtraValueLines | true | Long | |
OverrideAllowed | true | Boolean | |
ParentRegistryEntry | false | RegistryEntry | |
SearchName | true | String | |
UniqueId | true | Long | |
Value | false | String |
RELEntryPoint
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
FQClassName | true | String | |
Library | true | Library | |
LLPVersion | true | Long | |
MethodSignature | true | String | |
Name | true | String | |
UniqueId | true | Long |
RemoteSystem
Field | Mandatory | Type | |
---|---|---|---|
AllowRuleSetOverride | true | Boolean | |
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
ImportRuleSet | false | ImportRuleSet | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Location | false | String | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
Options | false | String | |
ParentApplication | false | Application | |
Partition | true | Partition | |
Password | false | String | |
PromoteFurtherJobDefinition | false | JobDefinition | |
PushAcceptorJobDefinition | false | JobDefinition | |
PusherJobDefinition | false | JobDefinition | |
SearchName | true | String | |
Type | true | RemoteSystemType | |
UniqueId | true | Long | |
Username | false | String |
Report
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
JobDefinition | true | JobDefinition | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
Limit | false | Long | |
LLPVersion | true | Long | |
NumExtraQueryLines | true | Long | |
Query | false | String | |
QueryFilter | false | QueryFilter | |
ReportQueryType | true | ReportQueryType | |
UniqueId | true | Long |
ReportColumn
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
ColumnFormat | false | ReportColumnFormat | |
ColumnOrder | true | Long | |
Comment | false | String | |
Description | false | String | |
Display | true | Boolean | |
LLPVersion | true | Long | |
Name | true | String | |
Report | true | Report | |
SearchName | true | String | |
UniqueId | true | Long | |
Value | false | String |
ReportSelection
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
JobDefinitionParameter | false | JobDefinitionParameter | |
LeftReportColumn | true | ReportColumn | |
LLPVersion | true | Long | |
Operation | true | ReportSelectionOperation | |
Report | true | Report | |
RightReportColumn | false | ReportColumn | |
UniqueId | true | Long | |
Value | false | String |
ReportSort
Field | Mandatory | Type | |
---|---|---|---|
Ascending | true | Boolean | |
Behavior | true | Long | |
LLPVersion | true | Long | |
Report | true | Report | |
ReportColumn | true | ReportColumn | |
SortOrder | true | Long | |
UniqueId | true | Long |
Resource
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
UniqueId | true | Long |
RestrictedSchedulerSessionSpecification
Field | Mandatory | Type | |
---|---|---|---|
BaseUser | true | String | |
Behavior | true | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Expiry | true | Date | |
Info | true | String | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Partition | true | Partition | |
RemoteUserInfo | true | String | |
UniqueId | true | Long |
RestrictedSchedulerSessionSpecificationEntity
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
EntityUniqueId | true | Long | |
LLPVersion | true | Long | |
ObjectDefinition | true | ObjectDefinition | |
RestrictedSchedulerSessionSpecification | true | RestrictedSchedulerSessionSpecification | |
UniqueId | true | Long |
SAPAbapProgram
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
LLPVersion | true | Long | |
Name | true | String | |
SAPLanguage | true | String | |
SAPSystem | true | SAPSystem | |
SearchName | true | String | |
UniqueId | true | Long |
SAPAbapProgramParameter
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
DbField | false | String | |
DefaultValue | false | String | |
Description | false | String | |
GroupId | false | String | |
Hidden | true | Boolean | |
Kind | true | SAPAbapProgramParameterKind | |
Length | true | Long | |
LLPVersion | true | Long | |
Name | true | String | |
Position | true | Long | |
Protected | true | Boolean | |
Required | true | Boolean | |
SAPAbapProgram | true | SAPAbapProgram | |
SapType | true | SAPAbapProgramParameterType | |
SearchName | true | String | |
Type | true | String | |
UniqueId | true | Long |
SAPAbapVariant
Field | Mandatory | Type | |
---|---|---|---|
BackgroundOnly | true | Boolean | |
Behavior | true | Long | |
ClientNumber | true | String | |
Comment | false | String | |
Description | false | String | |
LLPVersion | true | Long | |
Name | true | String | |
Protected | true | Boolean | |
SAPAbapProgram | true | SAPAbapProgram | |
SAPLanguage | true | String | |
SearchName | true | String | |
System | true | Boolean | |
UniqueId | true | Long |
SAPAbapVariantParameter
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
High | false | String | |
Kind | true | String | |
Length | true | Long | |
LLPVersion | true | Long | |
Low | false | String | |
Name | true | String | |
Option | true | String | |
SAPAbapVariant | true | SAPAbapVariant | |
SearchName | true | String | |
Sign | true | String | |
Type | true | String | |
UniqueId | true | Long |
SAPAbapVariantParameterValue
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
Kind | true | SAPAbapProgramParameterKind | |
LLPVersion | true | Long | |
Name | true | String | |
SAPAbapVariant | true | SAPAbapVariant | |
SearchName | true | String | |
UniqueId | true | Long | |
Value | false | String |
SAPAbapVariantSelopt
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
Kind | true | SAPAbapProgramParameterKind | |
LLPVersion | true | Long | |
Name | true | String | |
SAPAbapVariant | true | SAPAbapVariant | |
SearchName | true | String | |
UniqueId | true | Long |
SAPAbapVariantSeloptValue
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
High | false | String | |
LLPVersion | true | Long | |
Low | false | String | |
Option | true | SAPAbapProgramParameterOption | |
SAPAbapVariantSelopt | true | SAPAbapVariantSelopt | |
Sign | true | SAPAbapProgramParameterSign | |
UniqueId | true | Long |
SAPApplicationServer
Field | Mandatory | Type | |
---|---|---|---|
Active | true | Boolean | |
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
Enabled | true | Boolean | |
LLPVersion | true | Long | |
LoadThreshold | false | Long | |
Name | true | String | |
NumberOfClassAWorkProcesses | true | Long | |
NumberOfWorkProcesses | true | Long | |
SAPSystem | true | SAPSystem | |
SearchName | true | String | |
UniqueId | true | Long |
SAPApplicationServerGroup
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
LLPVersion | true | Long | |
Name | true | String | |
SAPSystem | true | SAPSystem | |
SearchName | true | String | |
UniqueId | true | Long |
SAPApplicationServerLoadFactor
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Description | false | String | |
LLPVersion | true | Long | |
MonitorValue | true | MonitorValue | |
Multiplier | true | Long | |
SAPApplicationServer | true | SAPApplicationServer | |
Threshold | true | Long | |
UniqueId | true | Long |
SAPApplicationServerProvider
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
LLPVersion | true | Long | |
SAPApplicationServer | true | SAPApplicationServer | |
SAPApplicationServerGroup | true | SAPApplicationServerGroup | |
UniqueId | true | Long |
SAPArchiveDocumentType
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
LLPVersion | true | Long | |
Name | true | String | |
SAPArchiveObject | true | SAPArchiveObject | |
SearchName | true | String | |
UniqueId | true | Long |
SAPArchiveObject
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
LLPVersion | true | Long | |
Name | true | String | |
SAPSystem | true | SAPSystem | |
SearchName | true | String | |
UniqueId | true | Long |
SAPBAEConfiguration
Field | Mandatory | Type | |
---|---|---|---|
AuditLevel | true | Long | |
Behavior | true | Long | |
ClientNumber | true | String | |
DefaultScheduler | true | Boolean | |
Description | false | String | |
Enabled | true | Boolean | |
InterfaceVersion | false | String | |
LLPVersion | true | Long | |
MaximumNumberOfRFCConnections | false | Long | |
NumberOfRfcServers | true | Long | |
Password | true | String | |
RFCDestination | false | String | |
SAPBAEConnector | true | SAPBAEConnector | |
SAPLanguage | true | String | |
UniqueId | true | Long | |
Username | true | String |
SAPBAEConnector
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
ConnectString | true | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
DesiredStatus | true | ProcessServerStatus | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SAPSystemTimeZone | true | TimeZone | |
SearchName | true | String | |
StartOnStartup | true | Boolean | |
Status | true | ProcessServerStatus | |
UniqueId | true | Long |
SAPBatchEvent
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
LastSAPModificationTime | false | Date | |
LLPVersion | true | Long | |
Name | true | String | |
SAPChangeUser | false | String | |
SAPLastModificationTimeZone | false | TimeZone | |
SAPSystem | true | SAPSystem | |
SearchName | true | String | |
SystemEvent | true | Boolean | |
UniqueId | true | Long |
SAPCalendar
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Description | false | String | |
Ident | true | String | |
LLPVersion | true | Long | |
Month1 | true | String | |
Month10 | true | String | |
Month11 | true | String | |
Month12 | true | String | |
Month2 | true | String | |
Month3 | true | String | |
Month4 | true | String | |
Month5 | true | String | |
Month6 | true | String | |
Month7 | true | String | |
Month8 | true | String | |
Month9 | true | String | |
SAPSystem | true | SAPSystem | |
Type | true | String | |
UniqueId | true | Long | |
Year | true | Long |
SAPExternalCommand
Field | Mandatory | Type | |
---|---|---|---|
AdditionalParameters | false | String | |
Behavior | true | Long | |
CheckAll | false | String | |
Comment | false | String | |
Description | false | String | |
IsSapCommand | false | String | |
LLPVersion | true | Long | |
Name | true | String | |
OsType | true | String | |
Parameters | false | String | |
Program | true | String | |
SAPLanguage | true | String | |
SapPermition | false | String | |
SAPSystem | true | SAPSystem | |
SearchName | true | String | |
TraceOn | false | String | |
UniqueId | true | Long |
SAPInfoPackage
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
LLPVersion | true | Long | |
Name | true | String | |
SAPLanguage | true | String | |
SAPSystem | true | SAPSystem | |
SearchName | true | String | |
UniqueId | true | Long |
SAPInfoPackageGroup
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
LLPVersion | true | Long | |
Name | true | String | |
SAPSystem | true | SAPSystem | |
SearchName | true | String | |
UniqueId | true | Long |
SAPInfoPackageGroupStep
Field | Mandatory | Type | |
---|---|---|---|
Active | true | Boolean | |
Behavior | true | Long | |
CheckBefore | true | Boolean | |
Comment | false | String | |
Description | false | String | |
LLPVersion | true | Long | |
Lnr | false | String | |
Name | true | String | |
Num | true | Long | |
ObjVersion | false | String | |
SAPInfoPackageGroup | true | SAPInfoPackageGroup | |
SearchName | true | String | |
UniqueId | true | Long | |
Wait | true | Long |
SAPJ2EEClient
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Description | false | String | |
Enabled | true | Boolean | |
InterfaceVersion | false | String | |
LLPVersion | true | Long | |
Password | true | String | |
SAPSystem | true | SAPSystem | |
Type | true | SAPJ2EEClientType | |
UniqueId | true | Long | |
Username | true | String |
SAPLanguage
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
LLPVersion | true | Long | |
Name | true | String | |
SAPLanguage | true | String | |
SAPSystem | true | SAPSystem | |
SearchName | true | String | |
UniqueId | true | Long |
SAPLogError
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
ClientNumberMask | true | String | |
CreateJobNote | true | Boolean | |
Description | false | String | |
JobnameMask | true | String | |
LLPVersion | true | Long | |
MessageID | true | String | |
MessageNumber | true | String | |
MessageText | false | String | |
MessageType | true | String | |
ProcessingOrder | true | Long | |
ReturnCode | true | Long | |
SAPSystem | true | SAPSystem | |
UniqueId | true | Long | |
UsernameMask | true | String |
SAPMassActivity
Field | Mandatory | Type | |
---|---|---|---|
AddOnsStructure | false | String | |
BasicsStructure | false | String | |
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
JType | false | String | |
LLPVersion | true | Long | |
Name | true | String | |
SAPLanguage | true | String | |
SAPSystem | true | SAPSystem | |
SearchName | true | String | |
Transaction | false | String | |
UniqueId | true | Long |
SAPMassActivityFieldParameter
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
LLPVersion | true | Long | |
Name | true | String | |
SAPMassActivityLayoutField | true | SAPMassActivityLayoutField | |
SAPMassActivityParameterSet | true | SAPMassActivityParameterSet | |
ScriptingAllowed | true | Boolean | |
SearchName | true | String | |
UniqueId | true | Long | |
Value | false | String |
SAPMassActivityFieldTable
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
LLPVersion | true | Long | |
Name | true | String | |
ParentSAPMassActivityFieldTableRow | false | SAPMassActivityFieldTableRow | |
SAPMassActivityLayoutField | true | SAPMassActivityLayoutField | |
SAPMassActivityParameter | false | SAPMassActivityParameter | |
SAPMassActivityParameterSet | true | SAPMassActivityParameterSet | |
ScriptingAllowed | true | Boolean | |
SearchName | true | String | |
UniqueId | true | Long |
SAPMassActivityFieldTableRow
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Description | false | String | |
LLPVersion | true | Long | |
RowNumber | true | Long | |
SAPMassActivityFieldTable | true | SAPMassActivityFieldTable | |
UniqueId | true | Long |
SAPMassActivityFieldTableRowValue
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
LLPVersion | true | Long | |
Name | true | String | |
SAPMassActivityFieldTableRow | true | SAPMassActivityFieldTableRow | |
SearchName | true | String | |
UniqueId | true | Long | |
Value | false | String |
SAPMassActivityLayoutField
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
ClientNumber | true | String | |
Comment | false | String | |
Description | false | String | |
LayoutField | false | String | |
LayoutTab | false | String | |
LayoutTabNr | false | Long | |
LLPVersion | true | Long | |
Name | true | String | |
Position | true | Long | |
SAPMassActivity | true | SAPMassActivity | |
SAPMassActivityParameter | false | SAPMassActivityParameter | |
SearchName | true | String | |
UniqueId | true | Long |
SAPMassActivityObject
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
LLPVersion | true | Long | |
Name | true | String | |
SAPMassActivity | true | SAPMassActivity | |
SearchName | true | String | |
UniqueId | true | Long |
SAPMassActivityParameter
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Datatype | true | String | |
Description | false | String | |
FieldName | false | String | |
Length | true | Long | |
LLPVersion | true | Long | |
Mandatory | true | Boolean | |
Name | true | String | |
ParentSAPMassActivityParameter | false | SAPMassActivityParameter | |
Position | true | Long | |
Rollname | false | String | |
SAPMassActivityStructure | true | SAPMassActivityStructure | |
SearchName | true | String | |
StructureName | true | String | |
Type | true | SAPMassActivityParameterType | |
UniqueId | true | Long |
SAPMassActivityParameterSet
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
ClientNumber | true | String | |
Comment | false | String | |
Description | false | String | |
LLPVersion | true | Long | |
Name | true | String | |
SAPMassActivity | true | SAPMassActivity | |
ScriptingAllowed | true | Boolean | |
SearchName | true | String | |
UniqueId | true | Long |
SAPMassActivityStructure
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
LLPVersion | true | Long | |
Name | true | String | |
SAPMassActivity | true | SAPMassActivity | |
SearchName | true | String | |
UniqueId | true | Long |
SAPNWCallbackParameterMapping
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CPSParameter | true | String | |
LLPVersion | true | Long | |
SAPNWCallbackVariantDetail | true | SAPNWCallbackVariantDetail | |
Scope | true | SAPNWCallbackParameterScope | |
UniqueId | true | Long | |
URLParameter | true | String |
SAPNWCallbackVariant
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
LLPVersion | true | Long | |
Name | true | String | |
SAPBAEConnector | true | SAPBAEConnector | |
SearchName | true | String | |
UniqueId | true | Long |
SAPNWCallbackVariantDetail
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CallbackGroup | false | String | |
LLPVersion | true | Long | |
SAPLanguage | true | String | |
SAPNWCallbackVariant | true | SAPNWCallbackVariant | |
Scope | true | SAPNWCallbackScope | |
Text | true | String | |
UniqueId | true | Long | |
URL | true | String |
SAPOutputDevice
Field | Mandatory | Type | |
---|---|---|---|
AccessMethod | false | String | |
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
DeviceType | false | String | |
HostPrinter | false | String | |
LLPVersion | true | Long | |
Locked | true | Boolean | |
Name | true | String | |
SAPSystem | true | SAPSystem | |
SearchName | true | String | |
StatusMessage | false | String | |
UniqueId | true | Long |
SAPOutputFormat
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
LLPVersion | true | Long | |
Name | true | String | |
SAPOutputDevice | true | SAPOutputDevice | |
SearchName | true | String | |
UniqueId | true | Long |
SAPPIChannel
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
ChannelId | true | String | |
Comment | false | String | |
Description | false | String | |
LLPVersion | true | Long | |
Name | true | String | |
Party | false | String | |
SAPSystem | true | SAPSystem | |
SearchName | true | String | |
Service | true | String | |
UniqueId | true | Long |
SAPProcessChain
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
LLPVersion | true | Long | |
Name | true | String | |
SAPLanguage | true | String | |
SAPSystem | true | SAPSystem | |
SearchName | true | String | |
UniqueId | true | Long |
SAPProcessDefinition
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Deprecated1 | false | String | |
Deprecated2 | true | Long | |
EventEnd | false | String | |
EventEndParameter | false | String | |
EventGreen | false | String | |
EventGreenParameter | false | String | |
EventRed | false | String | |
EventRedParameter | false | String | |
EventStart | false | String | |
EventStartParameter | false | String | |
GreenEqualsRed | true | Boolean | |
LLPVersion | true | Long | |
MaxNumberOfRestarts | true | Long | |
OnErrorProcessType | false | String | |
OnErrorProcessVariant | false | String | |
ProcessType | false | String | |
ProcessTypeDescription | false | String | |
ProcessVariant | false | String | |
ProcessVariantDescription | false | String | |
RestartDelay | true | Long | |
RestartDelayUnits | true | TimeUnit | |
RestartUnchecked | true | Boolean | |
SAPProcessChain | true | SAPProcessChain | |
UniqueId | true | Long |
SAPProcessRestart
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Job | true | Job | |
LLPVersion | true | Long | |
NumberOfRestarts | true | Long | |
SAPProcessDefinition | true | SAPProcessDefinition | |
UniqueId | true | Long |
SAPRecipient
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
ClientNumber | true | String | |
Comment | false | String | |
Description | false | String | |
LLPVersion | true | Long | |
Name | true | String | |
Owner | false | String | |
SAPSystem | true | SAPSystem | |
SearchName | true | String | |
Type | true | SAPRecipientType | |
UniqueId | true | Long |
SAPScript
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
JobDefinition | true | JobDefinition | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
UniqueId | true | Long |
SAPScriptAttribute
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
LLPVersion | true | Long | |
Name | true | String | |
SAPScript | true | SAPScript | |
UniqueId | true | Long | |
Value | true | String |
SAPSystem
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CcmsJobDefinition | false | JobDefinition | |
Comment | false | String | |
ConnectString | true | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
DefaultJobTimeZone | true | TimeZone | |
Description | false | String | |
FailOverSpoolListRetrievalProcessServer | false | ProcessServer | |
Hidden | true | Boolean | |
Isolated | true | Boolean | |
J2EEConnectString | false | String | |
JobHandlingEnabled | true | JobHandlingType | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
LoadBalancingEnabled | true | Boolean | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
ProcessServer | true | ProcessServer | |
Queue | true | Queue | |
SearchName | true | String | |
SpoolListRetrievalProcessServer | false | ProcessServer | |
UniqueId | true | Long |
SAPXAL
Field | Mandatory | Type | |
---|---|---|---|
AuditLevel | true | Long | |
Behavior | true | Long | |
ClientNumber | true | String | |
Description | false | String | |
Enabled | true | Boolean | |
InterfaceVersion | false | String | |
LLPVersion | true | Long | |
MaximumNumberOfRFCConnections | false | Long | |
Password | true | String | |
SAPLanguage | true | String | |
SAPSystem | true | SAPSystem | |
UniqueId | true | Long | |
Username | true | String |
SAPXBP
Field | Mandatory | Type | |
---|---|---|---|
AuditLevel | true | Long | |
Behavior | true | Long | |
ClientNumber | true | String | |
DefaultClient | true | Boolean | |
Description | false | String | |
Enabled | true | Boolean | |
InterfaceVersion | false | String | |
LLPVersion | true | Long | |
MaximumNumberOfRFCConnections | false | Long | |
Password | true | String | |
SAPLanguage | true | String | |
SAPSystem | true | SAPSystem | |
UniqueId | true | Long | |
Username | true | String |
SAPXBPEventRule
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Description | false | String | |
Enabled | true | Boolean | |
EventDefinition | true | EventDefinition | |
LLPVersion | true | Long | |
SAPEventId | true | String | |
SAPEventParameter | true | String | |
SAPSystem | true | SAPSystem | |
UniqueId | true | Long |
SAPXBPJobControlRule
Field | Mandatory | Type | |
---|---|---|---|
Action | true | InterceptAction | |
Behavior | true | Long | |
CcmsJobDefinition | false | JobDefinition | |
ClientNumberMask | true | String | |
DefaultQueue | false | Queue | |
DefaultSAPApplicationServer | false | SAPApplicationServer | |
DefaultSAPApplicationServerGroup | false | SAPApplicationServerGroup | |
Description | false | String | |
Enabled | true | Boolean | |
IgnoreApplReturnCode | true | Boolean | |
JobClass | true | String | |
JobnameMask | true | String | |
JobnameMaskCaseSensitive | true | Boolean | |
LLPVersion | true | Long | |
Priority | false | Long | |
ProcessingOrder | true | Long | |
RetrieveApplLog | true | Boolean | |
RetrieveJoblog | true | Boolean | |
RetrieveSpool | true | Boolean | |
SAPSystem | true | SAPSystem | |
SelectActive | true | Boolean | |
SelectCanceled | true | Boolean | |
SelectFinished | true | Boolean | |
SelectReady | true | Boolean | |
SelectReleased | true | Boolean | |
SelectScheduled | true | Boolean | |
UniqueId | true | Long | |
UsernameMask | true | String |
SAPXMW
Field | Mandatory | Type | |
---|---|---|---|
AuditLevel | true | Long | |
Behavior | true | Long | |
ClientNumber | true | String | |
Description | false | String | |
Enabled | true | Boolean | |
InterfaceVersion | false | String | |
LLPVersion | true | Long | |
MaximumNumberOfRFCConnections | false | Long | |
MonitorRoot | false | String | |
Password | true | String | |
SAPLanguage | true | String | |
SAPSystem | true | SAPSystem | |
UniqueId | true | Long | |
Username | true | String |
Script
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
JobDefinition | true | JobDefinition | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
Library | true | Library | |
LLPVersion | true | Long | |
RemoteRunAsUser | false | String | |
RunAsUser | false | String | |
UniqueId | true | Long |
ScriptJARCache
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Hash | false | String | |
LLPVersion | true | Long | |
Script | true | Script | |
UniqueId | true | Long |
ScriptJARCacheLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
ScriptJARCache | true | ScriptJARCache | |
UniqueId | true | Long |
ScriptSourceLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
Script | true | Script | |
UniqueId | true | Long |
Service
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
ServiceImplementation | true | String | |
UniqueId | true | Long |
SoftwareGroup
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
RequiredLicense | false | LicensableItem | |
SearchName | true | String | |
UniqueId | true | Long |
SoftwareItem
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
FileName | false | String | |
HashSha256 | false | String | |
LLPVersion | true | Long | |
Name | true | String | |
RequiredLicense | false | LicensableItem | |
SearchName | true | String | |
Size | true | Long | |
SoftwareGroup | true | SoftwareGroup | |
Timestamp | false | Long | |
UniqueId | true | Long | |
Version | false | String |
SoftwareItemContentLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
SoftwareItem | true | SoftwareItem | |
UniqueId | true | Long |
Statistics
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Completed | false | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Errors | false | Long | |
Executed | false | Long | |
JobDefinition | true | JobDefinition | |
KeyParameters | false | String | |
LastJob | false | Long | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
MaximumRunTime | false | Long | |
MinimumRunTime | false | Long | |
ObjectDefinition | true | ObjectDefinition | |
PercentCompleted | false | BigDecimal | |
RefUniqueId | false | Long | |
SumCallStartDelays | false | BigDecimal | |
SumLogFileSizes | false | BigDecimal | |
SumOutFileSizes | false | BigDecimal | |
SumRuntimes | false | BigDecimal | |
SumSquaresCallStartDelays | false | BigDecimal | |
SumSquaresLogFileSizes | false | BigDecimal | |
SumSquaresOutFileSizes | false | BigDecimal | |
SumSquaresRuntimes | false | BigDecimal | |
UniqueId | true | Long |
StatisticsSample
Field | Mandatory | Type | |
---|---|---|---|
AverageCallStartDelay | false | Long | |
AverageLogFileSize | false | Long | |
AverageOutFileSize | false | Long | |
AverageRunTime | false | Long | |
Behavior | true | Long | |
CallId | false | Long | |
CallSequenceNumber | false | Long | |
Completed | false | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
DayOfYear | false | Long | |
Errors | false | Long | |
Executed | false | Long | |
JobDefinitionId | true | Long | |
LastCompleted | false | Long | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LastNotCompleted | false | Long | |
LLPVersion | true | Long | |
MasterJobDefinitionId | true | Long | |
ObjectDefinition | true | ObjectDefinition | |
ObjName | true | String | |
PercentCompleted | false | BigDecimal | |
RequestedStartTime | false | Date | |
SampleDate | true | Date | |
SampleTimeZone | false | TimeZone | |
StdDeviationCallDelay | false | BigDecimal | |
StdDeviationLogFile | false | BigDecimal | |
StdDeviationOutFile | false | BigDecimal | |
StdDeviationRuntime | false | BigDecimal | |
StepId | false | Long | |
StepSequenceNumber | false | Long | |
UniqueId | true | Long |
Subject
Field | Mandatory | Type | |
---|---|---|---|
Active | true | Boolean | |
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Deprecated | true | Long | |
Deprecated2 | false | Date | |
Description | false | String | |
Disabled | true | Boolean | |
false | String | ||
Grantable | true | Boolean | |
GrantToable | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
MaxAttachmentSize | false | Long | |
Name | true | String | |
NotificationType | true | NotificationType | |
ProxySubject | false | Subject | |
ProxySubjectEndDate | false | Date | |
ProxySubjectStartDate | false | Date | |
RemoteName | false | String | |
ScreenReader | true | Boolean | |
SearchDescription | false | String | |
SearchEmail | false | String | |
SearchName | true | String | |
SuperReader | true | Boolean | |
Type | true | SubjectType | |
UniqueId | true | Long |
SubjectGlobalPrivilegeGrant
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Exportable | true | Boolean | |
Grantable | true | Boolean | |
GrantedGlobalPrivilege | true | GlobalPrivilege | |
GranteeSubject | true | Subject | |
GrantorSubject | false | Subject | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
UniqueId | true | Long |
SubjectIsolationGroup
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
IsolationGroup | true | IsolationGroup | |
LLPVersion | true | Long | |
Subject | true | Subject | |
UniqueId | true | Long |
SubjectObjectPrivilegeGrant
Field | Mandatory | Type | |
---|---|---|---|
AutomaticGrant | false | Long | |
Behavior | true | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Deprecated1 | true | Boolean | |
Deprecated2 | true | Long | |
Exportable | true | Boolean | |
GranteeSubject | true | Subject | |
GrantorSubject | false | Subject | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
ObjectDefinition | true | ObjectDefinition | |
ObjectUniqueId | true | Long | |
PrivilegeDeleteGrantable | true | Boolean | |
PrivilegeDeleteGranted | true | Boolean | |
PrivilegeEditGrantable | true | Boolean | |
PrivilegeEditGranted | true | Boolean | |
PrivilegeExtra1Grantable | true | Boolean | |
PrivilegeExtra1Granted | true | Boolean | |
PrivilegeExtra2Grantable | true | Boolean | |
PrivilegeExtra2Granted | true | Boolean | |
PrivilegeExtra3Grantable | true | Boolean | |
PrivilegeExtra3Granted | true | Boolean | |
PrivilegeExtra4Grantable | true | Boolean | |
PrivilegeExtra4Granted | true | Boolean | |
PrivilegeExtra5Grantable | true | Boolean | |
PrivilegeExtra5Granted | true | Boolean | |
PrivilegeViewGrantable | true | Boolean | |
PrivilegeViewGranted | true | Boolean | |
UniqueId | true | Long |
SubjectObjectTypePrivilegeGrant
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Deprecated1 | true | Boolean | |
Deprecated2 | true | Long | |
Exportable | true | Boolean | |
GranteeSubject | true | Subject | |
GrantorSubject | false | Subject | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
Level | true | GrantLevel | |
LLPVersion | true | Long | |
ObjectDefinition | true | ObjectDefinition | |
PartitionOrIsolationGroupUniqueId | true | Long | |
PrivilegeCreateGrantable | true | Boolean | |
PrivilegeCreateGranted | true | Boolean | |
PrivilegeDeleteGrantable | true | Boolean | |
PrivilegeDeleteGranted | true | Boolean | |
PrivilegeEditGrantable | true | Boolean | |
PrivilegeEditGranted | true | Boolean | |
PrivilegeExtra1Grantable | true | Boolean | |
PrivilegeExtra1Granted | true | Boolean | |
PrivilegeExtra2Grantable | true | Boolean | |
PrivilegeExtra2Granted | true | Boolean | |
PrivilegeExtra3Grantable | true | Boolean | |
PrivilegeExtra3Granted | true | Boolean | |
PrivilegeExtra4Grantable | true | Boolean | |
PrivilegeExtra4Granted | true | Boolean | |
PrivilegeExtra5Grantable | true | Boolean | |
PrivilegeExtra5Granted | true | Boolean | |
PrivilegeViewGrantable | true | Boolean | |
PrivilegeViewGranted | true | Boolean | |
UniqueId | true | Long |
SubjectRoleGrant
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Exportable | true | Boolean | |
Grantable | true | Boolean | |
GrantedSubject | true | Subject | |
GranteeSubject | true | Subject | |
GrantorSubject | false | Subject | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
UniqueId | true | Long |
SubjectRoleGrantExpanded
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
GrantedSubject | true | Subject | |
GranteeSubject | true | Subject | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
UniqueId | true | Long |
SubmitFrame
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
EndDate | false | Date | |
EndDateTimeZone | false | TimeZone | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
SubmitTime | true | Boolean | |
UniqueId | true | Long |
SubmitFrameElement
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Description | false | String | |
DuringTimeWindow | false | TimeWindow | |
EveryNumberOf | false | Long | |
LLPVersion | true | Long | |
MustFitTimeWindow | true | Boolean | |
PreM29NoLongerUsedEveryNumberOf | true | Long | |
PreM29NoLongerUsedUnit | true | TimeUnit | |
PreserveTimes | true | Boolean | |
StartTime | false | Long | |
StartTimeZone | false | TimeZone | |
SubmitFrame | true | SubmitFrame | |
UniqueId | true | Long | |
Unit | false | TimeUnit |
Table
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
ImportMode | true | TableImportMode | |
InMemory | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
NumTableValues | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
TableDefinition | true | TableDefinition | |
UniqueId | true | Long |
TableDefinition
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
UniqueId | true | Long |
TableDefinitionColumn
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
ColumnName | true | String | |
Comment | false | String | |
DataLength | false | Long | |
DataType | true | ParameterType | |
DefaultValue | false | String | |
Description | false | String | |
DisplayOrder | true | Long | |
LLPVersion | true | Long | |
Nullable | true | Boolean | |
NumExtraSimpleConstraintDataLines | true | Long | |
Password | true | Boolean | |
SearchColumnName | true | String | |
SimpleConstraintData | false | String | |
SimpleConstraintMessage | false | String | |
SimpleConstraintOptional | true | Boolean | |
SimpleConstraintSort | true | SimpleConstraintSort | |
SimpleConstraintType | true | SimpleConstraintType | |
TableDefinition | true | TableDefinition | |
UniqueId | true | Long |
TableDefinitionConstraint
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
ConstraintDefinition | true | ConstraintDefinition | |
Description | false | String | |
LLPVersion | true | Long | |
Name | true | String | |
TableDefinition | true | TableDefinition | |
UniqueId | true | Long |
TableDefinitionConstraintParameterMapping
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
LLPVersion | true | Long | |
ParameterName | true | String | |
TableDefinitionConstraint | true | TableDefinitionConstraint | |
UniqueId | true | Long | |
Value | true | String |
TableValue
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
ColumnName | true | String | |
ColumnValue | false | String | |
DeprecatedColumnValue | true | String | |
DisplayOrder | true | Long | |
Key | true | String | |
LLPVersion | true | Long | |
SearchColumnName | true | String | |
SearchKey | true | String | |
Table | true | Table | |
UniqueId | true | Long |
TemporaryObject
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Job | true | Job | |
LinkedObjectDefinition | true | ObjectDefinition | |
LinkedUniqueId | true | Long | |
LLPVersion | true | Long | |
UniqueId | true | Long |
TimeWindow
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
DayShiftCalendarTimeWindow | false | TimeWindow | |
DayShiftOffset | false | Long | |
Description | false | String | |
DisabledDuringTimeWindow | false | TimeWindow | |
EnabledDuringTimeWindow | false | TimeWindow | |
EnabledOrShiftCalendarTimeWindow | false | TimeWindow | |
Hidden | true | Boolean | |
IsCalendar | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
SubmitTime | true | Boolean | |
TimeZone | false | TimeZone | |
UniqueId | true | Long |
TimeWindowElement
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
DateFrom | false | Date | |
DateFromTimeZone | false | TimeZone | |
DateTo | false | Date | |
DateToTimeZone | false | TimeZone | |
DayFrom | false | Long | |
DayShift | false | Long | |
DayTo | false | Long | |
Description | false | String | |
DisabledDuringTimeWindow | false | TimeWindow | |
EnabledDuringTimeWindow | false | TimeWindow | |
LLPVersion | true | Long | |
MonthFrom | false | Long | |
MonthTo | false | Long | |
OffsetTimeOfDay | false | Long | |
Parameters | false | String | |
PeriodFunction | false | PeriodFunction | |
TimeOfDayFrom | false | Long | |
TimeOfDayTo | false | Long | |
TimeWindow | true | TimeWindow | |
TimeZone | false | TimeZone | |
UniqueId | true | Long | |
WeekdayFrom | false | Long | |
WeekdayTo | false | Long | |
WeekFrom | false | Long | |
WeekTo | false | Long |
TimeZone
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
OlsonName | true | String | |
SearchName | true | String | |
ShowInList | true | Boolean | |
UniqueId | true | Long |
Translation
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
InternalTranslation | true | String | |
Language | true | Language | |
LLPVersion | true | Long | |
TranslationKey | true | TranslationKey | |
UniqueId | true | Long |
TranslationKey
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Key | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long |
Trigger
Field | Mandatory | Type | |
---|---|---|---|
ActionSubject | false | Subject | |
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Description | false | String | |
Enabled | true | Boolean | |
ExecutionOrder | true | Long | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
Library | true | Library | |
LLPVersion | true | Long | |
LogLevel | true | LogLevel | |
MaxBackupFiles | true | Long | |
MaxLogSize | true | Long | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
ParentApplication | false | Application | |
Partition | true | Partition | |
SearchName | true | String | |
TriggerPoint | true | TriggerPoint | |
UniqueId | true | Long | |
Validity | true | Validity |
TriggerJARCache
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Hash | false | String | |
LLPVersion | true | Long | |
Trigger | true | Trigger | |
UniqueId | true | Long |
TriggerJARCacheLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
TriggerJARCache | true | TriggerJARCache | |
UniqueId | true | Long |
TriggerSource
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
FQClassName | true | String | |
LLPVersion | true | Long | |
Trigger | true | Trigger | |
UniqueId | true | Long |
TriggerSourceLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
TriggerSource | true | TriggerSource | |
UniqueId | true | Long |
UpdateFutureJobAction
Field | Mandatory | Type | |
---|---|---|---|
ActionType | true | UpdateFutureJobActionType | |
Behavior | true | Long | |
JobDefinitionId | false | Long | |
JobId | false | Long | |
LLPVersion | true | Long | |
SubjectUid | false | Long | |
UniqueId | true | Long |
UsageData
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Data | true | String | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
NumExtraDataLines | true | Long | |
TransactionId | false | Long | |
UniqueId | true | Long |
UsageDataExtraLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long | |
UsageData | true | UsageData |
UserMessage
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
Job | false | Job | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
NumAdditionalLines | true | Long | |
Partition | true | Partition | |
RepliedSubject | false | Subject | |
ReplyComment | false | String | |
ReplyTime | false | Date | |
Status | true | ProcessMonitorItemStatus | |
UniqueId | true | Long | |
UserMessageDefinition | false | UserMessageDefinition | |
UserMessageDefinitionResponse | false | UserMessageDefinitionResponse |
UserMessageAttachment
Field | Mandatory | Type | |
---|---|---|---|
AttachmentReferenceId | false | Long | |
AttachmentType | true | UserMessageAttachmentType | |
AttachToNotification | true | Boolean | |
Behavior | true | Long | |
Description | true | String | |
Link | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long | |
UserMessage | true | UserMessage |
UserMessageDefinition
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
JobDefinition | true | JobDefinition | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
NotifyMethod | true | UserMessageNotificationMethod | |
NumAdditionalLines | true | Long | |
UniqueId | true | Long |
UserMessageDefinitionAttachment
Field | Mandatory | Type | |
---|---|---|---|
AttachToNotification | true | Boolean | |
Behavior | true | Long | |
Description | true | String | |
LLPVersion | true | Long | |
Specification | true | String | |
UniqueId | true | Long | |
UserMessageDefinition | true | UserMessageDefinition |
UserMessageDefinitionLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long | |
UserMessageDefinition | true | UserMessageDefinition |
UserMessageDefinitionParticipant
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
LLPVersion | true | Long | |
Name | true | String | |
Type | true | SubjectType | |
UniqueId | true | Long | |
UserMessageDefinition | true | UserMessageDefinition |
UserMessageDefinitionResponse
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
Comment | false | String | |
Description | false | String | |
GoToStep | false | String | |
LLPVersion | true | Long | |
Name | true | String | |
ReplyRequired | true | Boolean | |
ReturnCode | true | Long | |
SearchName | true | String | |
Status | true | JobStatus | |
UniqueId | true | Long | |
UserMessageDefinition | true | UserMessageDefinition |
UserMessageHistory
Field | Mandatory | Type | |
---|---|---|---|
Action | true | UserMessageFlowAction | |
Behavior | true | Long | |
Comment | false | String | |
CreationTime | false | Date | |
CreationTimeZone | false | TimeZone | |
LLPVersion | true | Long | |
ReceiverSubject | true | Subject | |
SenderSubject | false | Subject | |
UniqueId | true | Long | |
UserMessage | true | UserMessage |
UserMessageLine
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
LineNumber | true | Long | |
LineText | true | String | |
LLPVersion | true | Long | |
UniqueId | true | Long | |
UserMessage | true | UserMessage |
UserMessageParticipant
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
LLPVersion | true | Long | |
Name | true | String | |
Type | true | SubjectType | |
UniqueId | true | Long | |
UserMessage | true | UserMessage |
VisualizationAlert
Field | Mandatory | Type | |
---|---|---|---|
Animated | true | Boolean | |
AnimationTime | true | Long | |
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
DefaultFontSize | true | Long | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
LogCategories | true | String | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
OwnerSubject | true | Subject | |
SearchName | true | String | |
UniqueId | true | Long |
VisualizationAlertSource
Field | Mandatory | Type | |
---|---|---|---|
AlertSource | AdHocAlertSource | true | AdHocAlertSource |
JobDefinitionAlertSource | JobDefinitionAlertSource | ||
MonitorAlertSource | MonitorAlertSource | ||
ProcessServerAlertSource | ProcessServerAlertSource | ||
QueueAlertSource | QueueAlertSource | ||
Behavior | true | Long | |
LLPVersion | true | Long | |
UniqueId | true | Long | |
Visible | true | Boolean | |
VisualizationAlert | true | VisualizationAlert |
VisualizationProcessServerQueue
Field | Mandatory | Type | |
---|---|---|---|
Animated | true | Boolean | |
AnimationTime | true | Long | |
BackgroundDocument | false | Document | |
Behavior | true | Long | |
Comment | false | String | |
CreationTime | true | Date | |
CreationTimeZone | false | TimeZone | |
DefaultFontSize | true | Long | |
Description | false | String | |
Hidden | true | Boolean | |
LastModificationTime | false | Date | |
LastModifierSubject | false | Subject | |
LLPVersion | true | Long | |
LogCategories | true | String | |
Name | true | String | |
NumExtraCommentLines | true | Long | |
OwnerSubject | true | Subject | |
SearchName | true | String | |
UniqueId | true | Long |
VisualizationPSQProcessServer
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
LeftPosition | false | BigDecimal | |
LLPVersion | true | Long | |
MaxLoad | true | BigDecimal | |
ProcessServer | true | ProcessServer | |
TopPosition | false | BigDecimal | |
UniqueId | true | Long | |
Visible | true | Boolean | |
VisualizationProcessServerQueue | true | VisualizationProcessServerQueue |
VisualizationPSQQueue
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
LeftPosition | false | BigDecimal | |
LLPVersion | true | Long | |
Queue | true | Queue | |
TopPosition | false | BigDecimal | |
UniqueId | true | Long | |
Visible | true | Boolean | |
VisualizationProcessServerQueue | true | VisualizationProcessServerQueue |
VisualizationPSQText
Field | Mandatory | Type | |
---|---|---|---|
Behavior | true | Long | |
FontSize | true | VisualizationFontSize | |
LeftPosition | false | BigDecimal | |
LLPVersion | true | Long | |
Text | true | String | |
TopPosition | false | BigDecimal | |
UniqueId | true | Long | |
Visible | true | Boolean | |
VisualizationProcessServerQueue | true | VisualizationProcessServerQueue | |
Width | false | BigDecimal |
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
Value | Code |
---|---|
PostAlert | p |
AlertingBehavior
Value | Code |
---|---|
ChainAndJobs | I |
ChainAndSteps | H |
ChainOnly | C |
ChainStepsAndJobs | A |
JobsOnly | J |
Standard | S |
StepsAndJobs | O |
StepsOnly | T |
AlertSourceActionType
Value | Code |
---|---|
PostAlert | p |
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 |
AutoCommitStyle
Value | Code |
---|---|
AutoCommitOff | N |
AutoCommitOn | O |
TransactionBased | T |
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
Value | Code |
---|---|
PreSend | P |
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
Value | Code |
---|---|
Default | - |
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 |
Map | M |
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
Value | Code |
---|---|
And | t |
Or | f |
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 |
ReportColumnFormat
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 |
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 |
SchedulingParameter | S |
UserSet | U |
SubjectType
Value | Code |
---|---|
Role | R |
User | U |
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 |
UseNewJobDefinitionIncludingParameters | P |
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.