public static class RMFactory.RecordFolder
extends java.lang.Object
RecordFolder
instances.Modifier and Type | Method and Description |
---|---|
static RecordFolder |
fetchInstance(FilePlanRepository fpRepository,
java.lang.String recordFolderIdent,
RMPropertyFilter filter)
Retrieves a
RecordFolder from a file plan repository. |
static RecordFolder |
getInstance(FilePlanRepository fpRepository,
java.lang.String recordFolderIdent)
Constructs a placeholder instance of a specific
RecordFolder . |
public static RecordFolder fetchInstance(FilePlanRepository fpRepository, java.lang.String recordFolderIdent, RMPropertyFilter filter)
RecordFolder
from a file plan repository.fpRepository
- the FilePlanRepository
to retrieve from.
This entry cannot be null
.recordFolderIdent
- an ID String
or full path String
of the desired record folder.
This entry cannot be null
or blank.filter
- an optional RMPropertyFilter
defining
which properties to retrieve.
This entry can be null
.RecordFolder
instance.public static RecordFolder getInstance(FilePlanRepository fpRepository, java.lang.String recordFolderIdent)
RecordFolder
.
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 folder is associated with.
This entry cannot be null
.recordFolderIdent
- an ID String
or full path String
of the desired record folder.
This entry cannot be null
or blank.RecordFolder
instance.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.