|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Container in com.bmc.arsys.api |
---|
Subclasses of Container in com.bmc.arsys.api | |
---|---|
class |
ActiveLinkGuide
|
class |
ApplicationContainer
|
class |
FilterGuide
|
class |
PackingList
|
class |
WebService
|
Methods in com.bmc.arsys.api that return Container | |
---|---|
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. |
Methods in com.bmc.arsys.api that return types with arguments of type Container | |
---|---|
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 |
Methods in com.bmc.arsys.api with parameters of type Container | |
---|---|
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 |
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. |
|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |