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