public static class RMFactory.RecordVolume
extends java.lang.Object
RecordVolume
instances.Modifier and Type | Method and Description |
---|---|
static RecordVolume |
fetchInstance(FilePlanRepository fpRepository,
java.lang.String recordVolumeIdent,
RMPropertyFilter filter)
Retrieves a
RecordVolume from a file plan repository. |
static RecordVolume |
getInstance(FilePlanRepository fpRepository,
java.lang.String recordVolumeIdent)
Constructs a placeholder instance of a specific
RecordVolume . |
public static RecordVolume fetchInstance(FilePlanRepository fpRepository, java.lang.String recordVolumeIdent, RMPropertyFilter filter)
RecordVolume
from a file plan repository.fpRepository
- the FilePlanRepository
to retrieve from.
This entry cannot be null
.recordVolumeIdent
- an ID String
or full path String
of the desired record volume.
This entry cannot be null
or blank.filter
- An optional RecordVolume
defining
which properties to retrieve.
This entry can be null
.RecordVolume
instance.public static RecordVolume getInstance(FilePlanRepository fpRepository, java.lang.String recordVolumeIdent)
RecordVolume
.
A placeholder instance can be used for performing updates and as a reference for
an object-type property value.fpRepository
- the FilePlanRepository
that the record volume is associated with.
This entry cannot be null
.recordVolumeIdent
- an ID String
or full path String
of the desired record volume.
This entry cannot be null
or blank.RecordVolume
instance.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.