com.ibm.cics.model
Interface IProcessTypeDefinition

All Superinterfaces:
ICICSDefinition, ICICSObject, IDefinition, com.ibm.cics.model.meta.ITypedObject

public interface IProcessTypeDefinition
extends ICICSDefinition

generated from CICS resourcetable PROCDEF


Nested Class Summary
static class IProcessTypeDefinition.AuditlevelValue
          Enumeration type for field AUDITLEVEL
 
Field Summary
 
Fields inherited from interface com.ibm.cics.model.ICICSDefinition
COPYRIGHT
 
Method Summary
<From extends ICICSObject>
ICICSObjectListFactory<From>
findReferences(IReferenceAttribute<From,IProcessTypeDefinition> referenceAttribute)
          Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute.
 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
 
Methods inherited from interface com.ibm.cics.model.ICICSDefinition
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCreateTime, getCSDGroup, getDescription, getVersion
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
 
Methods inherited from interface com.ibm.cics.model.meta.ITypedObject
getAttributeValue
 

Method Detail

getObjectType

ICICSType<IProcessTypeDefinition> getObjectType()
Specified by:
getObjectType in interface ICICSDefinition
Specified by:
getObjectType in interface ICICSObject
Specified by:
getObjectType in interface IDefinition
Specified by:
getObjectType in interface com.ibm.cics.model.meta.ITypedObject

getFile

java.lang.String getFile()
Getter for field FILE

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.


getAuditlog

java.lang.String getAuditlog()
Getter for field AUDITLOG

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


getAuditlevel

IProcessTypeDefinition.AuditlevelValue getAuditlevel()
Getter for field AUDITLEVEL

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.


getStatus

ICICSEnums.EnablementValue getStatus()
Getter for field STATUS

Enable status

The initial status of the process type:


getUserdata1

java.lang.String getUserdata1()
Getter for field USERDATA1

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.


getUserdata2

java.lang.String getUserdata2()
Getter for field USERDATA2

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.


getUserdata3

java.lang.String getUserdata3()
Getter for field USERDATA3

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.


getCICSObjectReference

ICICSDefinitionReference<IProcessTypeDefinition> getCICSObjectReference()
Specified by:
getCICSObjectReference in interface ICICSDefinition
Specified by:
getCICSObjectReference in interface ICICSObject
Specified by:
getCICSObjectReference in interface IDefinition

findReferences

<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,IProcessTypeDefinition> referenceAttribute)
Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute. The list factory can be activated by the caller when necessary. This method does not perform any I/O.



Copyright © 2008-2013 IBM Corp. All Rights Reserved.