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 |
---|---|
RecordFolder.addVolume(com.filenet.wcm.api.Properties volumeProps,com.filenet.wcm.api.Permissions volumeACLs)
Creates a
Volume object within this RecordFolder object using the
specified property and permission values.
|
|
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.
|
|
RecordFolder.getActiveVolume()
Returns the
Volume object that is currently active in this RecordFolder
object.
|
|
RecordFolder.getLastCreatedVolume()
Returns the
Volume object that was most recently created within this
RecordFolder object.
|
|
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.
|