Package | Description |
---|---|
com.bmc.arsys.api | |
com.bmc.arsys.demo.javadriver |
Modifier and Type | Class and Description |
---|---|
class |
DirectAssociation
The
DirectAssociation class represents a type of association which encapsulates each
mapping for fields involved in a primarykey - foreign key relationship. |
class |
IndirectAssociation
The
IndirectAssociation class represents type of association where the entries in
the two associated forms are linked through an entry in an association form. |
Modifier and Type | Method and Description |
---|---|
Association |
ProxyJRpc.ARGetAssociation(ARServerUser context,
String key,
AssociationCriteria criteria,
Association arg1) |
Association |
Proxy.ARGetAssociation(ARServerUser arServerUser,
String key,
AssociationCriteria criteria,
Object object) |
Association |
RpcHandConverter21.fromRpcArGetAssociation21Out(ARServerUser context,
com.bmc.arsys.arrpc.ArGetAssociation21Out rpcOut) |
Association |
ARServerUser.getAssociation(String key)
Returns detailed information about the
Association object specified by the given name. |
Association |
ARServerUser.getAssociation(String key,
AssociationCriteria criteria)
Returns detailed information about the
Association object specified by
AssociationCriteria and String . |
Modifier and Type | Method and Description |
---|---|
List<Association> |
ProxyJRpc.ARGetMultipleAssociations(ARServerUser arServerUser,
long changedSince,
List<String> names,
AssociationCriteria criteria) |
List<Association> |
Proxy.ARGetMultipleAssociations(ARServerUser arServerUser,
long changedSince,
List<String> names,
AssociationCriteria criteria) |
List<Association> |
RpcHandConverter21.fromRpcArGetMultipleAssociations21Out(ARServerUser arServerUser,
com.bmc.arsys.arrpc.ArGetMultipleAssociations21Out out,
long changedSince,
List<String> names,
AssociationCriteria criteria) |
List<Association> |
ARServerUser.getListAssociationObjects(List<String> names)
return the detail of all (accessible) requested
Association objects |
List<Association> |
ARServerUser.getListAssociationObjects(List<String> names,
AssociationCriteria criteria)
return the detail of all (accessible) requested
Association objects |
List<Association> |
ARServerUser.getListAssociationObjects(List<String> names,
long changedSince,
AssociationCriteria criteria)
return the detail of all (accessible) requested
Association objects that are modified
after the given timestamp |
Modifier and Type | Method and Description |
---|---|
void |
Proxy.ARCreateAssociation(ARServerUser ctx,
Association object) |
void |
ProxyJRpc.ARCreateAssociation(ARServerUser context,
Association object,
String label,
String taskName) |
Association |
ProxyJRpc.ARGetAssociation(ARServerUser context,
String key,
AssociationCriteria criteria,
Association arg1) |
void |
Proxy.ARSetAssociation(ARServerUser arServerUser,
Association object) |
void |
ProxyJRpc.ARSetAssociation(ARServerUser context,
Association arg1,
String objectModificationLogLabel,
String taskName) |
void |
ARServerUser.createAssociation(Association object)
Creates this
Assocation object on AR System server. |
void |
ARServerUser.createAssociation(Association object,
String objectModificationLogLabel)
Creates this
Association object on AR System server. |
void |
ObjectPrinter.printAssociation(String indent,
String header,
Association association) |
void |
ARServerUser.setAssociation(Association object)
Updates this
Association object onto ARSystem server. |
void |
ARServerUser.setAssociation(Association object,
String objectModificationLogLabel)
Updates this
Filter object onto ARSystem server. |
com.bmc.arsys.arrpc.ArAssociationMapping21 |
RpcHandConverter21.toRpcArAssociationMapping21(Association object) |
void |
MethodValidator.verifyARCreateAssociation(ApiUserContextI ctx,
Association arg1) |
void |
MethodValidator.verifyARSetAssociation(ApiUserContextI context,
Association arg1) |
Modifier and Type | Method and Description |
---|---|
static Association |
InputReader.getAssociation(int type) |
? Copyright 2013 BMC Software, Inc.