Package com.ibm.cics.model
Interface ICICSRegionGroupDefinitionReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>
,ICICSObjectReference<ICICSRegionGroupDefinition>
,ICPSMDefinitionReference<ICICSRegionGroupDefinition>
public interface ICICSRegionGroupDefinitionReference extends ICPSMDefinitionReference<ICICSRegionGroupDefinition>
-
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSObjectReference
COPYRIGHT
-
-
Method Summary
-
Methods inherited from interface com.ibm.cics.model.ICICSObjectReference
delete, getAttributeValue, getDescription, getFilterExpression, resolve
-
Methods inherited from interface com.ibm.cics.model.ICPSMDefinitionReference
getCICSContainer
-
-
-
-
Method Detail
-
getGroup
java.lang.String getGroup()
-
getCICSType
ICPSMDefinitionType<ICICSRegionGroupDefinition> getCICSType()
- Specified by:
getCICSType
in interfaceICICSObjectReference<ICICSRegionGroupDefinition>
-
getObjectType
ICPSMDefinitionType<ICICSRegionGroupDefinition> getObjectType()
-
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()
-
-