|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProcessTypeDefinition
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 | ||
---|---|---|
|
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 |
---|
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
<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,IProcessTypeDefinition> referenceAttribute)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |