AR System Java API

Uses of Class
com.bmc.arsys.api.Reference

Uses of Reference in com.bmc.arsys.api
 

Subclasses of Reference in com.bmc.arsys.api
 class ExternalReference
          The ExternalReference class represents non-AR System server objects.
 

Methods in com.bmc.arsys.api that return types with arguments of type Reference
 List<Reference> Container.getReferences()
          Returns a list of pointers to the objects referenced by this container.
 List<Reference> EntryPointInfo.getReferences()
          Gets an entry point reference list.
 

Methods in com.bmc.arsys.api with parameters of type Reference
 void ObjectPrinter.printReference(String indent, String header, Reference value)
           
 void ObjectPrinter.printReferenceList(String indent, String header, Reference[] value)
           
 void Container.removeReferenceByObject(Reference object)
          Removes a reference from the reference list by comparing the objects using ==.
 void ParameterValidator.validateARReferenceInfo(Reference references)
          Validate that an object of type Reference contains a value and that the value is legal.
 

Method parameters in com.bmc.arsys.api with type arguments of type Reference
 void ObjectPrinter.printReferenceList(String indent, String header, List<Reference> value)
           
 void Container.setReferences(List<Reference> refs)
          Sets a list of pointers to the objects referenced by this container.
 void EntryPointInfo.setReferences(List<Reference> references)
          Sets an entry point reference list.
 void ParameterValidator.validateARReferenceList(List<Reference> references)
          Validate that List of objects of type Reference each contains a value and that the value is legal.
 


AR System Java API

© Copyright 2006, 2007 BMC Software, Inc.