Extension SDK 9.0.5

Uses of Class
oracle.jdeveloper.audit.model.Location

Packages that use Location
oracle.jdeveloper.audit.analyzer The base classes for writing analyzers. 
oracle.jdeveloper.audit.model The base classes for defining the Audit object model. 
oracle.jdeveloper.audit.service The API classes for invoking Audit programatically, and a few Audit common API classes. 
oracle.jdeveloper.audit.transform The base classes for defining transformations on the Audit object model. 
 

Uses of Location in oracle.jdeveloper.audit.analyzer
 

Methods in oracle.jdeveloper.audit.analyzer that return Location
 Location AuditContext.getLocation()
          Gets the location of the construct currently being traversed.
 

Methods in oracle.jdeveloper.audit.analyzer with parameters of type Location
 void ViolationReport.addRelatedLocation(Location location)
          Adds a related location to the violation.
 ViolationReport AuditContext.report(Rule rule, Location location)
          Reports a rule violation for a construct.
 

Uses of Location in oracle.jdeveloper.audit.model
 

Methods in oracle.jdeveloper.audit.model that return Location
 Location Location.getLocation()
          Gets this location in fulfillment of the Located interface.
 Location Location.getBeginning()
          Gets a zero length location at the beginning of this location.
 Location Location.getEnd()
          Gets a zero length location at the end of this location.
 Location Located.getLocation()
          Gets the location of this object.
 Location DocumentAdapter.getEndLocation()
          Gets a location greater than any location in this document.
 Location DocumentAdapter.getLocation()
          Gets a location less than or equal to any location in this document.
abstract  Location[] DocumentAdapter.getElementLocations(Element element)
          Gets the locations of the constructs in this document corresponding to an IDE element.
abstract  Location DocumentAdapter.getLocation(java.lang.Object construct)
          Gets the location for a construct in this document.
 

Methods in oracle.jdeveloper.audit.model with parameters of type Location
 boolean Location.contains(Location location)
          Gets whether this location contains a location.
 java.lang.Object DocumentAdapter.getConstruct(Location location)
          Gets the innermost construct containing a location in this document.
 java.lang.Object DocumentAdapter.getConstruct(Location location, java.lang.Object parentConstruct)
          Gets the outermost construct containing a location within a specified construct in this document.
 boolean DocumentAdapter.contains(Location location)
          Gets whether this document contains a location.
 boolean DocumentAdapter.contains(java.lang.Object construct, Location location)
          Gets whether a construct in this document contains a location.
 

Uses of Location in oracle.jdeveloper.audit.service
 

Methods in oracle.jdeveloper.audit.service that return Location
 Location Violation.getLocation()
          Gets the location of the violating construct.
 Location Violation.getRelatedLocation()
          Gets the location of a construct related to the violation, or null if none.
 Location[] AuditModel.getLocations()
          Gets the locations audited to create this model.
 Location AuditModel.getLocation(java.lang.Object object)
          Gets the Location of an object in this model.
 

Methods in oracle.jdeveloper.audit.service with parameters of type Location
 void AuditListener.locationEntered(Auditor auditor, java.lang.Object construct, Location location, java.lang.Class type)
          Reports an Auditor location entered event.
 void AuditListener.locationExited(Auditor auditor, Location location)
          Reports an Auditor location exited event.
 void AuditListener.valueReported(Auditor auditor, Location location, Attribute attribute, java.lang.Object newValue)
          Reports an Auditor value reported event.
protected abstract  void Auditor.addLocation(Location location)
          Adds a location to the set of locations to be audited.
 

Uses of Location in oracle.jdeveloper.audit.transform
 

Methods in oracle.jdeveloper.audit.transform that return Location
 Location Transform.getLocation()
          Gets the location to which the transform is bound.
 

Methods in oracle.jdeveloper.audit.transform with parameters of type Location
 void CompositeTransform.setLocation(Location location)
           
 void Transform.setLocation(Location location)
          Sets the location to which this transform is bound.
 


Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.