public static class RMFactory.FilePlanRepository
extends java.lang.Object
FilePlanRepository
instances.Modifier and Type | Method and Description |
---|---|
static FilePlanRepository |
fetchInstance(RMDomain domain,
java.lang.String ident,
RMPropertyFilter filter)
Retrieves a specific
FilePlanRepository from the specified domain. |
static FilePlanRepository |
getInstance(RMDomain domain,
java.lang.String ident)
Constructs a placeholder instance of a specific
FilePlanRepository . |
public static FilePlanRepository fetchInstance(RMDomain domain, java.lang.String ident, RMPropertyFilter filter)
FilePlanRepository
from the specified domain.domain
- The RMDomain
in which the desired repository resides.
This entry cannot be null
ident
- the ID String
or name String
for the desired file plan repository.
This entry cannot be null
or blank.filter
- An optional RMPropertyFilter
defining which properties
to retrieve.
This entry can be null
.FilePlanRepository
instance.public static FilePlanRepository getInstance(RMDomain domain, java.lang.String ident)
FilePlanRepository
.
A placeholder instance can be used as a reference for an object-type property value.domain
- The RMDomain
in which the desired file plan repository resides.
This entry cannot be null
ident
- the ID String
or name String
for the desired file plan repository.
This entry cannot be null
or blank.FilePlanRepository
instance.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.