Package wt.vc.views


package wt.vc.views
  • Class
    Description
     
     
     
     
    This implementation of ViewService caches the Views and ViewAssociations, so ViewService calls do not hit the database.
    Variation1 is an enumerated type on ViewManageable objects to allow for an extra degree of branching within a view.
    Variation2 is an enumerated type on ViewManageable objects to allow for an extra degree of branching within a view.
    The view represents a type of branching mechanism for versioned data.
    The ViewException represents a type of exception that may be thrown by methods in this package when invalid or abnormal conditions occur.
    This standard helper for ViewService has helper methods and accesses API functionality via ViewHelper.service.
    Versioned objects that implement ViewManageable indicate that they can participate in views.
    The ViewReference is an ObjectReference particular to Views.
    Search for a reference to the View listed.
    This service interface provides the general APIs needed to work with View and ViewManageable objects and manage them with the ViewService; Views can be placed in hierarchies using ViewAssociation links.