com.ibm.datapower.wamt.amp
Class ReferencedObjectCollection

java.lang.Object
  extended by 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 )


Field Summary
static java.lang.String COPYRIGHT_2012
           
 
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.
 
Method Summary
 StringCollection getReferencedFiles()
          Get file list in the referenced ConfigObject
 ConfigObject[] getReferencedObjects()
          Get all direct ConfigObject(s), use ConfigObject.getReferencedObjects() to get the deeper configobject(s).
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT_2012

public static final java.lang.String COPYRIGHT_2012
See Also:
Constant Field Values
Constructor Detail

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.

Method Detail

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.