Skip navigation FileNet logo
Glossary  |  Help Directory  
  Help for vwtool
  Search
Process Reference  
vwtool
Getting Started
Commands
  !<shell_cmd>
  =
  assertbehavior
  attachtran
  config
  convert
  count
  createDBviews
  dbconfig
  deletewob
  dispatchwob
  dump
  echo
  emptyqueue
  environment
  hardcopy
  help
  listdbconfig
  listobjects
  listobjects
  loadstatus
  lockwob
  logconfig
  logquery
  memory
  pagebreak
  queueconfig
  readcdl
  recover
  region
  regions
  resetloadstatus
  rosterconfig
  schemastatus
  statistics
  stepprocessors
  storedquery
  terminatewob
  trace
  unlockwob
  version
  views
  wobquery
  workstation
  writetrace

 

   

listobjects

This command outputs the object ID, name and size of objects in the Object Service, where the object name has the specified prefix. If no prefix is supplied, all objects in the Object Service are listed.

You can use this command to determine the sizes of work classes, work performer classes, and instruction sheets that have been transferred. The sizes display in bytes.

Syntax

listobjects <prefixstring>

Parameters

prefixstring

Prefix string to search for in the Object Service. If no prefix string is supplied, all objects in the Object Service display. Enter "?" to display a list of the various prefix strings. You can entire all or a portion of any string.

   

TIP In vwtool, you can enter parameters on the command line (following the command name) or let vwtool prompt you for the information by entering just the command name. Generally, we recommend prompt mode for all but the simplest commands. Entering the parameters on the command line is intended primarily for script-driven input.

NOTE If necessary, change to the desired isolated region prior to executing this command.

NOTE Isolated region 0 exists in each VWService. This region contains system data and is reserved for system software use. Because you cannot modify the data in isolated region 0, most vwtool commands are unavailable for that region; the exceptions to this rule are the dump and listobjects commands, which you can execute in isolated region 0, and the attachtran command, which you must execute in isolated region 0.