Datamodel
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'
All SQL queries use a subset of the ANSI '92 SQL language.
Functions
The following functions have been implemented:
AVG(expression | DISTINCT column-name)
- calculates the averageCOUNT( DISTINCT column-name | * )
- returns the number of items in a groupFORMAT_EXPRESSION(expression, format[, timezone])
-format
conforms to SimpleDateFormat and expression toTime.expressionNow()
REL function expression.FORMAT_NOW(format[, timezone])
-format
conforms to SimpleDateFormat.MAX(expression)
- calculate the maximum value from expressionMIN()
- calculate the minimum value from expressionNOW([expression])
-expression
conforms toTime.expressionNow()
REL function expression.SUM([DISTINCT | ALL] n)
- returns a sum
Using the count() functionselect count(*) from Job where Job.Status = 'Q'
Using the count() function
note
Depending on the underlying database, these functions may not always return the expected value. Please see the documentation of your database vendor for implementation specifications.
warning
Querying the database tables directly is not supported. Table names, column names, and data types will change without prior notice. You query the data model layer instead.
Storing Strings in the Database
Due to restrictions in supported databases, strings cannot end with a whitespace character such as a space or tab. When you attempt to set a description of an object, for example a Queue, to a String which has a trailing whitespace character, the persist will fail; this is by design.
Classes
ActionWork
Field | Mandatory | Class | Since Version | |
ActionWorkStatus |
true |
ActionWorkStatus | V8M22 | |
ActionWorkType |
true |
ActionWorkType | V8M22 | |
Behavior |
true |
Long | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
NewStatus |
false |
String | V8M22 | |
NumNewStatusLines |
true |
Long | V8M39 | |
OldStatus |
false |
String | V8M22 | |
RelatedObject2Id |
false |
Long | V8M22 | |
RelatedObjectId |
false |
Long | V8M22 | |
StartTimeGMT |
true |
Long | V8M23 | |
UniqueId |
true |
Long | V8M15 |
ActionWorkExtraLine
Field | Mandatory | Class | Since Version | |
ActionWork |
true |
ActionWork | V8M30 | |
Behavior |
true |
Long | V8M15 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
AdHocAlertSource
Field | Mandatory | Class | Since Version | |
Address |
false |
String | V8M33 | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
DefaultAlertEscalation |
false |
AlertEscalation | V8M23 | |
Description |
false |
String | V8M15 | |
Enabled |
true |
Boolean | V9090 | |
EscalationExpression |
false |
String | V8M23 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
OperatorMessageExpression |
false |
String | V8M23 | |
OperatorMessageReplyExpression |
false |
String | V8M23 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
TimeWindow |
false |
TimeWindow | V8M25 | |
TimeWindowStatus |
true |
TimeWindowStatus | V8M25 | |
TimeZone |
false |
TimeZone | V8M25 | |
UniqueId |
true |
Long | V8M15 |
AggregateJobCount
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Delivered |
true |
Boolean | Continuous | |
EndTime |
false |
Long | Continuous | |
Hash |
false |
String | Continuous | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
QueryId |
true |
Long | Continuous | |
StartTime |
false |
Long | Continuous | |
Total |
false |
Long | Continuous | |
UniqueId |
true |
Long | V8M15 |
Alert
Field | Mandatory | Class | Since Version | |
AlertEscalation |
false |
AlertEscalation | V8M33 | |
AlertSource | AdHocAlertSource |
true |
AdHocAlertSource | V8M23 |
JobDefinitionAlertSource | JobDefinitionAlertSource | V8M23 | ||
MonitorAlertSource | MonitorAlertSource | V8M23 | ||
ProcessServerAlertSource | ProcessServerAlertSource | V8M23 | ||
QueueAlertSource | QueueAlertSource | V8M23 | ||
Behavior |
true |
Long | V8M15 | |
CauseAlert |
false |
Alert | V8M23 | |
CreationTime |
false |
Date | V8M30 | |
CreationTimeZone |
false |
TimeZone | V8M30 | |
Deprecated1 |
true |
Long | V8M34 | |
LastModificationTime |
false |
Date | V8M30 | |
LastModifierSubject |
false |
Subject | V8M30 | |
LLPVersion |
true |
Long | V8M15 | |
OperatorMessage |
true |
OperatorMessage | V8M23 | |
RaisedSequence |
true |
Long | V8M23 | |
ResendCount |
true |
Long | V8M40 | |
SourceObjectDefinition |
false |
ObjectDefinition | V8M23 | |
SourceObjectUniqueId |
false |
Long | V8M23 | |
Status |
true |
AlertStatus | V8M23 | |
UniqueId |
true |
Long | V8M15 |
AlertEscalation
Field | Mandatory | Class | Since Version | |
Address |
false |
String | V8M23 | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
DefaultAlertEscalation |
false |
AlertEscalation | V8M23 | |
DelayAmount |
true |
Long | V8M23 | |
DelayUnits |
true |
TimeUnit | V8M23 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
AlertEscalationAction
Field | Mandatory | Class | Since Version | |
ActionSubject |
false |
Subject | V8M26 | |
AlertEscalation |
true |
AlertEscalation | V8M26 | |
Behavior |
true |
Long | V8M15 | |
Deprecated |
true |
Long | V9110 | |
Enabled |
true |
Boolean | V8M22 | |
Library |
true |
Library | V8M26 | |
LLPVersion |
true |
Long | V8M15 | |
Type |
true |
AlertEscalationActionType | V8M26 | |
UniqueId |
true |
Long | V8M15 |
AlertEscalationActionJARCache
Field | Mandatory | Class | Since Version | |
AlertEscalationAction |
true |
AlertEscalationAction | V8M26 | |
Behavior |
true |
Long | V8M15 | |
Hash |
false |
String | Continuous | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
AlertEscalationActionJARCacheLine
Field | Mandatory | Class | Since Version | |
AlertEscalationActionJARCache |
true |
AlertEscalationActionJARCache | V8M26 | |
Behavior |
true |
Long | V8M15 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
AlertEscalationActionSourceLine
Field | Mandatory | Class | Since Version | |
AlertEscalationAction |
true |
AlertEscalationAction | V8M26 | |
Behavior |
true |
Long | V8M15 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
AlertSourceAction
Field | Mandatory | Class | Since Version | |
ActionSubject |
false |
Subject | V8M26 | |
AlertSource | AdHocAlertSource |
true |
AdHocAlertSource | V8M26 |
JobDefinitionAlertSource | JobDefinitionAlertSource | V8M26 | ||
MonitorAlertSource | MonitorAlertSource | V8M26 | ||
ProcessServerAlertSource | ProcessServerAlertSource | V8M26 | ||
QueueAlertSource | QueueAlertSource | V8M26 | ||
Behavior |
true |
Long | V8M15 | |
Deprecated |
true |
Long | V9110 | |
Enabled |
true |
Boolean | V8M22 | |
IsolationGroup |
true |
IsolationGroup | V8M26 | |
Library |
true |
Library | V8M26 | |
LLPVersion |
true |
Long | V8M15 | |
ParentUniqueId |
true |
Long | V8M26 | |
Type |
true |
AlertSourceActionType | V8M26 | |
UniqueId |
true |
Long | V8M15 |
AlertSourceActionJARCache
Field | Mandatory | Class | Since Version | |
AlertSourceAction |
true |
AlertSourceAction | V8M26 | |
Behavior |
true |
Long | V8M15 | |
Hash |
false |
String | Continuous | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
AlertSourceActionJARCacheLine
Field | Mandatory | Class | Since Version | |
AlertSourceActionJARCache |
true |
AlertSourceActionJARCache | V8M26 | |
Behavior |
true |
Long | V8M15 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
AlertSourceActionSourceLine
Field | Mandatory | Class | Since Version | |
AlertSourceAction |
true |
AlertSourceAction | V8M26 | |
Behavior |
true |
Long | V8M15 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
AlertSourceEmail
Field | Mandatory | Class | Since Version | |
AlertSource | AdHocAlertSource |
true |
AdHocAlertSource | V8M30 |
JobDefinitionAlertSource | JobDefinitionAlertSource | V8M30 | ||
MonitorAlertSource | MonitorAlertSource | V8M30 | ||
ProcessServerAlertSource | ProcessServerAlertSource | V8M30 | ||
QueueAlertSource | QueueAlertSource | V8M30 | ||
Behavior |
true |
Long | V8M15 | |
IsolationGroup |
true |
IsolationGroup | V8M26 | |
LLPVersion |
true |
Long | V8M15 | |
ParentUniqueId |
true |
Long | V8M30 | |
UniqueId |
true |
Long | V8M15 |
AlertSourceEmailLine
Field | Mandatory | Class | Since Version | |
AlertSourceEmail |
true |
AlertSourceEmail | V8M30 | |
Behavior |
true |
Long | V8M15 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
Application
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
AuditDiffLine
Field | Mandatory | Class | Since Version | |
AuditObject |
true |
AuditObject | V8M25 | |
Behavior |
true |
Long | V8M15 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
AuditObject
Field | Mandatory | Class | Since Version | |
Action |
true |
ModelChangeAction | V8M25 | |
AdditionalInfo |
false |
String | V8M25 | |
AuditedObjectBusinessKey |
true |
String | V8M25 | |
AuditedObjectPartitionUniqueId |
true |
Long | V8M40 | |
AuditedObjectType |
true |
String | V8M25 | |
AuditedObjectUniqueId |
true |
Long | V8M25 | |
Behavior |
true |
Long | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
IsolationGroup |
true |
IsolationGroup | V8M25 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
Level |
true |
AuditLevel | V8M25 | |
LLPVersion |
true |
Long | V8M15 | |
SearchAdditionalInfo |
false |
String | V8M25 | |
SearchAuditedObjectBusinessKey |
true |
String | V8M25 | |
SearchUser |
true |
String | V8M25 | |
UniqueId |
true |
Long | V8M15 | |
User |
true |
String | V8M25 |
AuditObjectDefLine
Field | Mandatory | Class | Since Version | |
AuditObject |
true |
AuditObject | V8M25 | |
Behavior |
true |
Long | V8M15 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
AuditRule
Field | Mandatory | Class | Since Version | |
Application |
false |
Application | V8M28 | |
ApplicationRule |
true |
ApplicationMatch | V8M28 | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Enabled |
true |
Boolean | V8M28 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
Level |
true |
AuditLevel | V8M25 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NamePattern |
false |
String | V8M28 | |
NamePatternMatchType |
true |
AuditNameMatchType | V8M31 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M37 | |
PartitionPattern |
false |
String | V8M37 | |
PartitionPatternMatchType |
true |
AuditNameMatchType | V8M37 | |
ReasonRequired |
true |
Boolean | V8M25 | |
ReasonRequiredRegEx |
false |
String | V8M25 | |
RuleObjectType |
true |
String | V8M25 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
AuditSubjectLogin
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Channel |
true |
String | V90150 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
IPAddress |
true |
String | V90150 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
LoginDateTime |
true |
Date | V90150 | |
LogoutDateTime |
false |
Date | V90170 | |
Protocol |
true |
String | V90150 | |
Reason |
false |
String | Continuous | |
SearchUser |
true |
String | V90150 | |
Successful |
true |
Boolean | Continuous | |
UniqueId |
true |
Long | V8M15 | |
User |
true |
String | V90150 | |
UserAgent |
true |
String | V90150 |
BuiltInWebService
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
Enabled |
true |
Boolean | V8M35_1 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
ConstraintDefinition
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
FactoryClassName |
true |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
Library |
false |
Library | V9120 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
Credential
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M25 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
CredentialProtocol |
true |
CredentialProtocol | V8M25 | |
Description |
false |
String | V8M25 | |
Endpoint |
true |
String | V8M25 | |
ExternallyAvailable |
false |
Boolean | V90180 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
NumExtraPasswordLines |
true |
Long | V90180 | |
Partition |
true |
Partition | V8M25 | |
Password |
true |
String | V8M25 | |
RealUser |
true |
String | V8M25 | |
UniqueId |
true |
Long | V8M15 | |
VirtualUser |
false |
String | V8M25 | |
VirtualUserUnique |
true |
String | V8M28 |
CredentialProtocol
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
Type |
false |
CredentialProtocolType | V90180 | |
UniqueId |
true |
Long | V8M15 |
Dashboard
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
OwnerSubject |
true |
Subject | V8M26 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
UpdateTime |
true |
Long | V8M26 |
DashboardEntity
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
DashboardEntityType |
false |
DashboardEntityType | Continuous | |
Description |
false |
String | V8M15 | |
DialConfig |
false |
String | Continuous | |
DialDefaults |
false |
String | Continuous | |
DisplayOrder |
true |
Long | Continuous | |
HelpDocument |
false |
String | Continuous | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
NumExtraDialConfigLines |
true |
Long | Continuous | |
NumExtraProviderConfigLines |
true |
Long | Continuous | |
ParentDashboardEntity |
false |
DashboardEntity | Continuous | |
ProviderConfig |
false |
String | Continuous | |
ProviderDefaults |
false |
String | Continuous | |
ProviderType |
false |
String | Continuous | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
DashboardItem
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Dashboard |
true |
Dashboard | V8M26 | |
FirstText |
true |
String | V8M38 | |
LLPVersion |
true |
Long | V8M15 | |
NumAdditionalLines |
true |
Long | V8M38 | |
UniqueId |
true |
Long | V8M15 |
DashboardItemLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
DashboardItem |
true |
DashboardItem | V8M38 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
Database
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
DriverProperties |
false |
String | V9100 | |
FrequentUsers |
false |
String | V9100 | |
Hidden |
true |
Boolean | V90190 | |
InitializationQuery |
false |
String | V9100 | |
InvalidUserNameOrPasswordSQLExceptions |
false |
String | V9100 | |
JdbcDriverClassName |
true |
String | V9100 | |
JdbcUrl |
true |
String | V9100 | |
JdbcUserName |
false |
String | V9100 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
Library |
false |
Library | V9100 | |
LLPVersion |
true |
Long | V8M15 | |
MaxAbandonedTime |
false |
Long | V9100 | |
MaxConnectTime |
false |
Long | V9100 | |
MaxIdleTime |
false |
Long | V9100 | |
MaxNumberOfConnections |
false |
Long | V9100 | |
MaxNumberOfConnectionsPerFrequentUser |
false |
Long | V9100 | |
MaxNumberOfConnectionsPerSporadicUser |
false |
Long | V9100 | |
MinNumberOfIdleConnectionsPerFrequentUser |
false |
Long | V9100 | |
Name |
true |
String | V8M15 | |
NonTransientConnectSQLExceptions |
false |
String | V9100 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
PoolingState |
true |
JdbcConnectionPoolingState | V9100 | |
SearchName |
true |
String | V8M15 | |
SevereSQLExceptions |
false |
String | V9100 | |
UniqueId |
true |
Long | V8M15 | |
ValidationQuery |
false |
String | V9100 |
DatumDefinition
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
DeletedJobFile
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
FileName |
true |
String | V8M15 | |
JobId |
false |
Long | V8M39 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
ProcessServer |
false |
ProcessServer | V8M22 | |
ProcessServerService |
false |
ProcessServerService | V8M20 | |
Service |
false |
Service | V8M20 | |
UniqueId |
true |
Long | V8M15 |
DeletedTemporaryObject
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
JobId |
true |
Long | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LinkedObjectDefinition |
true |
ObjectDefinition | V90190 | |
LinkedUniqueId |
true |
Long | V90190 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
Document
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Format |
true |
Format | V8M33_2 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
DocumentLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Document |
true |
Document | V8M33_2 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
EmailAlertGateway
Field | Mandatory | Class | Since Version | |
ActionSubject |
false |
Subject | V90150 | |
AlertRateInterval |
true |
Long | V8M25 | |
AlertRateLimit |
true |
Long | V8M25 | |
AlertResendDelay |
true |
Long | V8M25 | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
Pattern |
true |
String | V8M23 | |
ProcessingOrder |
true |
Long | V8M23 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
EmailAlertGatewayAction
Field | Mandatory | Class | Since Version | |
ActionSubject |
false |
Subject | V8M26 | |
Behavior |
true |
Long | V8M15 | |
Deprecated |
true |
Long | V9110 | |
EmailAlertGateway |
true |
EmailAlertGateway | V8M26 | |
Enabled |
true |
Boolean | V8M22 | |
Library |
true |
Library | V8M26 | |
LLPVersion |
true |
Long | V8M15 | |
Type |
true |
EmailAlertGatewayActionType | V8M26 | |
UniqueId |
true |
Long | V8M15 |
EmailAlertGatewayActionJARCache
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
EmailAlertGatewayAction |
true |
EmailAlertGatewayAction | V8M26 | |
Hash |
false |
String | Continuous | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
EmailAlertGatewayActionJARCacheLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
EmailAlertGatewayActionJARCache |
true |
EmailAlertGatewayActionJARCache | V8M26 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
EmailAlertGatewayActionSourceLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
EmailAlertGatewayAction |
true |
EmailAlertGatewayAction | V8M26 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
EmailAlertGatewayEmail
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
EmailAlertGateway |
true |
EmailAlertGateway | V8M30 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
EmailAlertGatewayEmailLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
EmailAlertGatewayEmail |
true |
EmailAlertGatewayEmail | V8M30 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
EmailAlertGatewayHeader
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
EmailAlertGateway |
true |
EmailAlertGateway | V8M23 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M23 | |
UniqueId |
true |
Long | V8M15 | |
Value |
true |
String | V8M23 |
EmailAlertGatewayJobFileAttachment
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
EmailAlertGateway |
true |
EmailAlertGateway | V8M23 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M23 | |
UniqueId |
true |
Long | V8M15 |
Event
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ClearerComment |
false |
String | V8M22 | |
ClearerObjectDefinition |
false |
ObjectDefinition | V8M22 | |
ClearerUniqueId |
false |
Long | V8M22 | |
ClearTime |
false |
Date | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
EventDefinition |
true |
EventDefinition | V8M15 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
RaisedSequence |
true |
Long | V8M15 | |
RaiserComment |
false |
String | V8M15 | |
RaiserObjectDefinition |
false |
ObjectDefinition | V8M15 | |
RaiserUniqueId |
false |
Long | V8M15 | |
RaiseTime |
false |
Date | V8M15 | |
Status |
true |
EventStatus | V8M15 | |
UniqueId |
true |
Long | V8M15 |
EventDefinition
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
DefaultClearComment |
false |
String | V8M22 | |
DefaultRaiseComment |
false |
String | V8M22 | |
Deprecated1 |
false |
Long | V8M15 | |
Deprecated2 |
false |
Long | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
RequiresCommentOnClear |
true |
Boolean | V8M22 | |
RequiresCommentOnRaise |
true |
Boolean | V8M22 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
EventDefinitionStatus
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CurrentRaisedEventId |
false |
Long | V90160 | |
EventDefinition |
true |
EventDefinition | V90160 | |
LastRaisedEventId |
false |
Long | V90160 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
Export
Field | Mandatory | Class | Since Version | |
ArchiveJobFile |
false |
JobFile | V8M23 | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M23 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M23 | |
InternalExportRuleSet |
true |
ExportRuleSet | V8M26 | |
IsolationGroup |
true |
IsolationGroup | V8M26 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
WrappedJob |
true |
Job | V8M23 |
ExportRule
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
ExportContents |
true |
Boolean | V8M37 | |
ExportRuleSet |
true |
ExportRuleSet | V8M23 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
QueryFilter |
true |
QueryFilter | V8M23 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
ExportRuleItem
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ExportContents |
true |
Boolean | V8M37 | |
ExportRuleSet |
true |
ExportRuleSet | V8M30 | |
ExportUniqueId |
true |
Long | V8M30 | |
LLPVersion |
true |
Long | V8M15 | |
ObjectDefinition |
true |
ObjectDefinition | V8M30 | |
UniqueId |
true |
Long | V8M15 |
ExportRuleSet
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
ExtAuthRoles
Field | Mandatory | Class | Since Version | |
description |
false |
String | V8M29 | |
role |
true |
String | V8M29 |
ExtAuthUser
Field | Mandatory | Class | Since Version | |
changePasswordNextLogin |
true |
Boolean | V9090 | |
false |
String | V8M37 | ||
fullname |
false |
String | V8M37 | |
password |
true |
String | V8M29 | |
username |
true |
String | V8M29 |
ExtAuthUserRoles
Field | Mandatory | Class | Since Version | |
role |
true |
String | V8M29 | |
username |
true |
String | V8M29 |
ExtBinaryData
Field | Mandatory | Class | Since Version | |
Data |
true |
byte[] | Continuous | |
Hash |
true |
String | Continuous | |
LastModified |
true |
Long | Continuous |
ExtensionPoint
Field | Mandatory | Class | Since Version | |
ActionSubject |
false |
Subject | V9090 | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
DeploymentDescriptor |
true |
String | V9090 | |
Description |
false |
String | V8M15 | |
Enabled |
true |
Boolean | V9130 | |
Extends |
true |
ExtensionPointExtendsType | V90110 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
Library |
true |
Library | V9090 | |
LLPVersion |
true |
Long | V8M15 | |
LogLevel |
true |
LogLevel | V90150 | |
MaxBackupFiles |
true |
Long | V90150 | |
MaxLogSize |
true |
Long | V90150 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
NumExtraDeploymentDescriptorLines |
true |
Long | V9090 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
Visibility |
true |
ExtensionPointVisibilityType | V8M26 |
ExtensionPointJARCache
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ExtensionPoint |
true |
ExtensionPoint | V9090 | |
Hash |
false |
String | Continuous | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
ExtensionPointJARCacheLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ExtensionPointJARCache |
true |
ExtensionPointJARCache | V9090 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
ExtensionPointSource
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ExtensionPoint |
true |
ExtensionPoint | V9090 | |
FQClassName |
true |
String | V8M26 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
ExtensionPointSourceLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ExtensionPointSource |
true |
ExtensionPointSource | V9090 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
FileEvent
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CheckLock |
true |
Boolean | V8M22 | |
Directory |
true |
String | V8M22 | |
Event |
true |
Event | V8M22 | |
FinalPath |
true |
String | V8M22 | |
LLPVersion |
true |
Long | V8M15 | |
MoveDirectory |
false |
String | V8M22 | |
OriginalPath |
true |
String | V8M22 | |
Pattern |
true |
String | V8M22 | |
PollInterval |
true |
Long | V8M22 | |
ProcessServer |
true |
ProcessServer | V8M22 | |
UniqueId |
true |
Long | V8M15 |
FileEventDefinition
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CheckLock |
true |
Boolean | V8M22 | |
Comment |
false |
String | V8M22 | |
Description |
false |
String | V8M22 | |
Directory |
true |
String | V8M22 | |
Enabled |
true |
Boolean | V8M22 | |
EventDefinition |
true |
EventDefinition | V8M22 | |
LLPVersion |
true |
Long | V8M15 | |
MinimalAge |
true |
Long | V9060 | |
MinimalSize |
true |
Long | V9060 | |
MoveDirectory |
false |
String | V8M22 | |
Name |
false |
String | V8M22 | |
OverwriteFile |
true |
Boolean | V8M25 | |
Pattern |
true |
String | V8M22 | |
PollInterval |
true |
Long | V8M22 | |
ProcessServer |
true |
ProcessServer | V8M22 | |
RaiseComment |
true |
String | V8M22 | |
SearchName |
false |
String | V8M22 | |
UniqueId |
true |
Long | V8M15 |
FileEventDefinitionFile
Field | Mandatory | Class | Since Version | |
AbsolutePath |
true |
String | V8M25 | |
Behavior |
true |
Long | V8M15 | |
FileEventDefinition |
true |
FileEventDefinition | V8M25 | |
LastModified |
true |
Long | V8M25 | |
LLPVersion |
true |
Long | V8M15 | |
Locked |
true |
Boolean | V8M25 | |
Size |
true |
Long | V8M25 | |
SystemName |
true |
String | V8M25 | |
UniqueId |
true |
Long | V8M15 |
FinalStatusHandler
Field | Mandatory | Class | Since Version | |
Action |
true |
FinalStatusAction | V8M15 | |
Behavior |
true |
Long | V8M15 | |
Deprecated1 |
false |
Long | V8M15 | |
JobDefinition |
true |
JobDefinition | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
MessageText |
false |
String | V8M15 | |
RestartDelayAmount |
true |
Long | V8M15 | |
RestartDelayUnits |
true |
TimeUnit | V8M15 | |
Status |
true |
JobStatus | V8M15 | |
UniqueId |
true |
Long | V8M15 |
ForecastJob
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ChildOrder |
true |
Long | V8M32 | |
Description |
true |
String | V8M32 | |
ErrorDescription |
true |
String | V8M32 | |
ExpectedJobStatus |
false |
JobStatus | V8M32 | |
ExpectedRunTime |
false |
Long | V8M32 | |
Frequency |
true |
Long | V8M32 | |
Job |
false |
Job | V8M32 | |
JobChainCall |
false |
JobChainCall | V8M32 | |
JobChainStep |
false |
JobChainStep | V8M32 | |
JobDefinition |
true |
JobDefinition | V8M32 | |
JobGroup |
false |
JobGroup | V8M32 | |
LLPVersion |
true |
Long | V8M15 | |
NextSubmitBaseTime |
true |
Date | V8M32 | |
NumChildForecastJobs |
true |
Long | V8M32 | |
ParentForecastJob |
false |
ForecastJob | V8M32 | |
Priority |
true |
Long | V8M32 | |
Queue |
true |
Queue | V8M32 | |
ReturnCode |
false |
Long | V8M32 | |
SearchDescription |
true |
String | V8M32 | |
StartTime |
true |
Date | V8M32 | |
StepIteration |
false |
Long | V8M32 | |
SubmitFrame |
false |
SubmitFrame | V8M32 | |
TimeWindow |
false |
TimeWindow | V8M32 | |
TimeZone |
false |
TimeZone | V8M32 | |
UniqueId |
true |
Long | V8M15 |
Format
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Extension |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
MimeType |
true |
String | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
GenericExtraLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Field |
true |
String | V8M40 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
ObjectDefinition |
false |
ObjectDefinition | V8M22 | |
RefUniqueId |
true |
Long | V8M40 | |
UniqueId |
true |
Long | V8M15 |
GlobalPrivilege
Field | Mandatory | Class | Since Version | |
Activated |
true |
Boolean | V8M35 | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
HistoryJob
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ChildOrder |
true |
Long | V8M33_2 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Deprecated1 |
true |
Long | V8M33_2 | |
Deprecated2 |
true |
Boolean | V9090 | |
Deprecated3 |
false |
Long | V90150 | |
Description |
true |
String | V8M33_2 | |
HistoryJobType |
false |
String | V8M33_2 | |
HoldOnSubmit |
true |
Boolean | V8M33_2 | |
JobDefinitionName |
false |
String | V8M33_2 | |
JobDefinitionType |
true |
JobDefinitionType | V8M33_2 | |
JobId |
true |
Long | V8M33_2 | |
JobTimeZone |
false |
TimeZone | V8M33_2 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
MasterJobDefinition |
true |
JobDefinition | V8M33_2 | |
MaxRestart |
false |
Long | V8M34 | |
NumJobParameters |
true |
Long | V8M33_2 | |
OwnerSubject |
true |
Subject | V8M33_2 | |
ParentJobId |
false |
Long | V90150 | |
Priority |
true |
Long | V8M33_2 | |
ProcessServer |
false |
ProcessServer | V8M33_2 | |
ProcessServerName |
false |
String | V8M33_2 | |
Queue |
true |
Queue | V8M33_2 | |
QueueName |
false |
String | V8M33_2 | |
RequestedStartTimeInternal |
true |
Date | V8M33_2 | |
RequestedStartTimeType |
true |
StartTimeType | V8M33_2 | |
RestartCount |
false |
Long | V8M33_2 | |
RestartJobId |
false |
Long | V8M34 | |
ReturnCode |
false |
Long | V8M33_2 | |
RunEnd |
false |
Date | V8M33_2 | |
RunStart |
false |
Date | V8M33_2 | |
RuntimeExpiration |
false |
Date | V8M33_2 | |
ScheduledStartTime |
true |
Date | V8M33_2 | |
SearchDescription |
true |
String | V8M33_2 | |
Status |
true |
JobStatus | V8M33_2 | |
StepIteration |
false |
Long | V8M33_2 | |
UniqueId |
true |
Long | V8M15 |
HistoryJobParameter
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
HistoryJob |
true |
HistoryJob | V8M33_2 | |
InValueString |
false |
String | V8M33_2 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
false |
String | V8M33_2 | |
UniqueId |
true |
Long | V8M15 |
HistoryMonitorValue
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
HistoryTime |
true |
Long | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
MonitorValue |
true |
MonitorValue | V8M33_2 | |
UniqueId |
true |
Long | V8M15 | |
ValueDate |
false |
Date | V8M15 | |
ValueDateTimeZone |
false |
TimeZone | V8M33_2 | |
ValueNumber |
false |
BigDecimal | V8M15 | |
ValueString |
false |
String | V8M15 |
HistoryOperatorMessage
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CreateTime |
true |
Date | V8M33_2 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
IsolationGroup |
true |
IsolationGroup | V8M33_2 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Partition |
false |
Partition | V8M33_2 | |
RepliedBySubject |
false |
Subject | V8M33_2 | |
ReplyTime |
true |
Date | V8M33_2 | |
UniqueId |
true |
Long | V8M15 |
Import
Field | Mandatory | Class | Since Version | |
ArchiveJobFile |
false |
JobFile | V8M23 | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M23 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M23 | |
ImportSource |
false |
ImportSource | V8M23 | |
InternalImportRuleSet |
false |
ImportRuleSet | V8M26 | |
IsolationGroup |
true |
IsolationGroup | V8M26 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Options |
false |
String | V90160 | |
UniqueId |
true |
Long | V8M15 | |
WrappedJob |
true |
Job | V8M23 |
ImportAction
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ImportRuleSet |
true |
ImportRuleSet | V8M26 | |
Library |
true |
Library | V8M26 | |
LLPVersion |
true |
Long | V8M15 | |
Type |
true |
ImportRuleSetActionType | V90180 | |
UniqueId |
true |
Long | V8M15 |
ImportActionJARCache
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Hash |
false |
String | Continuous | |
ImportAction |
true |
ImportAction | V8M26 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
ImportActionJARCacheLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ImportActionJARCache |
true |
ImportActionJARCache | V8M26 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
ImportActionParameter
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
DefaultValue |
false |
String | V90160 | |
Description |
false |
String | V8M15 | |
ImportRuleSet |
true |
ImportRuleSet | V90160 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
Nullable |
true |
Boolean | V90160 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
ImportActionSourceLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ImportAction |
true |
ImportAction | V8M26 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
ImportMatchRule
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ImportRule |
true |
ImportRule | V8M23 | |
ImportRuleDefinition |
true |
ImportRuleDefinition | V8M23 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
Var1 |
false |
String | V8M23 | |
Var2 |
false |
String | V8M23 |
ImportOverrideRule
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
IgnoreFailure |
true |
Boolean | V8M23 | |
ImportRule |
true |
ImportRule | V8M23 | |
ImportRuleDefinition |
true |
ImportRuleDefinition | V8M23 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
Var1 |
false |
String | V8M23 | |
Var2 |
false |
String | V8M23 |
ImportRule
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
ImportRuleSet |
true |
ImportRuleSet | V8M23 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
ImportRuleDefinition
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Matcher |
true |
Boolean | V8M23 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ObjectDefinition |
true |
ObjectDefinition | V8M23 | |
Overrider |
true |
Boolean | V8M23 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
ImportRuleSet
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Deprecated1 |
false |
String | V8M37 | |
Deprecated2 |
false |
Long | V8M37 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
VariablePrefix |
false |
String | V8M24 |
ImportRuleSetPartitionRename
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ImportRuleSet |
true |
ImportRuleSet | V8M40 | |
LLPVersion |
true |
Long | V8M15 | |
NewPartition |
true |
String | V8M40 | |
OldPartition |
true |
String | V8M40 | |
ProcessOrder |
true |
Long | V8M40 | |
UniqueId |
true |
Long | V8M15 |
ImportSource
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
Password |
true |
String | V8M23 | |
RemoteUrl |
true |
String | V8M23 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
Username |
true |
String | V8M23 |
IsolationGroup
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
JARFile
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
Library |
true |
Library | V8M26 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
JARFileJARCache
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Hash |
false |
String | Continuous | |
JARFile |
true |
JARFile | V8M26 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
JARFileJARCacheLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
JARFileJARCache |
true |
JARFileJARCache | V8M26 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
Job
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
BlocksOnJob |
false |
Job | V8M15 | |
ChildOrder |
true |
Long | V8M15 | |
CompletionStrategy |
false |
CompletionStrategyType | V8M30 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
true |
String | V8M15 | |
ForcedProcessServer |
false |
ProcessServer | V8M15 | |
ForcedToRunNow |
true |
Boolean | V90160 | |
HasRuntimeParameters |
true |
Boolean | Continuous | |
HoldOnSubmit |
true |
Boolean | V8M15 | |
JobChainCall |
false |
JobChainCall | V8M15 | |
JobChainStep |
false |
JobChainStep | V8M15 | |
JobDefinition |
true |
JobDefinition | V8M15 | |
JobGroup |
false |
JobGroup | V8M15 | |
JobId |
true |
Long | V8M15 | |
JobTimeZone |
false |
TimeZone | V8M15 | |
KeepExpiration |
false |
Date | V8M15 | |
KillSignal |
false |
KillSignalType | V8M22 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LastStatusChangeTime |
true |
Date | Continuous | |
LLPVersion |
true |
Long | V8M15 | |
MinimumOpenDuration |
false |
Long | V8M15 | |
NextRecalculation |
false |
Date | V8M15 | |
NextSubmitBaseTime |
true |
Date | V8M15 | |
NumChildJobs |
true |
Long | V8M15 | |
NumExtraMinOpenDurationExprLines |
true |
Long | V9110 | |
NumJobFiles |
true |
Long | V8M20 | |
NumJobLocks |
true |
Long | V8M15 | |
NumJobMetaData |
true |
Long | V8M20 | |
NumJobNotes |
true |
Long | V8M20 | |
NumJobParameters |
true |
Long | V8M20 | |
NumJobRaiseEvents |
true |
Long | V8M15 | |
NumJobRuntimeLimits |
true |
Long | V90110 | |
NumJobWaitEvents |
true |
Long | V8M15 | |
OwnerSubject |
true |
Subject | V8M15 | |
ParametersSetByUser |
true |
Boolean | V8M40 | |
ParentJob |
false |
Job | V8M15 | |
PreviousProcessServer |
false |
ProcessServer | V8M15 | |
Priority |
true |
Long | V8M15 | |
ProcessServer |
false |
ProcessServer | V8M15 | |
ProxyProcessServer |
false |
ProcessServer | V8M34 | |
Queue |
true |
Queue | V8M15 | |
QueueInherited |
true |
Boolean | Continuous | |
QueueOrder |
false |
String | V8M15 | |
RemoteCreationTime |
false |
Date | V8M15 | |
RemoteEvent |
false |
String | V8M15 | |
RemoteId |
false |
String | V8M15 | |
RemoteOSUser |
false |
String | V8M32 | |
RemoteRunEnd |
false |
Date | V8M15 | |
RemoteRunStart |
false |
Date | V8M15 | |
RemoteStatus |
false |
String | V8M15 | |
RemoteSystem |
false |
String | V8M15 | |
RequestedStartTimeInternal |
true |
Date | V8M15 | |
RequestedStartTimeType |
true |
StartTimeType | V8M15 | |
RequestedStatus |
false |
JobStatus | V8M22 | |
RestartCount |
false |
Long | V8M15 | |
RestartJobId |
false |
Long | V8M26 | |
ReturnCode |
false |
Long | V8M15 | |
RunEnd |
false |
Date | V8M15 | |
RunStart |
false |
Date | V8M15 | |
RunTime |
false |
Long | V8M38 | |
RuntimeExpiration |
false |
Date | V8M15 | |
SAPNWCallbackVariant |
false |
SAPNWCallbackVariant | V8M25 | |
ScheduledStartTime |
true |
Date | V8M15 | |
SearchDescription |
true |
String | V8M23 | |
StartAtValue |
false |
String | V9050 | |
Status |
true |
JobStatus | V8M15 | |
StatusForJobGroup |
true |
JobStatusForJobGroup | V8M30 | |
StepIteration |
false |
Long | V8M15 | |
SubmitFrame |
false |
SubmitFrame | V8M15 | |
TimeWindow |
false |
TimeWindow | V8M15 | |
TimeWindowTimeZone |
false |
TimeZone | V8M15 | |
UniqueId |
true |
Long | V8M15 |
JobChain
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
JobDefinition |
true |
JobDefinition | V8M15 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
RequestRestartByDefault |
true |
Boolean | V9040 | |
RestartCount |
false |
Long | V8M39 | |
RestartDelayAmount |
true |
Long | V8M39 | |
RestartDelayUnits |
true |
TimeUnit | V8M39 | |
UniqueId |
true |
Long | V8M15 |
JobChainCall
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Description |
false |
String | V8M40 | |
IgnoreStatus |
true |
Boolean | V8M33 | |
JobChainStep |
true |
JobChainStep | V8M15 | |
JobDefinition |
true |
JobDefinition | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
NumJobLocks |
true |
Long | Continuous | |
NumRaiseEvents |
true |
Long | Continuous | |
NumWaitEvents |
true |
Long | Continuous | |
SequenceNumber |
true |
Long | V8M15 | |
StepWaitingOnJob |
true |
Boolean | V9040 | |
UniqueId |
true |
Long | V8M15 |
JobChainCallInExpressionParameter
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Expression |
true |
String | V8M15 | |
JobChainCall |
true |
JobChainCall | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
LocalJobDefinitionParameter |
true |
JobDefinitionParameter | V8M15 | |
NumExtraExpressionLines |
true |
Long | V8M40 | |
UniqueId |
true |
Long | V8M15 |
JobChainCallInReferenceParameter
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
JobChainCall |
true |
JobChainCall | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
LocalJobDefinitionParameter |
true |
JobDefinitionParameter | V8M15 | |
SourceJobChainCall |
false |
JobChainCall | V8M15 | |
SourceJobDefinitionParameter |
true |
JobDefinitionParameter | V8M15 | |
UniqueId |
true |
Long | V8M15 |
JobChainCallJobLock
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
JobChainCall |
true |
JobChainCall | Continuous | |
JobLock |
true |
JobLock | Continuous | |
LLPVersion |
true |
Long | V8M15 | |
RequiredCount |
true |
Long | Continuous | |
UniqueId |
true |
Long | V8M15 |
JobChainCallOutReferenceParameter
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
JobChainCall |
true |
JobChainCall | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
LocalJobDefinitionParameter |
true |
JobDefinitionParameter | V8M15 | |
TargetJobDefinitionParameter |
true |
JobDefinitionParameter | V8M15 | |
UniqueId |
true |
Long | V8M15 |
JobChainCallPrecondition
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Expression |
false |
String | V8M33_2 | |
JobChainCall |
true |
JobChainCall | V8M33_2 | |
LLPVersion |
true |
Long | V8M15 | |
TimeWindow |
false |
TimeWindow | V8M33_2 | |
TimeWindowStatus |
true |
TimeWindowStatus | V8M33_2 | |
TimeZone |
false |
TimeZone | V8M33_2 | |
UniqueId |
true |
Long | V8M15 |
JobChainCallProcessMonitorUpdater
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
InstanceExpression |
false |
String | V8M33 | |
JobChainCall |
true |
JobChainCall | V8M33 | |
LLPVersion |
true |
Long | V8M15 | |
ProcessMonitorDefinition |
true |
ProcessMonitorDefinition | V8M33 | |
ProcessMonitorItemDefinition |
true |
ProcessMonitorItemDefinition | V8M33 | |
UniqueId |
true |
Long | V8M15 |
JobChainCallRaiseEvent
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ErrorCode |
false |
Long | V8M15 | |
EventDefinition |
true |
EventDefinition | Continuous | |
Expression |
false |
String | V8M33_2 | |
JobChainCall |
true |
JobChainCall | Continuous | |
LLPVersion |
true |
Long | V8M15 | |
RaiseComment |
true |
String | V8M15 | |
StatusToRaiseOn |
true |
JobStatus | V8M15 | |
TimeWindow |
false |
TimeWindow | V8M33_2 | |
TimeWindowStatus |
true |
TimeWindowStatus | V8M33_2 | |
TimeZone |
false |
TimeZone | V8M33_2 | |
UniqueId |
true |
Long | V8M15 |
JobChainCallSchedulingParameter
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Expression |
true |
String | V8M15 | |
JobChainCall |
true |
JobChainCall | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
SchedulingParameterName | V8M15 | |
Queue |
false |
Queue | Continuous | |
TimeWindow |
false |
TimeWindow | Continuous | |
UniqueId |
true |
Long | V8M15 |
JobChainCallWaitEvent
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ClearComment |
false |
String | V8M22 | |
ClearsEvent |
true |
Boolean | V8M15 | |
CreatedBySystem |
true |
Boolean | Continuous | |
EventDefinition |
true |
EventDefinition | Continuous | |
Expression |
false |
String | V8M33_2 | |
JobChainCall |
true |
JobChainCall | Continuous | |
LLPVersion |
true |
Long | V8M15 | |
TimeWindow |
false |
TimeWindow | V8M33_2 | |
TimeWindowStatus |
true |
TimeWindowStatus | V8M33_2 | |
TimeZone |
false |
TimeZone | V8M33_2 | |
UniqueId |
true |
Long | V8M15 |
JobChainStatusHandler
Field | Mandatory | Class | Since Version | |
Action |
true |
HandlerAction | V8M15 | |
Behavior |
true |
Long | V8M15 | |
GotoStepJobChainStep |
false |
JobChainStep | V8M15 | |
JobChain |
true |
JobChain | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Message |
false |
String | V8M15 | |
ReturnCode |
false |
Long | V8M15 | |
SequenceNumber |
true |
Long | V8M15 | |
Status |
false |
JobStatus | V8M15 | |
UniqueId |
true |
Long | V8M15 |
JobChainStep
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
JobChain |
true |
JobChain | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
RestartCount |
false |
Long | V8M34 | |
RestartDelayAmount |
true |
Long | V8M34 | |
RestartDelayUnits |
true |
TimeUnit | V8M34 | |
SearchName |
true |
String | V8M15 | |
SequenceNumber |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
JobChainStepPrecondition
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Expression |
false |
String | V8M33_2 | |
JobChainStep |
true |
JobChainStep | V8M33_2 | |
LLPVersion |
true |
Long | V8M15 | |
TimeWindow |
false |
TimeWindow | V8M33_2 | |
TimeWindowStatus |
true |
TimeWindowStatus | V8M33_2 | |
TimeZone |
false |
TimeZone | V8M33_2 | |
UniqueId |
true |
Long | V8M15 |
JobChainStepStatusHandler
Field | Mandatory | Class | Since Version | |
Action |
true |
HandlerAction | V8M15 | |
Behavior |
true |
Long | V8M15 | |
GotoStepJobChainStep |
false |
JobChainStep | V8M15 | |
JobChainStep |
true |
JobChainStep | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Message |
false |
String | V8M15 | |
ReturnCode |
false |
Long | V8M15 | |
SequenceNumber |
true |
Long | V8M15 | |
Status |
false |
JobStatus | V8M15 | |
UniqueId |
true |
Long | V8M15 |
JobDatum
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
DatumDefinition |
true |
DatumDefinition | V8M20 | |
Job |
true |
Job | V8M20 | |
LLPVersion |
true |
Long | V8M15 | |
NumExtraValue |
true |
Long | V90220 | |
UniqueId |
true |
Long | V8M15 | |
Value |
true |
String | V8M20 | |
ValueDateTimeZone |
false |
Date | V8M31 | |
ValueNumber |
false |
BigDecimal | V8M31 | |
ValueTimeZone |
false |
TimeZone | V8M31 |
JobDefinition
Field | Mandatory | Class | Since Version | |
ActionSubject |
false |
Subject | V8M26 | |
Behavior |
true |
Long | V8M15 | |
BranchedLastModificationTime |
false |
Date | V8M22 | |
BranchedLLPVersion |
true |
Long | V8M22 | |
ChangeOwnerTime |
true |
Date | V9110 | |
Comment |
false |
String | V8M15 | |
CompletionStrategy |
true |
CompletionStrategyType | Continuous | |
CreatedBySubject |
true |
Subject | V9110 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
CriticalProcess |
true |
Boolean | V8M37 | |
DefaultLogFormat |
false |
Format | V8M15 | |
DefaultOutputFormat |
false |
Format | V8M15 | |
DefaultQueue |
false |
Queue | V8M15 | |
Deprecated1 |
true |
Long | V8M15 | |
Deprecated2 |
true |
Long | V8M15 | |
Deprecated3 |
true |
Long | V8M15 | |
Deprecated4 |
true |
Long | V8M15 | |
Deprecated5 |
true |
Long | V8M15 | |
Deprecated6 |
true |
Long | V8M15 | |
Deprecated7 |
true |
BigDecimal | V8M15 | |
Deprecated8 |
true |
BigDecimal | V8M15 | |
Deprecated9 |
false |
Long | V8M40 | |
Description |
false |
String | V8M15 | |
Discarded |
true |
Boolean | V90190 | |
EquivalentObject |
true |
Boolean | V8M32 | |
EvaluationOwnerType |
true |
OwnerType | V9090 | |
Hidden |
true |
Boolean | V90190 | |
HoldOnSubmit |
true |
Boolean | V8M15 | |
JobDefinitionType |
true |
JobDefinitionType | V8M15 | |
JobTimeZone |
false |
TimeZone | V8M25 | |
KeepAmount |
false |
Long | V8M15 | |
KeepForce |
true |
Boolean | V8M31 | |
KeepInStatusAmount |
false |
Long | Continuous | |
KeepInStatusUnit |
false |
JobDefinitionKeepUnit | Continuous | |
KeepJobsInStatus |
false |
String | V8M31 | |
KeepType |
false |
JobDefinitionKeepType | V8M15 | |
KeepUnits |
false |
JobDefinitionKeepUnit | V8M15 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Maintenance |
true |
Boolean | V8M30 | |
MasterJobDefinition |
false |
JobDefinition | V8M22 | |
MaxPriority |
false |
Long | V8M31 | |
MinimumOpenDurationExpression |
false |
String | V9110 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
NumExtraMinOpenDurationExprLines |
true |
Long | V9110 | |
Overdue |
true |
Boolean | V8M15 | |
OverdueEventDefinition |
false |
EventDefinition | V8M15 | |
OverdueStatus |
false |
JobStatus | V8M15 | |
OverviewFormat |
false |
String | V8M22 | |
OwnerSubject |
true |
Subject | V8M15 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
Priority |
false |
Long | V8M15 | |
ReactionJobType |
false |
ReactionJobType | V8M37 | |
RELRelatedLibrary |
false |
Library | Continuous | |
Resource |
false |
Resource | V8M15 | |
RestartCount |
false |
Long | V8M15 | |
ReturncodeMapToCompleted |
false |
String | V8M15 | |
SearchName |
true |
String | V8M15 | |
Template |
true |
Boolean | V8M27 | |
TimeWindow |
false |
TimeWindow | V8M15 | |
TimeWindowTimeZone |
false |
TimeZone | V8M15 | |
TopLevel |
true |
Boolean | V8M26 | |
UniqueId |
true |
Long | V8M15 |
JobDefinitionAction
Field | Mandatory | Class | Since Version | |
ActionSubject |
false |
Subject | V8M26 | |
Behavior |
true |
Long | V8M15 | |
Deprecated |
true |
Long | V9110 | |
Enabled |
true |
Boolean | V8M22 | |
JobDefinition |
true |
JobDefinition | V8M22 | |
Library |
true |
Library | V8M26 | |
LLPVersion |
true |
Long | V8M15 | |
Type |
true |
JobDefinitionActionType | V8M22 | |
UniqueId |
true |
Long | V8M15 |
JobDefinitionActionJARCache
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Hash |
false |
String | Continuous | |
JobDefinitionAction |
true |
JobDefinitionAction | V8M26 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
JobDefinitionActionJARCacheLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
JobDefinitionActionJARCache |
true |
JobDefinitionActionJARCache | V8M26 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
JobDefinitionActionSourceLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
JobDefinitionAction |
true |
JobDefinitionAction | V8M22 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
JobDefinitionAlertSource
Field | Mandatory | Class | Since Version | |
Address |
false |
String | V8M33 | |
AlertAtRestart |
false |
Long | V8M40 | |
AlertBehavior |
true |
AlertingBehavior | V9080 | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
DefaultAlertEscalation |
false |
AlertEscalation | V8M23 | |
Description |
false |
String | V8M15 | |
Enabled |
true |
Boolean | V9090 | |
EscalationExpression |
false |
String | V8M23 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NameMatchType |
true |
NameMatchType | V8M32 | |
NamePattern |
true |
String | V8M23 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
OperatorMessageExpression |
false |
String | V8M23 | |
OperatorMessageReplyExpression |
false |
String | V8M23 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
PartitionMatchType |
true |
NameMatchType | V8M32 | |
PartitionPattern |
false |
String | V8M32 | |
SearchName |
true |
String | V8M15 | |
TimeWindow |
false |
TimeWindow | V8M25 | |
TimeWindowStatus |
true |
TimeWindowStatus | V8M25 | |
TimeZone |
false |
TimeZone | V8M25 | |
UniqueId |
true |
Long | V8M15 |
JobDefinitionAlertSourceParameterMatch
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
JobDefinitionAlertSource |
true |
JobDefinitionAlertSource | V8M23 | |
LLPVersion |
true |
Long | V8M15 | |
MatchType |
true |
JobDefinitionAlertSourceParameterMatchType | V8M26 | |
Name |
true |
String | V8M23 | |
SearchName |
true |
String | V8M23 | |
UniqueId |
true |
Long | V8M15 | |
Value |
true |
String | V8M23 |
JobDefinitionAlertSourceRule
Field | Mandatory | Class | Since Version | |
AlertEscalation |
false |
AlertEscalation | V8M25 | |
Behavior |
true |
Long | V8M15 | |
JobDefinitionAlertSource |
true |
JobDefinitionAlertSource | V8M25 | |
LLPVersion |
true |
Long | V8M15 | |
Operation |
true |
JobDefinitionAlertSourceRuleOperation | V8M25 | |
ProcessingOrder |
true |
Long | V8M25 | |
UniqueId |
true |
Long | V8M15 | |
Value |
true |
String | V8M25 | |
Variable |
true |
JobDefinitionAlertSourceRuleVariable | V8M25 |
JobDefinitionAlertSourceStatus
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
DelayAmount |
true |
Long | V8M25 | |
DelayUnits |
true |
TimeUnit | V8M25 | |
JobDefinitionAlertSource |
true |
JobDefinitionAlertSource | V8M23 | |
LLPVersion |
true |
Long | V8M15 | |
OperatorMessageExpression |
false |
String | V8M23 | |
Status |
true |
JobStatus | V8M23 | |
UniqueId |
true |
Long | V8M15 |
JobDefinitionConstraint
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | Continuous | |
ConstraintDefinition |
true |
ConstraintDefinition | V8M15 | |
Description |
false |
String | Continuous | |
JobDefinition |
true |
JobDefinition | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | Continuous | |
UniqueId |
true |
Long | V8M15 |
JobDefinitionConstraintParameterMapping
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
JobDefinitionConstraint |
true |
JobDefinitionConstraint | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
ParameterName |
true |
String | Continuous | |
UniqueId |
true |
Long | V8M15 | |
Value |
true |
String | Continuous |
JobDefinitionForm
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
Form |
true |
String | V90180 | |
JobDefinition |
true |
JobDefinition | V90180 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraFormLines |
true |
Long | V90180 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
JobDefinitionJobLock
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
JobDefinition |
true |
JobDefinition | V8M15 | |
JobLock |
true |
JobLock | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
RequiredCount |
true |
Long | V90110 | |
UniqueId |
true |
Long | V8M15 |
JobDefinitionParameter
Field | Mandatory | Class | Since Version | |
Array |
true |
Boolean | V8M40 | |
ArrayDuplicateValuesAllowed |
true |
Boolean | V8M40 | |
ArrayMaxLength |
false |
Long | V8M40 | |
ArrayMinLength |
true |
Long | V8M40 | |
ArraySorted |
true |
Boolean | V8M40 | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
DataLength |
false |
Long | V8M15 | |
DataPrecision |
false |
Long | V8M15 | |
DataScale |
false |
Long | V8M15 | |
DataType |
true |
ParameterType | V8M15 | |
DefaultExpression |
false |
String | V8M15 | |
DefaultValueEditable |
false |
ValueEditable | V8M15 | |
Description |
false |
String | V8M15 | |
Direction |
true |
ParameterDirection | V8M15 | |
Display |
true |
Boolean | V8M15 | |
DisplayOrder |
true |
Long | V8M15 | |
Editable |
true |
EditableType | V8M15 | |
GroupName |
false |
String | V8M15 | |
JobDefinition |
true |
JobDefinition | V8M15 | |
JobDefinitionParameterSubType |
false |
String | Continuous | |
JobFormat |
false |
String | V8M33 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
Nullable |
true |
Boolean | V8M15 | |
NumExtraDefaultExpressionLines |
true |
Long | V8M40 | |
NumExtraSimpleConstraintDataLines |
true |
Long | V8M40 | |
ParameterMappingType |
true |
ParameterMappingType | V8M40 | |
PartOfKey |
true |
Boolean | V8M15 | |
Password |
true |
Boolean | V8M26 | |
Runtime |
true |
Boolean | V8M24 | |
SearchName |
true |
String | V8M15 | |
SimpleConstraintData |
false |
String | V8M24 | |
SimpleConstraintMessage |
false |
String | V8M24 | |
SimpleConstraintOptional |
true |
Boolean | V8M27 | |
SimpleConstraintSort |
true |
SimpleConstraintSort | V90140 | |
SimpleConstraintType |
true |
SimpleConstraintType | V8M24 | |
UniqueId |
true |
Long | V8M15 |
JobDefinitionParameterSubType
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
JobDefinitionProcessMonitorUpdater
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
InstanceExpression |
false |
String | V8M33 | |
JobDefinition |
true |
JobDefinition | V8M33 | |
LLPVersion |
true |
Long | V8M15 | |
ProcessMonitorDefinition |
true |
ProcessMonitorDefinition | V8M33 | |
ProcessMonitorItemDefinition |
false |
ProcessMonitorItemDefinition | V8M33 | |
UniqueId |
true |
Long | V8M15 |
JobDefinitionRaiseEvent
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ErrorCode |
false |
Long | V8M15 | |
EventDefinition |
true |
EventDefinition | V8M15 | |
Expression |
false |
String | V8M33_2 | |
JobDefinition |
true |
JobDefinition | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
RaiseComment |
true |
String | V8M15 | |
StatusToRaiseOn |
true |
JobStatus | V8M15 | |
TimeWindow |
false |
TimeWindow | V8M33_2 | |
TimeWindowStatus |
true |
TimeWindowStatus | V8M33_2 | |
TimeZone |
false |
TimeZone | V8M33_2 | |
UniqueId |
true |
Long | V8M15 |
JobDefinitionRunner
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Family |
true |
String | V8M17 | |
JobDefinitionType |
true |
JobDefinitionType | V8M17 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
JobDefinitionRunnerScript
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
JobDefinitionRunner |
true |
JobDefinitionRunner | V8M17 | |
LLPVersion |
true |
Long | V8M15 | |
ScriptNumber |
true |
Long | V8M17 | |
UniqueId |
true |
Long | V8M15 |
JobDefinitionRunnerScriptLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
JobDefinitionRunnerScript |
true |
JobDefinitionRunnerScript | V8M17 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
JobDefinitionRuntimeLimit
Field | Mandatory | Class | Since Version | |
AdHocAlertSource |
false |
AdHocAlertSource | V8M30 | |
Behavior |
true |
Long | V8M15 | |
CalculatedLimitType |
true |
CalculatedRuntimeLimitType | V8M25 | |
Comment |
false |
String | V8M15 | |
Deprecated |
true |
Long | V8M25 | |
Description |
false |
String | V8M15 | |
ERTPlusOrMinusType |
true |
ERTPlusOrMinusType | V8M25 | |
EventDefinition |
false |
EventDefinition | V8M25 | |
JobDefinition |
true |
JobDefinition | V8M25 | |
KillJob |
true |
Boolean | V8M25 | |
LimitExpression |
false |
String | V90110 | |
LimitType |
true |
RuntimeLimitType | V8M25 | |
LimitValue |
false |
Long | V90110 | |
LLPVersion |
true |
Long | V8M15 | |
MaxMinType |
true |
MaxMinType | V8M25 | |
Name |
true |
String | V8M15 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
JobDefinitionType
Field | Mandatory | Class | Since Version | |
ArrayParameterSupport |
true |
ArrayParameterSupport | Continuous | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
HandlerService |
true |
Service | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
Library |
false |
Library | Continuous | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
SupportedCompletionStrategyCodes |
false |
String | Continuous | |
UniqueId |
true |
Long | V8M15 |
JobDefinitionTypeAction
Field | Mandatory | Class | Since Version | |
ActionSubject |
false |
Subject | V9100 | |
Behavior |
true |
Long | V8M15 | |
Enabled |
true |
Boolean | V9100 | |
JobDefinitionType |
true |
JobDefinitionType | V9100 | |
Library |
true |
Library | V9100 | |
LLPVersion |
true |
Long | V8M15 | |
NumExtraSourceLines |
true |
Long | V9100 | |
Source |
true |
String | V9100 | |
Type |
true |
JobDefinitionTypeActionType | V9100 | |
UniqueId |
true |
Long | V8M15 |
JobDefinitionTypeActionJARCache
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Hash |
false |
String | Continuous | |
JobDefinitionTypeAction |
true |
JobDefinitionTypeAction | V9100 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
JobDefinitionTypeActionJARCacheLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
JobDefinitionTypeActionJARCache |
true |
JobDefinitionTypeActionJARCache | V9100 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
JobDefinitionWaitEvent
Field | Mandatory | Class | Since Version | |
AutoSubmit |
true |
WaitEventSubmitType | V8M15 | |
Behavior |
true |
Long | V8M15 | |
ClearComment |
false |
String | V8M22 | |
ClearsEvent |
true |
Boolean | V8M15 | |
CreatedBySystem |
true |
Boolean | V8M37 | |
EventDefinition |
true |
EventDefinition | V8M15 | |
Expression |
false |
String | V8M33_2 | |
JobDefinition |
true |
JobDefinition | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
TimeWindow |
false |
TimeWindow | V8M33_2 | |
TimeWindowStatus |
true |
TimeWindowStatus | V8M33_2 | |
TimeZone |
false |
TimeZone | V8M33_2 | |
UniqueId |
true |
Long | V8M15 |
JobFile
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CharacterSet |
false |
String | V8M37 | |
FileLastModificationTime |
false |
Date | V8M15 | |
FileName |
true |
String | V8M15 | |
FileOrder |
true |
Long | V8M15 | |
Format |
true |
Format | V8M15 | |
InCommonLogFormat |
true |
Boolean | V8M27 | |
Job |
true |
Job | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M22 | |
OwnerSubject |
false |
Subject | V90200 | |
ProcessServer |
false |
ProcessServer | V8M22 | |
Service |
false |
Service | V8M20 | |
Size |
false |
Long | V8M15 | |
TargetJobFile |
false |
JobFile | V9100 | |
TimeZone |
false |
TimeZone | V8M15 | |
Type |
true |
JobFileType | V8M15 | |
UniqueId |
true |
Long | V8M15 |
JobFileSearch
Field | Mandatory | Class | Since Version | |
BeginLine |
false |
Long | V8M35_1 | |
Behavior |
true |
Long | V8M15 | |
EndLine |
false |
Long | V8M35_1 | |
EntireLine |
false |
Boolean | V8M35_1 | |
Filename |
true |
String | V8M35_1 | |
IgnoreCase |
false |
Boolean | V8M35_1 | |
JobDefinition |
true |
JobDefinition | V8M35_1 | |
JobNote |
false |
Boolean | V8M35_1 | |
LLPVersion |
true |
Long | V8M15 | |
NewJobStatus |
false |
JobStatus | V8M35_1 | |
OutParamExpr |
false |
String | V8M35_1 | |
OutputJobDefinitionParameter |
false |
JobDefinitionParameter | V8M35_1 | |
ProcessingOrder |
true |
Long | V8M35_1 | |
ReturnCode |
false |
Long | V8M35_1 | |
Reverse |
false |
Boolean | V8M35_1 | |
SearchPattern |
true |
String | V8M35_1 | |
Stop |
false |
Boolean | V8M35_1 | |
UniqueId |
true |
Long | V8M15 | |
WildCard |
false |
Boolean | V8M35_1 |
JobGroup
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CalculationStatus |
true |
JobGroupCalculationStatus | V8M30 | |
ChangeOwnerTime |
true |
Date | V9110 | |
CreatedBySubject |
true |
Subject | V9110 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
CurrentPresubmitCount |
true |
Long | V8M40 | |
Deprecated1 |
false |
Long | V8M42 | |
EndDate |
false |
Date | V8M30 | |
EndDateTimeZone |
false |
TimeZone | V8M30 | |
Exclude |
false |
String | V9050 | |
ForcedProcessServer |
false |
ProcessServer | V8M34 | |
HoldOnSubmit |
true |
Boolean | V8M34 | |
JobCount |
true |
Long | V8M30 | |
JobDefinition |
true |
JobDefinition | V8M34 | |
JobTimeZone |
false |
TimeZone | V8M34 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LatestJob |
false |
Job | V8M40 | |
LLPVersion |
true |
Long | V8M15 | |
MaxJobs |
false |
Long | V8M30 | |
MinimumOpenDurationExpression |
false |
String | V9110 | |
MustProcess |
true |
Boolean | V8M15 | |
NextSubmitBaseTime |
false |
Date | V8M34 | |
NumExcludeLines |
true |
Long | V9050 | |
NumExtraMinOpenDurationExprLines |
true |
Long | V9110 | |
NumJobGroupParameters |
true |
Long | V8M34 | |
OwnerSubject |
false |
Subject | V90100 | |
PresubmitCount |
true |
Long | V8M30 | |
Priority |
true |
Long | V8M34 | |
Queue |
true |
Queue | V8M34 | |
RecurrencePattern |
false |
String | V8M15 | |
StartAtValue |
false |
String | V8M15 | |
Status |
true |
JobGroupStatus | V8M30 | |
SubmitFrame |
false |
SubmitFrame | V8M34 | |
TimeWindow |
false |
TimeWindow | V8M34 | |
TimeWindowTimeZone |
false |
TimeZone | V90220 | |
UniqueId |
true |
Long | V8M15 |
JobGroupParameter
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
InValueDate |
false |
Date | V8M34 | |
InValueNumber |
false |
BigDecimal | V8M34 | |
InValueString |
false |
String | V8M34 | |
InValueTimeZone |
false |
TimeZone | V8M34 | |
JobDefinitionParameter |
true |
JobDefinitionParameter | V8M34 | |
JobGroup |
true |
JobGroup | V8M34 | |
LLPVersion |
true |
Long | V8M15 | |
NumJobGroupParameterInLines |
true |
Long | V8M34 | |
NumJobGroupParameterOutLines |
true |
Long | V8M34 | |
OutValueDate |
false |
Date | V8M34 | |
OutValueNumber |
false |
BigDecimal | V8M34 | |
OutValueString |
false |
String | V8M34 | |
OutValueTimeZone |
false |
TimeZone | V8M34 | |
UniqueId |
true |
Long | V8M15 |
JobGroupParameterInLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
JobGroupParameter |
true |
JobGroupParameter | V8M34 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
JobGroupParameterOutLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
JobGroupParameter |
true |
JobGroupParameter | V8M34 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
JobGroupUpdateAction
Field | Mandatory | Class | Since Version | |
ActionType |
true |
JobGroupUpdateActionType | V8M40 | |
AuditSubjectUid |
false |
Long | V8M40 | |
Behavior |
true |
Long | V8M15 | |
JobGroup |
true |
JobGroup | V8M40 | |
LLPVersion |
true |
Long | V8M15 | |
PresubmitCount |
false |
Long | V8M40 | |
UniqueId |
true |
Long | V8M15 |
JobJobLock
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
InUse |
true |
Boolean | V90110 | |
Job |
true |
Job | V8M15 | |
JobLock |
true |
JobLock | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
RequiredCount |
true |
Long | V90110 | |
UniqueId |
true |
Long | V8M15 |
JobLock
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Deprecated1 |
true |
Long | V90110 | |
Deprecated2 |
false |
Long | V90110 | |
Description |
false |
String | V8M15 | |
Held |
true |
Boolean | V90110 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
LockType |
true |
LockType | V90110 | |
MaxCount |
true |
Long | V90110 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
JobLockUsage
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
HeldByJob |
false |
Job | V90150 | |
JobLock |
true |
JobLock | V90150 | |
LLPVersion |
true |
Long | V8M15 | |
TotalInUseCount |
true |
Long | V90150 | |
UniqueId |
true |
Long | V8M15 |
JobNote
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Job |
true |
Job | V8M15 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
OwnerSubject |
false |
Subject | V8M20 | |
Text |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
JobParameter
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
DisplayOrder |
false |
Long | V8M43 | |
InValueDate |
false |
Date | V8M15 | |
InValueNumber |
false |
BigDecimal | V8M15 | |
InValueString |
false |
String | V8M15 | |
InValueTimeZone |
false |
TimeZone | V8M15 | |
Job |
true |
Job | V8M15 | |
JobDefinitionParameter |
true |
JobDefinitionParameter | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
NumJobParameterInLines |
true |
Long | V8M30 | |
NumJobParameterOutLines |
true |
Long | V8M30 | |
OutValueDate |
false |
Date | V8M15 | |
OutValueNumber |
false |
BigDecimal | V8M15 | |
OutValueString |
false |
String | V8M15 | |
OutValueTimeZone |
false |
TimeZone | V8M15 | |
UniqueId |
true |
Long | V8M15 |
JobParameterInLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
JobParameter |
true |
JobParameter | V8M15 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
JobParameterOutLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
JobParameter |
true |
JobParameter | V8M15 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
JobPerformance
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CallStartDelay |
false |
Long | V8M24 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
FinalStatus |
true |
JobStatus | V8M15 | |
JobChainCall |
false |
JobChainCall | V8M24 | |
JobDefinition |
true |
JobDefinition | V8M15 | |
JobId |
false |
Long | V8M35_1 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
LogFileSize |
false |
Long | V8M15 | |
OutputFileSize |
false |
Long | V8M15 | |
RequestedStartTime |
false |
Date | V8M35_1 | |
RunTime |
false |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
JobRaiseEvent
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ErrorCode |
false |
Long | V8M15 | |
Event |
false |
Event | V8M15 | |
EventDefinition |
true |
EventDefinition | V8M15 | |
Expression |
false |
String | V8M33_2 | |
Job |
true |
Job | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
RaiseComment |
true |
String | V8M15 | |
StatusToRaiseOn |
true |
JobStatus | V8M15 | |
TimeWindow |
false |
TimeWindow | V8M33_2 | |
TimeWindowStatus |
true |
TimeWindowStatus | V8M33_2 | |
TimeZone |
false |
TimeZone | V8M33_2 | |
UniqueId |
true |
Long | V8M15 |
JobRuntimeLimit
Field | Mandatory | Class | Since Version | |
AdHocAlertSource |
false |
AdHocAlertSource | V90110 | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
EventDefinition |
false |
EventDefinition | V90110 | |
Job |
true |
Job | V90110 | |
KillJob |
true |
Boolean | V90110 | |
LimitDuration |
false |
Long | V90110 | |
LimitTime |
false |
Date | V90110 | |
LLPVersion |
true |
Long | V8M15 | |
MaxMinType |
true |
MaxMinType | V90110 | |
Name |
true |
String | V8M15 | |
SearchName |
true |
String | V8M15 | |
TimeZone |
false |
TimeZone | V90110 | |
UniqueId |
true |
Long | V8M15 |
JobWaitEvent
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ClearComment |
false |
String | V8M22 | |
ClearsEvent |
true |
Boolean | V8M15 | |
EventDefinition |
true |
EventDefinition | V8M15 | |
Expression |
false |
String | V8M33_2 | |
Job |
true |
Job | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
RaisedEvent |
false |
Event | V8M15 | |
TimeWindow |
false |
TimeWindow | V8M33_2 | |
TimeWindowStatus |
true |
TimeWindowStatus | V8M33_2 | |
TimeZone |
false |
TimeZone | V8M33_2 | |
UniqueId |
true |
Long | V8M15 |
Language
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
SearchName |
true |
String | V8M15 | |
Tag |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
LDAPProfile
Field | Mandatory | Class | Since Version | |
Active |
true |
Boolean | V8M27 | |
AdminRole |
false |
String | V8M27 | |
BAEUserRole |
false |
String | V8M43 | |
BaseDN |
true |
String | V8M27 | |
Behavior |
true |
Long | V8M15 | |
BusinessUserRole |
false |
String | V8M33 | |
Comment |
false |
String | V8M15 | |
ConnectionPassword |
false |
String | V8M27 | |
ConnectionURL |
true |
String | V8M27 | |
ConnectionUserName |
false |
String | V8M27 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Deprecated |
false |
String | V9050 | |
Description |
false |
String | V8M15 | |
GroupMemberField |
false |
String | V8M27 | |
GroupNameField |
false |
String | V8M27 | |
GroupSearchBase |
false |
String | V8M27 | |
GroupSearchExpression |
false |
String | V8M27 | |
Hidden |
true |
Boolean | V90190 | |
IsolationAdminRole |
false |
String | V8M27 | |
ITUserRole |
false |
String | V8M33 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LDAPServerType |
true |
LDAPServerType | V8M27 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ProfileName |
true |
String | V8M27 | |
ScreenReaderRole |
false |
String | V8M27 | |
SearchName |
true |
String | V8M15 | |
SearchScope |
false |
String | V8M27 | |
UniqueId |
true |
Long | V8M15 | |
UserDNExpression |
false |
String | V8M27 | |
UserExactSearchExpression |
false |
String | V8M27 | |
UserMailField |
false |
String | V8M27 | |
UserNameField |
false |
String | V8M27 | |
UserRole |
false |
String | V8M27 | |
UserSearchBase |
false |
String | V8M27 |
Library
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
LibraryJARCache
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Hash |
false |
String | Continuous | |
Library |
true |
Library | V8M26 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
LibraryJARCacheLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
LibraryJARCache |
true |
LibraryJARCache | V8M26 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
LibrarySource
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
FQClassName |
true |
String | V8M26 | |
Library |
true |
Library | V8M26 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
LibrarySourceLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
LibrarySource |
true |
LibrarySource | V8M26 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
LicenseKey
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ContractName |
true |
String | V8M24 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
Value |
true |
String | V8M15 |
MailConnectionSetting
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
MailConnector |
true |
MailConnector | Continuous | |
PropertyName |
true |
String | Continuous | |
PropertyValue |
true |
String | Continuous | |
UniqueId |
true |
Long | V8M15 |
MailConnector
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
DesiredStatus |
true |
ProcessServerStatus | Continuous | |
ErrorFolder |
true |
String | Continuous | |
Hidden |
true |
Boolean | V90190 | |
InboxFolder |
true |
String | Continuous | |
JobDefinition |
true |
JobDefinition | Continuous | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
Password |
false |
String | Continuous | |
PollInterval |
true |
Long | Continuous | |
ProcessedFolder |
true |
String | Continuous | |
Protocol |
true |
MailConnectionProtocol | Continuous | |
SearchName |
true |
String | V8M15 | |
Server |
true |
String | Continuous | |
ServerKey |
false |
String | Continuous | |
ServerSecret |
false |
String | Continuous | |
StartOnStartup |
true |
Boolean | Continuous | |
Status |
true |
ProcessServerStatus | Continuous | |
UniqueId |
true |
Long | V8M15 | |
Username |
true |
String | Continuous |
ModuleState
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M16 | |
State |
false |
String | V8M16 | |
UniqueId |
true |
Long | V8M15 |
MonitorAlertSource
Field | Mandatory | Class | Since Version | |
Address |
false |
String | V8M33 | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
DefaultAlertEscalation |
false |
AlertEscalation | V8M23 | |
Description |
false |
String | V8M15 | |
Enabled |
true |
Boolean | V9090 | |
EscalationExpression |
false |
String | V8M23 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LinkableMonitor | MonitorCheck |
true |
MonitorCheck | V8M30 |
MonitorNode | MonitorNode | V8M30 | ||
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
OperatorMessageExpression |
false |
String | V8M23 | |
OperatorMessageReplyExpression |
false |
String | V8M23 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
TimeWindow |
false |
TimeWindow | V8M25 | |
TimeWindowStatus |
true |
TimeWindowStatus | V8M25 | |
TimeZone |
false |
TimeZone | V8M25 | |
UniqueId |
true |
Long | V8M15 |
MonitorAlertSourceRule
Field | Mandatory | Class | Since Version | |
AlertEscalation |
false |
AlertEscalation | V8M30 | |
Behavior |
true |
Long | V8M15 | |
DelayAmount |
true |
Long | V8M30 | |
DelayUnits |
true |
TimeUnit | V8M30 | |
LLPVersion |
true |
Long | V8M15 | |
MonitorAlertSource |
true |
MonitorAlertSource | V8M30 | |
OperatorMessageExpression |
false |
String | V8M30 | |
ProcessingOrder |
true |
Long | V8M30 | |
Rising |
true |
Boolean | V8M30 | |
Severity |
true |
Long | V8M30 | |
UniqueId |
true |
Long | V8M15 |
MonitorCheck
Field | Mandatory | Class | Since Version | |
ActualSeverity |
false |
Long | V8M15 | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ObjectDefinition |
false |
ObjectDefinition | V8M15 | |
ObjectId |
false |
Long | V8M15 | |
ParentMonitorNode |
false |
MonitorNode | V8M15 | |
PropagationType |
true |
MonitorCheckPropagation | V8M39 | |
RemoteId |
false |
String | V8M15 | |
RemoteSystem |
false |
String | V8M15 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
MonitorCondition
Field | Mandatory | Class | Since Version | |
ActionSubject |
false |
Subject | V8M26 | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
Expression |
false |
String | V8M25 | |
LLPVersion |
true |
Long | V8M15 | |
MonitorCheck |
true |
MonitorCheck | V8M15 | |
Name |
true |
String | V8M15 | |
SearchName |
true |
String | V8M15 | |
Severity |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
MonitorEvent
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
EventDefinition |
true |
EventDefinition | V8M15 | |
LinkableMonitor | MonitorCheck |
true |
MonitorCheck | V8M15 |
MonitorNode | MonitorNode | V8M15 | ||
LLPVersion |
true |
Long | V8M15 | |
Reason |
false |
String | V8M15 | |
Rising |
true |
Boolean | V8M15 | |
Severity |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
MonitorLink
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LinkedLinkableMonitor | LinkedMonitorCheck |
true |
MonitorCheck | V8M15 |
LinkedMonitorNode | MonitorNode | V8M15 | ||
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentMonitorNode |
false |
MonitorNode | V8M15 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
MonitorNode
Field | Mandatory | Class | Since Version | |
ActualSeverity |
false |
Long | V8M15 | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
IsolationGroup |
true |
IsolationGroup | V8M25 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentMonitorNode |
false |
MonitorNode | V8M15 | |
PropagationType |
true |
MonitorNodePropagation | V8M39 | |
RemoteId |
false |
String | V8M15 | |
RemoteSystem |
false |
String | V8M15 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
MonitorValue
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
false |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M32 | |
Description |
false |
String | V8M15 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M32 | |
LLPVersion |
true |
Long | V8M15 | |
MonitorCheck |
true |
MonitorCheck | V8M15 | |
Name |
true |
String | V8M15 | |
ObjectFieldDefinition |
false |
ObjectFieldDefinition | V8M15 | |
SearchName |
true |
String | V8M15 | |
Type |
true |
ParameterType | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
ValueDate |
false |
Date | V8M15 | |
ValueDateTimeZone |
false |
TimeZone | V8M15 | |
ValueNumber |
false |
BigDecimal | V8M15 | |
ValueString |
false |
String | V8M15 |
MonitorValueAggregate
Field | Mandatory | Class | Since Version | |
AggregateType |
true |
Long | V8M33_2 | |
Behavior |
true |
Long | V8M15 | |
End |
true |
Long | V8M33_2 | |
InternalValue |
true |
String | V8M38 | |
LLPVersion |
true |
Long | V8M15 | |
MonitorValue |
true |
MonitorValue | V8M33_2 | |
PeriodType |
true |
Long | V8M38 | |
StandardDeviation |
true |
BigDecimal | V8M38 | |
Start |
true |
Long | V8M33_2 | |
UniqueId |
true |
Long | V8M15 |
NavigationBar
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
OwnerSubject |
true |
Subject | V8M30 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
NavigationBarItem
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
DisplayOrder |
true |
Long | V8M30 | |
IconURL |
false |
String | V8M30 | |
LinkData |
false |
String | V8M30 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
false |
String | V8M30 | |
NavigationBar |
true |
NavigationBar | V8M30 | |
NumItems |
true |
Long | V90150 | |
ParentNavigationBarItem |
false |
NavigationBarItem | V8M30 | |
SearchName |
false |
String | V8M31 | |
Type |
true |
NavigationBarItemType | V8M30 | |
UniqueId |
true |
Long | V8M15 |
ObjectDefinition
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CustomTableName |
false |
String | Continuous | |
LLPVersion |
true |
Long | V8M15 | |
ObjectName |
true |
String | V8M15 | |
SearchName |
false |
String | V8M25 | |
UniqueId |
true |
Long | V8M15 | |
Validity |
true |
Validity | Continuous |
ObjectFieldDefinition
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ColumnLength |
false |
Long | Continuous | |
ColumnPrecision |
false |
Long | Continuous | |
CustomColumnName |
false |
String | Continuous | |
DefaultValue |
false |
String | Continuous | |
FieldName |
true |
String | V8M15 | |
FieldReferenceObjectDefinition |
false |
ObjectDefinition | V8M27 | |
FieldType |
true |
ModelTypes | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Nullable |
true |
Boolean | Continuous | |
ObjectDefinition |
true |
ObjectDefinition | V8M15 | |
ReferencedObjectDefinition |
false |
ObjectDefinition | Continuous | |
ReferencedObjectDefinitionDeleteType |
true |
DeleteType | Continuous | |
Reserved |
false |
String | V8M22 | |
SearchName |
true |
String | V8M27 | |
TimeZoneColumnName |
false |
String | Continuous | |
UniqueId |
true |
Long | V8M15 | |
UpdateTimeZone |
true |
Boolean | Continuous |
ObjectIndex
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Description |
false |
String | Continuous | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | Continuous | |
ObjectDefinition |
true |
ObjectDefinition | Continuous | |
SearchName |
true |
String | Continuous | |
UniqueId |
true |
Long | V8M15 |
ObjectIndexColumn
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ColumnOrder |
true |
Long | Continuous | |
LLPVersion |
true |
Long | V8M15 | |
ObjectFieldDefinition |
true |
ObjectFieldDefinition | Continuous | |
ObjectIndex |
true |
ObjectIndex | Continuous | |
UniqueId |
true |
Long | V8M15 |
ObjectReference
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V90200 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LinkedObjectDefinition |
true |
ObjectDefinition | V90200 | |
LinkedUniqueId |
true |
Long | V90200 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V90200 | |
SearchName |
true |
String | V90200 | |
SourceObjectDefinition |
true |
ObjectDefinition | V90200 | |
SourceUniqueId |
true |
Long | V90200 | |
UniqueId |
true |
Long | V8M15 |
ObjectSearch
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CombineRule |
true |
ObjectSearchCombineRule | V9070 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
CustomCombineRule |
true |
String | V9070 | |
JobDefinition |
true |
JobDefinition | V8M15 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
ResultType |
true |
ObjectSearchResultType | V9070 | |
RowLimit |
false |
Long | V9070 | |
SortRule |
true |
ObjectSearchSortRule | V9070 | |
UniqueId |
true |
Long | V8M15 |
ObjectSearchCondition
Field | Mandatory | Class | Since Version | |
ActionSearch |
true |
Boolean | V9070 | |
Behavior |
true |
Long | V8M15 | |
CommentSearch |
true |
Boolean | V9070 | |
DateOperator |
true |
DateComparisonType | V9070 | |
DescSearch |
true |
Boolean | V9070 | |
EndDate |
false |
Date | V9070 | |
ExtensionPointSearch |
true |
Boolean | V90170 | |
FileEventMoveDirectorySearch |
true |
Boolean | V9070 | |
FileEventSourceSearch |
true |
Boolean | V9070 | |
JobChainDefinitionSearch |
true |
Boolean | V9070 | |
JobDefinitionSearch |
true |
Boolean | V9070 | |
JobSearch |
true |
Boolean | V9070 | |
Label |
true |
String | V9070 | |
LibrarySearch |
true |
Boolean | V9070 | |
LLPVersion |
true |
Long | V8M15 | |
NameSearch |
true |
Boolean | V9070 | |
NumberOperator |
true |
NumberComparisonType | V9070 | |
ObjectDefinition |
false |
Long | V9070 | |
ObjectFieldDefinition |
false |
Long | V9070 | |
ObjectSearch |
true |
ObjectSearch | V9070 | |
Operator |
true |
ObjectSearchOperatorType | V9070 | |
ParameterName |
false |
String | V9070 | |
ParameterValue |
false |
String | V9070 | |
RelatedObjectFieldDefinition |
false |
Long | V9070 | |
SearchBoolean |
false |
Boolean | V9070 | |
SearchFor |
false |
String | V9070 | |
SearchNumber |
false |
BigDecimal | V9070 | |
SearchTimeZone |
false |
TimeZone | V9070 | |
StartDate |
false |
Date | V9070 | |
TriggerSearch |
true |
Boolean | V9070 | |
Type |
true |
ObjectSearchConditionType | V9070 | |
UniqueId |
true |
Long | V8M15 | |
Username |
false |
String | V9070 |
ObjectTag
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
NumExtraValue |
true |
Long | V90220 | |
ObjectDefinition |
true |
ObjectDefinition | V90150 | |
ObjectTagDefinition |
true |
ObjectTagDefinition | V90150 | |
Partition |
true |
Partition | V90150 | |
RefUniqueId |
true |
Long | V90150 | |
UniqueId |
true |
Long | V8M15 | |
Value |
true |
String | V90150 |
ObjectTagDefinition
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ObjectDefinition |
false |
ObjectDefinition | V90150 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
OperatorMessage
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
FirstText |
true |
String | V8M15 | |
IsolationGroup |
true |
IsolationGroup | V8M25 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
NumAdditionalLines |
true |
Long | V8M15 | |
Partition |
false |
Partition | V8M25 | |
RepliedBySubject |
false |
Subject | V8M15 | |
Reply |
false |
String | V8M15 | |
ReplyExpression |
false |
String | V8M15 | |
ReplyStatus |
true |
ReplyStatus | V8M39 | |
ReplyTime |
false |
Date | V8M26 | |
SenderObjectDefinition |
false |
ObjectDefinition | V8M15 | |
SenderObjectDescription |
false |
String | V8M26 | |
SenderObjectUniqueId |
false |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
OperatorMessageDatum
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M30 | |
OperatorMessage |
true |
OperatorMessage | V8M24 | |
SearchName |
true |
String | V8M30 | |
UniqueId |
true |
Long | V8M15 | |
Value |
true |
String | V8M30 |
OperatorMessageLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
OperatorMessage |
true |
OperatorMessage | V8M15 | |
UniqueId |
true |
Long | V8M15 |
OraAppsJobControlRule
Field | Mandatory | Class | Since Version | |
Action |
true |
SynchronizeAction | V8M31_2 | |
Behavior |
true |
Long | V8M15 | |
DefaultQueue |
false |
Queue | V8M31_2 | |
Description |
false |
String | V8M31_2 | |
Enabled |
true |
Boolean | V8M31_2 | |
JobnameMask |
true |
String | V8M31_2 | |
JobnameMaskCaseSensitive |
true |
Boolean | V8M31_2 | |
LLPVersion |
true |
Long | V8M15 | |
OraAppsSystem |
true |
OraAppsSystem | V8M31_2 | |
Priority |
false |
Long | V8M31_2 | |
ProcessingOrder |
true |
Long | V8M31_2 | |
RetrieveJoblog |
true |
Boolean | V8M31_2 | |
RetrieveOutput |
true |
Boolean | V8M31_2 | |
UniqueId |
true |
Long | V8M15 | |
UsernameMask |
true |
String | V8M31_2 |
OraAppsSystem
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Credential |
true |
Long | V8M37 | |
Database |
false |
Database | V9100 | |
DefaultJobTimeZone |
true |
TimeZone | V8M31_2 | |
Deprecated1 |
true |
String | V8M31_2 | |
Deprecated2 |
true |
String | V8M37 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
JobHandlingEnabled |
true |
JobHandlingType | V8M31_2 | |
JobOutputRetrievalProcessServer |
false |
ProcessServer | V8M40 | |
Language |
true |
String | V8M35_1 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
OutputRetrievalType |
true |
OutputRetrievalType | V9100 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
ProcessServer |
true |
ProcessServer | V8M31_2 | |
Queue |
true |
Queue | V8M31_2 | |
SearchName |
true |
String | V8M15 | |
SubmitUserName |
false |
String | V8M37_8 | |
SubmitUserType |
true |
OraAppsSubmitUserType | V8M37_8 | |
UniqueId |
true |
Long | V8M15 |
OracleConnection
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
OracleInstanceId |
true |
Long | V8M40 | |
OracleSessionId |
true |
String | V8M34 | |
OracleUsername |
true |
String | V8M34 | |
PipeNameIn |
true |
String | V8M34 | |
PipeNameOut |
true |
String | V8M34 | |
PrivateLastAccesstime |
true |
Date | V8M34 | |
UniqueId |
true |
Long | V8M15 |
OraOhiSystem
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Database |
false |
Database | V9100 | |
DefaultJobTimeZone |
true |
TimeZone | V8M37 | |
Deprecated1 |
true |
String | V8M37 | |
Deprecated2 |
true |
String | V8M37 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
JobHandlingEnabled |
true |
JobHandlingType | V8M37 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
ProcessServer |
true |
ProcessServer | V8M37 | |
Queue |
true |
Queue | V8M37 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
Partition
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Deprecated1 |
true |
Boolean | V8M15 | |
Description |
false |
String | V8M15 | |
Exportable |
true |
Boolean | V9060 | |
Hidden |
true |
Boolean | V90190 | |
IsolationGroup |
true |
IsolationGroup | V8M15 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
PeopleSoftJobControlRule
Field | Mandatory | Class | Since Version | |
Action |
true |
SynchronizeAction | V8M34 | |
Behavior |
true |
Long | V8M15 | |
DefaultQueue |
false |
Queue | V8M34 | |
Description |
false |
String | V8M34 | |
Enabled |
true |
Boolean | V8M34 | |
JobnameMask |
true |
String | V8M34 | |
JobnameMaskCaseSensitive |
true |
Boolean | V8M34 | |
LLPVersion |
true |
Long | V8M15 | |
PeopleSoftSystem |
true |
PeopleSoftSystem | V8M34 | |
Priority |
false |
Long | V8M34 | |
ProcessingOrder |
true |
Long | V8M34 | |
RetrieveJoblog |
true |
Boolean | V8M34 | |
RetrieveOutput |
true |
Boolean | V8M34 | |
UniqueId |
true |
Long | V8M15 | |
UsernameMask |
true |
String | V8M34 |
PeopleSoftJobOutputLocation
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Description |
false |
String | V8M40 | |
Enabled |
true |
Boolean | V8M40 | |
HostName |
true |
String | V8M40 | |
InstanceName |
true |
String | V8M40 | |
LLPVersion |
true |
Long | V8M15 | |
PeopleSoftSystem |
true |
PeopleSoftSystem | V8M40 | |
Port |
false |
Long | V8M40 | |
ProcessingOrder |
true |
Long | V8M40 | |
Protocol |
true |
String | V8M40 | |
UniqueId |
true |
Long | V8M15 |
PeopleSoftSystem
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
DefaultJobTimeZone |
true |
TimeZone | V8M34 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
J2EEConnectString |
false |
String | V8M34 | |
JobHandlingEnabled |
true |
JobHandlingType | V8M34 | |
JobOutputRetrievalProcessServer |
false |
ProcessServer | V8M40 | |
Language |
true |
String | V8M40 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
ProcessServer |
true |
ProcessServer | V8M34 | |
Queue |
true |
Queue | V8M34 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
UserName |
true |
String | V8M37 |
PeriodFunction
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Classname |
false |
String | V8M26 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
Library |
false |
Library | V8M26 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParameterComment |
false |
String | V8M26 | |
ParameterDefaults |
false |
String | V8M26 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
PeriodFunctionJARCache
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Hash |
false |
String | Continuous | |
LLPVersion |
true |
Long | V8M15 | |
PeriodFunction |
true |
PeriodFunction | V8M26 | |
UniqueId |
true |
Long | V8M15 |
PeriodFunctionJARCacheLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
PeriodFunctionJARCache |
true |
PeriodFunctionJARCache | V8M26 | |
UniqueId |
true |
Long | V8M15 |
PersistenceInternalClusterMasterNaming
Field | Mandatory | Class | Since Version | |
Name |
true |
String | V8M15 | |
Value |
true |
String | V8M15 |
PersistenceInternalClusterNaming
Field | Mandatory | Class | Since Version | |
LastModificationTime |
true |
Long | V8M34 | |
Name |
true |
String | V8M34 | |
RWURL |
true |
String | V8M34 | |
Secret |
true |
String | V8M34 | |
UIURL |
true |
String | V8M34 |
PersistenceInternalErrorHandling
Field | Mandatory | Class | Since Version | |
Code |
true |
String | V8M20_1 | |
Handler |
true |
String | V8M20_1 | |
ProcessingOrder |
true |
Long | V8M20_1 | |
Type |
true |
String | V8M20_1 |
PersistenceInternalLock
Field | Mandatory | Class | Since Version | |
LastLockTime |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
Owner |
true |
String | V8M15 | |
Status |
true |
String | V8M15 |
PersistenceInternalSequence
Field | Mandatory | Class | Since Version | |
Name |
true |
String | V8M15 | |
Value |
true |
Long | V8M15 |
ProcessMonitor
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
Instance |
true |
String | V8M33 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
ProcessMonitorDefinition
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
ProcessMonitorItem
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
DisplayOrder |
true |
Long | V8M33 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
ProcessMonitor |
true |
ProcessMonitor | V8M33 | |
ProgressEnd |
false |
Date | V8M33 | |
ProgressNumber |
false |
Long | V8M33 | |
ProgressNumberMax |
false |
Long | V8M33 | |
ProgressPercentComplete |
false |
Long | V8M33 | |
ProgressStart |
false |
Date | V8M33 | |
ProgressStatus |
false |
JobStatus | V8M33 | |
ProgressText |
false |
String | V8M33 | |
ProgressTimeZone |
false |
TimeZone | V8M33 | |
RelatedObjectDefinition |
false |
ObjectDefinition | V8M33 | |
RelatedObjectUniqueId |
false |
Long | V8M33 | |
SearchName |
true |
String | V8M15 | |
StartCount |
true |
Long | V8M33 | |
Status |
true |
ProcessMonitorItemStatus | V8M33 | |
StatusChanged |
true |
Date | V8M33 | |
Type |
true |
ProcessMonitorItemType | V8M33 | |
UniqueId |
true |
Long | V8M15 |
ProcessMonitorItemDefinition
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
DisplayOrder |
true |
Long | V8M33 | |
InstanceExpression |
false |
String | V8M33 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
ProcessMonitorDefinition |
true |
ProcessMonitorDefinition | V8M33 | |
SearchName |
true |
String | V8M15 | |
SubProcessMonitorDefinition |
false |
ProcessMonitorDefinition | V8M33 | |
Type |
true |
ProcessMonitorItemType | V8M33 | |
UniqueId |
true |
Long | V8M15 |
ProcessMonitorLog
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CreationTime |
true |
Date | V8M33 | |
CreationTimeZone |
false |
TimeZone | V8M33 | |
Description |
true |
String | V8M33 | |
LLPVersion |
true |
Long | V8M15 | |
ProgressEnd |
false |
Date | V8M33 | |
ProgressStart |
true |
Date | V8M33 | |
RelatedObjectId |
true |
Long | V8M33 | |
RelatedObjectName |
true |
String | V8M33 | |
RepliedBySubject |
false |
Subject | V8M33 | |
Reply |
false |
String | V8M33 | |
StartCount |
true |
Long | V8M33 | |
Type |
true |
ProcessMonitorLogType | V8M33 | |
UniqueId |
true |
Long | V8M15 |
ProcessServer
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
DefaultJobTimeZone |
true |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
DesiredStatus |
true |
ProcessServerStatus | V8M15 | |
ExecutionSize |
false |
Long | V8M20_1 | |
Hidden |
true |
Boolean | V90190 | |
Inclusive |
true |
Boolean | V8M20_1 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
LoadThreshold |
false |
Long | V8M25 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
SecureGatewayCandidate |
true |
Boolean | Continuous | |
StartOnStartup |
true |
Boolean | V8M22 | |
Status |
true |
ProcessServerStatus | V8M15 | |
UniqueId |
true |
Long | V8M15 |
ProcessServerAlertSource
Field | Mandatory | Class | Since Version | |
Address |
false |
String | V8M33 | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
DefaultAlertEscalation |
false |
AlertEscalation | V8M23 | |
Description |
false |
String | V8M15 | |
Enabled |
true |
Boolean | V9090 | |
EscalationExpression |
false |
String | V8M23 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NameMatchType |
true |
NameMatchType | V8M32 | |
NamePattern |
true |
String | V8M23 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
OperatorMessageExpression |
false |
String | V8M23 | |
OperatorMessageReplyExpression |
false |
String | V8M23 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
PartitionMatchType |
true |
NameMatchType | V8M32 | |
PartitionPattern |
false |
String | V8M32 | |
SearchName |
true |
String | V8M15 | |
TimeWindow |
false |
TimeWindow | V8M25 | |
TimeWindowStatus |
true |
TimeWindowStatus | V8M25 | |
TimeZone |
false |
TimeZone | V8M25 | |
UniqueId |
true |
Long | V8M15 |
ProcessServerAlertSourceStatus
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
DelayAmount |
true |
Long | V8M30 | |
DelayUnits |
true |
TimeUnit | V8M30 | |
LLPVersion |
true |
Long | V8M15 | |
OperatorMessageExpression |
false |
String | V8M23 | |
ProcessServerAlertSource |
true |
ProcessServerAlertSource | V8M23 | |
Status |
true |
ProcessServerStatus | V8M23 | |
UniqueId |
true |
Long | V8M15 |
ProcessServerCheck
Field | Mandatory | Class | Since Version | |
Address |
false |
String | V8M37 | |
AdHocAlertSource |
false |
AdHocAlertSource | V8M37 | |
Attribute1 |
true |
String | V8M30_2 | |
Attribute2 |
false |
String | V8M30_2 | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
ConditionExpression |
false |
String | V8M30 | |
Data |
false |
String | V8M37 | |
DelayAmount |
true |
Long | V8M37 | |
DelayUnits |
true |
TimeUnit | V8M37 | |
Description |
false |
String | V8M15 | |
Enabled |
true |
Boolean | V8M37 | |
JobDefinition |
false |
JobDefinition | V8M37 | |
LLPVersion |
true |
Long | V8M15 | |
Message |
false |
String | V8M37 | |
Name |
true |
String | V8M15 | |
PollInterval |
true |
Long | V8M30_2 | |
ProcessServer |
true |
ProcessServer | V8M30_2 | |
SearchName |
true |
String | V8M15 | |
Severity |
false |
Long | V8M31 | |
Style |
true |
ProcessServerCheckStyle | V8M30_2 | |
UniqueId |
true |
Long | V8M15 |
ProcessServerCheckLog
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CreationTime |
true |
Date | V8M37 | |
CreationTimeZone |
false |
TimeZone | V8M37 | |
LLPVersion |
true |
Long | V8M15 | |
ProcessServerCheck |
true |
ProcessServerCheck | V8M37 | |
Success |
true |
Boolean | V8M37 | |
UniqueId |
true |
Long | V8M15 |
ProcessServerCheckLogParameter
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M37 | |
ProcessServerCheckLog |
true |
ProcessServerCheckLog | V8M37 | |
UniqueId |
true |
Long | V8M15 | |
Value |
true |
String | V8M37 |
ProcessServerJobDefinitionType
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
JobDefinitionType |
true |
JobDefinitionType | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
ProcessServer |
true |
ProcessServer | V8M15 | |
UniqueId |
true |
Long | V8M15 |
ProcessServerLoadFactor
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Description |
false |
String | V8M25 | |
LLPVersion |
true |
Long | V8M15 | |
MonitorValue |
true |
MonitorValue | V8M25 | |
Multiplier |
true |
Long | V8M25 | |
ProcessServer |
true |
ProcessServer | V8M25 | |
Threshold |
true |
Long | V8M25 | |
UniqueId |
true |
Long | V8M15 |
ProcessServerParameter
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Description |
false |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
ProcessServer |
true |
ProcessServer | V8M15 | |
Type |
true |
ProcessServerParameterType | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
Value |
true |
String | V8M15 |
ProcessServerResource
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
ProcessServer |
true |
ProcessServer | V8M15 | |
Resource |
true |
Resource | V8M15 | |
UniqueId |
true |
Long | V8M15 |
ProcessServerService
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
DesiredStatus |
true |
ProcessServerStatus | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
ProcessServer |
true |
ProcessServer | V8M15 | |
Service |
true |
Service | V8M15 | |
StartOnStartup |
true |
Boolean | V8M22 | |
Status |
true |
ProcessServerStatus | V8M15 | |
UniqueId |
true |
Long | V8M15 |
ProcessServerStatusLog
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CreationTime |
true |
Date | V8M37 | |
CreationTimeZone |
false |
TimeZone | V8M37 | |
LLPVersion |
true |
Long | V8M15 | |
ProcessServer |
true |
ProcessServer | V8M37 | |
Status |
true |
ProcessServerStatus | V8M37 | |
UniqueId |
true |
Long | V8M15 |
PublishApproval
Field | Mandatory | Class | Since Version | |
ApprovalRuleId |
true |
Long | V8M33 | |
ApprovalURL |
true |
String | V8M33 | |
ApproverName |
false |
String | V8M33 | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M33 | |
CreationTime |
true |
Date | V8M33 | |
CreationTimeZone |
false |
TimeZone | V8M33 | |
DocId |
true |
Long | V8M33 | |
DocPath |
true |
String | V8M33 | |
Job |
false |
Job | V8M33 | |
LastModified |
false |
Date | V8M33 | |
LLPVersion |
true |
Long | V8M15 | |
PublicationId |
true |
Long | V8M33 | |
PublishItem |
true |
Long | V8M33 | |
Status |
false |
String | V8M33 | |
UniqueId |
true |
Long | V8M15 | |
VersionId |
true |
Long | V8M33 |
PublishedWebService
Field | Mandatory | Class | Since Version | |
AddJobNote |
true |
Boolean | V8M30 | |
Behavior |
true |
Long | V8M15 | |
BranchedLLPVersion |
true |
Long | V8M30 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
Enabled |
true |
Boolean | V8M30 | |
IsolationGroup |
true |
Long | V8M30 | |
JobDefinition |
true |
JobDefinition | V8M30 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
WSURL |
false |
String | V8M30 |
PublishItem
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
JobDefinition |
true |
JobDefinition | V8M15 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
R2WCatalogAlias |
true |
R2WCatalogAlias | V8M33 | |
ReportName |
true |
String | V8M33 | |
RequireApproval |
true |
Boolean | V8M33 | |
Source |
true |
String | V8M33 | |
UniqueId |
true |
Long | V8M15 |
PublishLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
PublishItem |
true |
PublishItem | V8M33 | |
UniqueId |
true |
Long | V8M15 |
QueryCondition
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
ConditionText |
true |
String | V8M22 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
DisplayOrder |
true |
Long | V8M22 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ObjectDefinition |
true |
ObjectDefinition | V8M22 | |
ObjectFieldDefinition |
false |
ObjectFieldDefinition | V8M22 | |
SearchName |
true |
String | V8M15 | |
Type |
true |
QueryConditionType | V8M22 | |
TypeValue |
false |
String | V8M22 | |
UniqueId |
true |
Long | V8M15 |
QueryConditionValue
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Deprecated1 |
true |
Boolean | V8M22 | |
Deprecated2 |
true |
Boolean | V8M22 | |
Include |
true |
QueryConditionValueInclude | V8M22 | |
LLPVersion |
true |
Long | V8M15 | |
QueryCondition |
true |
QueryCondition | V8M22 | |
QueryFilter |
true |
QueryFilter | V8M22 | |
UniqueId |
true |
Long | V8M15 | |
Value1 |
false |
String | V8M22 | |
Value2 |
false |
String | V8M22 |
QueryFilter
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
DisplayOrder |
true |
Long | V8M22 | |
ExcludeCombiner |
false |
QueryConditionValueCombiner | V8M39 | |
Hidden |
true |
Boolean | V90190 | |
IncludeCombiner |
true |
QueryConditionValueCombiner | V8M39 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ObjectDefinition |
true |
ObjectDefinition | V8M22 | |
OwnerSubject |
false |
Subject | V8M22 | |
ParentApplication |
false |
Application | V8M37 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
Queue
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
ExecutionSize |
false |
Long | V8M15 | |
Held |
true |
Boolean | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
HoldLevel |
false |
Long | V8M15 | |
Inclusive |
true |
Boolean | V8M15 | |
InclusiveConsoleJobs |
true |
Boolean | V8M37 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NextWindowChange |
false |
Date | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
Open |
true |
Boolean | V8M15 | |
Overdue |
true |
Boolean | V8M15 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
QueueTimeZone |
false |
TimeZone | V8M15 | |
SearchName |
true |
String | V8M15 | |
TimeWindow |
false |
TimeWindow | V8M15 | |
UniqueId |
true |
Long | V8M15 |
QueueAlertSource
Field | Mandatory | Class | Since Version | |
Address |
false |
String | V8M33 | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
DefaultAlertEscalation |
false |
AlertEscalation | V8M23 | |
Description |
false |
String | V8M15 | |
Enabled |
true |
Boolean | V9090 | |
EscalationExpression |
false |
String | V8M23 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NamePattern |
true |
String | V8M23 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
OperatorMessageExpression |
false |
String | V8M23 | |
OperatorMessageReplyExpression |
false |
String | V8M23 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
TimeWindow |
false |
TimeWindow | V8M25 | |
TimeWindowStatus |
true |
TimeWindowStatus | V8M25 | |
TimeZone |
false |
TimeZone | V8M25 | |
UniqueId |
true |
Long | V8M15 |
QueueAlertSourceStatus
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
OperatorMessageExpression |
false |
String | V8M23 | |
QueueAlertSource |
true |
QueueAlertSource | V8M23 | |
Status |
true |
QueueStatus | V8M23 | |
UniqueId |
true |
Long | V8M15 |
QueueProvider
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ExecutionSize |
false |
Long | V8M15 | |
Held |
true |
Boolean | V8M15 | |
HoldLevel |
false |
Long | V8M15 | |
Inclusive |
true |
Boolean | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
NextWindowChange |
false |
Date | V8M15 | |
Open |
true |
Boolean | V8M15 | |
ProcessServer |
true |
ProcessServer | V8M15 | |
Queue |
true |
Queue | V8M15 | |
QueueProviderTimeZone |
false |
TimeZone | V8M15 | |
TimeWindow |
false |
TimeWindow | V8M15 | |
UniqueId |
true |
Long | V8M15 |
R2WCatalog
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CatName |
false |
String | V90190 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
Password |
false |
String | V8M33 | |
ProcessServer |
true |
ProcessServer | V8M33 | |
Queue |
true |
Queue | V8M33 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
URL |
true |
String | V8M33 | |
UseCredential |
true |
Boolean | V8M33 | |
Username |
false |
String | V8M33 |
R2WCatalogAlias
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
R2WCatalog |
true |
R2WCatalog | V8M33 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
RegistryEntry
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
NumExtraValueLines |
true |
Long | V9100 | |
OverrideAllowed |
true |
Boolean | V8M15 | |
ParentRegistryEntry |
false |
RegistryEntry | V8M15 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
Value |
false |
String | V8M15 |
RELEntryPoint
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
FQClassName |
true |
String | V8M26 | |
Library |
true |
Library | V8M26 | |
LLPVersion |
true |
Long | V8M15 | |
MethodSignature |
true |
String | V8M26 | |
Name |
true |
String | V8M26 | |
UniqueId |
true |
Long | V8M15 |
RemoteSystem
Field | Mandatory | Class | Since Version | |
AllowRuleSetOverride |
true |
Boolean | V8M40 | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
ImportRuleSet |
false |
ImportRuleSet | V8M40 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Location |
false |
String | V8M40 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
Options |
false |
String | V90160 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
Password |
false |
String | V8M40 | |
PromoteFurtherJobDefinition |
false |
JobDefinition | V9060 | |
PushAcceptorJobDefinition |
false |
JobDefinition | V8M40 | |
PusherJobDefinition |
false |
JobDefinition | V8M43 | |
SearchName |
true |
String | V8M15 | |
Type |
true |
RemoteSystemType | V8M40 | |
UniqueId |
true |
Long | V8M15 | |
Username |
false |
String | V8M40 |
Report
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
JobDefinition |
true |
JobDefinition | V8M15 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
Limit |
false |
Long | V8M26 | |
LLPVersion |
true |
Long | V8M15 | |
NumExtraQueryLines |
true |
Long | V8M40 | |
Query |
false |
String | V8M26 | |
QueryFilter |
false |
QueryFilter | V8M26 | |
ReportQueryType |
true |
ReportQueryType | V8M40 | |
UniqueId |
true |
Long | V8M15 |
ReportColumn
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ColumnFormat |
false |
ReportColumnFormat | V8M40 | |
ColumnOrder |
true |
Long | V8M40 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
Display |
true |
Boolean | V8M40 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
Report |
true |
Report | V8M40 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
Value |
false |
String | V8M40 |
ReportSelection
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
JobDefinitionParameter |
false |
JobDefinitionParameter | V8M40 | |
LeftReportColumn |
true |
ReportColumn | V8M40 | |
LLPVersion |
true |
Long | V8M15 | |
Operation |
true |
ReportSelectionOperation | V8M40 | |
Report |
true |
Report | V8M40 | |
RightReportColumn |
false |
ReportColumn | V8M40 | |
UniqueId |
true |
Long | V8M15 | |
Value |
false |
String | V8M40 |
ReportSort
Field | Mandatory | Class | Since Version | |
Ascending |
true |
Boolean | V8M40 | |
Behavior |
true |
Long | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Report |
true |
Report | V8M40 | |
ReportColumn |
true |
ReportColumn | V8M40 | |
SortOrder |
true |
Long | V8M40 | |
UniqueId |
true |
Long | V8M15 |
Resource
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
RestrictedSchedulerSessionSpecification
Field | Mandatory | Class | Since Version | |
BaseUser |
true |
String | V90180 | |
Behavior |
true |
Long | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Expiry |
true |
Date | V90180 | |
Info |
true |
String | V90180 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Partition |
true |
Partition | V8M25 | |
RemoteUserInfo |
true |
String | V90180 | |
UniqueId |
true |
Long | V8M15 |
RestrictedSchedulerSessionSpecificationEntity
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
EntityUniqueId |
true |
Long | V90180 | |
LLPVersion |
true |
Long | V8M15 | |
ObjectDefinition |
true |
ObjectDefinition | V90180 | |
RestrictedSchedulerSessionSpecification |
true |
RestrictedSchedulerSessionSpecification | V90180 | |
UniqueId |
true |
Long | V8M15 |
SAPAbapProgram
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
SAPLanguage |
true |
String | V8M22 | |
SAPSystem |
true |
SAPSystem | V8M22 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
SAPAbapProgramParameter
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
DbField |
false |
String | V8M23 | |
DefaultValue |
false |
String | V8M23 | |
Description |
false |
String | V8M15 | |
GroupId |
false |
String | V8M23 | |
Hidden |
true |
Boolean | V8M23 | |
Kind |
true |
SAPAbapProgramParameterKind | V8M23 | |
Length |
true |
Long | V8M23 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
Position |
true |
Long | V8M23 | |
Protected |
true |
Boolean | V8M23 | |
Required |
true |
Boolean | V8M23 | |
SAPAbapProgram |
true |
SAPAbapProgram | V8M23 | |
SapType |
true |
SAPAbapProgramParameterType | V8M23 | |
SearchName |
true |
String | V8M15 | |
Type |
true |
String | V8M23 | |
UniqueId |
true |
Long | V8M15 |
SAPAbapVariant
Field | Mandatory | Class | Since Version | |
BackgroundOnly |
true |
Boolean | V8M23 | |
Behavior |
true |
Long | V8M15 | |
ClientNumber |
true |
String | V8M22 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
Protected |
true |
Boolean | V8M23 | |
SAPAbapProgram |
true |
SAPAbapProgram | V8M22 | |
SAPLanguage |
true |
String | V8M22 | |
SearchName |
true |
String | V8M15 | |
System |
true |
Boolean | V8M23 | |
UniqueId |
true |
Long | V8M15 |
SAPAbapVariantParameter
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
High |
false |
String | V8M22 | |
Kind |
true |
String | V8M22 | |
Length |
true |
Long | V8M22 | |
LLPVersion |
true |
Long | V8M15 | |
Low |
false |
String | V8M22 | |
Name |
true |
String | V8M15 | |
Option |
true |
String | V8M22 | |
SAPAbapVariant |
true |
SAPAbapVariant | V8M22 | |
SearchName |
true |
String | V8M15 | |
Sign |
true |
String | V8M22 | |
Type |
true |
String | V8M22 | |
UniqueId |
true |
Long | V8M15 |
SAPAbapVariantParameterValue
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
Kind |
true |
SAPAbapProgramParameterKind | V8M23 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
SAPAbapVariant |
true |
SAPAbapVariant | V8M23 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
Value |
false |
String | V8M23 |
SAPAbapVariantSelopt
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
Kind |
true |
SAPAbapProgramParameterKind | V8M23 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
SAPAbapVariant |
true |
SAPAbapVariant | V8M23 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
SAPAbapVariantSeloptValue
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
High |
false |
String | V8M23 | |
LLPVersion |
true |
Long | V8M15 | |
Low |
false |
String | V8M23 | |
Option |
true |
SAPAbapProgramParameterOption | V8M23 | |
SAPAbapVariantSelopt |
true |
SAPAbapVariantSelopt | V8M23 | |
Sign |
true |
SAPAbapProgramParameterSign | V8M23 | |
UniqueId |
true |
Long | V8M15 |
SAPApplicationServer
Field | Mandatory | Class | Since Version | |
Active |
true |
Boolean | V8M25 | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
Enabled |
true |
Boolean | V8M25 | |
LLPVersion |
true |
Long | V8M15 | |
LoadThreshold |
false |
Long | V8M25 | |
Name |
true |
String | V8M15 | |
NumberOfClassAWorkProcesses |
true |
Long | V8M26 | |
NumberOfWorkProcesses |
true |
Long | V8M26 | |
SAPSystem |
true |
SAPSystem | V8M25 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
SAPApplicationServerGroup
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
SAPSystem |
true |
SAPSystem | V8M26 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
SAPApplicationServerLoadFactor
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Description |
false |
String | V8M25 | |
LLPVersion |
true |
Long | V8M15 | |
MonitorValue |
true |
MonitorValue | V8M25 | |
Multiplier |
true |
Long | V8M25 | |
SAPApplicationServer |
true |
SAPApplicationServer | V8M25 | |
Threshold |
true |
Long | V8M25 | |
UniqueId |
true |
Long | V8M15 |
SAPApplicationServerProvider
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
SAPApplicationServer |
true |
SAPApplicationServer | V8M26 | |
SAPApplicationServerGroup |
true |
SAPApplicationServerGroup | V8M26 | |
UniqueId |
true |
Long | V8M15 |
SAPArchiveDocumentType
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
SAPArchiveObject |
true |
SAPArchiveObject | V8M23 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
SAPArchiveObject
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
SAPSystem |
true |
SAPSystem | V8M23 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
SAPBAEConfiguration
Field | Mandatory | Class | Since Version | |
AuditLevel |
true |
Long | V8M15 | |
Behavior |
true |
Long | V8M15 | |
ClientNumber |
true |
String | V8M15 | |
DefaultScheduler |
true |
Boolean | V8M26 | |
Description |
false |
String | V8M15 | |
Enabled |
true |
Boolean | V8M25 | |
InterfaceVersion |
false |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
MaximumNumberOfRFCConnections |
false |
Long | V8M15 | |
NumberOfRfcServers |
true |
Long | V8M33 | |
Password |
true |
String | V8M15 | |
RFCDestination |
false |
String | V8M33 | |
SAPBAEConnector |
true |
SAPBAEConnector | V8M32 | |
SAPLanguage |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
Username |
true |
String | V8M15 |
SAPBAEConnector
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
ConnectString |
true |
String | V8M32 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
DesiredStatus |
true |
ProcessServerStatus | V8M32 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SAPSystemTimeZone |
true |
TimeZone | V8M32 | |
SearchName |
true |
String | V8M15 | |
StartOnStartup |
true |
Boolean | V8M32 | |
Status |
true |
ProcessServerStatus | V8M32 | |
UniqueId |
true |
Long | V8M15 |
SAPBatchEvent
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
LastSAPModificationTime |
false |
Date | V8M23 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
SAPChangeUser |
false |
String | V8M23 | |
SAPLastModificationTimeZone |
false |
TimeZone | V8M23 | |
SAPSystem |
true |
SAPSystem | V8M23 | |
SearchName |
true |
String | V8M15 | |
SystemEvent |
true |
Boolean | V8M23 | |
UniqueId |
true |
Long | V8M15 |
SAPCalendar
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Description |
false |
String | V8M22 | |
Ident |
true |
String | V8M22 | |
LLPVersion |
true |
Long | V8M15 | |
Month1 |
true |
String | V8M22 | |
Month10 |
true |
String | V8M22 | |
Month11 |
true |
String | V8M22 | |
Month12 |
true |
String | V8M22 | |
Month2 |
true |
String | V8M22 | |
Month3 |
true |
String | V8M22 | |
Month4 |
true |
String | V8M22 | |
Month5 |
true |
String | V8M22 | |
Month6 |
true |
String | V8M22 | |
Month7 |
true |
String | V8M22 | |
Month8 |
true |
String | V8M22 | |
Month9 |
true |
String | V8M22 | |
SAPSystem |
true |
SAPSystem | V8M22 | |
Type |
true |
String | V8M22 | |
UniqueId |
true |
Long | V8M15 | |
Year |
true |
Long | V8M22 |
SAPExternalCommand
Field | Mandatory | Class | Since Version | |
AdditionalParameters |
false |
String | V8M22 | |
Behavior |
true |
Long | V8M15 | |
CheckAll |
false |
String | V8M22 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
IsSapCommand |
false |
String | V8M22 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
OsType |
true |
String | V8M22 | |
Parameters |
false |
String | V8M22 | |
Program |
true |
String | V8M22 | |
SAPLanguage |
true |
String | V8M22 | |
SapPermition |
false |
String | V8M22 | |
SAPSystem |
true |
SAPSystem | V8M22 | |
SearchName |
true |
String | V8M15 | |
TraceOn |
false |
String | V8M22 | |
UniqueId |
true |
Long | V8M15 |
SAPInfoPackage
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
SAPLanguage |
true |
String | V8M22 | |
SAPSystem |
true |
SAPSystem | V8M22 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
SAPInfoPackageGroup
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
SAPSystem |
true |
SAPSystem | V8M23 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
SAPInfoPackageGroupStep
Field | Mandatory | Class | Since Version | |
Active |
true |
Boolean | V8M23 | |
Behavior |
true |
Long | V8M15 | |
CheckBefore |
true |
Boolean | V8M23 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Lnr |
false |
String | V8M23 | |
Name |
true |
String | V8M15 | |
Num |
true |
Long | V8M23 | |
ObjVersion |
false |
String | V8M23 | |
SAPInfoPackageGroup |
true |
SAPInfoPackageGroup | V8M23 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
Wait |
true |
Long | V8M23 |
SAPJ2EEClient
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Description |
false |
String | V8M26 | |
Enabled |
true |
Boolean | V8M26 | |
InterfaceVersion |
false |
String | V8M27 | |
LLPVersion |
true |
Long | V8M15 | |
Password |
true |
String | V8M15 | |
SAPSystem |
true |
SAPSystem | V8M26 | |
Type |
true |
SAPJ2EEClientType | V8M26 | |
UniqueId |
true |
Long | V8M15 | |
Username |
true |
String | V8M15 |
SAPLanguage
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
SAPLanguage |
true |
String | V8M31 | |
SAPSystem |
true |
SAPSystem | V8M31 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
SAPLogError
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ClientNumberMask |
true |
String | V8M22 | |
CreateJobNote |
true |
Boolean | V8M27 | |
Description |
false |
String | V8M22 | |
JobnameMask |
true |
String | V8M22 | |
LLPVersion |
true |
Long | V8M15 | |
MessageID |
true |
String | V8M22 | |
MessageNumber |
true |
String | V8M22 | |
MessageText |
false |
String | V8M27 | |
MessageType |
true |
String | V8M22 | |
ProcessingOrder |
true |
Long | V8M22 | |
ReturnCode |
true |
Long | V8M22 | |
SAPSystem |
true |
SAPSystem | V8M22 | |
UniqueId |
true |
Long | V8M15 | |
UsernameMask |
true |
String | V8M22 |
SAPMassActivity
Field | Mandatory | Class | Since Version | |
AddOnsStructure |
false |
String | V8M25 | |
BasicsStructure |
false |
String | V8M25 | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
JType |
false |
String | V8M25 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
SAPLanguage |
true |
String | V8M25 | |
SAPSystem |
true |
SAPSystem | V8M25 | |
SearchName |
true |
String | V8M15 | |
Transaction |
false |
String | V8M25 | |
UniqueId |
true |
Long | V8M15 |
SAPMassActivityFieldParameter
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
SAPMassActivityLayoutField |
true |
SAPMassActivityLayoutField | V8M25 | |
SAPMassActivityParameterSet |
true |
SAPMassActivityParameterSet | V8M25 | |
ScriptingAllowed |
true |
Boolean | V8M25 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
Value |
false |
String | V8M25 |
SAPMassActivityFieldTable
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
ParentSAPMassActivityFieldTableRow |
false |
SAPMassActivityFieldTableRow | V8M25 | |
SAPMassActivityLayoutField |
true |
SAPMassActivityLayoutField | V8M25 | |
SAPMassActivityParameter |
false |
SAPMassActivityParameter | V8M25 | |
SAPMassActivityParameterSet |
true |
SAPMassActivityParameterSet | V8M25 | |
ScriptingAllowed |
true |
Boolean | V8M25 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
SAPMassActivityFieldTableRow
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Description |
false |
String | V8M26 | |
LLPVersion |
true |
Long | V8M15 | |
RowNumber |
true |
Long | V8M26 | |
SAPMassActivityFieldTable |
true |
SAPMassActivityFieldTable | V8M25 | |
UniqueId |
true |
Long | V8M15 |
SAPMassActivityFieldTableRowValue
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
SAPMassActivityFieldTableRow |
true |
SAPMassActivityFieldTableRow | V8M25 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
Value |
false |
String | V8M25 |
SAPMassActivityLayoutField
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ClientNumber |
true |
String | V8M26 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
LayoutField |
false |
String | V8M25 | |
LayoutTab |
false |
String | V8M25 | |
LayoutTabNr |
false |
Long | V8M25 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
Position |
true |
Long | V8M25 | |
SAPMassActivity |
true |
SAPMassActivity | V8M25 | |
SAPMassActivityParameter |
false |
SAPMassActivityParameter | V8M25 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
SAPMassActivityObject
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
SAPMassActivity |
true |
SAPMassActivity | V8M25 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
SAPMassActivityParameter
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Datatype |
true |
String | V8M25 | |
Description |
false |
String | V8M15 | |
FieldName |
false |
String | V8M25 | |
Length |
true |
Long | V8M25 | |
LLPVersion |
true |
Long | V8M15 | |
Mandatory |
true |
Boolean | V8M25 | |
Name |
true |
String | V8M15 | |
ParentSAPMassActivityParameter |
false |
SAPMassActivityParameter | V8M25 | |
Position |
true |
Long | V8M25 | |
Rollname |
false |
String | V8M25 | |
SAPMassActivityStructure |
true |
SAPMassActivityStructure | V8M25 | |
SearchName |
true |
String | V8M15 | |
StructureName |
true |
String | V8M25 | |
Type |
true |
SAPMassActivityParameterType | V8M25 | |
UniqueId |
true |
Long | V8M15 |
SAPMassActivityParameterSet
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ClientNumber |
true |
String | V8M26 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
SAPMassActivity |
true |
SAPMassActivity | V8M25 | |
ScriptingAllowed |
true |
Boolean | V8M25 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
SAPMassActivityStructure
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
SAPMassActivity |
true |
SAPMassActivity | V8M25 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
SAPNWCallbackParameterMapping
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CPSParameter |
true |
String | V8M25 | |
LLPVersion |
true |
Long | V8M15 | |
SAPNWCallbackVariantDetail |
true |
SAPNWCallbackVariantDetail | V8M25 | |
Scope |
true |
SAPNWCallbackParameterScope | V8M25 | |
UniqueId |
true |
Long | V8M15 | |
URLParameter |
true |
String | V8M25 |
SAPNWCallbackVariant
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
SAPBAEConnector |
true |
SAPBAEConnector | V8M25 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
SAPNWCallbackVariantDetail
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CallbackGroup |
false |
String | V8M25 | |
LLPVersion |
true |
Long | V8M15 | |
SAPLanguage |
true |
String | V8M25 | |
SAPNWCallbackVariant |
true |
SAPNWCallbackVariant | V8M25 | |
Scope |
true |
SAPNWCallbackScope | V8M25 | |
Text |
true |
String | V8M25 | |
UniqueId |
true |
Long | V8M15 | |
URL |
true |
String | V8M25 |
SAPOutputDevice
Field | Mandatory | Class | Since Version | |
AccessMethod |
false |
String | V8M23 | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
DeviceType |
false |
String | V8M23 | |
HostPrinter |
false |
String | V8M23 | |
LLPVersion |
true |
Long | V8M15 | |
Locked |
true |
Boolean | V8M23 | |
Name |
true |
String | V8M15 | |
SAPSystem |
true |
SAPSystem | V8M23 | |
SearchName |
true |
String | V8M15 | |
StatusMessage |
false |
String | V8M23 | |
UniqueId |
true |
Long | V8M15 |
SAPOutputFormat
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
SAPOutputDevice |
true |
SAPOutputDevice | V8M23 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
SAPPIChannel
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ChannelId |
true |
String | V8M27 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
Party |
false |
String | V8M27 | |
SAPSystem |
true |
SAPSystem | V8M27 | |
SearchName |
true |
String | V8M15 | |
Service |
true |
String | V8M27 | |
UniqueId |
true |
Long | V8M15 |
SAPProcessChain
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
SAPLanguage |
true |
String | V8M22 | |
SAPSystem |
true |
SAPSystem | V8M22 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
SAPProcessDefinition
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Deprecated1 |
false |
String | V8M23 | |
Deprecated2 |
true |
Long | V8M23 | |
EventEnd |
false |
String | V8M23 | |
EventEndParameter |
false |
String | V8M23 | |
EventGreen |
false |
String | V8M23 | |
EventGreenParameter |
false |
String | V8M23 | |
EventRed |
false |
String | V8M23 | |
EventRedParameter |
false |
String | V8M23 | |
EventStart |
false |
String | V8M23 | |
EventStartParameter |
false |
String | V8M23 | |
GreenEqualsRed |
true |
Boolean | V8M23 | |
LLPVersion |
true |
Long | V8M15 | |
MaxNumberOfRestarts |
true |
Long | V8M23 | |
OnErrorProcessType |
false |
String | V8M23 | |
OnErrorProcessVariant |
false |
String | V8M23 | |
ProcessType |
false |
String | V8M23 | |
ProcessTypeDescription |
false |
String | V8M23 | |
ProcessVariant |
false |
String | V8M23 | |
ProcessVariantDescription |
false |
String | V8M23 | |
RestartDelay |
true |
Long | V8M24 | |
RestartDelayUnits |
true |
TimeUnit | V8M24 | |
RestartUnchecked |
true |
Boolean | V8M24 | |
SAPProcessChain |
true |
SAPProcessChain | V8M23 | |
UniqueId |
true |
Long | V8M15 |
SAPProcessRestart
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Job |
true |
Job | V8M24 | |
LLPVersion |
true |
Long | V8M15 | |
NumberOfRestarts |
true |
Long | V8M24 | |
SAPProcessDefinition |
true |
SAPProcessDefinition | V8M24 | |
UniqueId |
true |
Long | V8M15 |
SAPRecipient
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ClientNumber |
true |
String | V8M26 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
Owner |
false |
String | V8M26 | |
SAPSystem |
true |
SAPSystem | V8M26 | |
SearchName |
true |
String | V8M15 | |
Type |
true |
SAPRecipientType | V8M26 | |
UniqueId |
true |
Long | V8M15 |
SAPScript
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
JobDefinition |
true |
JobDefinition | V8M15 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
SAPScriptAttribute
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
SAPScript |
true |
SAPScript | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
Value |
true |
String | V8M15 |
SAPSystem
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CcmsJobDefinition |
false |
JobDefinition | V90180 | |
Comment |
false |
String | V8M15 | |
ConnectString |
true |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
DefaultJobTimeZone |
true |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
FailOverSpoolListRetrievalProcessServer |
false |
ProcessServer | Continuous | |
Hidden |
true |
Boolean | V90190 | |
Isolated |
true |
Boolean | V8M26 | |
J2EEConnectString |
false |
String | V8M26 | |
JobHandlingEnabled |
true |
JobHandlingType | V8M15 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
LoadBalancingEnabled |
true |
Boolean | V8M26 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
ProcessServer |
true |
ProcessServer | V8M15 | |
Queue |
true |
Queue | V8M15 | |
SearchName |
true |
String | V8M15 | |
SpoolListRetrievalProcessServer |
false |
ProcessServer | V8M38 | |
UniqueId |
true |
Long | V8M15 |
SAPXAL
Field | Mandatory | Class | Since Version | |
AuditLevel |
true |
Long | V8M15 | |
Behavior |
true |
Long | V8M15 | |
ClientNumber |
true |
String | V8M15 | |
Description |
false |
String | V8M15 | |
Enabled |
true |
Boolean | V8M25 | |
InterfaceVersion |
false |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
MaximumNumberOfRFCConnections |
false |
Long | V8M15 | |
Password |
true |
String | V8M15 | |
SAPLanguage |
true |
String | V8M15 | |
SAPSystem |
true |
SAPSystem | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
Username |
true |
String | V8M15 |
SAPXBP
Field | Mandatory | Class | Since Version | |
AuditLevel |
true |
Long | V8M15 | |
Behavior |
true |
Long | V8M15 | |
ClientNumber |
true |
String | V8M15 | |
DefaultClient |
true |
Boolean | V8M15 | |
Description |
false |
String | V8M15 | |
Enabled |
true |
Boolean | V8M25 | |
InterfaceVersion |
false |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
MaximumNumberOfRFCConnections |
false |
Long | V8M15 | |
Password |
true |
String | V8M15 | |
SAPLanguage |
true |
String | V8M15 | |
SAPSystem |
true |
SAPSystem | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
Username |
true |
String | V8M15 |
SAPXBPEventRule
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Description |
false |
String | V8M15 | |
Enabled |
true |
Boolean | V8M26 | |
EventDefinition |
true |
EventDefinition | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
SAPEventId |
true |
String | V8M15 | |
SAPEventParameter |
true |
String | V8M15 | |
SAPSystem |
true |
SAPSystem | V8M15 | |
UniqueId |
true |
Long | V8M15 |
SAPXBPJobControlRule
Field | Mandatory | Class | Since Version | |
Action |
true |
InterceptAction | V8M15 | |
Behavior |
true |
Long | V8M15 | |
CcmsJobDefinition |
false |
JobDefinition | V90180 | |
ClientNumberMask |
true |
String | V8M15 | |
DefaultQueue |
false |
Queue | V8M15 | |
DefaultSAPApplicationServer |
false |
SAPApplicationServer | V90170 | |
DefaultSAPApplicationServerGroup |
false |
SAPApplicationServerGroup | V90170 | |
Description |
false |
String | V8M15 | |
Enabled |
true |
Boolean | V8M26 | |
IgnoreApplReturnCode |
true |
Boolean | V8M30 | |
JobClass |
true |
String | V8M26 | |
JobnameMask |
true |
String | V8M15 | |
JobnameMaskCaseSensitive |
true |
Boolean | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Priority |
false |
Long | V8M15 | |
ProcessingOrder |
true |
Long | V8M15 | |
RetrieveApplLog |
true |
Boolean | V8M30 | |
RetrieveJoblog |
true |
Boolean | V8M23 | |
RetrieveSpool |
true |
Boolean | V8M23 | |
SAPSystem |
true |
SAPSystem | V8M15 | |
SelectActive |
true |
Boolean | V8M26 | |
SelectCanceled |
true |
Boolean | V8M26 | |
SelectFinished |
true |
Boolean | V8M26 | |
SelectReady |
true |
Boolean | V8M26 | |
SelectReleased |
true |
Boolean | V8M26 | |
SelectScheduled |
true |
Boolean | V8M26 | |
UniqueId |
true |
Long | V8M15 | |
UsernameMask |
true |
String | V8M15 |
SAPXMW
Field | Mandatory | Class | Since Version | |
AuditLevel |
true |
Long | V8M15 | |
Behavior |
true |
Long | V8M15 | |
ClientNumber |
true |
String | V8M15 | |
Description |
false |
String | V8M15 | |
Enabled |
true |
Boolean | V8M25 | |
InterfaceVersion |
false |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
MaximumNumberOfRFCConnections |
false |
Long | V8M15 | |
MonitorRoot |
false |
String | V8M15 | |
Password |
true |
String | V8M15 | |
SAPLanguage |
true |
String | V8M15 | |
SAPSystem |
true |
SAPSystem | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
Username |
true |
String | V8M15 |
Script
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
JobDefinition |
true |
JobDefinition | V8M15 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
Library |
true |
Library | V8M26 | |
LLPVersion |
true |
Long | V8M15 | |
RemoteRunAsUser |
false |
String | V8M31_1 | |
RunAsUser |
false |
String | V8M17 | |
UniqueId |
true |
Long | V8M15 |
ScriptJARCache
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Hash |
false |
String | Continuous | |
LLPVersion |
true |
Long | V8M15 | |
Script |
true |
Script | V8M26 | |
UniqueId |
true |
Long | V8M15 |
ScriptJARCacheLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
ScriptJARCache |
true |
ScriptJARCache | V8M26 | |
UniqueId |
true |
Long | V8M15 |
ScriptSourceLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Script |
true |
Script | V8M17 | |
UniqueId |
true |
Long | V8M15 |
Service
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
ServiceImplementation |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
SoftwareGroup
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
RequiredLicense |
false |
LicensableItem | V90180 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
SoftwareItem
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
FileName |
false |
String | V8M40 | |
HashSha256 |
false |
String | Continuous | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
RequiredLicense |
false |
LicensableItem | V90180 | |
SearchName |
true |
String | V8M15 | |
Size |
true |
Long | V8M25 | |
SoftwareGroup |
true |
SoftwareGroup | V8M25 | |
Timestamp |
false |
Long | V90200 | |
UniqueId |
true |
Long | V8M15 | |
Version |
false |
String | Continuous |
SoftwareItemContentLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
SoftwareItem |
true |
SoftwareItem | V8M25 | |
UniqueId |
true |
Long | V8M15 |
Statistics
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Completed |
false |
Long | V90150 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V90150 | |
Errors |
false |
Long | V90150 | |
Executed |
false |
Long | V90150 | |
JobDefinition |
true |
JobDefinition | V90150 | |
KeyParameters |
false |
String | V90150 | |
LastJob |
false |
Long | V90150 | |
LastModificationTime |
false |
Date | V90150 | |
LastModifierSubject |
false |
Subject | V90150 | |
LLPVersion |
true |
Long | V8M15 | |
MaximumRunTime |
false |
Long | Continuous | |
MinimumRunTime |
false |
Long | Continuous | |
ObjectDefinition |
true |
ObjectDefinition | V8M35_1 | |
PercentCompleted |
false |
BigDecimal | V90150 | |
RefUniqueId |
false |
Long | V90150 | |
SumCallStartDelays |
false |
BigDecimal | V90150 | |
SumLogFileSizes |
false |
BigDecimal | V90150 | |
SumOutFileSizes |
false |
BigDecimal | V90150 | |
SumRuntimes |
false |
BigDecimal | V90150 | |
SumSquaresCallStartDelays |
false |
BigDecimal | V90150 | |
SumSquaresLogFileSizes |
false |
BigDecimal | V90150 | |
SumSquaresOutFileSizes |
false |
BigDecimal | V90150 | |
SumSquaresRuntimes |
false |
BigDecimal | V90150 | |
UniqueId |
true |
Long | V8M15 |
StatisticsSample
Field | Mandatory | Class | Since Version | |
AverageCallStartDelay |
false |
Long | V8M35_1 | |
AverageLogFileSize |
false |
Long | V8M35_1 | |
AverageOutFileSize |
false |
Long | V8M35_1 | |
AverageRunTime |
false |
Long | V8M35_1 | |
Behavior |
true |
Long | V8M15 | |
CallId |
false |
Long | V8M35_1 | |
CallSequenceNumber |
false |
Long | V8M35_1 | |
Completed |
false |
Long | V8M35_1 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
DayOfYear |
false |
Long | V8M35_1 | |
Errors |
false |
Long | V8M35_1 | |
Executed |
false |
Long | V8M35_1 | |
JobDefinitionId |
true |
Long | V8M35_1 | |
LastCompleted |
false |
Long | V8M35_1 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LastNotCompleted |
false |
Long | V8M35_1 | |
LLPVersion |
true |
Long | V8M15 | |
MasterJobDefinitionId |
true |
Long | V8M35_1 | |
ObjectDefinition |
true |
ObjectDefinition | V8M35_1 | |
ObjName |
true |
String | V8M35_1 | |
PercentCompleted |
false |
BigDecimal | V8M35_1 | |
RequestedStartTime |
false |
Date | V8M35_1 | |
SampleDate |
true |
Date | V8M35_1 | |
SampleTimeZone |
false |
TimeZone | V8M35_1 | |
StdDeviationCallDelay |
false |
BigDecimal | V8M35_1 | |
StdDeviationLogFile |
false |
BigDecimal | V8M35_1 | |
StdDeviationOutFile |
false |
BigDecimal | V8M35_1 | |
StdDeviationRuntime |
false |
BigDecimal | V8M35_1 | |
StepId |
false |
Long | V8M35_1 | |
StepSequenceNumber |
false |
Long | V8M35_1 | |
UniqueId |
true |
Long | V8M15 |
Subject
Field | Mandatory | Class | Since Version | |
Active |
true |
Boolean | V8M22 | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Deprecated |
true |
Long | V8M15 | |
Deprecated2 |
false |
Date | V8M34 | |
Description |
false |
String | V8M15 | |
Disabled |
true |
Boolean | V8M35 | |
false |
String | V8M33 | ||
Grantable |
true |
Boolean | V8M15 | |
GrantToable |
true |
Boolean | V8M15 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
MaxAttachmentSize |
false |
Long | V8M33 | |
Name |
true |
String | V8M15 | |
NotificationType |
true |
NotificationType | V8M33 | |
ProxySubject |
false |
Subject | V90190 | |
ProxySubjectEndDate |
false |
Date | Continuous | |
ProxySubjectStartDate |
false |
Date | Continuous | |
RemoteName |
false |
String | V8M15 | |
ScreenReader |
true |
Boolean | Continuous | |
SearchDescription |
false |
String | V8M37 | |
SearchEmail |
false |
String | V90160 | |
SearchName |
true |
String | V8M15 | |
SuperReader |
true |
Boolean | V8M26 | |
Type |
true |
SubjectType | V8M15 | |
UniqueId |
true |
Long | V8M15 |
SubjectGlobalPrivilegeGrant
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Exportable |
true |
Boolean | V8M25 | |
Grantable |
true |
Boolean | V8M25 | |
GrantedGlobalPrivilege |
true |
GlobalPrivilege | V8M25 | |
GranteeSubject |
true |
Subject | V8M15 | |
GrantorSubject |
false |
Subject | V8M15 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
SubjectIsolationGroup
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
IsolationGroup |
true |
IsolationGroup | V8M25 | |
LLPVersion |
true |
Long | V8M15 | |
Subject |
true |
Subject | V8M25 | |
UniqueId |
true |
Long | V8M15 |
SubjectObjectPrivilegeGrant
Field | Mandatory | Class | Since Version | |
AutomaticGrant |
false |
Long | V8M25 | |
Behavior |
true |
Long | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Deprecated1 |
true |
Boolean | V8M15 | |
Deprecated2 |
true |
Long | V8M15 | |
Exportable |
true |
Boolean | V8M25 | |
GranteeSubject |
true |
Subject | V8M15 | |
GrantorSubject |
false |
Subject | V8M15 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
ObjectDefinition |
true |
ObjectDefinition | V8M15 | |
ObjectUniqueId |
true |
Long | V8M15 | |
PrivilegeDeleteGrantable |
true |
Boolean | V8M25 | |
PrivilegeDeleteGranted |
true |
Boolean | V8M25 | |
PrivilegeEditGrantable |
true |
Boolean | V8M25 | |
PrivilegeEditGranted |
true |
Boolean | V8M25 | |
PrivilegeExtra1Grantable |
true |
Boolean | V8M25 | |
PrivilegeExtra1Granted |
true |
Boolean | V8M25 | |
PrivilegeExtra2Grantable |
true |
Boolean | V8M25 | |
PrivilegeExtra2Granted |
true |
Boolean | V8M25 | |
PrivilegeExtra3Grantable |
true |
Boolean | V8M25 | |
PrivilegeExtra3Granted |
true |
Boolean | V8M25 | |
PrivilegeExtra4Grantable |
true |
Boolean | V8M25 | |
PrivilegeExtra4Granted |
true |
Boolean | V8M25 | |
PrivilegeExtra5Grantable |
true |
Boolean | V8M25 | |
PrivilegeExtra5Granted |
true |
Boolean | V8M25 | |
PrivilegeViewGrantable |
true |
Boolean | V8M25 | |
PrivilegeViewGranted |
true |
Boolean | V8M25 | |
UniqueId |
true |
Long | V8M15 |
SubjectObjectTypePrivilegeGrant
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Deprecated1 |
true |
Boolean | V8M15 | |
Deprecated2 |
true |
Long | V8M15 | |
Exportable |
true |
Boolean | V8M25 | |
GranteeSubject |
true |
Subject | V8M15 | |
GrantorSubject |
false |
Subject | V8M15 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
Level |
true |
GrantLevel | V8M25 | |
LLPVersion |
true |
Long | V8M15 | |
ObjectDefinition |
true |
ObjectDefinition | V8M15 | |
PartitionOrIsolationGroupUniqueId |
true |
Long | V8M25 | |
PrivilegeCreateGrantable |
true |
Boolean | V8M25 | |
PrivilegeCreateGranted |
true |
Boolean | V8M25 | |
PrivilegeDeleteGrantable |
true |
Boolean | V8M25 | |
PrivilegeDeleteGranted |
true |
Boolean | V8M25 | |
PrivilegeEditGrantable |
true |
Boolean | V8M25 | |
PrivilegeEditGranted |
true |
Boolean | V8M25 | |
PrivilegeExtra1Grantable |
true |
Boolean | V8M25 | |
PrivilegeExtra1Granted |
true |
Boolean | V8M25 | |
PrivilegeExtra2Grantable |
true |
Boolean | V8M25 | |
PrivilegeExtra2Granted |
true |
Boolean | V8M25 | |
PrivilegeExtra3Grantable |
true |
Boolean | V8M25 | |
PrivilegeExtra3Granted |
true |
Boolean | V8M25 | |
PrivilegeExtra4Grantable |
true |
Boolean | V8M25 | |
PrivilegeExtra4Granted |
true |
Boolean | V8M25 | |
PrivilegeExtra5Grantable |
true |
Boolean | V8M25 | |
PrivilegeExtra5Granted |
true |
Boolean | V8M25 | |
PrivilegeViewGrantable |
true |
Boolean | V8M25 | |
PrivilegeViewGranted |
true |
Boolean | V8M25 | |
UniqueId |
true |
Long | V8M15 |
SubjectRoleGrant
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Exportable |
true |
Boolean | V8M25 | |
Grantable |
true |
Boolean | V8M15 | |
GrantedSubject |
true |
Subject | V8M15 | |
GranteeSubject |
true |
Subject | V8M15 | |
GrantorSubject |
false |
Subject | V8M15 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
SubjectRoleGrantExpanded
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
GrantedSubject |
true |
Subject | V8M15 | |
GranteeSubject |
true |
Subject | V8M15 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
SubmitFrame
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
EndDate |
false |
Date | V8M30 | |
EndDateTimeZone |
false |
TimeZone | V8M30 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
SubmitTime |
true |
Boolean | V8M30 | |
UniqueId |
true |
Long | V8M15 |
SubmitFrameElement
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Description |
false |
String | V8M22 | |
DuringTimeWindow |
false |
TimeWindow | V8M15 | |
EveryNumberOf |
false |
Long | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
MustFitTimeWindow |
true |
Boolean | V8M15 | |
PreM29NoLongerUsedEveryNumberOf |
true |
Long | V8M29 | |
PreM29NoLongerUsedUnit |
true |
TimeUnit | V8M29 | |
PreserveTimes |
true |
Boolean | V8M43 | |
StartTime |
false |
Long | V8M25 | |
StartTimeZone |
false |
TimeZone | V8M29 | |
SubmitFrame |
true |
SubmitFrame | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
Unit |
false |
TimeUnit | V8M15 |
Table
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
ImportMode |
true |
TableImportMode | V8M24 | |
InMemory |
true |
Boolean | V9030 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
NumTableValues |
true |
Long | V90180 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
TableDefinition |
true |
TableDefinition | V8M24 | |
UniqueId |
true |
Long | V8M15 |
TableDefinition
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
TableDefinitionColumn
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ColumnName |
true |
String | V8M24 | |
Comment |
false |
String | Continuous | |
DataLength |
false |
Long | Continuous | |
DataType |
true |
ParameterType | V8M24 | |
DefaultValue |
false |
String | Continuous | |
Description |
false |
String | Continuous | |
DisplayOrder |
true |
Long | V8M24 | |
LLPVersion |
true |
Long | V8M15 | |
Nullable |
true |
Boolean | V8M24 | |
NumExtraSimpleConstraintDataLines |
true |
Long | Continuous | |
Password |
true |
Boolean | Continuous | |
SearchColumnName |
true |
String | V8M24 | |
SimpleConstraintData |
false |
String | Continuous | |
SimpleConstraintMessage |
false |
String | Continuous | |
SimpleConstraintOptional |
true |
Boolean | Continuous | |
SimpleConstraintSort |
true |
SimpleConstraintSort | Continuous | |
SimpleConstraintType |
true |
SimpleConstraintType | Continuous | |
TableDefinition |
true |
TableDefinition | V8M24 | |
UniqueId |
true |
Long | V8M15 |
TableDefinitionConstraint
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | Continuous | |
ConstraintDefinition |
true |
ConstraintDefinition | Continuous | |
Description |
false |
String | Continuous | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | Continuous | |
TableDefinition |
true |
TableDefinition | Continuous | |
UniqueId |
true |
Long | V8M15 |
TableDefinitionConstraintParameterMapping
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
ParameterName |
true |
String | Continuous | |
TableDefinitionConstraint |
true |
TableDefinitionConstraint | Continuous | |
UniqueId |
true |
Long | V8M15 | |
Value |
true |
String | Continuous |
TableValue
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
ColumnName |
true |
String | V8M24 | |
ColumnValue |
false |
String | V8M35_1 | |
DeprecatedColumnValue |
true |
String | V8M24 | |
DisplayOrder |
true |
Long | V8M35_1 | |
Key |
true |
String | V8M24 | |
LLPVersion |
true |
Long | V8M15 | |
SearchColumnName |
true |
String | V8M24 | |
SearchKey |
true |
String | V8M24 | |
Table |
true |
Table | V8M24 | |
UniqueId |
true |
Long | V8M15 |
TemporaryObject
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Job |
true |
Job | V90190 | |
LinkedObjectDefinition |
true |
ObjectDefinition | V90190 | |
LinkedUniqueId |
true |
Long | V90190 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
TimeWindow
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
DayShiftCalendarTimeWindow |
false |
TimeWindow | V8M25 | |
DayShiftOffset |
false |
Long | V8M25 | |
Description |
false |
String | V8M15 | |
DisabledDuringTimeWindow |
false |
TimeWindow | V8M15 | |
EnabledDuringTimeWindow |
false |
TimeWindow | V8M15 | |
EnabledOrShiftCalendarTimeWindow |
false |
TimeWindow | V8M25 | |
Hidden |
true |
Boolean | V90190 | |
IsCalendar |
true |
Boolean | V8M25 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
SubmitTime |
true |
Boolean | V8M30 | |
TimeZone |
false |
TimeZone | V8M15 | |
UniqueId |
true |
Long | V8M15 |
TimeWindowElement
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
DateFrom |
false |
Date | V8M15 | |
DateFromTimeZone |
false |
TimeZone | V8M15 | |
DateTo |
false |
Date | V8M15 | |
DateToTimeZone |
false |
TimeZone | V8M15 | |
DayFrom |
false |
Long | V8M15 | |
DayShift |
false |
Long | V8M25 | |
DayTo |
false |
Long | V8M15 | |
Description |
false |
String | V8M22 | |
DisabledDuringTimeWindow |
false |
TimeWindow | V8M15 | |
EnabledDuringTimeWindow |
false |
TimeWindow | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
MonthFrom |
false |
Long | V8M15 | |
MonthTo |
false |
Long | V8M15 | |
OffsetTimeOfDay |
false |
Long | V8M15 | |
Parameters |
false |
String | V8M15 | |
PeriodFunction |
false |
PeriodFunction | V8M15 | |
TimeOfDayFrom |
false |
Long | V8M15 | |
TimeOfDayTo |
false |
Long | V8M15 | |
TimeWindow |
true |
TimeWindow | V8M15 | |
TimeZone |
false |
TimeZone | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
WeekdayFrom |
false |
Long | V8M15 | |
WeekdayTo |
false |
Long | V8M15 | |
WeekFrom |
false |
Long | V8M15 | |
WeekTo |
false |
Long | V8M15 |
TimeZone
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
OlsonName |
true |
String | V8M15 | |
SearchName |
true |
String | V8M15 | |
ShowInList |
true |
Boolean | V8M29 | |
UniqueId |
true |
Long | V8M15 |
Translation
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
InternalTranslation |
true |
String | V8M15 | |
Language |
true |
Language | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
TranslationKey |
true |
TranslationKey | V8M15 | |
UniqueId |
true |
Long | V8M15 |
TranslationKey
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Key |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 |
Trigger
Field | Mandatory | Class | Since Version | |
ActionSubject |
false |
Subject | V8M26 | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Description |
false |
String | V8M15 | |
Enabled |
true |
Boolean | V8M26 | |
ExecutionOrder |
true |
Long | V8M26 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
Library |
true |
Library | V8M26 | |
LLPVersion |
true |
Long | V8M15 | |
LogLevel |
true |
LogLevel | V90150 | |
MaxBackupFiles |
true |
Long | V90150 | |
MaxLogSize |
true |
Long | V90150 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
ParentApplication |
false |
Application | V8M15 | |
Partition |
true |
Partition | V8M15 | |
SearchName |
true |
String | V8M15 | |
TriggerPoint |
true |
TriggerPoint | V8M26 | |
UniqueId |
true |
Long | V8M15 |
TriggerJARCache
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Hash |
false |
String | Continuous | |
LLPVersion |
true |
Long | V8M15 | |
Trigger |
true |
Trigger | V8M26 | |
UniqueId |
true |
Long | V8M15 |
TriggerJARCacheLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
TriggerJARCache |
true |
TriggerJARCache | V8M26 | |
UniqueId |
true |
Long | V8M15 |
TriggerSource
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
FQClassName |
true |
String | V8M26 | |
LLPVersion |
true |
Long | V8M15 | |
Trigger |
true |
Trigger | V8M26 | |
UniqueId |
true |
Long | V8M15 |
TriggerSourceLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
TriggerSource |
true |
TriggerSource | V8M26 | |
UniqueId |
true |
Long | V8M15 |
UpdateFutureJobAction
Field | Mandatory | Class | Since Version | |
ActionType |
true |
UpdateFutureJobActionType | V8M40 | |
Behavior |
true |
Long | V8M15 | |
JobDefinitionId |
false |
Long | V8M40 | |
JobId |
false |
Long | V8M40 | |
LLPVersion |
true |
Long | V8M15 | |
SubjectUid |
false |
Long | V8M40 | |
UniqueId |
true |
Long | V8M15 |
UsageData
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Data |
true |
String | V90140 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
NumExtraDataLines |
true |
Long | V90140 | |
TransactionId |
false |
Long | V90140 | |
UniqueId |
true |
Long | V8M15 |
UsageDataExtraLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
UsageData |
true |
UsageData | V90140 |
UserMessage
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
Job |
false |
Job | V8M33 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
NumAdditionalLines |
true |
Long | V8M33 | |
Partition |
true |
Partition | V8M25 | |
RepliedSubject |
false |
Subject | V8M33 | |
ReplyComment |
false |
String | V8M33 | |
ReplyTime |
false |
Date | V8M33 | |
Status |
true |
ProcessMonitorItemStatus | V8M33 | |
UniqueId |
true |
Long | V8M15 | |
UserMessageDefinition |
false |
UserMessageDefinition | V8M33 | |
UserMessageDefinitionResponse |
false |
UserMessageDefinitionResponse | V8M33 |
UserMessageAttachment
Field | Mandatory | Class | Since Version | |
AttachmentReferenceId |
false |
Long | V8M33 | |
AttachmentType |
true |
UserMessageAttachmentType | V8M33 | |
AttachToNotification |
true |
Boolean | V8M33 | |
Behavior |
true |
Long | V8M15 | |
Description |
true |
String | V8M33 | |
Link |
true |
String | V8M33 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
UserMessage |
true |
UserMessage | V8M33 |
UserMessageDefinition
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
JobDefinition |
true |
JobDefinition | V8M15 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
NotifyMethod |
true |
UserMessageNotificationMethod | V90190 | |
NumAdditionalLines |
true |
Long | V8M33 | |
UniqueId |
true |
Long | V8M15 |
UserMessageDefinitionAttachment
Field | Mandatory | Class | Since Version | |
AttachToNotification |
true |
Boolean | V8M33 | |
Behavior |
true |
Long | V8M15 | |
Description |
true |
String | V8M33 | |
LLPVersion |
true |
Long | V8M15 | |
Specification |
true |
String | V8M33 | |
UniqueId |
true |
Long | V8M15 | |
UserMessageDefinition |
true |
UserMessageDefinition | V8M33 |
UserMessageDefinitionLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
UserMessageDefinition |
true |
UserMessageDefinition | V8M33 |
UserMessageDefinitionParticipant
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M33 | |
Type |
true |
SubjectType | V8M33 | |
UniqueId |
true |
Long | V8M15 | |
UserMessageDefinition |
true |
UserMessageDefinition | V8M33 |
UserMessageDefinitionResponse
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
Description |
false |
String | V8M15 | |
GoToStep |
false |
String | V8M33 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M15 | |
ReplyRequired |
true |
Boolean | Continuous | |
ReturnCode |
true |
Long | V8M33 | |
SearchName |
true |
String | V8M15 | |
Status |
true |
JobStatus | V8M33 | |
UniqueId |
true |
Long | V8M15 | |
UserMessageDefinition |
true |
UserMessageDefinition | V8M33 |
UserMessageHistory
Field | Mandatory | Class | Since Version | |
Action |
true |
UserMessageFlowAction | V8M33 | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M33 | |
CreationTime |
false |
Date | V8M33 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
ReceiverSubject |
true |
Subject | V8M33 | |
SenderSubject |
false |
Subject | V8M33 | |
UniqueId |
true |
Long | V8M15 | |
UserMessage |
true |
UserMessage | V8M33 |
UserMessageLine
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
LineNumber |
true |
Long | V8M15 | |
LineText |
true |
String | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
UserMessage |
true |
UserMessage | V8M33 |
UserMessageParticipant
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
Name |
true |
String | V8M33_2 | |
Type |
true |
SubjectType | V8M33_2 | |
UniqueId |
true |
Long | V8M15 | |
UserMessage |
true |
UserMessage | V8M33_2 |
VisualizationAlert
Field | Mandatory | Class | Since Version | |
Animated |
true |
Boolean | V8M33_2 | |
AnimationTime |
true |
Long | V8M33_2 | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
DefaultFontSize |
true |
Long | V8M33_2 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
LogCategories |
true |
String | V8M33_2 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
OwnerSubject |
true |
Subject | V8M33_2 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
VisualizationAlertSource
Field | Mandatory | Class | Since Version | |
AlertSource | AdHocAlertSource |
true |
AdHocAlertSource | V8M33_2 |
JobDefinitionAlertSource | JobDefinitionAlertSource | V8M33_2 | ||
MonitorAlertSource | MonitorAlertSource | V8M33_2 | ||
ProcessServerAlertSource | ProcessServerAlertSource | V8M33_2 | ||
QueueAlertSource | QueueAlertSource | V8M33_2 | ||
Behavior |
true |
Long | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
UniqueId |
true |
Long | V8M15 | |
Visible |
true |
Boolean | V8M33_2 | |
VisualizationAlert |
true |
VisualizationAlert | V8M33_2 |
VisualizationProcessServerQueue
Field | Mandatory | Class | Since Version | |
Animated |
true |
Boolean | V8M33_2 | |
AnimationTime |
true |
Long | V8M33_2 | |
BackgroundDocument |
false |
Document | V8M33_2 | |
Behavior |
true |
Long | V8M15 | |
Comment |
false |
String | V8M15 | |
CreationTime |
true |
Date | V8M15 | |
CreationTimeZone |
false |
TimeZone | V8M15 | |
DefaultFontSize |
true |
Long | V8M33_2 | |
Description |
false |
String | V8M15 | |
Hidden |
true |
Boolean | V90190 | |
LastModificationTime |
false |
Date | V8M15 | |
LastModifierSubject |
false |
Subject | V8M15 | |
LLPVersion |
true |
Long | V8M15 | |
LogCategories |
true |
String | V8M33_2 | |
Name |
true |
String | V8M15 | |
NumExtraCommentLines |
true |
Long | V8M40 | |
OwnerSubject |
true |
Subject | V8M33_2 | |
SearchName |
true |
String | V8M15 | |
UniqueId |
true |
Long | V8M15 |
VisualizationPSQProcessServer
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
LeftPosition |
false |
BigDecimal | V8M33_2 | |
LLPVersion |
true |
Long | V8M15 | |
MaxLoad |
true |
BigDecimal | V8M33_2 | |
ProcessServer |
true |
ProcessServer | V8M33_2 | |
TopPosition |
false |
BigDecimal | V8M33_2 | |
UniqueId |
true |
Long | V8M15 | |
Visible |
true |
Boolean | V8M33_2 | |
VisualizationProcessServerQueue |
true |
VisualizationProcessServerQueue | V8M33_2 |
VisualizationPSQQueue
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
LeftPosition |
false |
BigDecimal | V8M33_2 | |
LLPVersion |
true |
Long | V8M15 | |
Queue |
true |
Queue | V8M33_2 | |
TopPosition |
false |
BigDecimal | V8M33_2 | |
UniqueId |
true |
Long | V8M15 | |
Visible |
true |
Boolean | V8M33_2 | |
VisualizationProcessServerQueue |
true |
VisualizationProcessServerQueue | V8M33_2 |
VisualizationPSQText
Field | Mandatory | Class | Since Version | |
Behavior |
true |
Long | V8M15 | |
FontSize |
true |
VisualizationFontSize | V8M33_2 | |
LeftPosition |
false |
BigDecimal | V8M33_2 | |
LLPVersion |
true |
Long | V8M15 | |
Text |
true |
String | V8M33_2 | |
TopPosition |
false |
BigDecimal | V8M33_2 | |
UniqueId |
true |
Long | V8M15 | |
Visible |
true |
Boolean | V8M33_2 | |
VisualizationProcessServerQueue |
true |
VisualizationProcessServerQueue | V8M33_2 | |
Width |
false |
BigDecimal | V8M33_2 |
Enumerations
ActionWorkStatus
Value | Code | Description |
NotStarted |
N |
The action has not been started. |
Started |
S |
The action has been started. |
ActionWorkType
Value | Code | Description | LogFileName |
OnChangeAction |
s |
Work for an on-change action. | "stdonchange.log" |
PreRunningAction |
S |
Work for a pre-running action. | "stdprerunning.log" |
PostRunningAction |
C |
Work for a post-running action. | "stdpostrunning.log" |
JobDefinitionAlertAction |
J |
Work for a process definition alert action. | "stdalert.log" |
EscalationAction |
E |
Escalate an alert. | "stdescalation.log" |
ProcessServerAlertAction |
P |
Work for a process server alert action. | "stdpsalert.log" |
RuntimeExpirationAction |
R |
Work for a running action. | "stdruntimeexp.log" |
QueueAlertAction |
Q |
Work for a queue alert action. | "stdqalert.log" |
ResendAlertAction |
r |
Work for an alert failure resend action. | "stdralert.log" |
AlertEscalationPostAction |
e |
Work for an AlertEscalationAction to perform after an alert has been escalated . | "stdalertescalation.log" |
AlertSourcePostAction |
a |
Work for an AlertSourceAction to perform after a AlertSourceAlert alert has been performed. | "stdalertactionlog" |
OperatorMessageAction |
o |
Work for an operator message | "stdopmsgactionlog" |
MonitorAlertAction |
M |
Work for a monitor alert action. | "stdalert.log" |
RescheduleJobGroupAction |
G |
Reschedule a recurrence in a separate work action. | "stdreschedule.log" |
RestartJobAction |
j |
Reschedule a recurrence in a separate work action. | "stdrestart.log" |
UserMessageNotificationAction |
n |
Work for a user message notification action. | "stdnotify.log" |
VisualizationUpdateAction |
V |
Work for a Visualization update action. | "stdnotify.log" |
RunProcessServerCheckAction |
p |
Work that will run ProcessServerCheck and react appropriately to failures. | "stdpscheck.log" |
EventComponentCheckAction |
T |
Work that will run and check for process that was handled by EventComponent and asked to be placed into special HELD state. This will release the process when needed. | "stdeventcompcheck.log" |
TimeWindowChangeAction |
W |
Update processes and queues that use a changed time window. | "stdtimewindowchange.log" |
UpdateFutureJobAction |
U |
Update processes after a Process Definition change. | "stdupdatefuturejobschange.log" |
ProcessServerRestartAction |
z |
Restart a process server with a timeout. | "stdprocessserverrestart.log" |
CleanUpJobFileAction |
c |
Work to clean up files. | "stdcleanupjobfile.log" |
CredentialTraceAction |
t |
Credential tracing not done in another action | "stdcredential.log" |
FinalizeSleepJobAction |
F |
Finalize Sleep jobs | "stdsleep.log" |
AlertEscalationActionType
Value | Code | Description |
PostAlert |
p |
After the alert escalation was raised. |
AlertingBehavior
Value | Code | Description |
Standard |
S |
Standard |
ChainOnly |
C |
Chain Only |
StepsOnly |
T |
Steps Only |
ChainAndSteps |
H |
Chain and Steps |
JobsOnly |
J |
Processes Only |
ChainAndJobs |
I |
Chain and Processes |
StepsAndJobs |
O |
Steps and Processes |
ChainStepsAndJobs |
A |
Chain, Steps and Processes |
AlertSourceActionType
Value | Code | Description |
PostAlert |
p |
After the alert was raised. |
AlertStatus
Value | Code | Description |
NotAcknowledged |
N |
The alert has not been acknowledged. |
Acknowledged |
A |
The alert has been acknowledged. |
Escalated |
E |
The alert has been escalated. |
Resent |
R |
The alert has been resent. |
ApplicationMatch
Value | Code | Description |
AllObjects |
A |
Match all objects including objects without an application. |
ExactApplication |
E |
Matches an exact Application. |
NoApplication |
N |
Matches results with no Application set. |
AnyObjectInAnApplication |
a |
Match any object in an Application. |
SubApplications |
s |
Matches result with the matching Application or any of it child applications. |
ArrayParameterSupport
Value | Code | Description |
None |
N |
Array parameters are not supported. |
In |
I |
Array parameters are supported for incoming parameters only. |
Out |
O |
Array parameters are supported for outgoing parameters only. |
Both |
B |
Array parameters are supported for incoming as well as outgoing parameters. |
AuditLevel
Value | Code | Description |
DiffOnly |
1 |
The first level audit log that stores only the changes to the object. |
FullAudit |
2 |
The second level audit log that allows restoration of the object. |
AuditNameMatchType
Value | Code | Description | NameMatches |
RegExCaseSensitive |
R |
Match using a regular expression | NameMatchTypeHelper::regExCaseSensitiveMatch |
RegExCaseInsensitive |
r |
Match using a case insensitive regular expression | NameMatchTypeHelper::regExCaseInsensitiveMatch |
GlobCaseSensitive |
G |
Match using a case sensitive Glob expression. | NameMatchTypeHelper::globCaseSensitiveMatch |
GlobCaseInsensitive |
g |
Match using a case insensitive Glob expression. | NameMatchTypeHelper::globCaseInsensitiveMatch |
ExactCaseSensitive |
E |
Use an exact case sensitive match. | NameMatchTypeHelper::exactCaseSensitiveMatch |
ExactCaseInsensitive |
e |
Use an exact case insensitive match. | NameMatchTypeHelper::exactCaseInsensitiveMatch |
CalculatedRuntimeLimitType
Value | Code | Description |
Percent |
P |
Percent. |
StdDevs |
S |
Standard Deviations. |
CompletionStrategyType
Value | Code | Description |
Default |
- |
Set the process to a final status when the process-thread/process finishes executing. |
External |
R |
Leave the process in 'Running' state, its status will be updated externally. |
ExternalWaitForChildJobs |
W |
Leave the process in 'Waiting' state, it will wait for its children to finish. |
Resilient |
T |
When a Redwood Script process is marked as resilient: When such process is running and the system goes down (for whatever reason, thus the process was not completed), on startup of the system this process is run again. It is the developer's responsibility to properly deal with potentially multiple runs of this process. |
CredentialProtocolType
Value | Code | Description |
Password |
P |
Plain password. |
Certificate |
C |
A certificate providing a chain of trust to a common name. |
PublicKey |
U |
A public key that provides proof of having a particular private key. |
PrivateKey |
K |
A private key that can be combined with a public key that allows authentication. |
Passphrase |
A |
A passphrase unlocking a wallet of security information. |
DashboardEntityType
Value | Code | Description |
MonitoringDashboard |
0 |
Monitoring dashboard |
DashboardOverview |
1 |
Overview of all monitoring dashboard options |
SystemHealth |
2 |
Overview of all system health options |
ScheduleHealth |
3 |
Overview of all schedule health options |
CustomHealth |
4 |
Overview of all custom health options |
MonitoringGlobalConfiguration |
5 |
Global configuration for the Monitoring dashboard |
MonitoringUserConfiguration |
6 |
User configuration for the Monitoring dashboard |
ProcessServers |
7 |
The system health option Process servers |
Queues |
8 |
The system health option Queues |
SecureGateway |
9 |
The system health option Secure gateway |
ActionWork |
10 |
The system health option Action work |
ActiveJobGroups |
11 |
The schedule health option Active job groups |
MissingSchedules |
12 |
The schedule health option Missing schedules |
JobsLongRuntime |
13 |
The schedule health option Long runtime |
JobsLongRunningAction |
14 |
The schedule health option Long running action |
JobsActionRequired |
15 |
The schedule health option Action required |
JobsStartDelay |
16 |
The schedule health option Start delay |
JobsLockWait |
17 |
The schedule health option Lock wait |
JobsEventWait |
18 |
The schedule health option Event wait |
JobsInIntermediateStates |
19 |
The schedule health option In intermediate states |
JobsDelayedInRemoteSystem |
20 |
The schedule health option Delayed in remote system |
JobsNotCurrentMaster |
21 |
The schedule health option Not current master |
CustomQueryFilter |
22 |
The custom health option for a Custom query filter |
HousekeepingDashboard |
23 |
Housekeeping dashboard |
HousekeepingHealth |
24 |
Overview of all housekeeping health options |
HousekeepingGlobalConfiguration |
25 |
Global configuration for the Housekeeping dashboard |
HousekeepingUserConfiguration |
26 |
User configuration for the Housekeeping dashboard |
UnrepliedOperatorMessages |
27 |
The housekeeping health option Unreplied operator messages |
UnrepliedUserMessages |
28 |
The housekeeping health option Unreplied user messages |
PendingEvents |
29 |
The housekeeping health option Pending events |
AuditEntries |
30 |
The housekeeping health option Audit entries |
UnusedDefinitions |
31 |
The housekeeping health option Unused definitions |
Retention |
32 |
The housekeeping health option Retention |
HousekeepingJobs |
33 |
The housekeeping health option Housekeeping jobs |
HousekeepingJob |
34 |
One of the housekeeping jobs |
DateComparisonType
Value | Code | Description |
Between |
b |
The date must be between the specified date range |
NotBetween |
n |
The date must not be between the specified date range |
DeleteType
Value | Code | Description |
withParent |
W |
Delete the child whenever the parent is deleted. |
restrictParent |
R |
Do not allow the parent to be deleted while there are still children. |
noRestriction |
N |
The parent can still be deleted, even if the child points to it. |
EditableType
Value | Code | Description |
Always |
A |
Deprecated Class, do not use. (not used):The Parameter is always editable. |
OnlyIfNull |
0 |
Deprecated Class, do not use. (not used):The Parameter is only editable if the default expression returns null. |
Never |
N |
Deprecated Class, do not use. (not used):The Parameter is never editable. |
EmailAlertGatewayActionType
Value | Code | Description |
PreSend |
P |
After the gateway has processed the email, but before it has been sent. |
ERTPlusOrMinusType
Value | Code | Description |
Plus |
P |
Add |
Minus |
M |
Subtract |
EventStatus
Value | Code | Description |
Pending |
p |
The event has been created, via the EventDefinition.raise(), but has not yet been raised by the Event processing engine, either because it has not been processed, or because there is already another Event for the EventDefinition that has been raised. |
PendingRaised |
P |
The eventDefinition is in the process of being raised by the Event Engine. |
Raised |
R |
The event has been raised, and has marked the corresponding Event Definition as having been raised. There can be at most one Raised Event per Event Definition at any point in time. |
Cleared |
C |
The event was raised in the past, but has now been cleared, and is being kept for a historical context, or has been passed to a Process that was waiting on the Event. |
ExtensionPointExtendsType
Value | Code | Description |
View |
v |
The Extension Point extends Toolbar, PopupMenu and NavigationBar. |
JobChainEditor |
j |
The Extension Point extends the Chain Definition Editor expression field. |
ExtensionPointVisibilityType
Value | Code | Description |
Disabled |
D |
(Obsolete) The Extension Point is no accessible by anyone. |
Internal |
I |
The Extension Point is only accessible internally. |
External |
E |
The Extension Point is only accessible from an externally. |
Both |
B |
(Obsolete) The Extension Point is only accessible internally. |
FinalStatusAction
Value | Code | Description |
ContinueSubmitFrame |
C |
If a submit frame is used, submit a new process according to that. Otherwise, do nothing |
StopSubmitFrame |
S |
If a submit frame is used, stop (preserve the final status code) |
RequestRestart |
M |
Request final status action from the console |
Restart |
R |
Automatically restart the process, even if the processes RestartCount has reached zero |
RestartNoResubmit |
N |
Automatically restart the process, unless the processes RestartCount has reached zero |
RestartFromError |
E |
Automatically restart the chain, starting at the step that ran into Error, Killed or Unknown |
GrantLevel
Value | Code | Description |
Partition |
P |
The grant applies to the entire system. |
IsolationGroup |
I |
The grant applies within an isolation group. |
System |
S |
The grant applies to the entire system. |
HandlerAction
Value | Code | Description | PopupPath |
Continue |
I |
Ignore the status and continue with the chain execution. | "Continue" |
RequestRestart |
Q |
Request a restart by sending a message to the Messages monitor. | "RequestRestart" |
GotoStep |
G |
Jump to a specific (numbered) process step in the current chain definition. | "Goto" |
RaiseError |
E |
Raise an error with a specific return code and message. | "Goto/GotoEndOfChain/MarkError" |
MarkCompleted |
C |
Mark the associated chain or process step as completed. | "Goto/GotoEndOfChain/MarkCompleted" |
RestartStep |
r |
Restart the process step. | "Restart/Step/RestartStepCurrent" |
RestartStepMaster |
m |
Restart the process step with the master Process Definition. | "Restart/Step/RestartStepMaster" |
RestartStepDelayed |
D |
Restart the process step with the delay specified at the step. | "Restart/StepDelayed/RestartStepDelayedCurrent" |
RestartStepDelayedMaster |
d |
Restart the process step with the master Process Definition with the delay specified at the step. | "Restart/StepDelayed/RestartStepDelayedMaster" |
RestartFailedJobs |
F |
Restart the process step definition after the delay. This does a restart on error for any call that ran previously: * Call was to a normal process definition - just run it again. * Call was to a chain definition - run it from point of failure. | "Restart/FailedJobs/RestartFailedJobsCurrent" |
RestartFailedJobsMaster |
f |
Restart the process step definition with the master Process Definition after the delay. This does a restart on error for any call that ran previously: * Call was to a normal process definition - just run it again. * Call was to a chain definition - run it from point of failure. | "Restart/FailedJobs/RestartFailedJobsMaster" |
RestartChain |
R |
Restart the chain. | "Restart/Chain/RestartChainCurrent" |
RestartChainMaster |
M |
Restart the chain with the master Process Definition. | "Restart/Chain/RestartChainMaster" |
IgnoreJobChainDefault |
N |
Ignore the equivalent default status handler. This is an unusual action | "IgnoreJobChainDefault" |
ImportRuleSetActionType
Value | Code | Description |
PreImport |
R |
The action executes prior to the actual import. |
PostImport |
O |
The action executes after existing objects have been overwritten. |
PostPersist |
P |
The action executes after the import changes have been persisted. |
InterceptAction
Value | Code | Description |
Monitor |
M |
Monitor (synchronize with) process. |
Hold |
I |
Hold (intercept) the job in SAP; submit it on hold in the scheduler. |
Ignore |
R |
Ignore process. |
Schedule |
S |
Hold (intercept) job in SAP; submit it in the scheduler. |
StartImmediately |
T |
Start an intercepted or scheduled without start date/time process immediately. |
ScheduleIntercepted |
C |
Schedule the job after it has been intercepted in SAP. |
JdbcConnectionPoolingState
Value | Code | Description |
Disabled |
1 |
Pooling is disabled |
DisabledForProcesses |
2 |
Pooling is enabled, except for JDBC and OracleJob processes |
Enabled |
3 |
Pooling is enabled |
JobDefinitionActionType
Value | Code | Description | ContextObjectName |
OnChange |
s |
The action executes during process to process status change prior to pre running. ie. any status change prior Queued to Dispatched. | "jcsOnChangeContext" |
PreRunning |
S |
The action executes immediately prior to the process starting to run. ie. Queued to Dispatched. | "jcsPreRunningContext" |
PostRunning |
C |
The action executes when the process finishes. ie. Running to a final status. | "jcsPostRunningContext" |
OnUserMessageOperation |
U |
The action executes for User Message process definitions when user operations are performed, for example forward, delegate, reply. | "jcsUserMessageOperationContext" |
OnBeforeJobUserChange |
B |
The action executes when a user changes a process of this ProcessDefinition (user persist). | "jcsOnBeforeUserChangeContext" |
OnJobFileContentAccess |
F |
The action executes when a user attempts to access the file content. | "jcsOnJobFileContentAccessContext" |
JobDefinitionAlertSourceParameterMatchType
Value | Code | Description | CaseSensitive |
ExactInsensitive |
e |
Exact (case insensitive) | false |
ExactSensitive |
E |
Exact (case sensitive). | true |
GlobInsensitive |
g |
Pattern using {@code ?} and {@code *} (case insensitive) | false |
GlobSensitive |
G |
Pattern using {@code ?} and {@code *} (case sensitive) | true |
RegexInsensitive |
r |
Pattern using {@code ?} and {@code *} (case insensitive) | false |
RegexSensitive |
R |
Pattern using {@code ?} and {@code *} (case sensitive) | true |
JobDefinitionAlertSourceRuleOperation
Value | Code | Description | Negate |
EqualTo |
E |
Equals. | false |
NotEqualTo |
e |
Does not equal. | true |
MatchesRegex |
M |
Matches a regular expression. | false |
NotMatchesRegex |
m |
Does not match a regular expression. | true |
InRange |
R |
Is in a range. | false |
NotInRange |
r |
Is not in a range. | true |
JobDefinitionAlertSourceRuleVariable
Value | Code | Description |
Queue |
Q |
The processes queue. |
ProcessServer |
P |
The processes process server. |
RemoteStatus |
S |
The processes remote status. |
RemoteSystem |
Y |
The processes remote system. |
RemoteId |
I |
The processes remote id. |
Priority |
p |
The processes priority. |
ReturnCode |
R |
The processes return code. |
RemoteEvent |
E |
The processes remote event. |
JobDefinitionKeepType
Value | Code | Description |
System |
S |
The number of processes kept applies to all processes. |
User |
U |
The number of processes kept is per user. |
Key |
K |
The number of processes kept by "Key", where the key is defined by the set of ProcessParameters that have isKey true. |
JobDefinitionKeepUnit
Value | Code | Description |
Seconds |
S |
Seconds. |
Minutes |
M |
Minutes. |
Days |
D |
Days. |
Months |
O |
Months. |
Jobs |
J |
Processes. Keep Type on Process Definition must also be specified. |
Indefinite |
I |
Keep all processes indefinitely. |
JobDefinitionTypeActionType
Value | Code | Description |
BeforeDefinitionChange |
D |
Synchronous action which is called before a Process Definition (using this Process Definition Type) has been changed (during persist). |
JobFileType
Value | Code | Description | DefaultExtension |
Input |
I |
An input stream from a process. This is typically an archive file | "jar" |
Output |
O |
An output stream from a process. This is typically a text stream. This file is created from the Process itself. | "txt" |
Log |
L |
A log file created from running a process. This is a text stream. This file is created by the Service that is running the Process. | "log" |
JobGroupCalculationStatus
Value | Code | Description |
None |
N |
No recalculation necessary. Default. |
RecalculateNoReschedule |
R |
Recalculates recurrences, but does not start the rescheduling action processor. Used to upgrade recurrences. |
RecalculateQueue |
Q |
The process queue was changed. Now the recurrence must be recalculated by the dispatcher. |
RecalculateSubmitFrame |
S |
The process submit frame was changed. Now the recurrence must be recalculated by the dispatcher. |
RecalculateTimeWindow |
T |
The process time window was changed. Now the recurrence must be recalculated by the dispatcher. |
RecalculatePresubmittedJobDeleted |
P |
A pre-submitted process was deleted after being canceled. Now the recurrence must be recalculated by the dispatcher. |
PropagateFieldChange |
G |
A pre-submitted process was edited and changes were made on the recurrence. Now the recurrence must be rescheduled to propagate the changes to the other active processes in the recurrence. |
InRescheduling |
I |
The recurrence is being rescheduled by the action worker. |
JobGroupStatus
Value | Code | Description |
Active |
A |
The recurrence has processes in a non final state. |
Held |
H |
The recurrence was put on hold. |
FinishedJobCount |
C |
The recurrence reached the maximum number of processes. |
FinishedEndDate |
D |
The recurrence reached the end date. |
FinishedManually |
M |
The recurrence is finished on a user request. |
FinishedSubmitFrame |
S |
The recurrence reached the end of the submit frame. |
FinishedFinalJobStatusAction |
J |
The recurrence is finished because the handler for the final process status is set to "Stop Submit Frame". |
Finished |
F |
The recurrence and all its processes are finished. |
JobGroupUpdateActionType
Value | Code | Description |
NoAction |
N |
Don't update, use the old process definition |
Default |
D |
Update the process to use the new process definition. |
Resubmit |
R |
Cancel the process and restart it. |
Edit |
E |
Recurrence changed, recalculate all processes. |
First |
F |
First submit of recurrence. |
TimeWindowChange |
T |
Recalculate start times since some time window changed. |
JobHandlingType
Value | Code | Description |
Disabled |
D |
Do not synchronize existing batch processes. |
Intercepted |
I |
Intercepted processes only. |
All |
A |
All processes. |
JobStatus
Value | Code | Description | State |
New |
- |
The process has been submitted, but not yet validated. | JobStatusState.New |
Chained |
P |
A chain is requested and all processes in the chain have been created and are awaiting execution | JobStatusState.Initial |
Skipped |
T |
The process server has not executed the process in a chain due to a pre-condition or the usage of the "Start at specified step" scheduling parameter. | JobStatusState.Final |
Disabled |
J |
The process server will not execute the process in a chain due to a manual request of the user. | JobStatusState.Initial |
Ignored |
j |
This process was ignored as a result of being Disabled when the chain was called. | JobStatusState.Final |
Delayed |
D |
The child process is waiting for the parent process to finish | JobStatusState.Initial |
Never |
N |
Process is not scheduled to start within the next two years. This can occur due to conflicting time windows or time window elements, if the Process Server is not running, or if the Queue is closed. | JobStatusState.Initial |
Overdue |
F |
The process did not run in the first time window opened after the process start time | JobStatusState.Other |
QueueHeld |
B |
The processes Queue has been manually paused | JobStatusState.Pending |
Scheduled |
S |
The process has a valid start time and is waiting for execution | JobStatusState.Initial |
ConsoleRestart |
o |
An operator message needs to be replied to in order to decide what to do with this process | JobStatusState.Initial |
Held |
H |
The execution of the process has been manually paused. | JobStatusState.Initial |
EventWait |
V |
The process is waiting for an Event to be raised. | JobStatusState.Pending |
LockWait |
I |
The process cannot obtain a process lock and is waiting for one to be released. | JobStatusState.Pending |
Queued |
Q |
The start time is known, but the process cannot be executed, yet. | JobStatusState.Pending |
Dispatched |
q |
The process has been dispatched to a Service, but the Service has not yet started the process. | JobStatusState.PreExecuting |
Modified |
M |
The parameter list of a process in a chain definition has been modified | JobStatusState.Other |
OnChange |
4 |
On-change actions for this process are being executed. | JobStatusState.Other |
PreRunning |
6 |
Pre-running actions for this process are being executed. | JobStatusState.Executing |
PostRunning |
8 |
Post-Running actions for this process are being executed. | JobStatusState.Executing |
Running |
R |
The process is being executed by the Service. | JobStatusState.Executing |
Assigned |
a |
The process has been accepted by the Service and a process has been created in the remote system, but it has not been started yet. | JobStatusState.Executing |
Console |
O |
The process has issued an OperatorMessage to the Messages monitor and is waiting for a reply. | JobStatusState.Executing |
Waiting |
W |
The process is waiting for the result of the execution of another process. | JobStatusState.Idle |
Killing |
G |
A request was made to kill the process and the ProcessService has honored that request. | JobStatusState.Executing |
Canceling |
c |
A request was made to cancel the process and the ProcessService has honored that request. | JobStatusState.Other |
Unknown |
U |
The Service was terminated while the process was running (process status was RUNNING, WAITING or CONSOLE). | JobStatusState.Final |
Uncertain |
u |
The process runner has possibly terminated early, or the process was still running when the process server was restarted. There may be an accurate termination message for the process waiting to be processed. If there is, the process will go into the appropriate state. Otherwise it will go into status Unknown after a timeout. | JobStatusState.Executing |
Completed |
C |
Process execution finished successfully. | JobStatusState.Final |
Error |
E |
The execution of the process failed. | JobStatusState.Final |
Killed |
K |
The process was terminated while it was running (process status was RUNNING, WAITING or CONSOLE). | JobStatusState.Final |
Canceled |
A |
The process was terminated before execution commenced. | JobStatusState.Final |
JobStatusForJobGroup
Value | Code | Description |
Default |
D |
The process is part of the recurrence |
Delayed |
L |
The process was delayed independent from the other processes in the recurrence. |
Edited |
E |
The process was edited independent from the other processes in the recurrence. |
EditedPersist |
P |
Temporary value to mark a modified process that is set to be edited independently that the ProcessStatus must not be changed; this value will be changed to Edited by the preparePhaseHandler. |
Restarted |
R |
The process is a manual restart. |
RestartedAutomatically |
A |
The process is an automatic restart because the Process Definition defines a handler on the Process Status. |
KillSignalType
Value | Code | Description |
Default |
- |
The default kill signal for the definition type. |
LDAPServerType
Value | Code | Description |
ActiveDirectory |
A |
Microsoft Active Directory Server |
Tivoli |
T |
IBM Tivoli Directory Server |
OpenLDAP |
S |
OpenLDAP also known as SLAPD |
eDirectory |
N |
Novell eDirectory Server |
OracleInternetDirectory |
O |
Oracle Internet Directory |
Misc |
M |
The user another type of LDAP server that we don't have a default configuration for yet. |
LicensableItem
Value | Code | Description | Type |
ProcessServerService.SAP.limit |
a |
Maximum number of SAP process servers that can be instantiated. If the value is 0, then you can create an unlimited number of SAP Systems, however, each must reside in its own isolation group. Note that this license key can be further restricted by ProcessServerService_External_limit ProcessServerService.External.limit ; if both keys exist, both must be honored. The most restrictive applies. |
LicensableItemType.Limit |
ProcessServerService.OS.limit |
b |
Maximum number of Unix and Windows platform agents that can be configured. HP OpenVMS and AS/400 are not affected by this license key. Note that this license key can be further restricted by ProcessServerService_External_limit ProcessServerService.External.limit ; if both keys exist, both must be honored. The most restrictive applies. |
LicensableItemType.Limit |
ProcessServerService.SAP.cc |
c |
Is Closing Cockpit integration enabled (requires ProcessServerService.SAP.ApplicationsAPI and optionally Module.Mail) | LicensableItemType.OptBoolean |
Module.ImportExport |
d |
Import/Export of objects | LicensableItemType.OptBoolean |
Module.Mail |
e |
Can the System_Mail_Send process be used to send email | LicensableItemType.OptBoolean |
Module.SNMP |
f |
Can System_SNMP_Send process to used to send SNMP traps | LicensableItemType.OptBoolean |
ProcessServerService.SAP.XBPExternal |
g |
Can SAP external commands and programs be used | LicensableItemType.OptBoolean |
ProcessServerService.SAP.XBPAllVersions |
h |
Can the Redwood transports that allow full functionality in all XBP versions be used | LicensableItemType.OptBoolean |
ProcessServerService.SAP.XBPVariant |
i |
Is support for working with variants enabled | LicensableItemType.OptBoolean |
ProcessServerService.SAP.CalendarSync |
j |
Can SAP calendars be synchronized | LicensableItemType.OptBoolean |
ProcessServerService.SAP.iDoc |
k |
Support for iDocs. | LicensableItemType.OptBoolean |
System.Production |
l |
Is this license for a production system? If this is false then only non-production systems can be connected to. | LicensableItemType.OptBoolean |
System.NamedUsers.limit |
m |
Maximum number of active named users. | LicensableItemType.Limit |
ProcessServerService.SAP.ApplicationsAPI |
n |
Is support for the Applications API aka Business Automation Enabler (BAE) enabled. Used for Closing Cockpit, Solution Manager Integration, and SAP BW process chain type CPS. | LicensableItemType.OptBoolean |
ProcessServerService.SAP.SolutionManager |
o |
Is Solution Manager Integration enabled (requires ProcessServerService.SAP.ApplicationsAPI) | LicensableItemType.OptBoolean |
Module.Alerting |
p |
Active Monitoring module | LicensableItemType.OptBoolean |
Module.Scripting |
q |
Scripting module for Redwood Script support and advanced REL functions | LicensableItemType.OptBoolean |
ProcessServerService.External.limit |
r |
Maximum number of external process servers that can be configured. If this is defined, then the sum of defined Windows/Unix platform agents, distinct web service endpoints, and SAP (AS ABAP, AS JAVA, BusinessObjects) systems cannot exceed this value. The external process servers are also constrained by their respective keys; if defined, the most restrictive applies. Note that this key does not allow/affect HP OpenVMS platform agents. | LicensableItemType.Limit |
ProcessServerService.SAP.ProcessChainRestart |
s |
Restart of SAP BW Process Chains / Processes. | LicensableItemType.OptBoolean |
ProcessServerService.SAP.MassActivities |
t |
Processing of mass activities. | LicensableItemType.OptBoolean |
ProcessServerService.AS400.limit |
u |
Maximum number of AS400 process servers that can be configured. | LicensableItemType.Limit |
Module.Security |
v |
Security allows custom non-rank privileges and import/export for grants. | LicensableItemType.OptBoolean |
Module.Auditing |
w |
Auditing allows tracking of changes to objects and restoration of objects from a previous iteration. | LicensableItemType.OptBoolean |
Module.RemoteEvent |
x |
Remote Event module that allows the jevent tool to be used. | LicensableItemType.OptBoolean |
Module.LoadBalancing |
y |
Load balancing capabilities. | LicensableItemType.OptBoolean |
ProcessServerService.JCL_FTP |
z |
Running JES processes via a UNIX or Windows platform agent that contacts the host via its FTP server. | LicensableItemType.OptBoolean |
ProcessServerService.VMS.limit |
0 |
Running VMS (DCL) processes via a platform agent. | LicensableItemType.Limit |
Module.IsolationGroup |
1 |
The IsolationGroup module allows creating isolation groups in the full version. | LicensableItemType.OptBoolean |
ProcessServerService.SAPBOBJ.limit |
2 |
Maximum number of SAP Business Objects process server services that can be configured Note that this license key can be further restricted by ProcessServerService_External_limit ProcessServerService.External.limit ; if both keys exist, both must be honored. The most restrictive applies. |
LicensableItemType.Limit |
Module.Archiving |
3 |
Active Archiving module for archiving process output to an Archive Server | LicensableItemType.OptBoolean |
ProcessServerService.OraApps.limit |
4 |
Maximum number of Oracle Application Servers that can be configured. | LicensableItemType.Limit |
ProcessServerService.JDBC.limit |
5 |
Maximum number of JDBC process servers that can be instantiated | LicensableItemType.Limit |
WebServices.OutboundServer.limit |
6 |
Maximum number of HTTP process servers that can be configured. HTTP process servers process both HTTP and SOAP requests. In releases older than 9.2.6 this used to be a limit on the number of distinct SOAP Credential Endpoints. This has been changed to make this limit work the same way as ProcessServerService limits. Note that this license key can be further restricted by ProcessServerService_External_limit ProcessServerService.External.limit ; if both keys exist, both must be honored. The most restrictive applies. |
LicensableItemType.Limit |
Module.WebServices.Inbound |
7 |
Module that allows the inbound web services to be published and called. | LicensableItemType.OptBoolean |
Module.Hosting |
8 |
Hosting module for increased environment isolation | LicensableItemType.OptBoolean |
InternalTool.SAP.RFCAutomation |
9 |
SAP RFC automation development tool | LicensableItemType.OptBoolean |
InternalTool.SAP.TransactionConverter |
A |
Tool for converting BDC recodings into job definitions | LicensableItemType.OptBoolean |
ProcessServerService.SAP.BAEConnector.limit |
B |
Maximum number of SAP BAE connectors that can be configured. | LicensableItemType.Limit |
Module.UserMessage |
C |
UserMessage support | LicensableItemType.OptBoolean |
Module.ProcessMonitor |
D |
ProcessMonitor support | LicensableItemType.OptBoolean |
ProcessServerService.Publish.limit |
E |
Maximum number of Publish process servers that can be instantiated | LicensableItemType.Limit |
ProcessServerService.PeopleSoft.limit |
F |
Maximum number of Oracle PeopleSoft Servers that can be configured. | LicensableItemType.Limit |
ProcessServerService.LowVolume.limit |
G |
Maximum number of Low Volume process servers that can be configured. | LicensableItemType.Limit |
ProcessServerService.LowVolume.threshold |
H |
Maximum number of processes that a LowVolume process server can process in one day. | LicensableItemType.Limit |
PricingModel.Job |
I |
Process Based Pricing | LicensableItemType.OptBoolean |
ProcessServerService.SAP.XMBMessageMonitoring |
J |
Support for XMB message monitoring. | LicensableItemType.OptBoolean |
ProcessServerService.OraOhi.limit |
K |
Maximum number of Oracle Health Insurance Servers that can be configured. | LicensableItemType.Limit |
Module.Reconciliation |
L |
Activate the reconciliation interface. | LicensableItemType.OptBoolean |
ProcessServerService.OracleJob |
M |
Allow activation of the OracleJob service and the PL/SQL API. | LicensableItemType.OptBoolean |
System.BusinessUsers.limit |
N |
Maximum number of active business users. | LicensableItemType.Limit |
Module.Forms |
P |
Can (runtime) forms be used in any form | LicensableItemType.OptBoolean |
ProcessServerService.AgentInitiated |
Q |
Whether agents can use reversed communication where the agent connects to the server instead of the server connecting to the agent. | LicensableItemType.OptBoolean |
ProcessServerService.SAP.JRFC |
R |
Can jRFC be used to retrieve the output of SAP jobs | LicensableItemType.OptBoolean |
ProcessServerService.GlobalExecution.limit |
S |
Maximum number of concurrent customer jobs in an active state. Step jobs are not included in the count. | LicensableItemType.Limit |
ProcessServerService.MailConnector.limit |
T |
Maximum number of concurrent customer Mailboxes in an active polling state. | LicensableItemType.Limit |
Contract.Subscription |
U |
Pricing based on Robot Usage | LicensableItemType.OptBoolean |
LockType
Value | Code | Description |
Simple |
S |
ProcessLock.MaxCount = 1, each process runs exclusively. |
Counted |
C |
The number of processes that can run in parallel is determined by ProcessLock.MaxCount. |
SharedExclusive |
E |
Processes requiring 1 lock can run in parallel, processes are allowed to require ALL for running exclusively. |
LogLevel
Value | Code | Description |
Trace |
t |
Trace level logging |
Debug |
d |
Debug level logging |
Info |
i |
Information level logging |
Warn |
w |
Warning level logging |
Error |
e |
Error level logging |
Fatal |
a |
Fatal level logging |
None |
f |
No logging |
MaxMinType
Value | Code | Description |
Maximum |
X |
Maximum value. |
Minimum |
N |
Minimum value. |
ModelChangeAction
Value | Code | Description |
Created |
C |
The object was created. |
Modified |
M |
The object was modified. |
Deleted |
D |
The object was deleted. |
Special |
S |
A special action was performed on the object. |
ModelTypes
Value | Code | Description |
Bool |
B |
Boolean value |
Char |
C |
Character value |
Date |
D |
Date and Timezone value |
Enum |
E |
Enumeration |
Integer |
I |
Long value |
Number |
N |
Number value |
Object |
O |
Modelobject value |
String |
S |
String value |
IntEnum |
i |
Enumeration |
Blob |
b |
Blob |
MonitorCheckPropagation
Value | Code | Description |
Default |
D |
Normal mode for a MonitorCheck. |
ProcessServer |
P |
Marks the check as a ProcessServerNode. |
Queue |
Q |
Marks the check as QueueNode. |
MonitorService |
M |
Marks the check that it was created by the MonitorService. |
MonitorNodePropagation
Value | Code | Description |
Default |
D |
Normal mode for a MonitorNode. |
MonitorService |
M |
Marks the node that it was created by the MonitorService. |
NameMatchType
Value | Code | Description | NameMatches |
RegExCaseSensitive |
R |
Match using a regular expression | NameMatchTypeHelper::regExCaseSensitiveMatch |
RegExCaseInsensitive |
r |
Match using a case insensitive regular expression | NameMatchTypeHelper::regExCaseInsensitiveMatch |
GlobCaseSensitive |
G |
Match using a case sensitive Glob expression. | NameMatchTypeHelper::globCaseSensitiveMatch |
GlobCaseInsensitive |
g |
Match using a case insensitive Glob expression. | NameMatchTypeHelper::globCaseInsensitiveMatch |
ExactCaseSensitive |
E |
Use an exact case sensitive match. | NameMatchTypeHelper::exactCaseSensitiveMatch |
ExactCaseInsensitive |
e |
Use an exact case insensitive match. | NameMatchTypeHelper::exactCaseInsensitiveMatch |
NavigationBarItemType
Value | Code | Description |
Group |
g |
Item is of type group. |
Overview |
o |
Item is of type overview. |
Shortcut |
c |
Item is of type shortcut. |
Application |
a |
Item is of type application. |
Settings |
s |
Item is of type settings. |
TreeGroup |
t |
Item is of type tree group. |
Action |
i |
Item is of type action. |
ExtensionPointGroup |
p |
Item is of type extension point group. |
ExtensionPoint |
e |
Item is of type extension point. |
NotificationType
Value | Code | Description | StringValue |
None |
0 |
No notifications are sent | "none" |
All |
2147483647 |
All notifications are sent | "all" |
NumberComparisonType
Value | Code | Description |
Equals |
e |
The number must be equal to the value |
NotEquals |
n |
The number must not be equal to the value |
LessThan |
l |
The number must be less than the value |
LessThanOrEquals |
L |
The number must be less than or equal to the value |
GreaterThan |
g |
The number must be greater than the value |
GreaterThanOrEquals |
G |
The number must be greater than or equal to the value |
ObjectSearchCombineRule
Value | Code | Description |
And |
a |
Results that match all conditions. |
Or |
o |
Results that match any condition |
Custom |
c |
Results that match the custom combination rule. |
ObjectSearchConditionType
Value | Code | Description |
Name |
N |
Name Search |
Comment |
C |
Search for objects by comment matches. |
Description |
D |
Search for objects by description matches |
Documentation |
O |
Search for objects by documentation field matches |
Application |
A |
Search for objects by parent application matches |
Partition |
P |
Search for objects by partition matches |
ParameterValue |
V |
Search for objects by parameter matches |
FileEvent |
F |
Search for objects by file event matches |
Source |
S |
Search for objects by source matches |
SpecificField |
X |
Search for objects by matches to a specific field |
Modified |
M |
Search for objects by when or who modified it |
ObjectSearchOperatorType
Value | Code | Description |
Equals |
e |
The result is equal to the search value |
NotEquals |
E |
The result is not equal to the search value |
Like |
l |
The result is like (contains) the search value |
NotLike |
L |
The result is not like (does not contain) the search value |
ObjectSearchResultType
Value | Code | Description |
AllResults |
a |
Return all results that match the conditions. |
Count |
c |
Results the count of the matching results. |
Limited |
l |
Results the specified maximum number of results. |
ObjectSearchSortRule
Value | Code | Description |
Relevance |
r |
Results are sorted according to how many matches they have for search conditions. |
ObjectType |
o |
Results are sorted by ObjectType |
OraAppsSubmitUserType
Value | Code | Description |
Current |
C |
Use the current logon user name to submit processes in Oracle Applications. |
Fixed |
F |
Use a fixed name to submit processes in Oracle Applications. |
LOV |
L |
Use a LOV from oracle applications to pick a user name to submit processes in Oracle Applications. |
OutputRetrievalType
Value | Code | Description |
useHTTP |
H |
Use HTML to retrieve the output. |
usePlatformAgent |
P |
Use a Platform Agent to retrieve the output. |
OwnerType
Value | Code | Description |
SystemDefault |
S |
System Default |
JobOwner |
J |
Process Owner |
JobDefinitionOwner |
D |
Process Definition Owner |
ParameterDirection
Value | Code | Description | HasIn |
In |
I |
This is a parameter that is passed in to a Process. | true |
Out |
O |
This is a parameter that is retrieved from a Process. | false |
InOut |
B |
This is a parameter that is passed in to a Process, possibly modified by it, and then retrieved from the Process. | true |
ParameterMappingType
Value | Code | Description |
Normal |
0 |
Normal parameter. The parameter will not be deleted by the Chain Definition editor. |
Generated |
1 |
Visible generated parameter on a root Chain Definition. The parameter may be deleted by the Chain Definition editor when it's no longer in use. |
PassThrough |
2 |
Hidden generated parameter on a sub Chain Definition. Purpose of this parameter is to enable cross chain parameter mappings. The parameter may be deleted by the Chain Definition editor when it's no longer in use. |
ParameterType
Value | Code | Description |
Character |
C |
Single Character value |
Number |
N |
Numeric value |
DateTimeZone |
D |
Redwood DateTimeZone value |
DateTime |
A |
Redwood DateTime value |
Date |
E |
Redwood Date value |
Time |
T |
Redwood Time value |
String |
S |
String value |
File |
F |
File value |
Table |
L |
Table value |
ProcessMonitorItemStatus
Value | Code | Description |
NotStarted |
S |
Item has not been started |
InProgress |
P |
Item is in progress |
ManualTask |
M |
Item require manual attention |
Completed |
C |
Item has been completed |
Error |
E |
Process has run in error |
Warning |
W |
One of the child processes has run in error |
ProcessMonitorItemType
Value | Code | Description |
Task |
T |
A custom task |
ProcessMonitor |
P |
A ProcessMonitor type |
ProcessMonitorLogType
Value | Code | Description |
Started |
S |
The ProcessMonitorItem has been started |
Updated |
U |
The ProcessMonitorItem has been updated. |
Completed |
C |
The ProcessMonitorItem has been finished. |
Error |
E |
The ProcessMonitorItem has been finished. |
Waiting |
W |
The ProcessMonitorItem is waiting on another task. |
Delegated |
D |
The UserMessage has been delegated to another user. |
Forwarded |
F |
The UserMessage has been forwarded to another user. |
Responded |
R |
The UserMessage has been returned to the responsible user. |
ProcessServerCheckStyle
Value | Code | Description | Source |
Process |
P |
Check on whether a process with a particular name exists | ProcessServerCheckSource.PlatformAgent |
Socket |
S |
Check on whether a network socket server on a particular port exists | ProcessServerCheckSource.PlatformAgent |
Logfile |
L |
Check on whether a logfile with a particular name contains records matching a pattern | ProcessServerCheckSource.PlatformAgent |
Service |
V |
Check on whether a particular service with a particular name is running | ProcessServerCheckSource.PlatformAgent |
Eventlog |
E |
Check on whether an eventlog with a particular name contains records matching a pattern | ProcessServerCheckSource.PlatformAgent |
DatabaseTableSpaceFree |
T |
Check on whether the table space free is below a minimum size | ProcessServerCheckSource.Server |
DatabaseLogUtilisation |
U |
Check on whether the percentage used for a log file is higher than a maximum size | ProcessServerCheckSource.Server |
DatabaseCPUUtilisation |
C |
Check on whether the database CPU utilisation has exceeded a maximum size | ProcessServerCheckSource.Server |
ProcessServerParameterType
Value | Code | Description |
Current |
C |
The current value that is being used by the running ProcessServer. |
Desired |
D |
The value that will be used the next time that the ProcessServer starts up. |
LastWorking |
L |
The previous value that was used for the ProcessServer. This is set from the Current value when the Desired value is copied to the Current value. |
ProcessServerStatus
Value | Code | Description | Priority |
Created |
- |
The ProcessServer has been created, but has never been started. This is also the value that the DesiredStatus attribute is reset to (and hence the only value seen in the database). | 1 |
Starting |
I |
The ProcessServer is in the process of starting up. | 3 |
Running |
R |
The ProcessServer is currently running normally. | 2 |
Shutdown |
S |
The ProcessServer is not currently running. | 0 |
ShutdownAbort |
X |
The ProcessServer is being shutdown with the Abort Flag. | 0 |
ShutdownImmediate |
Y |
The ProcessServer is being shutdown immediately. | 0 |
ShutdownNormal |
Z |
The ProcessServer is being shutdown normally. | 0 |
Unknown |
U |
The state of the ProcessServer is not currently known. | 0 |
Connecting |
C |
A ProcessServer service is currently trying to connect to the remote system. | 4 |
Updating |
G |
A ProcessServer service is currently trying to update the software on the remote system. | 5 |
PartiallyRunning |
P |
The ProcessServer and at least one service (but not all services) are running. | 0 |
Overloaded |
O |
The ProcessServer is running above its load threshold. | 0 |
Error |
E |
The ProcessServer cannot process processes because of some failure condition, possible a resource restriction. | 6 |
QueryConditionType
Value | Code | Description |
CustomSQL |
C |
The given value is a custom SQL WHERE clause. |
DateCompare |
D |
The date must not be older or newer (depending on BEFORE or AFTER) then now plus the value in the query condition value, which can be negative. |
IntegerCompare |
I |
The value is compared with the value in queryconditionvalue 2, the type of comparison is in query condition value 1, which can be <, = or > (less than, equals or greater than) |
Null |
N |
Compare field to null. |
ObjectCompare |
O |
Does the field point to any of the |
StringCompare |
S |
Does field contain value |
IntelliSearchCompare |
M |
Persisted wrapped IntelliSearch |
NowTimeCompare |
G |
Pass it an integer between 0 and 24 and it will compare |
QueryConditionValueCombiner
Value | Code | Description |
And |
t |
Combine using: And |
Or |
f |
Combine using: Or |
QueryConditionValueInclude
Value | Code | Description | Including |
Include |
I |
Seconds | true |
Exclude |
E |
Minutes | false |
QueueStatus
Value | Code | Description |
ClosedHeld |
C |
The Queue is closed because it was manually held by an operator. |
UnknownRecalculatingTimeWindow |
U |
The current status of the Queue is unknown, as it needs to be recalculated as the TimeWindow has changed. |
ClosedQueueProvidersHeld |
H |
The Queue is closed because all of the associated QueueProviders are also Held. |
ClosedProcessServersShutdown |
S |
The Queue is closed because all of the associated ProcessServers are either Shutdown, or otherwise unavailable for scheduling. |
ClosedTimeWindow |
T |
The queue is currently closed as its associated TimeWindow is also closed. |
ClosedSchedulersHeldOrNotRunning |
R |
The queue is currently closed as all of the QueueProviders and ProcessServers are either Held or Shutdown. |
ClosedNoProcessServers |
P |
The queue has no assigned process servers, and so cannot be opened. |
Open |
O |
The Queue is currently open and accepting Processes. |
Full |
F |
The Queue is full and is currently not accepting Processes. |
ReactionJobType
Value | Code | Description |
Check |
C |
Reacts to the failure of a Process Server Check |
Any |
A |
A general reaction process that will react to any situation |
Pusher |
P |
A reaction process that will push a car file to a remote system |
PushAcceptor |
U |
A reaction process that will handle an incoming promote |
PromoteFurtherPusher |
F |
A reaction process that will promote an existing car file to the next remote system |
RemoteSystemType
Value | Code | Description |
Source |
S |
The Remote System is a source for this system. |
Destination |
D |
The Remote System is a destination for this system. |
Both |
B |
The Remote System is both source and destination. |
ReplyStatus
Value | Code | Description |
NotRequired |
N |
No reply is required for this operator message. |
Required |
Q |
A reply is required for this operator message. |
Replied |
R |
A reply was required for this operator message and has been given. |
AutomaticallyReplied |
A |
A reply was required for this operator message and was automatically generated. |
ReportColumnFormat
Value | Code | Description |
Raw |
R |
Displays the raw value from the database |
Formatted |
F |
Displays a formated value depending on the object type |
BusinessKey |
B |
Display the business key, if applicable, otherwise the formatted value |
Permalink |
P |
Display a permalink to the object, if applicable, otherwise the formatted value |
PermalinkBusinessKey |
L |
Display a permalink with the business key at the link test |
ReportQueryType
Value | Code | Description |
QueryFilter |
F |
Report data generated from a QueryFilter |
SQL |
S |
Report data generated by a SQL query |
ReportSelectionOperation
Value | Code | Description | Negate |
EqualTo |
E |
Equals | false |
NotEqualTo |
e |
Does not equal | true |
MatchesRegex |
M |
Matches a regular expression | false |
NotMatchesRegex |
m |
Does not match a regular expression | true |
InRange |
R |
Is in a range | false |
NotInRange |
r |
Is not in a range | true |
GreaterThan |
G |
Is greater than | false |
LessThan |
L |
Is less than | false |
GreaterThanOrEqualTo |
g |
Is greater than or equal to | false |
LessThanOrEqualTo |
l |
Is less than or equal to | false |
RuntimeLimitType
Value | Code | Description |
Fixed |
F |
A fixed time value from the start of the RUNNING state |
Offset |
O |
An offset time value based on the estimated runtime |
Calculated |
C |
A calculated value based on the estimated runtime |
Expression |
E |
A REL Expression to calculate the runtime |
SAPAbapProgramParameterKind
Value | Code | Description |
Parameter |
P |
Parameter. |
SelectOption |
S |
Select option. |
SAPAbapProgramParameterOption
Value | Code | Description |
EQ |
a |
Single value |
NE |
b |
Not equal to |
LT |
c |
Less than |
LE |
d |
Less than or equal to |
GT |
e |
Greater than |
GE |
f |
Greater than or equal to |
CP |
g |
Compare to pattern |
NP |
h |
Does not match pattern |
BT |
i |
Between |
NB |
j |
Not between |
SAPAbapProgramParameterSign
Value | Code | Description |
Include |
I |
Including the value/range. |
Exclude |
E |
Excluding the value/range. |
SAPAbapProgramParameterType
Value | Code | Description |
String |
S |
String. |
Date |
D |
Date. |
Time |
T |
Time. |
Number |
N |
Number. |
RadioButton |
R |
Radio button. |
SAPJ2EEClientType
Value | Code | Description |
JXBP |
J |
JXBP client. |
PI |
P |
SAP XI/PI client. |
BOBJ |
B |
Business Objects client. |
SAPMassActivityParameterType
Value | Code | Description |
Numc |
C |
NUMC: character field that accepts only numbers |
Date |
D |
Date (as DateTimeZone) |
String |
F |
String |
Sign |
I |
Sign of a select option: I / E |
Object |
J |
Mass Activity object |
Time |
M |
Time (as DateTimeZone) |
Number |
N |
Number: INT1, INT2, INT4 |
Option |
O |
Option of a select option |
Structure |
S |
Structure |
Table |
T |
Table |
Variant |
V |
Mass Activity variant |
SAPNWCallbackParameterScope
Value | Code | Description |
JobDefinition |
D |
Job definition scope |
JobRunTime |
I |
Job runtime scope |
SAPBAEConnector |
S |
SAP BAE Connector scope, for example connect string |
XBP |
X |
XBP scope, for example RFC user name |
Logon |
L |
Logon scope, which in fact is the CPS UI context, for example login user |
SAPNWCallbackScope
Value | Code | Description |
Job |
J |
Job scope |
SAPBAEConnector |
S |
SAP BAE Connector scope, for example connect string |
SAPRecipientType
Value | Code | Description |
Name |
_ |
Name |
PrivateList |
P |
Private folder |
SharedList |
C |
Shared folder |
OfficeUser |
O |
SAP office user |
User |
B |
SAP user |
InternetUser |
U |
SAP internet user |
X400Address |
X |
X.400 address |
RemoteUser |
R |
SAP user in another SAP System |
ExternalAddress |
A |
External address |
FaxNumber |
F |
Fax number |
X500Address |
D |
X.500 Address |
TelexNumber |
L |
Telex number |
OrganizationalUnit |
H |
Organizational unit/position |
SAPObject |
J |
SAP object |
OrganizationObject |
G |
Organization object/ID |
SchedulingParameterName
Value | Code | Description |
HoldOnSubmit |
H |
Whether the process should be held during submit. |
Priority |
P |
The priority with which the process should be scheduled. |
Queue |
Q |
The queue to which the process should be assigned. |
TimeWindow |
W |
The time window the process should run in. |
MinimumOpenDurationExpression |
D |
The minimum number of milliseconds that should be available in the TimeWindow of the Job, the Job's Queue or the intersection of both, before this job will be submitted. |
StartTime |
S |
The start time of the process. |
SubmitDisabled |
T |
Whether the process should be disabled during submit. |
SimpleConstraintSort
Value | Code | Description |
Ascending |
0 |
The constraint values will be sorted in ascending order. This is the default. |
Descending |
1 |
The constraint values will be sorted in descending order. |
None |
2 |
No sorting will be done by the system, the constraint developer is responsible for the order of the values. |
SimpleConstraintType
Value | Code | Description |
None |
N |
No simple constraint. |
List |
L |
A comma separated list (eg. Yes,No). |
PairList |
P |
A comma and equals separated list (eg. Y=Yes,N=No). |
Enumeration |
U |
Values from an Enumeration |
Expression |
E |
A REL expression. |
Table |
T |
Values from a table |
QueryFilter |
Q |
Values from a filter |
StartTimeType
Value | Code | Description |
Inherited |
I |
The specified start time has been inherited from this Process Parent. |
UserSet |
U |
The specified start time has been specified by the user. |
SubjectType
Value | Code | Description |
User |
U |
This is a User Subject, that is, the Subject refers to a specific individual. |
Role |
R |
This is a Role Subject, that is, the Subject refers to a Role which can be assigned to a specific individual (or other roles). |
SynchronizeAction
Value | Code | Description |
Monitor |
M |
Monitor (synchronize with) process. |
Hold |
I |
Hold (intercept) the process in the external system; submit it on hold in the scheduler. |
Ignore |
R |
Ignore process. |
TableImportMode
Value | Code | Description |
ImportRows |
R |
Import rows from the archive with values of CHECK:newValue and leaving existing rows not in the archive in the database. |
ImportTable |
T |
Import the entire table from the archive, dropping existing rows. |
Merge |
M |
Similar to Import Rows but two rows with the same key will be merged taking the value from the car file. |
TimeUnit
Value | Code | Description |
Seconds |
S |
Seconds. |
Minutes |
M |
Minutes. |
Hours |
H |
Hours. |
Days |
D |
Days. |
Months |
O |
Months. |
Years |
Y |
Years. |
TimeWindowStatus
Value | Code | Description |
None |
X |
No Time Window applies. |
IsOpen |
Y |
Time Window is open. |
IsClosed |
N |
Time Window is closed. |
TriggerPoint
Value | Code | Description |
BeforeDefinitionChange |
D |
Synchronous trigger called before the Object definition has been changed. |
BeforeJobOnChange |
O |
Synchronous trigger called before a Process (excluding System Maintenance Processes) changes status. |
BeforeJobOnChangeMaintenance |
M |
Synchronous trigger called before a System Maintenance Process changes status. |
BeforeJobPreRunning |
R |
Synchronous trigger called before a Process is run. |
BeforeJobPostRunning |
A |
Synchronous trigger called after a Process runs. |
OnJobFileContentAccess |
F |
Synchronous trigger called when a user attempts to access the file content. |
BeforeUserMessageOperation |
U |
Synchronous trigger called before a user message operation is run. |
OnBeforeJobUserChange |
B |
Synchronous trigger called when a user changed a process. |
UpdateFutureJobActionType
Value | Code | Description |
UseOldJobDefinition |
O |
Don't update, use the old process definition |
UseNewJobDefinition |
U |
Update the process to use the new process definition. |
CancelAndRestart |
R |
Cancel the process and restart it. |
HoldJob |
H |
Don't update, just hold the process. |
CancelJob |
C |
Don't update, just cancel the process. |
SetToError |
E |
Don't update, just set the process to Error. |
Abort |
A |
Abort the action that triggered the process definition change. Used as registry setting only. Used to abort import/promotion actions. |
UserMessageAttachmentType
Value | Code | Description |
Link |
L |
A hypertext link to the attachment |
Document |
D |
A Document |
JobFile |
J |
A File |
UserMessageFlowAction
Value | Code | Description |
Created |
C |
UserMessage has been created |
Delegated |
D |
UserMessage has been delegated to another party |
Forwarded |
F |
UserMessage has been forwarded for comment to another party |
Respond |
R |
UserMessage has been returned to the responsible party |
Completed |
c |
UserMessage has been completed |
AddedAttachment |
A |
An attachment has been added to the UserMessage |
ReplacedAttachment |
r |
An attachment has been replaced on the UserMessage |
UploadedAttachment |
U |
An attachment has been added to the UserMessage |
DeletedAttachment |
d |
An attachment has been deleted from the UserMessage |
Updated |
u |
The UserMessage comment has been updated |
ProxyApplied |
P |
UserMessage was redirected because of out of office |
UserMessageNotificationMethod
Value | Code | Description |
None |
f |
Do not perform any notification |
IndividualEmails |
t |
Send individual emails to all participants. |
OneEmail |
o |
Send one email to all participants. |
Validity
Value | Code | Description |
Valid |
v |
The entity is valid |
Invalid |
i |
The entity is invalid |
ValueEditable
Value | Code | Description |
Never |
N |
The value can never be modified by the end user. |
OnlyWhenNull |
O |
The user can only modify the value when it is null. |
Always |
A |
The end user can always modify the value. |
Calculated |
C |
The value is calculated by the job definition. |
VisualizationFontSize
Value | Code | Description |
ExtraSmall |
S |
Extra small font size (60%) |
Small |
s |
Small font size (80%) |
Default |
d |
Default font size |
Large |
l |
Large font size (120%) |
ExtraLarge |
L |
Extra large font size (140%) |
WaitEventSubmitType
Value | Code | Description |
Never |
N |
The Process Definition should never be automatically submitted because of this Event Definition. |
Always |
A |
The Process Definition should always be submitted if the Event Definition is raised. |
OnlyOne |
O |
When the Event Definition is raised, the Process Definition should only be submitted if there is no other Process for this Process Definition where job.getStatus().getState() is New, Initial or Pending. |
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 ofmillisecondssince 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.
Long 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 always stored as floats is in the database. The model may impose minimum/maximum constraints; consult the API reference to see if this is the case 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.