Package com.ibm.cics.model
Interface ICICSObjectSet<T extends ICICSObject>
-
public interface ICICSObjectSet<T extends ICICSObject>
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description ICICSObjectListFactory<T>
asListFactory()
void
delete()
static <T extends ICICSObject>
ICICSObjectSet<T>emptySet(ICICSType<T> type)
java.util.List<T>
get()
ICICSType<T>
getCICSType()
java.lang.String
getDescription()
void
setFilter(FilterExpression filterExpression)
-
-
-
Method Detail
-
asListFactory
ICICSObjectListFactory<T> asListFactory()
-
get
java.util.List<T> get() throws CICSActionException
- Throws:
CICSActionException
-
getDescription
java.lang.String getDescription()
-
setFilter
void setFilter(FilterExpression filterExpression)
-
delete
void delete() throws CICSActionException
- Throws:
CICSActionException
-
emptySet
static <T extends ICICSObject> ICICSObjectSet<T> emptySet(ICICSType<T> type)
-
-