com.ibm.datapower.wamt.amp
Class ReferencedObjectCollection
java.lang.Object
com.ibm.datapower.wamt.amp.ReferencedObjectCollection
public class ReferencedObjectCollection
- extends java.lang.Object
This class is used to represent the referenced object returned from the
Commands.getReferencedObjects(DeviceContext, String , String , String )
Constructor Summary |
ReferencedObjectCollection(java.util.HashMap<java.lang.String,java.util.ArrayList<ConfigObject>> referencedObject,
StringCollection fileList,
java.lang.String primaryKey)
Construct a new ReferencedObjectCollection object which is returned
only by {@link Commands#getReferencedObjects(DeviceContext, String , String , String ) in general. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT_2012
public static final java.lang.String COPYRIGHT_2012
- See Also:
- Constant Field Values
ReferencedObjectCollection
public ReferencedObjectCollection(java.util.HashMap<java.lang.String,java.util.ArrayList<ConfigObject>> referencedObject,
StringCollection fileList,
java.lang.String primaryKey)
- Construct a new ReferencedObjectCollection object which is returned
only by {@link Commands#getReferencedObjects(DeviceContext, String , String , String ) in general.
getReferencedObjects
public ConfigObject[] getReferencedObjects()
- Get all direct ConfigObject(s), use ConfigObject.getReferencedObjects() to get the deeper configobject(s).
- Returns:
- all ConfigObjects
getReferencedFiles
public StringCollection getReferencedFiles()
- Get file list in the referenced ConfigObject
- Returns:
- a file list
© Copyright IBM Corp. 2006, 2010 All Rights Reserved.