Package | Description |
---|---|
com.bmc.arsys.api | |
com.bmc.arsys.api.internal | |
com.bmc.arsys.demo.javadriver |
Modifier and Type | Class and Description |
---|---|
class |
ActiveLinkGuide
The following actions used to control the execution of guides:
Call Guide active link action - Executes or invokes a guide.
|
class |
ApplicationContainer |
class |
FilterGuide
Filter guides are used to create reusable components of filter workflow by
adding computational subroutines within filter processing.
|
class |
PackingList
A packing list is a container of objects that acts as a list.
|
class |
WebService
This class represent one of the container type.
|
Modifier and Type | Method and Description |
---|---|
Container |
ARServerUser.getContainer(String name)
retrieve the requested container object from AR System server.
|
Container |
ARServerUser.getContainer(String name,
ContainerCriteria criteria)
Returns the contents of the container with the indicated name with information specified by
ContainerCriteria on the specified server. |
Modifier and Type | Method and Description |
---|---|
List<Container> |
ARServerUser.getListContainerObjects(List<String> containers)
Returns detailed information for the requested
Container objects |
List<Container> |
ARServerUser.getListContainerObjects(long changedSince,
int[] containerTypes,
boolean hiddenFlag,
List<ContainerOwner> ownerList,
ObjectPropertyMap propsToSearch,
ContainerCriteria criteria)
Returns detailed information of all (accessible)
Container objects that match with the given criteria |
Modifier and Type | Method and Description |
---|---|
void |
ARServerUser.createContainer(Container object)
Creates a new container with the given container instance on the specified server.
|
void |
ARServerUser.createContainer(Container object,
boolean removeInvalidReference)
Creates a new container with the given container instance on the specified server.
|
void |
ARServerUser.createContainer(Container object,
boolean removeInvalidReference,
String objectModificationLogLabel)
Creates a new container with the given container instance on the specified server.
|
void |
ObjectPrinter.printContainer(String indent,
String header,
Container value) |
void |
ObjectPrinter.printContainerList(String indent,
String header,
Container[] containerList) |
void |
ARServerUser.setContainer(Container object)
Updates the definition of the given container on the server.
|
void |
ARServerUser.setContainer(Container object,
boolean removeInvalidReference)
Updates the definition of the given container on the server.
|
void |
ARServerUser.setContainer(Container object,
boolean removeInvalidReference,
String objectModificationLogLabel)
Updates the definition of the given container on the server.
|
void |
MethodValidator.verifyARCreateContainer(ApiUserContextI context,
Container object,
boolean removeInvalidReference) |
void |
MethodValidator.verifyARSetContainer(ApiUserContextI context,
Container object,
boolean removeInvalidReference) |
Modifier and Type | Method and Description |
---|---|
void |
ApiRecorder.recordCommand(String name,
String command,
Container container,
boolean removeInvalidRefs) |
Modifier and Type | Method and Description |
---|---|
static Container |
InputReader.getContainer() |
? Copyright 2013 BMC Software, Inc.