Package com.ibm.cics.model
Interface IWorkloadSpecificationReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>
,ICICSObjectReference<IWorkloadSpecification>
,ICPSMDefinitionReference<IWorkloadSpecification>
public interface IWorkloadSpecificationReference extends ICPSMDefinitionReference<IWorkloadSpecification>
-
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSObjectReference
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICPSMDefinitionType<IWorkloadSpecification>
getCICSType()
ICICSObjectSet<IWLMSpecificationsToSystemGroup>
getFromWLMSpecificationsToSystemGroups()
ICICSObjectSet<IWLMSpecificationsToSystem>
getFromWLMSpecificationsToSystems()
ICICSObjectSet<IWorkloadGroupInWorkloadSpecification>
getGroupsMembers()
java.lang.String
getName()
ICPSMDefinitionType<IWorkloadSpecification>
getObjectType()
-
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
-
getName
java.lang.String getName()
-
getCICSType
ICPSMDefinitionType<IWorkloadSpecification> getCICSType()
- Specified by:
getCICSType
in interfaceICICSObjectReference<IWorkloadSpecification>
-
getObjectType
ICPSMDefinitionType<IWorkloadSpecification> getObjectType()
-
getFromWLMSpecificationsToSystemGroups
ICICSObjectSet<IWLMSpecificationsToSystemGroup> getFromWLMSpecificationsToSystemGroups()
-
getFromWLMSpecificationsToSystems
ICICSObjectSet<IWLMSpecificationsToSystem> getFromWLMSpecificationsToSystems()
-
getGroupsMembers
ICICSObjectSet<IWorkloadGroupInWorkloadSpecification> getGroupsMembers()
-
-