|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ActiveLink in com.bmc.arsys.api |
---|
Methods in com.bmc.arsys.api that return ActiveLink | |
---|---|
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 |
Methods in com.bmc.arsys.api that return types with arguments of type ActiveLink | |
---|---|
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 . |
Methods in com.bmc.arsys.api with parameters of type ActiveLink | |
---|---|
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(com.bmc.arsys.apitransport.ApiUserContextI context,
ActiveLink arg1)
|
void |
MethodValidator.verifyARGetActiveLink(com.bmc.arsys.apitransport.ApiUserContextI context,
String arg1,
ActiveLinkCriteria arg2,
ActiveLink arg3)
|
void |
MethodValidator.verifyARSetActiveLink(com.bmc.arsys.apitransport.ApiUserContextI context,
ActiveLink object)
|
Method parameters in com.bmc.arsys.api with type arguments of type ActiveLink | |
---|---|
void |
ObjectPrinter.printActiveLinkListNames(String indent,
String header,
List<ActiveLink> activeLinkList)
|
|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |