public interface IProcessTypeDefinition extends ICICSDefinition
| Modifier and Type | Interface and Description |
|---|---|
static class |
IProcessTypeDefinition.AuditlevelValue
Enumeration type for field AUDITLEVEL
|
static class |
IProcessTypeDefinition.ChangeAgentValue
Enumeration type for field CHANGEAGENT
|
COPYRIGHT| Modifier and Type | Method and Description |
|---|---|
IProcessTypeDefinition.AuditlevelValue |
getAuditlevel()
Getter for field AUDITLEVEL
|
java.lang.String |
getAuditlog()
Getter for field AUDITLOG
|
IProcessTypeDefinition.ChangeAgentValue |
getChangeAgent()
Getter for field CHANGEAGENT
|
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
|
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime, getCSDGroup, getDescription, getVersiongetCICSType, getNameICICSType<IProcessTypeDefinition> getObjectType()
getObjectType in interface ICICSDefinitiongetObjectType in interface ICICSObjectgetObjectType in interface IDefinitiongetObjectType in interface com.ibm.cics.model.meta.ITypedObjectIProcessTypeDefinition.ChangeAgentValue getChangeAgent()
Last modification agent
The change agent identifier that made the last modification.
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 ICICSDefinitiongetCICSObjectReference in interface ICICSObjectgetCICSObjectReference in interface IDefinitionCopyright ? 2008-2015 IBM Corp. All Rights Reserved.