AR System Java API

Uses of Class
com.bmc.arsys.api.Container

Uses of Container in com.bmc.arsys.api
 

Subclasses of Container in com.bmc.arsys.api
 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.
 

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 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(com.bmc.arsys.apitransport.ApiUserContextI context, Container object, boolean removeInvalidReference)
           
 void MethodValidator.verifyARSetContainer(com.bmc.arsys.apitransport.ApiUserContextI context, Container object, boolean removeInvalidReference)
           
 


AR System Java API

© Copyright 2006, 2007 BMC Software, Inc.