Package com.ibm.cics.model
Interface ITaskHistoryCollectionReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>
,ICICSObjectReference<ITaskHistoryCollection>
,ICICSResourceReference<ITaskHistoryCollection>
public interface ITaskHistoryCollectionReference extends ICICSResourceReference<ITaskHistoryCollection>
-
-
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 ICICSResourceType<ITaskHistoryCollection>
getCICSType()
ICICSResourceType<ITaskHistoryCollection>
getObjectType()
-
Methods inherited from interface com.ibm.cics.model.ICICSObjectReference
delete, getAttributeValue, getDescription, getFilterExpression, resolve
-
Methods inherited from interface com.ibm.cics.model.ICICSResourceReference
getCICSContainer
-
-
-
-
Method Detail
-
getCICSType
ICICSResourceType<ITaskHistoryCollection> getCICSType()
- Specified by:
getCICSType
in interfaceICICSObjectReference<ITaskHistoryCollection>
-
getObjectType
ICICSResourceType<ITaskHistoryCollection> getObjectType()
-
-