com.filenet.rm.api

Uses of Interface Volume

Packages that use Volume

Package Description
com.filenet.rm.api

Uses of Volume in com.filenet.rm.api

Modifier and Type Method and Description
  1. Volume
RecordFolder.addVolume(com.filenet.wcm.api.Properties volumeProps,com.filenet.wcm.api.Permissions volumeACLs)
Creates a Volumeobject within this RecordFolder object using the specified property and permission values.
  1. Volume
RecordFolder.addVolumeWithName(com.filenet.wcm.api.Properties aVolumeProps,com.filenet.wcm.api.Permissions aVolumeACLs)
Adds the Volume object within this instance of a RecordFolder object.
  1. Volume
RecordFolder.getActiveVolume()
Returns the Volumeobject that is currently active in this RecordFolder object.
  1. Volume
RecordFolder.getLastCreatedVolume()
Returns the Volumeobject that was most recently created within this RecordFolder object.
  1. Volume
RMObjectStore.getVolumeInterface(com.filenet.wcm.api.Folder aoFolder)
Constructs a Volume object based on the specified Folder object and places the new object in this object store.