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