Package | Description |
---|---|
com.bmc.arsys.api |
Modifier and Type | Method and Description |
---|---|
ActiveLink |
ARServerUser.getActiveLink(String name)
return detailed information about the activelink
ActiveLink from the server |
ActiveLink |
ARServerUser.getActiveLink(String name,
ActiveLinkCriteria criteria)
Returns detailed information about the
ActiveLink object |
Modifier and Type | Method and Description |
---|---|
List<ActiveLink> |
ARServerUser.getListActiveLinkObjects()
Returns detailed information for all (accessible)
ActiveLink objects |
List<ActiveLink> |
ARServerUser.getListActiveLinkObjects(List<String> names)
Returns detailed information for the requested
ActiveLink objects that the user has permission to access |
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)
Returns detailed information for all (accessible)
ActiveLink objects that are associated with the
specified form |
List<ActiveLink> |
ARServerUser.getListActiveLinkObjects(String formName,
long changedSince)
Returns detailed information for all (accessible)
ActiveLink objects that are associated with the
specified form and modified after the given 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 . |
Modifier and Type | Method and Description |
---|---|
void |
ARServerUser.createActiveLink(ActiveLink object)
Creates this
ActiveLink object on AR System server. |
void |
ARServerUser.createActiveLink(ActiveLink object,
String objectModificationLogLabel)
Creates this
ActiveLink object on AR System server. |
void |
ObjectPrinter.printActiveLink(String indent,
String header,
ActiveLink activeLink) |
void |
ObjectPrinter.printActiveLinkList(String indent,
String header,
ActiveLink[] activeLinkList) |
void |
ObjectPrinter.printActiveLinkName(String indent,
String header,
ActiveLink activeLink) |
void |
ARServerUser.setActiveLink(ActiveLink object)
Updates this active link on the database.
|
void |
ARServerUser.setActiveLink(ActiveLink object,
String objectModificationLogLabel)
Updates this active link on the database.
|
void |
MethodValidator.verifyARCreateActiveLink(ApiUserContextI context,
ActiveLink arg1) |
void |
MethodValidator.verifyARGetActiveLink(ApiUserContextI context,
String arg1,
ActiveLinkCriteria arg2,
ActiveLink arg3) |
void |
MethodValidator.verifyARSetActiveLink(ApiUserContextI context,
ActiveLink object) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectPrinter.printActiveLinkListNames(String indent,
String header,
List<ActiveLink> activeLinkList) |
? Copyright 2013 BMC Software, Inc.