AR System Java API

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

Uses of ActiveLinkCriteria in com.bmc.arsys.api
 

Methods in com.bmc.arsys.api with parameters of type ActiveLinkCriteria
 ActiveLink ARServerUser.getActiveLink(String name, ActiveLinkCriteria criteria)
          Returns detailed information about the ActiveLink object
 List<ActiveLink> ARServerUser.getListActiveLinkObjects(List<String> names, ActiveLinkCriteria criteria)
          Returns detailed information for the requested ActiveLink objects that the user has permission to access
 List<ActiveLink> ARServerUser.getListActiveLinkObjects(List<String> names, long changedSince, ActiveLinkCriteria criteria)
          Returns detailed information for the requested ActiveLink objects that the user has permission to access and is modified after the give time
 List<ActiveLink> ARServerUser.getListActiveLinkObjects(String formName, long changedSince, ActiveLinkCriteria criteria)
          Returns detailed information for all (accessible) ActiveLink objects specified by the criteria and ActiveLinkCriteria.
 void MethodValidator.verifyARGetActiveLink(ARServerUser context, String arg1, ActiveLinkCriteria arg2, ActiveLink arg3)
           
 void MethodValidator.verifyARGetMultipleActiveLinks(ARServerUser context, long changedSince, List<String> names, ActiveLinkCriteria criteria)
           
 


AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.