Package com.ibm.cics.model
Interface ICICSRegionGroupDefinition
-
- All Superinterfaces:
ICICSObject
,ICPSMDefinition
,IDefinition
,com.ibm.cics.model.meta.ITypedObject
public interface ICICSRegionGroupDefinition extends ICPSMDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ICICSRegionGroupDefinition.ChangeAgentValue
Enumeration type for field CHANGEAGENTstatic class
ICICSRegionGroupDefinition.CreateOriginValue
Enumeration type for field CREATEORIGIN
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICPSMDefinition
COPYRIGHT
-
-
Method Summary
-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
Methods inherited from interface com.ibm.cics.model.ICPSMDefinition
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime
-
-
-
-
Method Detail
-
getObjectType
ICICSType<ICICSRegionGroupDefinition> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfaceICPSMDefinition
- Specified by:
getObjectType
in interfaceIDefinition
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getChangeAgent
ICICSRegionGroupDefinition.ChangeAgentValue getChangeAgent()
Getter for field CHANGEAGENTLast modification agent
The change agent identifier that made the last modification.
- DREPAPI - Resource was last changed by a CICSPlex SM API command.
- N_A - Resource was created or last updated prior to CICS TS Version 4 Release 1 and support for resource signatures.
-
getGroup
java.lang.String getGroup()
Getter for field GROUPSystem group name
The name of the system group.
-
getDescription
java.lang.String getDescription()
Getter for field DESCDescription
A 1- to 58-character description of the system group.
-
getPlatdef
java.lang.String getPlatdef()
Getter for field PLATDEFAssociated platform definition
The name of the platform definition the system group is associated with.
-
getRegiontype
java.lang.String getRegiontype()
Getter for field REGIONTYPERegion type
The name of the region type that this system group defines.
-
getCreateOrigin
ICICSRegionGroupDefinition.CreateOriginValue getCreateOrigin()
Getter for field CREATEORIGINDefinition origin
Identifies where the definition originated:
- N_A - The definition has been created by a user or API program.
- PLATFORM - The definition has been created during the installation of a platform.
-
getAsParent
ICICSObjectSet<IGroupSystemGroupEntry> getAsParent()
-
getAsChild
ICICSObjectSet<IGroupSystemGroupEntry> getAsChild()
-
getSystemsInGroup
ICICSObjectSet<ISystemSystemGroupEntry> getSystemsInGroup()
-
getFromWLMSpecificationsToSystemGroups
ICICSObjectSet<IWLMSpecificationsToSystemGroup> getFromWLMSpecificationsToSystemGroups()
-
getFromTargetScopeResourceAssignment
ICICSObjectSet<IResourceAssignmentDefinition> getFromTargetScopeResourceAssignment()
-
getFromRelatedScopeResourceAssignment
ICICSObjectSet<IResourceAssignmentDefinition> getFromRelatedScopeResourceAssignment()
-
getFromAssignmentsInDescriptionsRelatedScope
ICICSObjectSet<IResourceAssignmentInResourceDescription> getFromAssignmentsInDescriptionsRelatedScope()
-
getFromAssignmentsInDescriptionsTargetScope
ICICSObjectSet<IResourceAssignmentInResourceDescription> getFromAssignmentsInDescriptionsTargetScope()
-
getFromResourceDescription
ICICSObjectSet<IResourceDescriptionDefinition> getFromResourceDescription()
-
getFromWorkloadDefinitions
ICICSObjectSet<IWorkloadDefinition> getFromWorkloadDefinitions()
-
getFromWorkloadSpecifications
ICICSObjectSet<IWorkloadSpecification> getFromWorkloadSpecifications()
-
getCICSObjectReference
ICICSRegionGroupDefinitionReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICPSMDefinition
- Specified by:
getCICSObjectReference
in interfaceIDefinition
-
-