com.ibm.cics.model
Interface ICICSObjectListFactory<T extends ICICSObject>


public interface ICICSObjectListFactory<T extends ICICSObject>


Method Summary
<U> void
addFilter(ICICSAttribute<U> attribute, U value)
           
 ICICSType<T> getCICSType()
           
 java.util.List<T> getList()
           
 boolean isActivated()
           
 

Method Detail

isActivated

boolean isActivated()

getList

java.util.List<T> getList()
                                              throws CICSActionException
Throws:
CICSActionException

getCICSType

ICICSType<T> getCICSType()

addFilter

<U> void addFilter(ICICSAttribute<U> attribute,
                   U value)


Copyright © 2008-2013 IBM Corp. All Rights Reserved.