public interface IProcessTypeDefinition extends ICICSDefinition
Modifier and Type | Interface and Description |
---|---|
static class |
IProcessTypeDefinition.AuditlevelValue
Enumeration type for field AUDITLEVEL
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
IProcessTypeDefinition.AuditlevelValue |
getAuditlevel()
Getter for field AUDITLEVEL
|
java.lang.String |
getAuditlog()
Getter for field AUDITLOG
|
ICICSDefinitionReference<IProcessTypeDefinition> |
getCICSObjectReference() |
java.lang.String |
getFile()
Getter for field FILE
|
ICICSType<IProcessTypeDefinition> |
getObjectType() |
ICICSEnums.EnablementValue |
getStatus()
Getter for field STATUS
|
java.lang.String |
getUserdata1()
Getter for field USERDATA1
|
java.lang.String |
getUserdata2()
Getter for field USERDATA2
|
java.lang.String |
getUserdata3()
Getter for field USERDATA3
|
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime, getCSDGroup, getDescription, getVersion
getCICSType, getName
ICICSType<IProcessTypeDefinition> getObjectType()
getObjectType
in interface ICICSDefinition
getObjectType
in interface ICICSObject
getObjectType
in interface IDefinition
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getFile()
File name
The name of the CICS file definition that is used to write the process and activity records of this process type to its associated repository data set. The name can be up to eight characters long.
java.lang.String getAuditlog()
Audit log name
The name of a CICS journal to which audit trail records are written, for processes of this type and their constituent activities. The name can be up to eight characters long. If you do not specify an audit log, no audit records will be kept for processes of this type
IProcessTypeDefinition.AuditlevelValue getAuditlevel()
Audit level
The initial level of audit logging for processes of this type. If you specify any value other than OFF, you must also specify the AUDITLOG option.
ICICSEnums.EnablementValue getStatus()
Enable status
The initial status of the process type:
java.lang.String getUserdata1()
User data area 1
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.
java.lang.String getUserdata2()
User data area 2
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.
java.lang.String getUserdata3()
User data area 3
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.
ICICSDefinitionReference<IProcessTypeDefinition> getCICSObjectReference()
getCICSObjectReference
in interface ICICSDefinition
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface IDefinition
Copyright © 2008-2013 IBM Corp. All Rights Reserved.