Package | Description |
---|---|
com.bmc.arsys.api | |
com.bmc.arsys.demo.javadriver |
Modifier and Type | Class and Description |
---|---|
class |
ExternalReference
The
ExternalReference class represents non-AR System server objects. |
Modifier and Type | Method and Description |
---|---|
List<Reference> |
EntryPointInfo.getReferences()
Gets an entry point reference list.
|
List<Reference> |
Container.getReferences()
Returns a list of pointers to the objects referenced by this container.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectPrinter.printReferenceList(String indent,
String header,
List<Reference> value) |
void |
EntryPointInfo.setReferences(List<Reference> references)
Sets an entry point reference list.
|
void |
Container.setReferences(List<Reference> refs)
Sets a list of pointers to the objects referenced by this container.
|
void |
ParameterValidator.validateARReferenceList(List<Reference> references)
Validate that List of objects of type Reference each contains a value and that the value is legal.
|
Modifier and Type | Method and Description |
---|---|
static Reference |
InputReader.getReference() |
Modifier and Type | Method and Description |
---|---|
static List<Reference> |
InputReader.getReferenceList() |
? Copyright 2013 BMC Software, Inc.