Package | Description |
---|---|
com.bmc.arsys.api |
Modifier and Type | Method and Description |
---|---|
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(ApiUserContextI context,
String arg1,
ActiveLinkCriteria arg2,
ActiveLink arg3) |
void |
MethodValidator.verifyARGetMultipleActiveLinks(ApiUserContextI context,
long changedSince,
List<String> names,
ActiveLinkCriteria criteria) |
? Copyright 2013 BMC Software, Inc.